sciandu
Mathematics

Mathematics

Binomial formulas

Three patterns that shortcut your work with brackets: spot them, apply them, compute in your head.

What you need first

Some brackets show up again and again, for example (a+b)2(a + b)^2. Instead of multiplying them out laboriously every time, there are three fixed patterns, the binomial formulas. Whoever recognises them saves time, makes fewer mistakes, and can even multiply large numbers in their head.

The first binomial formula

When you multiply (a+b)(a + b) by itself, every term meets every other. You get a2a^2, twice the mixed product abab, and b2b^2. The middle term is often forgotten, yet it makes all the difference.

(a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2
Square of a sum: the square of the first, plus twice the product, plus the square of the second.
Dot array
Rows3
Columns4
34
3 × 4 = 12
A square with side a plus b splits into four fields: a2a^2, b2b^2, and two equal rectangles abab. That is exactly what the formula holds.

The second binomial formula

If the bracket holds a minus, only the sign of the middle term changes. The square of a difference is a22ab+b2a^2 - 2ab + b^2. The last term keeps its plus sign, because (b)(b)(-b) \cdot (-b) gives +b2+b^2 again.

(ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2
Square of a difference: as above, only the double product is subtracted.

The third binomial formula

When you multiply the sum (a+b)(a + b) by the difference (ab)(a - b), the mixed terms cancel. What remains is a2b2a^2 - b^2. This pattern is a real calculation trick: 322832 \cdot 28 is (30+2)(302)=9004=896(30 + 2)(30 - 2) = 900 - 4 = 896, with no written multiplication at all.

(a+b)(ab)=a2b2(a + b)(a - b) = a^2 - b^2
Product of a sum and a difference: the mixed terms drop out, leaving the difference of the squares.

Exercises

0 of 6 solved

Time to try it yourself. You can't break anything, every attempt counts.

What is (a + b)²?

Compute (10 + 1)² with the first formula: 100 + 20 + 1.

Compute (a − b)² for a = 5 and b = 2, that is 25 − 20 + 4.

Match each binomial formula to its multiplied out result.

(a + b)²
(a − b)²
(a + b)(a − b)

What is (a − b)(a + b)?

In the first binomial formula (a + b)², the middle term is .

Where this leads