so I'm having a super tough time understanding this method and how to acquire the roots of this function... (Excuse my formatting; I tried using markdown with no avail)
The initial equation was as followed: Z^3 + 3Z^2 - 24Z + 28, which I depressed into x^3 - 27x +54 using traditional methodology (which was marked correct by my teacher)
You're supposed to use the equation x -> v + u where v^3 = (-c/2) + ((c^2)/4)+(b^3)/27)^(1/2) and u^3 = (-c/2) -((c^2)/4)+(b^3)/27)^(1/2)
The x roots are 3, 3, and -6 but I got decimal numbers. Therefore, I have two questions:
1) How do you find more than one root from this equation? 2) What am I doing wrong here?
From
$$x^3-27x+54=0$$ we have $$(u+v)^3-27(u+v)+54=u^3+v^3+(3uv-27)(u+v)+54=0.$$
Then with
$$uv=9,$$ $$u^3v^3=729$$ this reduces to
$$u^3+v^3+54=0,$$
$$u^6+u^3v^3+54u^3=u^6+54u^3+729=(u^3+27)^2=0.$$
Interstingly, there is a double root in $u^3$ and
$$u^3=-27,$$ $$u=v=-3,x=-6.$$
To find the other roots, you have two options:
using complex numbers to find the three cubic roots of $-27$,
factoring the initial polynomial by long division.
Taking the second option,
$$\frac{x^3-27x+54}{x+6}=x^2-6x+9=(x-3)^2.$$