Common Factors

Description

A common factor is an expression as to where every single term can be written...

Reviews
Shared by: felixthecat
Stats
views:
1541
rating:
not rated
reviews:
0
posted:
10/3/2008
language:
English
pages:
0
Factoring The purpose of factoring is to make expressions easier to deal with. Essentially, we are writing large polynomials as a product of polynomials of a smaller degree. This is the opposite of multiplying polynomials. In general, terms that are multiplied together are easier to work with in fractions. Therefore, factoring can allow us to find terms to cancel in complicated fractions involving polynomials. Factoring is also good for finding where polynomials cross the x-axis (we will get to this later). It may be hard to believe now, but factoring (as complicated as it may seem) can really simplify many problems. Common Factors A common factor is an expression a where every term can be written as a(something). For example, 10x+5 can be written as 5(2x)+5(1). Therefore, 5 is a common factor. Then, we can use the distributive property to write this as 5(2x + 1), which is the factorization of 10x + 5. We want the greatest (biggest) common factor that goes in to every term. For example, 30x2 + 6x + 12 = 6(5x2 ) + 6(x) + 6(2) = 6(5x2 + x + 2) However, the greates common factor is not always just a number. Sometimes, it has variables. In this case, it is important to recall the rule for exponents stating a( x + y) = ax ay . So, if we have 3x5 y 3 + 6x4 y 4 , we see that 3 is a common factor. However, we have x and y in both terms. The rule is to take out the smallest power of each variable that appears in any term. So, we have x5 in the first term, and x4 in the second. Since x4 has the smaller exponent, this is the biggest power of x that is common to both terms. Similarly, y 3 is the biggest power of y that is common to both terms. So, we have 3, x4 and y 3 all as factors. So, the greatest common factor is the product of all of these terms, 3x4 y 3 . Putting it all together, we have 3x4 y 3 (x2 ) + 3x4 y 3 (2y). Then, we can use the distributive property to get 3x5 y 3 + 6x4 y 4 = 3x4 y 3 (x2 ) + 3x4 y 3 (2y) = 3x4 y 3 (x2 + 2y) Factoring by Grouping Sometimes, the entire expression has no greatest common factor that can be immediately factored out. However, it may be possible to find a common 1 binomial factor. “How do we do that,” you ask. We play games to rewrite the expression in a way that we can see the common binomial term. This is done by looking at pairs of terms and trying to get them to all have a common binomial factor. For example, what do we do with x3 +2x2 −4x−8? We have to look at x3 + 2x2 and −4x − 8. In the first expression, we see a common factor of x2 , so x3 + 2x2 = x2 (x + 2). The second term has a common factor of −4, so −4x − 8 = −4(x + 2). Then, we see that the terms have (x + 2) as a common factor. Putting the pieces together, we have x3 + 2x2 − 4x − 8 = x2 (x + 2) + (−4)(x + 2) = (x2 − 4)(x + 2) Thus, we have factored our expression. Factoring Quadratic Expressions A quadratic expression is an expression of the form ax2 + bx + c, where a, b and c are real numbers. We can no directly factor by grouping since there are an odd number of terms. This means we can not look at pairs of terms, making factoring by grouping difficult. Luckily, we have the FOIL method for multiplying two binomials. This gives us insight into how we may be able to factor a polynomial of this type. For convenience, lets start with a polynomial with a leading coefficient of 1. That is, a polynomial of the form x2 + ax + b. We know from FOIL that we are looking for factors that look like: (x + p)(x + q) So, we know what we want the answer to look like. How do we determine what p and q are? Well, lets FOIL (x + p)(x + q) and see what we get. (x + p)(x + q) = x2 + qx + px + pq = x2 + (p + q)x + pq Comparing this to the expression x2 + ax + b we see that we need a p and a q such that pq = b and p + q = a. To see this a little more clearly, lets use an example. Suppose we want to factor x2 + 5x − 6. We need to find a p and q so that pq = −6 and p + q = 5. 1 -6 Lets consider all of the possible factorizations of −6. 2 -3 Now, we want -3 2 -1 6 2 the sum of the factors to equal 5. 1 − 6 = −5, 2 − 3 = −1, −3 + 2 = −1 and −1 + 6 = 5. Since −1 · 6 = −6 and −1 + 6 = 5, we have the numbers p and q we were looking for. So, the factorization is x2 + 5x − 6 = (x − 1)(x + 6) Now, what if the leading coefficient is not 1? Well, we do the same thing, but we have more restrictions. Let’s look for something of the form (mx + p)(nx + q) and try to find the requirements for this to be equal to ax2 + bx + c. First, we FOIL the (mx + p)(nx + q): (mx+p)(nx+q) = mnx2 +mqx+npx+pq = mnx2 +(mq+np)x+pq = ax2 +bx+c Therefore, we see that we need mn = a, mq + np = b and pq = c. So, our conditions for c are the same as before, but the others have more conditions. However, we also have mn = a. So, we can look at all possible factorings of a into nm and c into pq, and look at all combinations to see which (if any) gives mp + nq = b. For example, lets look at 4x2 + 4x − 3. We need to find all of the factorizations of 4 and −3 and we get: 4 -3 m n p q 1 4 -1 3 2 2 -3 1 4 1 1 -3 3 -1 Now, we need to look at all possible combinations of these and look at the sum mp + nq: m n p q mp + nq 1 4 -1 3 −1 + 12 = 11 1 4 -3 1 −3 + 4 = 1 1 4 1 -3 1 − 12 = −11 1 4 3 -1 3 − 4 = −1 2 2 -1 3 −2 + 6 =4 2 2 -3 1 −6 + 2 = −4 2 2 1 -3 2 − 6 = −4 2 2 3 -1 6 − 2 =4 4 1 -1 3 −4 + 3 = −1 4 1 -3 1 −12 + 1 = −11 4 1 1 -3 4−3=1 4 1 3 -1 12 − 1 = 11 3 Remember, our original problem was 4x2 + 4x − 3, so we are looking for b = 4 = mp + nq. If we look at the table, we see that we have mp + nq = 4 in two places. These two lead to the factorizations: (2x + 3)(2x − 1) and (2x − 1)(2x + 3), which are actually the same. Also, notice that the m = 4, n = 1 gives the same sums as m = 1, n = 4. Therefore, one need not work out all of the possible combinations since once a combination works, the factorization is known. 4

Related docs
Factors of Risk in Common Forms of Gout
Views: 0  |  Downloads: 0
L6.Greatest Common Factors
Views: 1  |  Downloads: 0
Affective-Factors
Views: 0  |  Downloads: 0
Affective-Factors
Views: 1  |  Downloads: 0
IRS TWENTY FACTORS OF THE COMMON LAW TEST
Views: 1  |  Downloads: 0
premium docs
Other docs by felixthecat
2003 Tax Rate Schedules
Views: 267  |  Downloads: 0
2003 Tax Tables
Views: 548  |  Downloads: 3
2003 Tax Refund Checks
Views: 270  |  Downloads: 3
2005 IRS Tax Forms
Views: 495  |  Downloads: 1
Oil Prices
Views: 499  |  Downloads: 3
Bluegrass Festival San Francisco
Views: 131  |  Downloads: 0
Tara Kirk
Views: 171  |  Downloads: 0
Lawrence Phillips
Views: 131  |  Downloads: 0
Shaun Livingston
Views: 96  |  Downloads: 0
James Earl Jones
Views: 186  |  Downloads: 1
Biden Lies
Views: 288  |  Downloads: 3
2008-2009 Los Angeles Lakers Schedule
Views: 320242  |  Downloads: 25
Jenny McCarthy Autism Cure
Views: 300  |  Downloads: 0