The polynomial $$f(x)=a_nx^n+a_{n-1}x^{n-1}+\ldots+a_1x+a_0$$ has the roots $$\alpha_1,\ldots,\alpha_n$$ What roots does the polynomial $$g(x)=a_nx^n+a_{n-1}bx^{n-1}+a_{n-2}b^2x^{n-2}\ldots+a_1b^{n-1}x+a_0b^n$$ has?
I tried with a second degree polynomial and obtained that the roots of $g(x)$ would be $b(\alpha_1,\ldots,\alpha_n)$.
I could use a third degree polynomial as another example but it wouldn´t be a proof for this. I also thought induction could be a way but I´m not sure it aplies for this kind of proof.
I´d appreciate your help, thank you.