Aaron R. answered 04/09/13
Experienced Tutor, Master's in Physics, Bachelor's in Physics, Math
Factoring a polynomial of the form ax2 + bx + c is the process of manipulating the previous expression so that its new form is something like (_x + _)(_x + _), where your job is to fill in the blanks. This may look confusing at first, but a numerical example will help. In the polynomial presented in the question, x2 + 3x - 4 can be factored into (x + 4)(x - 1). First let's double check that this is correct by carrying out the FOIL process (First, Outer, Inner, Last): x*x - x*1 + 4x - 4*1 = x2 +3x - 4.
Ok, well where in the world did that come from? Let's now examine the process of actually finding the factored form of the polynomial. The key step is to identify the factors of the coefficient of x2 and the constant term (the one with no x). In this case, the coefficient of x2 is 1, so our only factor is 1. It is helpful to list the factors in pairs: the factors of 4 are 1,4, and 2,2. Since 4 is subtracted instead of added, one of the factors of 4 in either pair must be negative. What we're searching for is a combination of factors of 1 and 4 that add to 3 after we multiply each member of one pair by one of the other numbers in the other pair. At this point it's guess and check. Remember that one of the factors of 4 must be negative. We can try the pair 1,1 and 2,-2, in which case we'd get 1*2 - 1*2 = 0. This clearly didn't work. We can try the pair 1,1 and 1,-4, in which case we'd get 1*1 - 1*4 = -3. This didn't work either, but it looks like we're close. Let's now try 1,1 and -1,4. In this case we get -1*1 + 1*4 = 3. Voila! Now we know we need to write (x + 4)(x - 1).
A final note: if the coefficient of x is not 1, as in the above example, the process is no different in principle, there are just more pairs of factors to try.