If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

Factoring quadratics: Perfect squares

Learn how to factor quadratics that have the "perfect square" form. For example, write x²+6x+9 as (x+3)².
Factoring a polynomial involves writing it as a product of two or more polynomials. It reverses the process of polynomial multiplication.
In this article, we'll learn how to factor perfect square trinomials using special patterns. This reverses the process of squaring a binomial, so you'll want to understand that completely before proceeding.

Intro: Factoring perfect square trinomials

To expand any binomial, we can apply one of the following patterns.
  • (a+b)2=a2+2ab+b2
  • (ab)2=a22ab+b2
Note that in the patterns, a and b can be any algebraic expression. For example, suppose we want to expand (x+5)2. In this case, a=x and b=5, and so we get:
(x+5)2=x2+2(x)(5)+(5)2=x2+10x+25
You can check this pattern by using multiplication to expand (x+5)2.
The reverse of this expansion process is a form of factoring. If we rewrite the equations in the reverse order, we will have patterns for factoring polynomials of the form a2±2ab+b2.
  • a2+2ab+b2 =(a+b)2
  • a22ab+b2 =(ab)2
We can apply the first pattern to factor x2+10x+25. Here we have a=x and b=5.
x2+10x+25=x2+2(x)(5)+(5)2=(x+5)2
Expressions of this form are called perfect square trinomials. The name reflects the fact that this type of three termed polynomial can be expressed as a perfect square!
Let's take a look at a few examples in which we factor perfect square trinomials using this pattern.

Example 1: Factoring x2+8x+16

Notice that both the first and last terms are perfect squares: x2=(x)2 and 16=(4)2. Additionally, notice that the middle term is two times the product of the numbers that are squared: 2(x)(4)=8x.
This tells us that the polynomial is a perfect square trinomial, and so we can use the following factoring pattern.
a2+2ab+b2 =(a+b)2
In our case, a=x and b=4. We can factor our polynomial as follows:
x2+8x+16=(x)2+2(x)(4)+(4)2=(x+4)2
We can check our work by expanding (x+4)2:
(x+4)2=(x)2+2(x)(4)+(4)2=x2+8x+16

Check your understanding

1) Factor x2+6x+9.
Choose 1 answer:

2) Factor x26x+9.
Choose 1 answer:

3) Factor x2+14x+49.

Example 2: Factoring 4x2+12x+9

It is not necessary for the leading coefficient of a perfect square trinomial to be 1.
For example, in 4x2+12x+9, notice that both the first and last terms are perfect squares: 4x2=(2x)2 and 9=(3)2. Additionally, notice that the middle term is two times the product of the numbers that are squared: 2(2x)(3)=12x.
Because it satisfies the above conditions, 4x2+12x+9 is also a perfect square trinomial. We can again apply the following factoring pattern.
a2+2ab+b2 =(a+b)2
In this case, a=2x and b=3. The polynomial factors as follows:
4x2+12x+9=(2x)2+2(2x)(3)+(3)2=(2x+3)2
We can check our work by expanding (2x+3)2.

Check your understanding

4) Factor 9x2+30x+25.
Choose 1 answer:

5) Factor 4x220x+25.

Challenge problems

6*) Factor x4+2x2+1.

7*) Factor 9x2+24xy+16y2.

Want to join the conversation?