Physicsissuef said:
Homework Statement
Find the solutions of:
[tex]x^3-3x-2=0[/tex]
using the Cardano's method.
Homework Equations
The Attempt at a Solution
[tex]x=u+v[/tex]
[tex](u+v)^3-3(u+v)-2=0[/tex]
[tex]u^3+v^3+(u+v)(3uv-3)-2=0[/tex]
[tex]3uv-3=0[/tex]
[tex]uv=1[/tex]
[tex]u^3v^3=1[/tex]
[tex]u^3+v^3=2[/tex]
[tex]u^3=v^3=1[/tex]
?? I don't see how this follows directly, although it is true. Since you have defined u and v such that uv= 1, you have v= 1/u and so [itex]u^3+ 1/u^3= 2[/itex]. Multiplying both sides by u
3, you get the quadratic (in u
3) (u
3)
2- 2(u
3)+ 1= 0 which does give u
3= 1 or u
3= -1 as roots.
Now [tex]u=v=\sqrt[3]{1}[/tex].
No. This is your error. It does not follow from u
3= v
3 that u= v. Only that they are both cube roots of 3. And, as you note below, there are 3 of those.
I found u and v with [tex]z=\sqrt[3]{1}[/tex] (using complex numbers).
[tex]u=v=1[/tex]
[tex]u=v=\frac{-1}{2}+i\frac{sqrt{3}}{2}[/tex]
[tex]u=v=\frac{-1}{2}-i\frac{sqrt{3}}{2}[/tex]
You do NOT know, as I said, that u= v. You know, rather, that uv= 1 so v= 1/u.
If
[tex]u= \frac{-1+ i\sqrt{3}}{2}[/tex]
then
[tex]v= \frac{2}{-1+ i\sqrt{3}}[/tex]
rationalize the denominator by multiplying both numerator and denominator by [itex]-1+ i\sqrt{3}[/itex] and you get
[itex]\frac{-1- i\sqrt{3}}{2}[/itex]
the other non-real root of z
3= 1.
Now, x= u+ v gives x= -1 which is correct. The three roots of x
3- 3x- 2= 0 are 2, -1, -1.
x=u+v
[tex]x_1=2[/tex]
[tex]x_2=-1+i\sqrt{3}[/tex]
[tex]x_3=-1-i\sqrt{3}[/tex]
I substitute above and something is wrong. Where is the error?