Results 1 to 12 of 12

Thread: Tough one for me

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2000
    Location
    Sugar Grove, IL
    Posts
    99

    Tough one for me

    I can't figure out how to solve this one.

    (2.8302) * (X^3) - (100 * X) - (3600) = 0

    How would I solve for X?

    Any help would be greatly appreciated.
    In case of a water landing, my head may be used as a flotation device.

  2. #2

  3. #3
    Addicted Member
    Join Date
    Aug 2002
    Location
    London UK
    Posts
    255
    -5.96-8.44i
    -5.96+8.44i
    11.92
    Not at all related to sheep...

  4. #4
    Hyperactive Member
    Join Date
    Aug 2002
    Posts
    352
    yikes! you need 2 use the quadratic formula... maybe

    I get:

    (100(+/-) * i sqrt(30754.88))/5.6604

  5. #5
    Fanatic Member sql_lall's Avatar
    Join Date
    Jul 2002
    Location
    Up Above (i.e. AUS)
    Posts
    571

    Talking More...

    http://www.vbforums.com/showthread.p...hreadid=200157

    I don't know if that will still be there when you get this, but that is another thread saying how to factor cubics in general.

    Espescially:
    http://mathworld.wolfram.com/CubicEquation.html
    sql_lall

  6. #6
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573
    Another way to do it is by numerical methods. For example: for the real roots you can use the Newton-Raphson method which can find very accurate solutions and can be applied to a variety of equtions (it's especially suited for polynimes).



    In the figure, the blue oblique line is tangent to the curve at the point xi,f(xi) so, the derivative of f(x) at that point is precisely tan(a). Thus, if you pick a convenient seed x0 (i.e. located to the right of the sought root) you'll come out with a point x1 which will be closer to the root. If you now draw a vertical line passing through x1, and at its interception with the curve you draw the tangent line, this line's interception with the x axis will yield a value x2 which will be even closer to the root.

    Usually the method converges after only a few iterations. Applied to your equation you get the root:

    x = 11.91871232 after only 5 steps (therafter my handheld calculator repats the values as it can't give any more digits).

    For the complex roots, I believe the NR method can be easily extended to the complex field, but I have never worked with that
    Attached Images Attached Images  

  7. #7
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573
    Sorry, in the above post the left formula has the denominator in reversed order. Should be xi-xi+1 actually.

  8. #8
    Hyperactive Member
    Join Date
    Aug 2002
    Posts
    352
    what'd ya use 2 make that graph?

  9. #9
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573
    Originally posted by MXAlPhA
    what'd ya use 2 make that graph?
    MS PowerPoint + Inserted an "Equation" object + saved as gif

  10. #10
    Hyperactive Member
    Join Date
    Aug 2002
    Posts
    352
    Originally posted by krtxmrtz
    MS PowerPoint + Inserted an "Equation" object + saved as gif
    i have to try it one of these days. I don't have an "equation" choice in my objects list in my powerpoint. I use xp by da way. Is it some addon or something? Some other program that does the equations?

  11. #11
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573
    Originally posted by MXAlPhA
    i have to try it one of these days. I don't have an "equation" choice in my objects list in my powerpoint. I use xp by da way. Is it some addon or something? Some other program that does the equations?
    MS Equation is an option when you install MS Office (you've got to check a checkbox at installation or re-installation time). Once installed it's available for Word documents, you can paste equations into Excel (not that they are of much use there, just embellish the whole appearance of your spreadsheet). More often than not the option is skipped by system administrators (or those who are responsible for installing software in offices or copmpanies) as not many people use it.

  12. #12
    Hyperactive Member
    Join Date
    Aug 2002
    Posts
    352
    hmm... i thought i installed everything.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width