How do you factor x^4 - 13x^2 + 4?
1 Answer
Explanation:
This quartic can be factored as a "quadratic in
Alternatively, consider the following:
(x^2-kx+2)(x^2+kx+2) = x^4+(4-k^2)x^2+4
So putting
(x^2-sqrt(17)x+2)(x^2+sqrt(17)x+2) = x^4-13x^2+4
Using the quadratic formula, the zeros of
(+-sqrt(17)+-sqrt(17-4(1)(2)))/(2*1) = +-sqrt(17)/2+-sqrt(9)/2 = +-sqrt(17)/2+-3/2
So we find:
x^4-13x^2+4 = (x-3/2-sqrt(17)/2)(x-3/2+sqrt(17)/2)(x+3/2-sqrt(17)/2)(x+3/2+sqrt(17)/2)
Alternatively again, consider the following:
(x^2-hx-2)(x^2+hx-2) = x^4-(4+h^2)x^2+4
So putting
(x^2-3x-2)(x^2+3x-2) = x^4-13x^2+4
Using the quadratic formula, the zeros of
(+-3+-sqrt(9-4(1)(-2)))/(2*1) = +-3/2+-sqrt(17)/2
Hence the same linear factorisation as before.