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?
In general, multiplication is easy, but undoing it (factoring) is hard, both for numbers and for polynomials.
In the particular case of the polynomials you're looking at, where all the exponents are even, you can make the substitution $u = x^2$. So $x^4 - 9x^2 + 14$ becomes $u^2 - 9u + 14$. You can factor this as $(u-2)(u-7)$, either by "inspection" (that is, looking at it until you recognize the answer) or by using the quadratic formula to find that this has solutions $u = (9 \pm \sqrt{25})/2 = (9 \pm 5)/2 = 2, 7$. Then you can remember that $u = x^2$ to get $x^4 - 9x^2 + 14 = (x^2-2)(x^2-7)$. This same idea will work for the other polynomials you're looking at.
Noticing that you have a sum or difference of squares or cubes, when you're just looking at part of the polynomial, is a red herring in this case. Say you have the number 9900. You notice that it's $100^2-10^2$ and so you can factor it as $(100-10)(100+10) = 90 \times 110$. Does this tell you anything about the factorization of 9901? (No.). Polynomials work the same way.