How to solve cube roots question ?

  • Context: High School 
  • Thread starter Thread starter sunny86
  • Start date Start date
  • Tags Tags
    Cube Roots
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 14K views
sunny86
Messages
10
Reaction score
0
How to solve cube roots question ?
Example :
x^3 - 100x^2 - 7800x + 16300 = 0

I had think long time but still cannot find the way. Besides trial an error, is there anyway to solve this problem ?
thank you.
 
Mathematics news on Phys.org
There are numerical methods to get approximate solutions ...

For an exact solution you may find useful this

http://mizar.uwb.edu.pl/JFM/Vol12/polyeq_1.html"
 
Last edited by a moderator:
For a given equation [tex]x^3+ax^2+bx+c=0[/tex], we can substitute [tex]x=y-\frac{a}{3}[/tex], which implies [tex]y^3+py+q=0[/tex], where [tex]p=b-\frac{a^2}{3}[/tex], and [tex]q=\frac{2a^3}{17}-\frac{ab}{3}+c[/tex]. After further manipulation, one can retrieve [tex]x=\sqrt[3]{-\frac{q}{2}+\sqrt{(\frac{q}{2})^2+(\frac{p}{3})^3}}+\sqrt[3]{-\frac{q}{2}-\sqrt{(\frac{q}{2})^2+(\frac{p}{3})^3}}[/tex], which represents Cardan's formula.