2324 - Factoring Polynomials
2324 - Factoring Polynomials
Polynomials
Chapter Sections
13.1 – The Greatest Common Factor
13.2 – Factoring Trinomials of the Form x2 + bx + c
13.3 – Factoring Trinomials of the Form ax2 + bx + c
13.4 – Factoring Trinomials of the Form x2 + bx + c
by Grouping
13.5 – Factoring Perfect Square Trinomials and Diffe
rence of Two Squares
13.6 – Solving Quadratic Equations by Factoring
13.7 – Quadratic Equations and Problem Solving
§
13.1
1) 6(x + 2) – y(x + 2) =
6 · (x + 2) – y · (x + 2) =
(x + 2)(6 – y)
2) xy(y + 1) – (y + 1) =
xy · (y + 1) – 1 · (y + 1) =
(y + 1)(xy – 1)
Factoring
Remember that factoring out the GCF from the terms of
a polynomial should always be the first step in factoring
a polynomial.
This will usually be followed by additional steps in the
process.
Example
Factor 90 + 15y2 – 18x – 3xy2.
90 + 15y2 – 18x – 3xy2 = 3(30 + 5y2 – 6x – xy2) =
3(5 · 6 + 5 · y2 – 6 · x – x · y2) =
3(5(6 + y2) – x (6 + y2)) =
3(6 + y2)(5 – x)
§
13.2
3, 10 13
Note, there are other factors, but once we find a pair
that works, we do not have to continue searching.
So x2 + 13x + 30 = (x + 3)(x + 10).
Factoring Polynomials
Example
Factor the polynomial x2 – 11x + 24.
Since our two numbers must have a product of 24 and
a sum of -11, the two numbers must both be negative.
Negative factors of 24 Sum of Factors
– 1, – 24 – 25
– 2, – 12 – 14
– 3, – 8 – 11
5, – 7 –2
So x2 – 2x – 35 = (x + 5)(x – 7).
Prime Polynomials
Example
Factor the polynomial x2 – 6x + 10.
Since our two numbers must have a product of 10 and a
sum of – 6, the two numbers will have to both be
negative.
Negative factors of 10 Sum of Factors
– 1, – 10 – 11
– 2, – 5 –7
Since there is not a factor pair whose sum is – 6,
x2 – 6x +10 is not factorable and we call it a prime
polynomial.
Check Your Result!
Continued.
Factoring Polynomials
Example Continued
Check the resulting factorization using the FOIL method.
F O I L
(3x – 5)(7x – 2) = 3x(7x) + 3x(-2) - 5(7x) - 5(-2)
= 21x2 – 6x – 35x + 10
= 21x2 – 41x + 10
Continued.
Factoring Polynomials
Example Continued
Check the resulting factorization using the FOIL method.
F O I L
(3x – 10)(x + 3) = 3x(x) + 3x(3) – 10(x) – 10(3)
= 3x2 + 9x – 10x – 30
= 3x2 – x – 30
So our final answer when asked to factor the polynomial
6x2y2 – 2xy2 – 60y2 will be 2y2(3x – 10)(x + 3).
§
13.4
9x2 – 25y2
– c4 + d4
Difference of Two Squares
Example
Factor the polynomial x2 – 9.
The first term is a square and the last term, 9, can be
written as 32. The signs of each term are different, so
we have the difference of two squares
Therefore x2 – 9 = (x – 3)(x + 3).
Note: You can use FOIL method to verify that the
factorization for the polynomial is accurate.
§
13.6
Quadratic Equations
• Can be written in the form ax2 + bx + c = 0.
• a, b and c are real numbers and a 0.
• This is referred to as standard form.
Zero Factor Theorem
• If a and b are real numbers and ab = 0, then a = 0 or b =
0.
• This theorem is very useful in solving quadratic
equations.
Solving Quadratic Equations
Steps for Solving a Quadratic Equation by Factoring
1) Write the equation in standard form.
2) Factor the quadratic completely.
3) Set each factor containing a variable equal to 0.
4) Solve the resulting equations.
5) Check each solution in the original equation.
Solving Quadratic Equations
Example
Solve x2 – 5x = 24.
• First write the quadratic equation in standard form.
x2 – 5x – 24 = 0
• Now we factor the quadratic using techniques from the
previous sections.
x2 – 5x – 24 = (x – 8)(x + 3) = 0
• We set each factor equal to 0.
x – 8 = 0 or x + 3 = 0, which will simplify to
x = 8 or x = – 3
Continued.
Solving Quadratic Equations
Example Continued
• Check both possible answers in the original equation.
82 – 5(8) = 64 – 40 = 24 true
(–3)2 – 5(–3) = 9 – (–15) = 24 true
• So our solutions for x are 8 or –3.
Solving Quadratic Equations
Example
Solve 4x(8x + 9) = 5
• First write the quadratic equation in standard form.
32x2 + 36x = 5
32x2 + 36x – 5 = 0
• Now we factor the quadratic using techniques from the
previous sections.
32x2 + 36x – 5 = (8x – 1)(4x + 5) = 0
• We set each factor equal to 0.
8x – 1 = 0 or 4x + 5 = 0
1 5
8x = 1 or 4x = – 5, which simplifies to x =
8 or .
4
Continued.
Solving Quadratic Equations
Example Continued
• Check both possible answers in the original equation.
4
1
8
8
1
8
9 4
1
8
1
1
1 9 4 8 (10) 2 (10) 5
true
4
5
4
5 5 5
8 9 4 10 9 4 ( 1) ( 5)( 1) 5
4 4 4
true
1 5
• So our solutions for x are or .
8 4
Finding x-intercepts
Example
Find the x-intercepts of the graph of y = 4x2 + 11x + 6.
The equation is already written in standard form, so we let y
= 0, then factor the quadratic in x.
0 = 4x2 + 11x + 6 = (4x + 3)(x + 2)
We set each factor equal to 0 and solve for x.
4x + 3 = 0 or x + 2 = 0
4x = –3 or x = –2
x = –¾ or x = –2
So the x-intercepts are the points (–¾, 0) and (–2, 0).
§
13.7
Continued
Finding an Unknown Number
Example continued
2.) Translate
The product of
is 132
two consecutive positive integers
x • (x + 1) = 132
Continued
Finding an Unknown Number
Example continued
3.) Solve
x(x + 1) = 132
x2 + x = 132 (Distributive property)
x2 + x – 132 = 0 (Write quadratic in standard form)
(x + 12)(x – 11) = 0 (Factor quadratic polynomial)
x + 12 = 0 or x – 11 = 0 (Set factors equal to 0)
x = –12 or x = 11 (Solve each factor for x)
Continued
Finding an Unknown Number
Example continued
4.) Interpret
Check: Remember that x is suppose to represent a positive
integer. So, although x = -12 satisfies our equation, it cannot be a
solution for the problem we were presented.
If we let x = 11, then x + 1 = 12. The product of the two numbers
is 11 · 12 = 132, our desired result.
State: The two positive integers are 11 and 12.
The Pythagorean Theorem
Pythagorean Theorem
In a right triangle, the sum of the squares of the
lengths of the two legs is equal to the square of
the length of the hypotenuse.
(leg a)2 + (leg b)2 = (hypotenuse)2
hypotenuse
leg a
leg b
The Pythagorean Theorem
Example
Find the length of the shorter leg of a right triangle if the longer leg
is 10 miles more than the shorter leg and the hypotenuse is 10 miles
less than twice the shorter leg.
1.) Understand
Read and reread the problem. If we let 2 x - 10
x = the length of the shorter leg, then x
x + 10 = the length of the longer leg and
x + 10
2x – 10 = the length of the hypotenuse.
Continued
The Pythagorean Theorem
Example continued
2.) Translate
By the Pythagorean Theorem,
(leg a)2 + (leg b)2 = (hypotenuse)2
x2 + (x + 10)2 = (2x – 10)2
3.) Solve
x2 + (x + 10)2 = (2x – 10)2
x2 + x2 + 20x + 100 = 4x2 – 40x + 100 (multiply the binomials)
2x2 + 20x + 100 = 4x2 – 40x + 100 (simplify left side)
0 = 2x2 – 60x (subtract 2x2 + 20x + 100 from both sides)
0 = 2x(x – 30) (factor right side)
x = 0 or x = 30 (set each factor = 0 and solve) Continued
The Pythagorean Theorem
Example continued
4.) Interpret
Check: Remember that x is suppose to represent the length of
the shorter side. So, although x = 0 satisfies our equation, it
cannot be a solution for the problem we were presented.
If we let x = 30, then x + 10 = 40 and 2x – 10 = 50. Since 302 +
402 = 900 + 1600 = 2500 = 502, the Pythagorean Theorem
checks out.
State: The length of the shorter leg is 30 miles. (Remember that
is all we were asked for in this problem.)