Question is :
Given a polynomial $f(x)=x^3+px+q\in \mathbb{Q}[x]$ find a polynomial whose roots are inverse of sqares of roots of $f(x)$
Supposing $a,b,c$ as roots of $f(x)$ we have :
- $a+b+c=0$
- $ab+bc+ca=p$
- $abc=-q$
Now i need to know what
- $\dfrac{1}{a^2}+\dfrac{1}{b^2}+\dfrac{1}{c^2}$
- $\dfrac{1}{a^2}\cdot\dfrac{1}{b^2}+\dfrac{1}{b^2}\cdot\dfrac{1}{c^2}+\dfrac{1}{c^2}\cdot\dfrac{1}{a^2}$
- $\dfrac{1}{(abc)^2}$
All i have to do is use $(a+b+c)^2$ formula and others and conclude what those sums,products are.. I am fairly comfortable with that...
But then, this question was from a Galois theory course.. So, i some how guess there is a better way to do this...
Can some one suggest something..