Unlock the power of factoring! Learn systematic techniques to break down polynomials into their simplest forms, discover polynomial zeros, and understand how factoring reveals the structure of algebraic expressions.
The GCF is the largest factor that divides all terms in a polynomial. Always look for the GCF first before applying other factoring methods.
Find largest number dividing all coefficients
GCF(12, 18, 24) = 6
Take lowest power of each variable
GCF(x³, x², x) = x
For trinomials of the form x² + bx + c, find two numbers that multiply to c and add to b.
Recognize these special patterns for quick factoring without trial and error.
Pattern: a² + 2ab + b² = (a + b)²
Example: x² + 6x + 9 = (x + 3)²
Pattern: a² - 2ab + b² = (a - b)²
Example: x² - 8x + 16 = (x - 4)²
How to recognize: First and last terms are perfect squares, middle term is 2 × √(first) × √(last)
Pattern: a² - b² = (a - b)(a + b)
Example: x² - 9 = (x - 3)(x + 3)
Example: 4x² - 25 = (2x - 5)(2x + 5)
How to recognize: Two perfect squares separated by a minus sign
If the product of factors equals zero, then at least one of the factors must be zero. This allows us to find the zeros (roots) of polynomial functions.
If ab = 0, then a = 0 or b = 0
Essential for finding polynomial roots
Zeros are x-intercepts of the graph
Points where y = 0
A ball is thrown upward with initial velocity. Its height h (in feet) after t seconds is given by h = -16t² + 32t + 48. Find when the ball hits the ground and its maximum height.
Problem 1:
Factor: 8x² - 12x
GCF of 8x² and 12x is 4x
8x² - 12x = 4x(2x - 3)
Problem 2:
Factor: x² + 8x + 15
Need numbers that multiply to 15 and add to 8
3 × 5 = 15 and 3 + 5 = 8
x² + 8x + 15 = (x + 3)(x + 5)
Problem 3:
Find zeros of y = x² - 9
x² - 9 = (x - 3)(x + 3) = 0
x - 3 = 0 → x = 3
x + 3 = 0 → x = -3
Zeros: (3, 0) and (-3, 0)