I'm struggling on a question and have no idea where to start.
The quadratic equation $y=ax^2+bx+c$ has roots $x=\alpha$ and $x=\beta$. Find an equation that has roots $x=\alpha^2$ and $x=\beta^2$.
I was just wondering if anyone could provide any knowledge so I can start this question?
Assuming you want to express the quadratic with roots $\alpha^2$ and $\beta^2$ in terms of $a,b,c$, from Vieta's:
$$\alpha^2+\beta^2=(\alpha+\beta)^2-2\alpha\beta=\frac{b^2}{a^2}-\frac{2c}{a}$$
$$\alpha^2\beta^2=\frac{c^2}{a^2}$$
Can you end it from here?