I'm trying to factor this polynomial into irreducible polynomials : $s^4 + 4$
I can immediately see that $s^2 = \pm 2i$. Thus, I could factor the polynomial like this $s^4 + 4 = (s^2 + 2i)(s^2 - 2i)$. However, this yields something complex.
It is possible to obtain two real polynomials with complex roots.
$s^4 + 4 = (s^2 + 2s + 2)(s^2 - 2s + 2)$
However, I do not understand how one could go from $s^4+4$ and find the irreducible polynomials. What would be the strategy?
You use the fact that\begin{align}s^4+4&=s^4+4s^2+4-4s^2\\&=(s^2+2)^2-(2s)^2\\&=(s^2-2s+2)(s^2+2s+2).\end{align}