Question: If one root of the equation $ax^2+bx+c=0$ is the cube of the other, prove that, $(b^2-2ca)^2=ca(c+a)^2$.
My attempt:
To figure out what to do, i did some reverse working.
We have to prove that $(b^2-2ca)^2=ca(c+a)^2$
$b^4+4c^2a^2-4b^2ca= c^3a+ca^3+2c^2a^2 $
If we can get this equation then we can prove the required result. This equation involves terms $c^3a$ and $ca^3$ which implies we have to cube something and $b^4, 4c^2a^2$ etc., which implies we have to square something. I wrote the expression for the sum and product of the root and cubed and squared the expression for sum of the roots and substituted the value of product of the roots in the equation i obtained.
My problem: I am getting weird terms in my equation on simplification and am unable to figure out what to do further.
Let $\alpha$ and $\alpha^3$ be the roots. Then $\displaystyle \alpha+\alpha^3=\frac{-b}{a}$ and $\displaystyle \alpha^4=\frac{c}{a}$.
Method I
\begin{align} \left[\left(\frac{b}{a}\right)^2-2\left(\frac{c}{a}\right)\right]^2&=[\alpha^2(1+\alpha^2)^2-2\alpha^4]^2\\ &=\alpha^4(1+\alpha^4)^2\\ &=\frac{c}{a}\left(1+\frac{c}{a}\right)^2\\ \left[\left(\frac{b}{a}\right)^2-2\left(\frac{c}{a}\right)\right]^2a^4&=\frac{c}{a}\left(1+\frac{c}{a}\right)^2a^4\\ (b^2-2ca)^2&=ca(c+a)^2 \end{align}
Method II
Note that
$$\frac{(\alpha+\alpha^3)^2}{\alpha^4}=\left(\alpha+\frac{1}{\alpha}\right)^2=\alpha^2+\frac{1}{\alpha^2}+2$$
and
$$\alpha^4+\frac{1}{\alpha^4}=\left(\alpha^2+\frac{1}{\alpha^2}\right)^2-2$$
Therefore, we have
\begin{align} \frac{c}{a}+\frac{a}{c}&=\left[\frac{(\frac{-b}{a})^2}{\frac{c}{a}}-2\right]^2-2\\ \frac{c^2+a^2}{ca}+2&=\left(\frac{b^2-2ca}{ca}\right)^2\\ \frac{(c+a)^2}{ca}&=\frac{(b^2-2ca)^2}{(ca)^2}\\ ca(c+a)^2&=(b^2-2ca)^2 \end{align}