How do you know if a polynomial is not factorable?
2 Answers
The most reliable way I can think of to find out if a polynomial is factorable or not is to plug it into your calculator, and find your zeroes. If those zeroes are weird long decimals (or don't exist), then you probably can't factor it. Then, you'd have to use the quadratic formula.
If you don't have a calculator, then I don't know of any definite way in which you can tell if a polynomial is factorable or not, but you should just try playing with the numbers (factor out stuff, etc), and see if it works.
Hope that helped :)
Any polynomial in one variable with Real coefficients factors as a product of linear and quadratic factors with Real coefficients, but those coefficients may be hard to find...
Explanation:
It is a common error (and one that I have made myself) to think that just because a polynomial has no Real zeros (and therefore no linear factors with Real coefficients), that it has no factors with Real coefficients. Such is not the case, as we shall observe.
Restricting the question to the case of polynomials in one variable with Real coefficients, note that in theory any such polynomial can be factored as a product of quadratic and linear factors with Real coefficients. We can tell whether any quadratic factors can be reduced to linear ones as follows...
General quadratic
#f(x) = ax^2+bx+c#
It is possible to factor this into linear factors with Real coefficients if and only if its discriminant
In the following examples we see polynomials that can be factored with different complexities of coefficients...
Example 1
#f(x) = x^4+4#
Note that for any Real value of
We can deduce that
#x^4+4 = (x^2-2x+2)(x^2+2x+2)#
Example 2
#g(x) = x^4-x^2+1#
Again this has no linear factors, but we can find quadratic factors with irrational coefficients:
#x^4-x^2+1 = (x^2-sqrt(3)x+1)(x^2+sqrt(3)x+1)#
Example 3
#h(x) = x^5+4x+2#
This quintic has
Unfortunately for us, none of these zeros can be expressed in terms of elementary functions, including
#x^5+4x+2 = (x+a)(x^2+bx+c)(x^2+dx+e)#
where