If $a \neq 0$ and if one root of the equation $ax^2+bx+c=0$ is the square of the other, prove that: $$b^3+a^2c+ac^2=3abc.$$
My Attempt: Given: $$ax^2 + bx + c=0$$ Let $\alpha $ and $\beta $ be the roots of the equation. $$\alpha + \beta = \dfrac {-b}{a}$$ $$\alpha . \beta = \dfrac {c}{a}$$ According to the question: $$\alpha = \beta^2 $$
So, we have $$\dfrac ca=\alpha\beta=\beta^3$$
$$-\dfrac ba=\alpha+\beta=\beta^2+\beta$$
Cube both sides using $$(p+q)^3=p^3+q^3+3pq(p+q)$$
Replace the values of $\beta^3,\beta^2+\beta$