How can we factorize ${x^4} - 2{x^2} + 49$ with coefficients in $\mathbb{R}$?
A problem would be easier if it was a quadratic equation - we could simply find the roots and get the linear factors.
Moreover, the polynomial $x^4 - 2x^2 + 49$ does not have a real root which would be easy to guess. (If we have one root, we could divide by linear factor determined by this root.)
WolframAlpha says that this can be factorized as $$x^4 - 2x^2 + 49 = (x^2-4x+7)(x^2+4x+7).$$ But how can we get to this factorization?
Factorization of this polynomial also appears as an example in an answer tp another question: Does the Rational Root Theorem ever guarantee that a polynomial is irreducible?
The idea is try to complete square using the terms $x^4$ and $49$ so let's reorganize the expression:
$x^4+14x^2+49-16x^2=(x^2+7)^2-(4x)^2=(x^2-4x+7)(x^2+4x+7)$