quot;)}">
(read "
n
choose
k
")
where
(with $0!=1$ by convention). This gives the general expansion:
and
\begin{aligned}
(A-B)^{n}=A^{n}&-\binom{n}{1}A^{n-1}B+\cdots+(-1)^{k}\binom{n}{k}A^{n-k}B^{k}+\cdots \\
&+(-1)^{n-1}\binom{n}{n-1}AB^{n-1}+(-1)^{n}B^{n}.
\end{aligned}
You can verify that the binomial coefficients recover the triangle entries:
,
,
,
,
, which matches row
above.
Other Product Formulas
- (Product of Binomials with a Common Term)
- (Difference of Squares)
- (Difference of Cubes)
- (Sum of Cubes)
Trinomial Formulas
The square and cube of a trinomial can be derived from the binomial formulas by treating two of the three terms as a single unit. Set , so that , and then apply the binomial formulas to the pair .
Square of a trinomial. Apply the Square of a Sum formula to :
\begin{aligned}
(A+B+C)^{2}&=(D+C)^{2}=D^{2}+2DC+C^{2} \\
&=(A+B)^{2}+2(A+B)C+C^{2} \\
&=(A^{2}+2AB+B^{2})+(2AC+2BC)+C^{2} \\
&=A^{2}+B^{2}+C^{2}+2AB+2AC+2BC.
\end{aligned}In other words, the square of a trinomial equals the sum of the squares of each term plus twice the product of every pair of distinct terms: , , from squaring each term, and , , from doubling each pairwise product.
Derivation of the cube of a trinomial
Apply Formula 3 to , where :
Expand each term using the binomial formulas:
\begin{aligned}
D^{3}&=(A+B)^{3}=A^{3}+3A^{2}B+3AB^{2}+B^{3}, \\
3D^{2}C&=3(A+B)^{2}C=3(A^{2}+2AB+B^{2})C=3A^{2}C+6ABC+3B^{2}C, \\
3DC^{2}&=3(A+B)C^{2}=3AC^{2}+3BC^{2}, \\
C^{3}&=C^{3}.
\end{aligned}
Adding all terms:
In other words, the cube of a trinomial equals the sum of the cubes of each term (, , ), plus three times the square of each term multiplied by each of the other two terms (, , , , , ), plus six times the product of all three terms ().
Common Mistake: Squaring a Binomial
Warning: .
The middle term is always present and must not be omitted. For example,
, not .
Similarly, ; the correct expansion is .
Worked Examples
Example 1. Expand .
Solution
Let and . Using Formula 2:
\begin{aligned}
(3x-5y)^{2}&=(A-B)^{2} \\
&=A^{2}-2AB+B^{2} \\
&=(3x)^{2}-2(3x)(5y)+(5y)^{2} \\
&=9x^{2}-30xy+25y^{2}
\end{aligned}
Example 2. Simplify .
Solution
Using Formula 7 (Difference of Squares), . Therefore:
\begin{aligned}
(x-y)(x+y)+y^{2}&=x^{2}-y^{2}+y^{2} \\
&=x^{2}
\end{aligned}
Example 3. Find .
Solution
Let and . The product has the form , so by Formula 7:
\begin{aligned}
(x^{3}-2\sqrt{y})(x^{3}+2\sqrt{y})&=(A-B)(A+B) \\
&=A^{2}-B^{2} \\
&=\left(x^{3}\right)^{2}-\left(2\sqrt{y}\right)^{2} \\
&=x^{6}-4y
\end{aligned}
Note that the above equation has a meaning only when .
Frequently Asked Questions
What are special product formulas?
Special product formulas are identities that give the expanded form of certain polynomial products directly, without performing full term-by-term multiplication. Because the same patterns (squares of binomials, difference of squares, cubes) appear constantly in algebra and calculus, memorizing these formulas saves significant time.
What is the difference of squares formula?
The difference of squares formula states that . It applies whenever two identical expressions are multiplied with opposite signs between their terms. For example, .
What is a perfect square trinomial?
A perfect square trinomial is a trinomial of the form or , which factors as or respectively. For example, and .
What is the most common mistake when squaring a binomial?
The most common error is writing , which omits the middle term . The correct formula is . Similarly, , not .
What is the binomial theorem?
The binomial theorem gives the full expansion of for any positive integer :
where is the binomial coefficient (read " choose "). The formulas for and are the special cases and , and the triangle rows give the coefficients for all small at a glance.