Perfect Square Trinomials
Basic Perfect Square (Sum)
Factor: $x^2 + 6x + 9$
Check if first term is a perfect square: $x^2 = (x)^2$ ✓ = $a = x$
Check if last term is a perfect square: $9 = (3)^2$ ✓ = $b = 3$
Check the middle term: $2ab = 2(x)(3) = 6x$ ✓ = Matches the middle term!
Apply the pattern: $a^2 + 2ab + b^2 = (a + b)^2$ = $(x + 3)^2$
Answer: $x^2 + 6x + 9 = (x + 3)^2$
Perfect Square with Subtraction
Factor: $x^2 - 10x + 25$
Check if first term is a perfect square: $x^2 = (x)^2$ ✓ = $a = x$
Check if last term is a perfect square: $25 = (5)^2$ ✓ = $b = 5$
Check the middle term: $2ab = 2(x)(5) = 10x$. The middle term is $-10x$, so we use the subtraction pattern. = Use $(a - b)^2$
Apply the pattern: $a^2 - 2ab + b^2 = (a - b)^2$ = $(x - 5)^2$
Answer: $x^2 - 10x + 25 = (x - 5)^2$
Coefficient on the Squared Term
Factor: $4x^2 + 12x + 9$
Check if first term is a perfect square: $4x^2 = (2x)^2$ ✓ = $a = 2x$
Check if last term is a perfect square: $9 = (3)^2$ ✓ = $b = 3$
Check the middle term: $2ab = 2(2x)(3) = 12x$ ✓ = Matches!
Apply the pattern: $a^2 + 2ab + b^2 = (a + b)^2$ = $(2x + 3)^2$
Answer: $4x^2 + 12x + 9 = (2x + 3)^2$
Larger Coefficients
Factor: $9x^2 - 30x + 25$
Check if first term is a perfect square: $9x^2 = (3x)^2$ ✓ = $a = 3x$
Check if last term is a perfect square: $25 = (5)^2$ ✓ = $b = 5$
Check the middle term: $2ab = 2(3x)(5) = 30x$. Middle term is $-30x$. = Use $(a - b)^2$
Apply the pattern: $(3x)^2 - 2(3x)(5) + (5)^2 = (3x - 5)^2$ = $(3x - 5)^2$
Answer: $9x^2 - 30x + 25 = (3x - 5)^2$
Not a Perfect Square Trinomial
Is $x^2 + 5x + 4$ a perfect square trinomial?
Check if first term is a perfect square: $x^2 = (x)^2$ ✓ = $a = x$
Check if last term is a perfect square: $4 = (2)^2$ ✓ = $b = 2$
Check the middle term: $2ab = 2(x)(2) = 4x$, but middle term is $5x$ = $5x \neq 4x$ ✗
Conclusion: The middle term does not match the pattern = NOT a perfect square
Answer: No, $x^2 + 5x + 4$ is not a perfect square trinomial. It factors as $(x + 1)(x + 4)$ instead.
Mistake: Forgetting to check the middle term
Why: Just because the first and last terms are perfect squares doesn't mean the trinomial is a perfect square.
Correct: Always verify: middle term = $2 \times \sqrt{\text{first}} \times \sqrt{\text{last}}$
Mistake: Using the wrong sign in the binomial
Why: The sign in the binomial matches the sign of the middle term.
Correct: Negative middle term → $(a - b)^2$. Positive middle term → $(a + b)^2$
Mistake: Writing $(x + 3)(x + 3)$ instead of $(x + 3)^2$
Why: While mathematically equivalent, the squared form is the standard way to express perfect square trinomials.
Correct: Always write the final answer as $(a + b)^2$ or $(a - b)^2$
Mistake: Confusing with difference of squares
Why: Difference of squares ($a^2 - b^2$) has NO middle term. Perfect square trinomials ALWAYS have a middle term.
Correct: $a^2 - b^2 = (a+b)(a-b)$ but $a^2 - 2ab + b^2 = (a-b)^2$
Architecture: Square Room Expansion
Architects use perfect square trinomials when calculating areas of expanded square spaces.
A square room with side $x$ meters is expanded by 4 meters on each side. The new area is $(x + 4)^2 = x^2 + 8x + 16$ square meters.
Physics: Stopping Distance
The kinetic energy formula involves squared terms, and completing the square helps solve physics problems.
If braking distance follows $d = v^2 - 10v + 25$ for velocity $v$, this factors to $d = (v - 5)^2$, showing minimum distance at $v = 5$.
A perfect square trinomial is the square of a binomial
Pattern 1: $a^2 + 2ab + b^2 = (a + b)^2$
Pattern 2: $a^2 - 2ab + b^2 = (a - b)^2$
To verify: check that middle term = $2 \times \sqrt{\text{first}} \times \sqrt{\text{last}}$
The sign of the middle term determines the sign in the binomial
Q: How do I know if a trinomial is a perfect square?
A: Check three things: (1) first term is a perfect square, (2) last term is a perfect square, (3) middle term equals twice the product of the square roots. If all three are true, it's a perfect square trinomial.
Q: What if the middle term is negative?
A: Use the pattern $(a - b)^2 = a^2 - 2ab + b^2$. The negative middle term means subtraction in the binomial.
Q: Can the coefficient of $x^2$ be something other than 1?
A: Yes! For example, $4x^2 + 12x + 9 = (2x + 3)^2$ because $4x^2 = (2x)^2$ is still a perfect square.
Perfect Square Trinomials
1 / 13
Perfect Square Trinomials
Learn to recognize and factor trinomials that are perfect squares of binomials.