Squaring a Trinomial: Formula and Examples

#Algebra
TL;DR
Squaring a trinomial applies the identity $(a+b+c)^2 = a^2+b^2+c^2+2ab+2bc+2ca$, three squares plus twice each pair-product. This article derives the formula, works through examples with numbers and variables, and shows why the cross terms are the part everyone forgets.
BT
Bhanzu TeamLast updated on July 20, 20266 min read

Squaring a trinomial means multiplying a three-term expression by itself. The identity is $(a+b+c)^2 = a^2 + b^2 + c^2 + 2ab + 2bc + 2ca$: square each term, then add twice the product of every distinct pair. The squares are quick; the three doubled pair-products are the substance of the formula.

What Is Squaring a Trinomial?

A trinomial is a polynomial with exactly three terms, for example $x + y + z$ or $x^2 + 2x + 3$. Squaring it means raising the whole expression to the power 2, so $(a+b+c)^2$ is shorthand for $(a+b+c)(a+b+c)$.

The result is governed by one of the standard algebraic identities: $$(a+b+c)^2 = a^2 + b^2 + c^2 + 2ab + 2bc + 2ca$$

Two things are worth naming right away. The squared terms $a^2, b^2, c^2$ come from each term meeting itself. The cross terms $2ab, 2bc, 2ca$ come from each pair of different terms, and the factor of 2 appears because each pair shows up twice in the full multiplication.

Is $(a+b+c)^2$ the same as $a^2+b^2+c^2$? No. They differ by exactly $2ab+2bc+2ca$. Assuming they are equal is the single most common error, and the whole formula is really a reminder to keep those cross terms.

How Do You Derive the Squaring a Trinomial Formula?

The identity is not something to memorise cold, it falls out of ordinary multiplication.

Treat $(a+b+c)$ as $(a + (b+c))$ and use the binomial square: $$(a + (b+c))^2 = a^2 + 2a(b+c) + (b+c)^2$$

Expand the last piece with $(b+c)^2 = b^2 + 2bc + c^2$: $$a^2 + 2ab + 2ac + b^2 + 2bc + c^2$$

Reorder into squares first, then pairs: $$a^2 + b^2 + c^2 + 2ab + 2bc + 2ca$$

That is the identity. Every squared term appears once; every cross term appears with a 2. This is the same multiplying-polynomials skill applied to a three-term factor.

Examples of Squaring a Trinomial

The set runs from a clean variable expansion to a numeric check and a subtraction case.

Example 1

Expand $(x + y + z)^2$.

Square each term: $x^2$, $y^2$, $z^2$.

Twice each pair: $2xy$, $2yz$, $2zx$.

$$(x+y+z)^2 = x^2 + y^2 + z^2 + 2xy + 2yz + 2zx$$

Final answer: as above.

Example 2

A student expands $(2 + 3 + 4)^2$ as $2^2 + 3^2 + 4^2 = 29$.

The tempting move is to square each term and add, it feels complete.

That gives $4 + 9 + 16 = 29$.

Check it against the direct value: $2 + 3 + 4 = 9$, and $9^2 = 81$, not 29.

The gap is the cross terms. Add them: $2(2\cdot3) + 2(3\cdot4) + 2(4\cdot2) = 12 + 24 + 16 = 52$.

Now $29 + 52 = 81$.

Final answer: $81$. Squaring the terms and stopping drops the six cross-terms, and the answer is off by more than half.

Example 3

Expand $(x + 2y + 3)^2$.

Set $a = x$, $b = 2y$, $c = 3$.

Squares: $x^2$, $(2y)^2 = 4y^2$, $3^2 = 9$.

Pairs: $2(x)(2y) = 4xy$, $2(2y)(3) = 12y$, $2(3)(x) = 6x$.

$$(x + 2y + 3)^2 = x^2 + 4y^2 + 9 + 4xy + 12y + 6x$$

Final answer: as above.

Example 4

Expand $(a + b - c)^2$.

A subtracted term is a negative term, so set $c \to -c$.

Squares: $a^2$, $b^2$, $(-c)^2 = c^2$.

Pairs: $2ab$, $2(b)(-c) = -2bc$, $2(-c)(a) = -2ca$.

$$(a + b - c)^2 = a^2 + b^2 + c^2 + 2ab - 2bc - 2ca$$

Final answer: the cross terms involving $c$ flip sign; the squares stay positive.

Example 5

Expand $(x^2 + 2x + 3)^2$.

Set $a = x^2$, $b = 2x$, $c = 3$.

Squares: $x^4$, $4x^2$, $9$.

Pairs: $2(x^2)(2x) = 4x^3$, $2(2x)(3) = 12x$, $2(3)(x^2) = 6x^2$.

Combine the $x^2$ terms: $4x^2 + 6x^2 = 10x^2$.

$$(x^2 + 2x + 3)^2 = x^4 + 4x^3 + 10x^2 + 12x + 9$$

Final answer: as above.

Example 6

A square field has side $(p + q + 5)$ metres. Write its area.

Area of a square is side squared.

$$(p + q + 5)^2 = p^2 + q^2 + 25 + 2pq + 10q + 10p$$

Final answer: $p^2 + q^2 + 25 + 2pq + 10p + 10q$ square metres.

Why the Cross Terms Are the Whole Point

The formula matters because the cross terms carry real quantity, they are not decoration.

  • In geometry, they are area. Split a square of side $(a+b+c)$ into a grid, and the cross terms are the rectangular strips between the corner squares. Leave them out and you have literally lost pieces of the square.

  • In algebra, they connect to the perfect square trinomial. The two-term case $(a+b)^2 = a^2 + 2ab + b^2$ is the same idea with one cross term; the trinomial just has three.

  • In error analysis, dropped cross terms compound. When engineers linearise a formula and discard the "small" cross terms too early, the leftover error grows. A famous version of ignoring a term that turned out to matter is the Tacoma Narrows Bridge collapse of 1940, where a neglected effect drove the structure apart.

Where the Expansion Goes Wrong

Every common error here traces back to the cross terms.

Mistake 1: Distributing the square over the sum

Where it slips in: the very first step.

Don't do this: write $(a+b+c)^2 = a^2 + b^2 + c^2$.

The correct way: a square never distributes over addition. Multiply the whole trinomial by itself, which produces the cross terms. The first instinct on any squared sum is to square the terms and stop, the $2ab$, $2bc$, $2ca$ are exactly what that instinct drops.

Mistake 2: Missing a pair

Where it slips in: listing the cross terms from memory.

Don't do this: write only $2ab + 2bc$ and forget $2ca$.

The correct way: there are always three distinct pairs from three terms: $ab$, $bc$, and $ca$. The memorizer who recalls "two cross terms" from the binomial case loses the third pair. Count the pairs deliberately.

Mistake 3: Mishandling a negative term

Where it slips in: expanding something like $(a - b + c)^2$.

Don't do this: treat $-b$ as $b$ and copy the all-positive formula.

The correct way: carry the sign into the term, so $-b$ squares to $+b^2$ but its pair-products $2(a)(-b)$ and $2(-b)(c)$ turn negative. The second-guesser who "fixes" a stray minus sign at the end usually corrects the wrong term.

Conclusion

  • Squaring a trinomial uses $(a+b+c)^2 = a^2+b^2+c^2+2ab+2bc+2ca$.

  • The three squares are straightforward; the three doubled cross-terms are what students forget.

  • A negative term keeps its square positive but flips the sign of its cross-products.

  • $(a+b+c)^2$ is not $a^2+b^2+c^2$, they differ by $2ab+2bc+2ca$.

To practise identities with a teacher, explore Bhanzu's algebra tutor, help with algebra, or online math classes.

Read More

Was this article helpful?

Your feedback helps us write better content

✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →