Factor $9x^4-37x^2+4$

105 Views Asked by At

Factor $9x^4-37x^2+4$ using difference of cubes, sum of cubes, difference of squares, substitution, grouping or common factoring, whichever is simplest method.

Usually factoring isn't to difficult for me, but for some reason I'm stuck on this one. I would usually use the factor theorem but the question specifically states to use one of the methods listed. And the only one this equation kind of works with is substitution, at least to my eyes, but I'm having trouble with doing it that way and I can't figure any other way to do it besides the factor theorem.

2

There are 2 best solutions below

0
On

You have an $x^4$, an $x^2$ and a constant term. Therefore substitute $u = x^2$ to get the quadratic $9u^2-37u+4$, which factors as $(9u - 1)(u - 4) = (9x^2 - 1)(x^2 - 4)$.

0
On

As Toby said, you can factor it down to $(9x^2 - 1)(x^2 - 4)$. However, note that both of these factors are themselves differences of squares. So, you may factor further to get $(3x-1)(3x+1)(x-2)(x+2)$ over the integers. If you allow rational numbers, you can pull out a factor of $3$ from the first $2$ factors to get $9(x-\frac13)(x+\frac13)(x-2)(x+2).$