Factoring polynomial expressions is not quite the
same as factoring numbers, but the concept is very similar. When factoring numbers or factoring
polynomials, you are finding numbers or polynomials that divide out evenly from the original numbers
or polynomials. But in the case of polynomials, you are dividing numbers and variables out of expressions,
not just dividing numbers out of numbers.
- 2(x + 3) = 2(x) + 2(3)
= 2x + 6
- 2x + 6 = 2(x) + 2(3) =
2(x + 3)
|
|
|
|
|
|
- Factor 3x – 12.
- The only thing common between the two terms (that
is, the only thing that can be divided out of each term and then moved up front) is a "3".
So I'll factor this number out to the front:
- 3x – 12 = 3(
)
- 3x – 12 = 3(x
)
- 3x – 12 = 3(x – 4)
Some books teach this topic by using the concept of the Greatest Common Factor, or GCF. In that case, you would methodically find the GCF of all the terms in the expression, put this in front of the parentheses, and then divide each term by the GCF and put the resulting expression inside the parentheses. The result will be the same. But this seems like an awful lot of work to me, so I just go straight to the factoring.
Here are some more examples: Copyright © Elizabeth Stapel 2002-2011 All Rights Reserved
- Factor 7x – 7.
- A "7" can come out of each
term, so I'll factor this out front:
- 7x – 7 = 7(
)
- 7x – 7 = 7(x
)
- 7x – 7 = 7(x – 1)
- Factor 12y2 – 5y.
- In this case, no number is a common factor between
the two terms (specifically, the 12 and the 5 share no common numerical factor), but I can still divide
out a common variable factor of "y" from each of the two terms.
- 12y2 – 5y
= y( )
- 12y2 – 5y
= y(12y )
- 12y2 – 5y
= y(12y – 5)
- Factor x2y3 + xy
- I can factor an "x"
and a "y"
out of each term: x2y3
= xy(x1y2)
= xy(xy2) and
xy
= xy(1).
- x2y3
+ xy = xy(
)
- =
xy(xy2
)
= xy(xy2 + 1)
- Factor 3x3 + 6x2 – 15x.
- I can factor a "3"
and an "x"
out of each term: 3x3
= 3x(x2),
6x2
= 3x(2x),
and –15x
= 3x(–5).
Being careful of my signs, I get:
- Factor 2(x – y) – b(x – y). Copyright © Elizabeth Stapel 2002-2011 All Rights Reserved
- 3x3
+ 6x2 – 15x = 3x(
)
- = 3x(x2
)
= 3x(x2 + 2x )
= 3x(x2 + 2x – 5)
- This may look different
from what I've done above, but really it's not. The two terms, 2(x
– y) and –
b(x – y),
do indeed have a common factor; namely, the parenthetical factor x
– y. This
may be different from what you're used to seeing referred to as being
a "factor", but the factorization process works just the same
as before.
First, I'll take the common factor out front:
- 2(x
– y) – b(x – y) = (x – y)(
)
- 2(x
– y) – b(x – y) = (x – y)(2
)
- 2(x
– y) – b(x – y) = (x
– y)(2 – b)
|
|
|
|
|
|
- Factor x(x – 2) + 3(2 – x).
- This is almost the same
as the previous case, but not quite, because "x
– 2" is not
quite the same as "2
– x".
If I'd had "x
+ 2" and "2
+ x",
the factors would have been the same, because order doesn't matter for
addition. But order does
matter for subtraction, so I don't actually have a common factor here.
But I would have a common factor if I could just flip (or "reverse the order of") that subtraction. What would happen if I did that? Take a look at the following numerical subtraction:
- 5 – 3 = 2
3 – 5 = –2
- x(x
– 2) + 3(2 – x) = x(x – 2) –
3(x
– 2)
- x(x
– 2) + 3(2 – x) = x(x – 2) – 3(x – 2)
- = (x
– 2)(x – 3)
There is one special case for factoring that you may or may not need, depending upon how your book is structured and how your instructor intends to teach factoring quadratics. I call it "factoring in pairs".
- Factor xy – 5y – 2x + 10.
- Is there anything that
factors out of all four terms? No. When you have four terms, and nothing
factors out of all of them, think of factoring "in pairs".
To factor "in pairs", I split the expression into two pairs
of terms, and then factor the pairs separately.
- xy
– 5y
– 2x + 10
- xy
– 5y
– 2x + 10
- = y(x
– 5)
– 2x + 10
- xy
– 5y
– 2x + 10
- = y(x
– 5)
– 2x + 10
= y(x – 5) – 2(x – 5)
Now that I do have a common factor, I can proceed as usual:
xy
– 5y – 2x + 10
=
y(x – 5) – 2(x – 5)
=
(x – 5)(y – 2)
|
|
|
|
|
|
- Factor x2 + 4x – x – 4.
- This polynomial has four
terms with no factor common to all four, so I'll try to factor "in
pairs":
- x2
+ 4x – x – 4
- = x(x
+ 4) – 1(x + 4)
= (x + 4)(x – 1)
- Factor x2 – 4x + 6x – 24.
- I'll try to factor "in
pairs": Copyright
© Elizabeth Stapel 2002-2011 All Rights Reserved
- x2
– 4x + 6x – 24
- = x(x
– 4) + 6(x – 4)
= (x – 4)(x + 6)
- Factor x2 – 5x – 6.
- First, I have to find
factors of the last term, –6,
that add up to the numerical coefficient of the middle term, –5.
I'll use the number –6
and +1,
because (–6)(+1)
= –6, and (–6)
+ (+1) = –5. Using
these numbers, I'll split the middle "–5x"
term into the two terms "–6x"
and "+1x".
This will then allow me to factor in pairs:
- x2
– 5x
– 6
- = x2
– 6x
+ 1x
– 6
= x(x – 6) + 1(x – 6)
= (x – 6)(x + 1)
- Factor 6x2 – 13x + 6.
- This is a bit more complicated,
because the leading coefficient (the number on the x2) is
not a simple "1".
But I can still factor the polynomial.
First, I need to find factors of (6)(6) = 36 that add up to –13. I'll use the numbers –9 and –4, because (–9)(–4) = 36, and (–9) + (–4) = –13. Then I can split the middle "–13x" term into the two terms "–9x" and "–4x", and then factor in pairs:
- 6x2
– 13x
+ 6
- = 6x2
–
9x – 4x
+ 6
= 3x(2x – 3) – 2(2x – 3)
= (2x – 3)(3x – 2)
No hay comentarios:
Publicar un comentario