Factoring in Algebra
Factoring in Algebra
Factors
Numbers have factors:
Factorising is the process of finding the factors: Factoring: Finding what to multiply together to get an expression. It is like "splitting" an expression into a multiplication of simpler expressions.
Example: factor
2y+6
2y is 2 y 6 is 2 3
2y+6 = 2(y+3)
So, 2y+6 has been "factored into" 2 and y+3 Factoring is also the opposite of Expanding:
Common Factor
In the previous example we saw that 2y and 6 had a common factor of 2 But to do the job properly make sure you have the highest common factor, including any variables
Example: factor
3y2+12y 3.
3y2+12y = 3(y2+4y)
3y2 and 12y also share the variable y. Together that makes 3y:
3y2 is 3y y 12y is 3y 4
So you can factor the whole expression into:
3y2+12y = 3y(y+4)
Check: 3y(y+4) = 3y y + 3y 4 = 3y2+12y
Advices
The factored form is usually best. When trying to factor, follow these steps:
"Factor out" any common terms See if it fits any of the identities, plus any more you may know Keep going till you can't factor any more
Here is a list of common "Identities" (including the "difference of squares" used above). It is worth remembering these, as they can make factoring easier.
a2 - b2 = (a+b)(a-b) a2 + 2ab + b2 = (a+b)(a+b) a2 - 2ab + b2 = (a-b)(a-b) a3 + b3 = (a+b)(a2-ab+b2) a3 - b3 = (a-b)(a2+ab+b2) a3+3a2b+3ab2+b3 = (a+b)3 a3-3a2b+3ab2-b3 = (a-b)3
More Examples
I said that experience helps, so here are more examples to help you on the way:
Example: w4 - 16
An exponent of 4? Maybe we could try an exponent of 2:
w4 - 16 = (w2)2 - 42
Yes, it is the difference of squares
w4 - 16 = (w2 + 4)(w2 - 4)
And "(w2 - 4)" is another difference of squares
z2(z-1) - 9(z-1) (z-1) is on both, so let us use that: (z2-9)(z-1) 2 And z -9 is a difference of squares (z-3)(z+3)(z-1)
Wow, That is as far as I can go.