PDA

View Full Version : Factoring x^4-5x^2+4


mindauggas
Nov6-11, 12:39 PM
1. The problem statement, all variables and given/known data
(1)Why can't I solve x^{4}-5x^{2}+4
in the following way:
(x^{4}-4x^{2}+4)-x^{2}
...
(x^{2}-2-x^{2})(x^{2}-2+x^{2})
...
If there is any reason why..

(2)How to solve it if the answer to get is (x-1)(x+1)(x-2)(x+2) ???

mindauggas
Nov6-11, 12:47 PM
Solved ... sorry to bother

Mark44
Nov6-11, 01:03 PM
1. The problem statement, all variables and given/known data
(1)Why can't I solve x^{4}-5x^{2}+4
in the following way:
(x^{4}-4x^{2}+4)-x^{2}
It looks like you're trying to set this up as a difference of squares, a2 - b2 = (a + b)(a - b).

That will work here, as x4 - 4x2 + 4 is a perfect square, namely (x2 -2)2.

So the above would factor into ((x2 -2)) -x)((x2 -2)) + x)
= (x2 -x - 2)(x2 + x - 2)
= (x - 2)(x + 1)(x + 2)(x - 1).

As you can see, this works, but it is probably more difficult than factoring x4 - 5x2 + 4 directly, realizing that it is quadratic in form.

x4 - 5x2 + 4 = (x2 - 4)(x2 - 1). Each of these two factors can be broken into two linear factors.


...
(x^{2}-2-x^{2})(x^{2}-2+x^{2})
...
If there is any reason why..

(2)How to solve it if the answer to get is (x-1)(x+1)(x-2)(x+2) ???

Dickfore
Nov6-11, 01:05 PM
You need to further factor each quadratic trinomial:

x^2 \mp x + 2