If roots of the equation $ax^2+bx+c=0$ are $\alpha, \beta, $ find roots of equation $acx^2-b(c+a)x+(c+a)^2=0$ in terms of $\alpha, \beta$
Here's what I have tried so far,
I know that $\alpha+ \beta=\frac{-b}{a} $ and $\alpha \beta=\frac{c}{a} $
So I can express $b=-a(\alpha+\beta)$
$c=a.\alpha\beta$
Once I substitute for b and c in the equation I can get, $$\alpha\beta x^2+(\alpha+\beta)(\alpha\beta+1)x+(\alpha\beta+1)^2=0$$
I want to know whether there is any different approach other than this method?
Any hint is higly valued. thank you!
As given by me in comment:
let $g(x)=acx^2-b(c+a)x+{(c+a)}^2=0$ and $f(x)=ax^2+bx+c$
we see that $$g(x)={(c+a)}^2\cdot \frac{1}{c}\cdot f(\frac{-cx}{c+a})$$ thus $g(x)=0$ implies $$\frac{-cx}{c+a}=\alpha ,\beta$$ now use vieta and rearrange .....