Factor Polynomials

Tutorial with detailled solutions on factoring polynomials.

Search This Site


Web www.analyzemath.com

Factoring Formulas

1:       x 2 - y 2 = (x + y)(x - y)

2:       x 2 + 2xy + y 2 = (x + y) 2

3:       x 2 - 2xy + y 2 = (x - y) 2

4:       x 3 + 3x 2y + 3xy 2 + y 3 = (x + y) 3

5:       x 3 - 3x 2y + 3xy 2 - y 3 = (x - y) 3


Example 1: Factor the binomial 9 - 4x 2

Solution

Rewrite the given expression as the difference of two squares then apply formula 1 given above.

9 - 4x 2 = 3 2 - (2x) 2 = (3 - 2x)(3 + 2x)

As a practice, multiply (3 - 2x)(3 + 2x) to obtain the given expression.


Example 2: Factor the trinomial 9x 2 + 3x - 2

Solution

To factor the above trinomial, we need to write it in the form.

9x 2 + 3x - 2 = (ax + m)(bx + n)

Expand the product on the right above

9x 2 + 3x - 2 = abx 2 + x(mb + na) + mn

For the polynomial on the left to be equal to the polynomial on the right we need to have equal corresponding coefficients, hence

ab = 9

mb + na = 3

mn = -2

Trial values for a and b are: a = 1 and b = 9 or a = 3 and b = 3

Trial values for m and n are: m = 1 and n = -2, m = 2 and n = -1, m = -1 and n = 2 and m = -2 and n = 1.

Trying various values for a, b, m and n among the list above, we arrive at:

9x 2 + 3x - 2 = (3x + 2)(3x - 1)

As a practice, multiply (3x + 2)(3x - 1) and simplify to obtain the given trinomial.


Example 3: Factor the polynomial x 3 + 2x 2 - 16x - 32

Solution

Group terms that have common factors.

x 3 + 2x 2 - 16x - 32 = (x 3 + 2x 2) - (16x + 32)

Factor the grouped terms

= x 2(x + 2) - 16(x + 2)

Factor x + 2 out

= (x + 2)(x 2 - 16)

The term (x 2 - 16) is the difference of two squares and can be factored using formula 1 above

= (x + 2)(x + 4)(x - 4)

Check the above answer by expanding the obtained result.
Exercises: Factor the polynomials.

1:       (x + 1) 2 - 4

2:       x 2 + 5x + 6

3:       x 3 - 1

4:       x 3 - x 2 + 2x - 2



Solutions to above exercises

1:       (x + 1) 2 - 4 = (x - 1)(x + 3)

2:       x 2 + 5x + 6 = (x + 2)(x + 3)

3:       x 3 - 1 = (x - 1)(x 2 + x + 1)

4:       x 3 - x 2 - 25x + 25 = (x - 1)(x + 5)(x - 5)


More references and links to polynomial functions.
Multiplicity of Zeros and Graphs Polynomials.

Find Zeros of Polynomial Functions - Problems

Polynomial Functions, Zeros, Factors and Intercepts


Home Page - Online Calculators - Trigonometry - Antennas - Graphing - Precalculus Tutorials - Calculus Tutorials
Calculus Questions - Geometry Tutorials - Precalculus Applets - Applied Math - Precalculus Questions and Problems -
Equations, Systems and Inequalities - Geometry Calculators - Math Software - Elementary Statistics -
Author - e-mail

Updated: 27 November 2007 (A Dendane)