Prove that $X^4+X^3+X^2+X+1$ is irreducible in $\mathbb{Q}[X]$, but it has two different irreducible factors in $\mathbb{R}[X]$.
I've tried to use the cyclotomic polynomial as: $$X^5-1=(X-1)(X^4+X^3+X^2+X+1)$$
So I have that my polynomial is $$\frac{X^5-1}{X-1}$$ and now i have to prove that is irreducible.
The lineal change of variables are ok*(I don't know why) so I substitute $X$ by $X+1$ then I have: $$\frac{(X+1)^5-1}{X}=\frac{X^5+5X^4+10X^3+10X^2+5X}{X}=X^4+5X^3+10X^2+10X+5$$ And now we can apply the Eisenstein criterion with p=5. So my polynomial is irreducible in $\mathbb{Q}$
Now let's prove that it has two different irreducible factors in $\mathbb{R}$
I've tryed this way: $X^4+X^3+X^2+X+1=(X^2+AX+B)(X^2+CX+D)$ and solve the system. But solve the system is quite difficult. Is there another way?
Finding the complex roots of the polynomial is easy: if $\varphi=2\pi/5$, the roots are $$ r_1=e^{i\varphi},\quad r_2=e^{2i\varphi},\quad r_3=e^{3i\varphi}=\bar{r}_2\quad r_4=e^{4i\varphi}=\bar{r}_1 $$ and so the factorization over the reals is $$ (X^2-(r_1+\bar{r}_1)X+1)((X^2-(r_2+\bar{r}_2)X+1). $$ What you want to prove is that this factorization is not over $\mathbb{Q}$, thereby deducing that the polynomial is irreducible over $\mathbb{Q}$.
The procedure is standard: let $r$ be any root of the polynomial; then $$ r^2+r+1+\frac{1}{r}+\frac{1}{r^2}=0 $$ and so $$ \left(r+\frac{1}{r}\right)^2+\left(r+\frac{1}{r}\right)-1=0 $$ Since the polynomial $X^2+X-1$ has no rational root, you have proved that $$ r_1+\bar{r}_1=r_1+\frac{1}{r_1} $$ is not rational.
If $p$ is prime, then $X^{p-1}+X^{p-2}+\dots+X+1$ is irreducible over $\mathbb{Q}$. Write it as $$ \frac{X^p-1}{X-1} $$ and substitute $X=Y+1$. You'll see that Eisenstein applies.