If $f(X)$ in $\mathbb{Q}[X]$ is an irreducible polynomial polynomial of degree $n \geq 2,$ with roots $\alpha_1, \alpha_2,\ldots,\alpha_n$ in $\mathbb{C},$ show that $\displaystyle \sum_{j=1}^{n}\frac{1}{\alpha_j^2}\in \mathbb{Q}.$
I have tried that
If $f(x) = b_nx^n+b_{n-1}x^{n-1}+\cdots+b_1x+b_0; ~ b_i \in \mathbb{Q} $ \begin{align} \sum_{j=1}^{n}\frac{1}{\alpha_j^2} &= \frac{1}{\alpha_1^2}+ \frac{1} {\alpha_2^2} + \cdots + \frac{1}{\alpha_n^2} \\ &=\frac{(\alpha_2\cdots \alpha_n)^2+(\alpha_1\alpha_3\cdots \alpha_n)^2+\cdots (\alpha_1\alpha_2\cdots \alpha_{n-1})^2} {(\alpha_1\alpha_2\cdots \alpha_{n})^2} \\ &= \frac{?}{(\alpha_1\alpha_2\cdots \alpha_{n})^2} \end{align} The denominator is $b_0^2$ and so rational. If I show that numerator is also rational then I am done. Is there any identity way which shows thats true. I am sure there must be but I don't exactly recall it. Also, is there any other way to prove the above result, specially using Galois theory. Thanks in advance.
Remember, if $\alpha_j$ are roots of $f(x)$, then $\frac{1}{\alpha_j}$ are roots of $x^n f\left(\frac{1}{x}\right)$.
A proof of $\sum_{j=1}^n \frac{1}{\alpha_j^2} \in \mathbb{Q}$ is not that different from a proof that $\sum_{j=1}^n \alpha_j^2 \in \mathbb{Q}$. Following the same spirit of the proof of the latter case, we have:
$$\sum_{j=1}^n \frac{1}{\alpha_j^2} = \left(\sum_{j=1}^n \frac{1}{\alpha_j}\right)^2 - 2\sum_{1\le i < j\le n} \frac{1}{\alpha_i\alpha_j} = \left(\frac{e_{n-1}}{e_n}\right)^2 - 2\frac{e_{n-2}}{e_n} $$ where $$e_k = \sum\limits_{1 \le j_1 < j_2 < \cdots j_k \le n} \prod\limits_{s=1}^k \alpha_{j_s} = (-1)^k\frac{b_{n-k}}{b_n}$$ is the $k^{th}$ elementary symmetric polynomial for the roots $\alpha_j$.
Since all $b_k \in \mathbb{Q}$, so does all $e_k$ and the expression you have.