[Math] How to factor “Higher order” polynomials

factoringpolynomials

I missed a day of math class and didn't have time today to go over this with my teacher.

In math we covered factoring and solving higher order polynomials yesterday, but I wasn't there.

I've figured out difference and sum of cubes, which are pretty easy. I've also figured out difference of squares such as $4x^4-16$, but I'm having trouble with some other polynomiAls.

Take for example, $x^4-9x^2+14$. I recognize that the first part is difference of squares, so I can get $(2x^2-3x)(2x^2+3x)+14$, but then what do I do with the 14?

For another example, take $6x^4+24x^2-72$. I can take out the common factor of $6$, and get $x^4+4x^2-12$, but then what do I do from here? I see a sum of squares, but can that be factored? Is that the next reasonable step or do I do something different?

On the same page is also $m^4-8m^2+7$, and I'm not even sure where to start in this one. There's no common factor, so I can't do that, and it's not sum or difference of squares or cubes, so what do I do?

Best Answer

If all the terms have even powers, you have a polynomial of half the degree in the square of the variable. $5x^4+24x^2-72=6((x^2)^2+4(x^2)-12)$, which is a quadratic that you should know how to factor. It might be easier to see if you define $y=x^2$ and write the polynomial as $6(y^2+4y-12)$. Once you have factored that, plug the $x^2$s back in and you will have two quadratic factors that you can factor.

Generally and here it is not useful to factor part of an expression. In your first example, you can write it as $(x^2+3x)(x^2-3x)+14$ (you have extra factors of $2$) but you are right that you don't know what to do with the $14$. You could complete the square to get $x^4-9x^2+14=(x^2-\frac 92)^2-\frac {25}4$ and then use the difference of squares.

Related Question