Results 1 to 7 of 7

Thread: solve this equation

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2006
    Posts
    1

    Question solve this equation

    12000=2200a+4840a^2+7986a^3

    solve this equation for value of a

  2. #2
    Addicted Member TBeck's Avatar
    Join Date
    Apr 2006
    Location
    Ontario, Canada
    Posts
    254

    Re: solve this equation


  3. #3
    Hyperactive Member
    Join Date
    Oct 2006
    Posts
    354

    Re: solve this equation

    Quote Originally Posted by dino_lawki
    12000=2200a+4840a^2+7986a^3

    solve this equation for value of a
    http://www.hvks.com/Numerical/websolver.htm

    For the real Polynomial:
    +7986x^3+4840x^2+2200x-12000
    Start Newton Iteration for Polynomial=+7986x^3+4840x^2+2200x-12000
    Stage 1=>Stop Condition: f(z)<1.13e-11
    Start : z[1]=(0.6+i0) dz=(-5.73e-1+i0.00e+0) f(z)=7.7e+3
    Iteration: 1
    Newton Step: z[1]=(1+i0) dz=(-4.91e-1+i0.00e+0) f(z)=5.4e+3
    Function value decrease=>try multiple steps in that direction
    Try Step: z[1]=(2+i0) dz=(-4.91e-1+i0.00e+0) f(z)=3.3e+4
    : No improvement=>Discard last try step
    Iteration: 2
    Newton Step: z[1]=(0.9+i0) dz=(1.37e-1+i0.00e+0) f(z)=5.5e+2
    Enter Stage 2=>New Stop Condition: f(z)<6.99e-11
    Iteration: 3
    Newton Step: z[1]=(0.9+i0) dz=(1.72e-2+i0.00e+0) f(z)=8.0e+0
    Enter Stage 2=>New Stop Condition: f(z)<6.62e-11
    Iteration: 4
    Newton Step: z[1]=(0.9+i0) dz=(2.58e-4+i0.00e+0) f(z)=1.8e-3
    Enter Stage 2=>New Stop Condition: f(z)<6.62e-11
    Iteration: 5
    Newton Step: z[1]=(0.9+i0) dz=(5.76e-8+i0.00e+0) f(z)=8.4e-11
    Enter Stage 2=>New Stop Condition: f(z)<6.62e-11
    Iteration: 6
    Newton Step: z[1]=(0.9+i0) dz=(2.72e-15+i0.00e+0) f(z)=5.5e-12
    Enter Stage 2=>New Stop Condition: f(z)<6.62e-11
    Stop Criteria satisfied after 6 Iterations
    Final Newton z[1]=(0.9+i0) dz=(2.72e-15+i0.00e+0) f(z)=5.5e-12
    Deflate the real root z=0.9090909090909093
    Solved Polynomial=+7986x^2+12100.000000000001x+13200.000000000003 directly
    The Solutions are:
    X1=(-0.7575757575757577+i1.0387355455153097)
    X2=(-0.7575757575757577-i1.0387355455153097)
    X3=0.9090909090909093

  4. #4
    Hyperactive Member
    Join Date
    Oct 2006
    Posts
    354

    Re: solve this equation

    i took a stab at in using the synthetic division method without any luck. Although, I didn't really try hard still might be a real number answer.

  5. #5
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: solve this equation

    Quote Originally Posted by superbovine
    i took a stab at in using the synthetic division method without any luck. Although, I didn't really try hard still might be a real number answer.
    http://mathworld.wolfram.com/CubicFormula.html

  6. #6
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Re: solve this equation

    The exact real solution is a = 10/11 (found with a HP 15-C handheld calculator)
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

  7. #7
    Hyperactive Member
    Join Date
    Oct 2006
    Posts
    354

    Re: solve this equation

    nice

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