-1

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?

Under sky
  • 953

4 Answers4

6

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)$

Arnaldo
  • 21,342
  • If the downvoters could please tell me why I deserve that I could improve this and the futures anwers. – Arnaldo Jan 08 '17 at 11:24
  • I think we may all have been downvoted without comment. :-/ – Cameron Buie Jan 08 '17 at 15:04
  • @Cameron Buie: I also think so. Sadly, that behavior doesn't help anybody. Neither we nor the OP or even the downvoter. – Arnaldo Jan 08 '17 at 15:20