The Special Products
Three expansions turn up so often that recognising them is faster than doing the work. This lesson proves all three, algebraically and geometrically, so you can trust them and rebuild them.
A student writes $(a + b)^2 = a^2 + b^2$. Test it with $a = 3$ and $b = 4$: what does each side come to? Now draw a square of side $a + b$ and cut it into a square of side $a$, a square of side $b$, and whatever is left over. What are the leftover pieces, and what does that tell you the student is missing?
The three special products are ordinary expansions that occur often enough to be worth knowing by sight. Each one is provable in two lines by expanding the brackets, and the first is also visible in a picture: a square of side $a + b$ splits into four pieces, and their areas are the four terms.
$$(a+b)^2 = a^2 + 2ab + b^2 \qquad (a-b)^2 = a^2 - 2ab + b^2 \qquad (a+b)(a-b) = a^2 - b^2$$
The picture is the proof of the first. The whole square has area $(a+b)^2$, and the four pieces have areas $a^2$, $ab$, $ab$ and $b^2$. Two of them are identical, which is exactly where the middle term $2ab$ comes from, and why $(a+b)^2 = a^2 + b^2$ is wrong by precisely that amount.
Know
- The perfect square identities $(a+b)^2 = a^2 + 2ab + b^2$ and $(a-b)^2 = a^2 - 2ab + b^2$
- The difference of two squares $(a+b)(a-b) = a^2 - b^2$
Understand
- Why the middle term of a perfect square is $2ab$ rather than $ab$
- Why the middle terms cancel in the difference of two squares
Can Do
- Prove each special product by expansion, and the first one geometrically
- Apply the identities to expressions such as $(3x - 5)^2$ and $(2y + 7)(2y - 7)$
- Use them to evaluate numerical squares and products mentally
Nothing here is new machinery. Write the square as a product and expand it term by term.
$$(a+b)^2 = (a+b)(a+b)$$
Multiply each term of the first bracket by each term of the second:
$$= a \times a + a \times b + b \times a + b \times b = a^2 + ab + ba + b^2$$
Since $ab$ and $ba$ are the same thing, they collect:
$$(a+b)^2 = a^2 + 2ab + b^2$$
The proof of $(a-b)^2$ is identical with $-b$ in place of $b$. The two cross terms become $-ab$ each, so the middle term is $-2ab$, and $(-b)^2 = b^2$ keeps the last term positive.
The same expansion, with one sign changed, produces a very different result.
$$(a+b)(a-b) = a^2 - ab + ba - b^2$$
Now $-ab$ and $+ba$ are opposites, so they cancel completely:
$$(a+b)(a-b) = a^2 - b^2$$
That cancellation is the whole point of the identity. Two binomials multiply to give only two terms, which almost never happens, and it is why the pattern is worth recognising the moment you see brackets differing only in a sign.
The letters $a$ and $b$ stand for whole terms, not just single letters. Identify what plays each role first, then substitute.
For $(3x + 4)^2$, take $a = 3x$ and $b = 4$:
$$(3x)^2 + 2(3x)(4) + 4^2 = 9x^2 + 24x + 16$$
For $(5y - 2)^2$, take $a = 5y$ and $b = 2$:
$$(5y)^2 - 2(5y)(2) + 2^2 = 25y^2 - 20y + 4$$
For $(2m + 7)(2m - 7)$, take $a = 2m$ and $b = 7$:
$$(2m)^2 - 7^2 = 4m^2 - 49$$
The identities work on numbers too, and that is often the fastest mental route.
$51^2$. Write $51 = 50 + 1$, so $51^2 = 50^2 + 2(50)(1) + 1^2 = 2500 + 100 + 1 = 2601$.
$98^2$. Write $98 = 100 - 2$, so $98^2 = 10\,000 - 400 + 4 = 9604$.
$43 \times 37$. These are $40 + 3$ and $40 - 3$, a difference of two squares: $40^2 - 3^2 = 1600 - 9 = 1591$.
The last one is the most striking. A two-digit multiplication becomes two squares and a subtraction, provided the numbers sit symmetrically either side of a round number.
Watch Me Solve It · 3 examples
-
1Identify a and b$a = 4x, \qquad b = 3$Both are whole terms; the coefficient travels with the letter.
-
2Write the identity$(a-b)^2 = a^2 - 2ab + b^2$The subtraction means the middle term is negative.
-
3Substitute$(4x)^2 - 2(4x)(3) + 3^2$
-
4Evaluate each term$16x^2 - 24x + 9$$(4x)^2 = 16x^2$, not $4x^2$. The last term is positive.
-
1Recognise the pattern$\text{brackets differ only in the middle sign}$That is the signature of a difference of two squares.
-
2Identify a and b$a = 5p, \qquad b = 6q$
-
3Apply the identity$a^2 - b^2 = (5p)^2 - (6q)^2$The two cross terms cancel, so no middle term survives.
-
4Evaluate$25p^2 - 36q^2$Two terms only, which is the whole saving.
-
1Rewrite 103 around a round number$103 = 100 + 3$Round numbers make the squares easy.
-
2Apply the perfect square$103^2 = 100^2 + 2(100)(3) + 3^2$$= 10\,000 + 600 + 9 = 10\,609$
-
3Check 67 and 73 for symmetry$67 = 70 - 3, \qquad 73 = 70 + 3$Equal distances either side of 70, so a difference of two squares applies.
-
4Apply it$70^2 - 3^2 = 4900 - 9 = 4891$A two-digit multiplication reduced to a subtraction.
Brain Trainer · 4 problems
Four quick problems. Work each one, then reveal the answer.
-
1 Expand $(x + 5)^2$.
$a = x$, $b = 5$, middle term $2(x)(5) = 10x$.$x^2 + 10x + 25$ -
2 Expand $(2y - 7)^2$.
$(2y)^2 = 4y^2$, middle term $-2(2y)(7) = -28y$, last term $+49$.$4y^2 - 28y + 49$ -
3 Expand $(3m + 8)(3m - 8)$.
Difference of two squares: $(3m)^2 - 8^2$.$9m^2 - 64$ -
4 Evaluate $99^2$ without a calculator.
$99 = 100 - 1$, so $10\,000 - 200 + 1$.$9801$
Multiple Choice · 5 questions
$(a + b)^2$ expands to:
$(5x - 2)^2$ equals:
Which product expands to only TWO terms?
Using a special product, $58 \times 62$ equals:
A student claims $(x - 4)^2 = x^2 - 16$. Substituting $x = 5$ shows the claim is:
Short Answer · 3 questions
(b) Use the result to expand $(7x - 2y)^2$.
(c) Explain why the final term is positive even though the bracket contains a subtraction.
(a) $102^2$
(b) $95^2$
(c) $48 \times 52$
(d) $199 \times 201$
(a) State the area of each of the four pieces.
(b) Use the diagram to explain why $(a+b)^2 = a^2 + 2ab + b^2$.
(c) Explain what the diagram shows about the claim $(a+b)^2 = a^2 + b^2$.
(b) Use that result to evaluate $87^2 - 83^2$ mentally, without squaring either number.
(c) Hence explain how to compute the product of any two numbers from the squares of their sum and difference, and demonstrate it on $14 \times 6$.
Perfect square
$(a \pm b)^2 = a^2 \pm 2ab + b^2$
Middle term
$2ab$, from two identical rectangles
Two squares
$(a+b)(a-b) = a^2 - b^2$
Last term
Always positive, even when the bracket subtracts
Your Badges
0 of 6Mark lesson as complete
Tick when you've finished Learn, Practice and the Stretch. Earns +85 XP and +25 coins.