An instructor asked me to factor $x^{2020} + x^{2019} + \cdots + x + 1$ on $\mathbb Q[x]$, which he considers to be tricky.
This polynomial is trivial to factor on $\mathbb C[x]$ and $\mathbb R[x]$. Just notice $x^{2021} - 1 = (x-1)(x^{2020} + x^{2019} + \cdots + x + 1)$ and we know
$$ \begin{equation} \begin{aligned} x^{2020} + x^{2019} + \cdots + x + 1 =& \prod_{k=1}^{2020} \left[x - \cos(\frac{2k\pi}{2021}) - i\sin(\frac{2k\pi}{2021})\right] \\ =& \prod_{k=1}^{1010} \left[x - \cos(\frac{2k\pi}{2021}) - i\sin(\frac{2k\pi}{2021})\right] \left[x - \cos(\frac{2k\pi}{2021}) + i\sin(\frac{2k\pi}{2021})\right] \\ =& \prod_{k=1}^{1010} \left[x^2 - 2\cos(\frac{2k\pi}{2021})x + 1\right] \end{aligned} \end{equation} $$
It's not easy to "combine" the factorization over $\mathbb R[x]$ to form a factorization over $\mathbb Q[x]$ though.
Should I go the other ways and try to prove it's irreducible? Maybe not. Since $2021 = 43 \times 47$, it seems reducible.