Squaring Trinomials- Step-by-Step Tutorial
What Is a Trinomial?
A trinomial is a polynomial with three terms. It looks like this:
ax² + bx + c
When you square a trinomial, you're multiplying it by itself. The result is always a perfect square trinomial — which follows a predictable pattern.
This tutorial covers the complete process so you can handle any trinomial square without guessing.
The General Formula
For any trinomial (a + b + c)², the expansion follows this pattern:
(a + b + c)² = a² + b² + c² + 2ab + 2ac + 2bc
You square each term individually, then add twice the product of each pair of terms.
That's the entire rule. Memorize it or derive it fresh each time — either way works.
Step-by-Step: Squaring (x + 2y + 3)²
Let's work through this example together.
Step 1: Identify Your Terms
Break the trinomial into its three components:
a = xb = 2yc = 3
Step 2: Square Each Term Individually
a² = x²
b² = (2y)² = 4y²
c² = 3² = 9
Step 3: Find Each Cross Product (Doubled)
2ab = 2(x)(2y) = 4xy
2ac = 2(x)(3) = 6x
2bc = 2(2y)(3) = 12y
Step 4: Combine Everything
x² + 4y² + 9 + 4xy + 6x + 12y
Arrange in standard form (descending powers):
x² + 4xy + 4y² + 6x + 12y + 9
That's your answer. ✅
Quick Comparison: FOIL vs. Distribution Method
| Method | Best For | Difficulty |
|---|---|---|
| FOIL twice | Binomials only — doesn't work cleanly for trinomials | Messy |
| Distribution | Small trinomials (2-3 terms) | Moderate |
| Formula (a+b+c)² | Any trinomial, fastest approach | Easy once memorized |
| Box method | Visual learners, checking work | Moderate |
The formula method is the fastest. Learn it. Use it.
Common Mistakes to Avoid
- Forgetting to double the cross terms. This is the most frequent error. The 2 is non-negotiable.
- Squaring only once. Make sure you square each individual term, not just the first one.
- Sign errors. If your trinomial has negative terms like
(x - 2y + 1)², the cross products become negative. Track your signs carefully. - Skipping the rearrangement. Always write your final answer in descending order of degree.
Another Example: (3x - y - 2)²
Here the middle term is negative. Watch how it changes things.
Step 1: Identify Terms
a = 3x, b = -y, c = -2
Step 2: Square Each Term
a² = 9x²
b² = (-y)² = y²
c² = (-2)² = 4
Step 3: Double Each Cross Product
2ab = 2(3x)(-y) = -6xy
2ac = 2(3x)(-2) = -12x
2bc = 2(-y)(-2) = 4y
Step 4: Combine
9x² + y² + 4 - 6xy - 12x + 4y
Final answer in standard form:
9x² - 6xy + y² - 12x + 4y + 4
Practice Problem
Try this one yourself before checking the answer:
Solve: (2x + 3y + 4)²
Click to reveal answer
4x² + 9y² + 16 + 12xy + 16x + 24y
Or organized: 4x² + 12xy + 9y² + 16x + 24y + 16
When to Use This in Real Math
You'll encounter squared trinomials in:
- Completing the square for quadratic equations
- Polynomial expansions in algebra II and calculus
- Probability calculations involving multinomial coefficients
- Optimization problems where you expand expressions before differentiating
It's not just busywork. This operation shows up repeatedly in higher math.