Roots of a Polynomial Question

145 Views Asked by At

If $\alpha$ and $\beta$ are roots of the equation $x^2+mx+n=0$ , find the roots of $nx^2+(2n-m^2)x+n=0$ in terms of $\alpha$ and $\beta$.

I really need help with this problem. I've started by finding the sum and products of roots of the first equation and don't know what to do next.

3

There are 3 best solutions below

0
On

Try writing $m$ and $n$ in terms of $\alpha$ and $\beta$. Then solve the second equation in the usual way. Hint: $x^2+mx+n = (x-\alpha)(x-\beta)$.

0
On

Hint: The discriminant of $nx^2+(2n-m^2)x+n$ is $m^4 - 4 m^2 n=m^2(m^2-4n)=(\alpha+\beta)^2(\alpha-\beta)^2$.

2
On

Substituting $m,n$ obtained from Vieta, the second equation is

$$\alpha\beta x^2+(2\alpha\beta-(\alpha+\beta)^2)x+\alpha\beta=0$$

or

$$x^2-\left(\frac\alpha\beta+\frac\beta\alpha\right)x+1=0.$$

Again by Vieta, the roots are obvious.