Mathematics

Binomial Theorem: Formula, Rules & Examples

The binomial theorem provides a direct formula for expanding an expression of the form:

(a + b)ⁿ

without multiplying the binomial by itself repeatedly.

For example:

(a + b)² = a² + 2ab + b²

and:

(a + b)³ = a³ + 3a²b + 3ab² + b³

For any nonnegative integer (n), the general formula is:

(a + b)ⁿ = Σₖ₌₀ⁿ C(n,k)aⁿ⁻ᵏbᵏ

where:

C(n,k) = n! ÷ [k!(n − k)!]

The expression (C(n,k)), also written (binom{n}{k}), gives the coefficient of each term.

The binomial theorem is useful because it converts a potentially long multiplication problem into a predictable pattern involving coefficients and exponents.

What Is the Binomial Theorem?

A binomial is an algebraic expression containing two terms.

Examples include:

x + 2

a − b

3x + y

2m − 5n

The binomial theorem describes what happens when a binomial is raised to a nonnegative integer power.

Instead of calculating:

(x + 2)(x + 2)(x + 2)(x + 2)

one can use the theorem directly.

For:

(x + 2)⁴

the expansion is:

x⁴ + 8x³ + 24x² + 32x + 16

The coefficients and exponents follow a precise structure rather than an arbitrary pattern.

Binomial Theorem Formula

The general formula is:

(a + b)ⁿ = Σₖ₌₀ⁿ (binom{n}{k})aⁿ⁻ᵏbᵏ

Expanded term by term:

(a + b)ⁿ = (binom{n}{0})aⁿ + (binom{n}{1})aⁿ⁻¹b + (binom{n}{2})aⁿ⁻²b² + … + (binom{n}{n})bⁿ

The binomial coefficient is:

(binom{n}{k}) = n! ÷ [k!(n − k)!]

The value (k) runs from:

0 through n

Therefore an expansion of ((a+b)^n) contains:

n + 1 terms

before any like terms or zero coefficients are considered.

Understanding the Pattern

Consider:

(a + b)⁵

The powers of (a) descend:

a⁵, a⁴, a³, a², a¹, a⁰

while the powers of (b) ascend:

b⁰, b¹, b², b³, b⁴, b⁵

Every term has a total exponent of:

5

For example:

a³b²

has:

3 + 2 = 5

The coefficients for the fifth power are:

1, 5, 10, 10, 5, 1

Thus:

(a + b)⁵ = a⁵ + 5a⁴b + 10a³b² + 10a²b³ + 5ab⁴ + b⁵

Basic Binomial Expansion Example

Expand:

(x + y)⁴

The coefficients are:

1, 4, 6, 4, 1

Therefore:

(x + y)⁴ = x⁴ + 4x³y + 6x²y² + 4xy³ + y⁴

Notice that the powers of (x) decrease from 4 to 0 while the powers of (y) increase from 0 to 4.

Expanding (x + 2)³

Use the third-power pattern:

(a + b)³ = a³ + 3a²b + 3ab² + b³

Set:

a = x

b = 2

Then:

(x + 2)³ = x³ + 3x²(2) + 3x(2²) + 2³

Simplify:

x³ + 6x² + 12x + 8

Expanding (2x + 3)⁴

The coefficients for power 4 are:

1, 4, 6, 4, 1

Write:

(2x + 3)⁴

Term 1:

(2x)⁴ = 16x⁴

Term 2:

4(2x)³(3) = 96x³

Term 3:

6(2x)²(3²) = 216x²

Term 4:

4(2x)(3³) = 216x

Term 5:

3⁴ = 81

Therefore:

(2x + 3)⁴ = 16x⁴ + 96x³ + 216x² + 216x + 81

Binomial Coefficients

The coefficient of the (k)th indexed term is found with:

(binom{n}{k}) = n! ÷ [k!(n − k)!]

For example:

(binom{5}{2}) = 5! ÷ [2!3!]

Calculate:

5! = 120

2! = 2

3! = 6

Therefore:

(binom{5}{2}) = 120 ÷ 12 = 10

That is why the coefficient of (a³b²) in:

(a + b)⁵

is 10.

Why the Coefficients Are Combinations

When multiplying:

(a + b)ⁿ

each factor contributes either (a) or (b).

To create a term containing (b^k), one must choose (b) from exactly (k) of the (n) factors.

The number of ways to make those selections is:

(binom{n}{k})

That is why combination coefficients appear naturally in the theorem.

Pascal Triangle and the Binomial Theorem

The coefficients can also be found using Pascal Triangle.

Its first rows are:

1

1 1

1 2 1

1 3 3 1

1 4 6 4 1

1 5 10 10 5 1

The row:

1 4 6 4 1

provides the coefficients for:

(a + b)⁴

and:

1 5 10 10 5 1

provides the coefficients for:

(a + b)⁵

Pascal Triangle is often faster than calculating every factorial separately for small exponents.

The General Term

A particularly useful form of the theorem gives one individual term without expanding the entire expression.

When counting the first term as (r=0):

Tᵣ₊₁ = (binom{n}{r})aⁿ⁻ʳbʳ

This is useful when a problem asks for a specific term or coefficient.

For example, the fourth term of:

(x + 2)⁶

uses:

r = 3

Therefore:

T₄ = (binom{6}{3})x³(2³)

Since:

(binom{6}{3}) = 20

we get:

T₄ = 20 × 8x³

T₄ = 160x³

The full expansion is unnecessary.

Finding a Specific Coefficient

Find the coefficient of (x³) in:

(x + 2)⁶

A general term is:

(binom{6}{r})x⁶⁻ʳ2ʳ

For the power of (x) to equal 3:

6 − r = 3

Therefore:

r = 3

Coefficient:

(binom{6}{3})2³

= 20 × 8

= 160

So the coefficient of (x³) is:

160

Finding the Constant Term

Consider:

(x + 3)⁵

The constant term occurs when the power of (x) is zero.

That happens in the final term:

3⁵ = 243

Therefore the constant term is:

243

For more complicated expressions involving negative powers of (x), finding the constant term requires solving for the term where the overall exponent becomes zero.

Binomial Expansion With Subtraction

A subtraction can be handled as addition of a negative term:

(a − b)ⁿ = [a + (−b)]ⁿ

For example:

(a − b)³

becomes:

a³ + 3a²(−b) + 3a(−b)² + (−b)³

Simplify:

a³ − 3a²b + 3ab² − b³

The signs alternate because powers of (-b) alternate between negative and positive.

Expanding (x − 2)⁴

Use:

1, 4, 6, 4, 1

Then:

(x − 2)⁴

= x⁴ + 4x³(−2) + 6x²(−2)² + 4x(−2)³ + (−2)⁴

Simplify:

x⁴ − 8x³ + 24x² − 32x + 16

Because the exponent is even, the final constant is positive.

Expanding (2x − 3)³

Using the third-power coefficients:

1, 3, 3, 1

we get:

(2x − 3)³

= (2x)³ + 3(2x)²(−3) + 3(2x)(−3)² + (−3)³

Simplify:

8x³ − 36x² + 54x − 27

Careful sign handling is especially important when the second term is negative.

Number of Terms in a Binomial Expansion

Before simplification:

(a + b)ⁿ

contains:

n + 1 terms

For example:

(a + b)⁷

contains:

8 terms

The terms correspond to:

k = 0, 1, 2, …, 7

If the binomial itself contains variables that produce like terms after simplification, special cases can alter the apparent number of distinct terms, but the theorem generates (n+1) indexed terms.

Sum of Exponents in Each Term

Every ordinary term in:

(a + b)ⁿ

has a combined degree of (n).

For:

(a + b)⁶

one term is:

15a⁴b²

The sum of exponents is:

4 + 2 = 6

Another is:

20a³b³

Again:

3 + 3 = 6

This provides a useful error check when constructing an expansion.

Symmetry of Binomial Coefficients

Binomial coefficients satisfy:

(binom{n}{k}) = (binom{n}{n-k})

For example:

(binom{6}{1}) = (binom{6}{5}) = 6

and:

(binom{6}{2}) = (binom{6}{4}) = 15

This explains why coefficient rows are symmetric:

1, 6, 15, 20, 15, 6, 1

The symmetry also provides a quick way to detect calculation mistakes.

Sum of Binomial Coefficients

Set:

a = 1

and:

b = 1

in the binomial theorem:

(1 + 1)ⁿ = Σₖ₌₀ⁿ (binom{n}{k})

Therefore:

Σₖ₌₀ⁿ (binom{n}{k}) = 2ⁿ

For example, the coefficients of:

(a + b)⁴

are:

1 + 4 + 6 + 4 + 1 = 16

and:

2⁴ = 16

This gives another useful coefficient check.

Alternating Sum of Coefficients

Set:

a = 1

b = −1

Then:

(1 − 1)ⁿ = 0

for positive integer (n).

Therefore the alternating sum of binomial coefficients is zero:

(binom{n}{0}) − (binom{n}{1}) + (binom{n}{2}) − … = 0

For (n=4):

1 − 4 + 6 − 4 + 1 = 0

Middle Term of a Binomial Expansion

Since ((a+b)^n) contains (n+1) terms, the number of middle terms depends on whether (n+1) is odd or even.

If (n) is even, there are an odd number of terms and one middle term.

For:

(a + b)⁶

there are:

7 terms

The middle term is the fourth.

If (n) is odd, there are an even number of terms and two middle terms.

For:

(a + b)⁵

there are:

6 terms

so the middle terms are the third and fourth.

Example: Middle Term of (x + 1)⁸

There are:

8 + 1 = 9 terms

The middle term is:

Term 5

Use:

r = 4

Then:

T₅ = (binom{8}{4})x⁴

Since:

(binom{8}{4}) = 70

the middle term is:

70x⁴

Binomial Theorem With Coefficients Inside the Terms

Consider:

(3x + 2y)³

The theorem gives:

(3x)³ + 3(3x)²(2y) + 3(3x)(2y)² + (2y)³

Calculate:

27x³ + 54x²y + 36xy² + 8y³

Both the binomial coefficients and the numerical coefficients inside each term contribute to the final coefficients.

Binomial Theorem and Polynomial Multiplication

The theorem is a structured shortcut for a specific kind of polynomial multiplication.

For:

(x + 2)³

one could multiply:

(x + 2)(x + 2)(x + 2)

and eventually reach:

x³ + 6x² + 12x + 8

The theorem reaches the same result directly.

Within the broader algebra framework, the theorem is especially useful when powers become too large for repeated multiplication to remain practical.

Binomial Theorem and Arithmetic Series

The indexed form:

Σₖ₌₀ⁿ (binom{n}{k})aⁿ⁻ᵏbᵏ

uses summation notation, but the resulting expansion is not generally an arithmetic series.

An arithmetic series requires terms derived from a constant difference.

Binomial coefficients generally do not have a constant difference.

For example:

1, 5, 10, 10, 5, 1

is symmetric but not arithmetic.

The common summation notation should not obscure the different mathematical structures.

Binomial Theorem and Composite Functions

A binomial can appear inside a composite function.

Suppose:

f(x) = x⁴

and:

g(x) = x + 2

Then:

f(g(x)) = (x + 2)⁴

The binomial theorem expands the composition:

x⁴ + 8x³ + 24x² + 32x + 16

Function composition creates the expression; the binomial theorem provides the expansion method.

Binomial Theorem and Absolute Value

An absolute value equation can sometimes contain a binomial power, such as:

|(x + 1)²| = 9

Since a square is already nonnegative for real (x):

|(x + 1)²| = (x + 1)²

The binomial theorem can expand:

(x + 1)² = x² + 2x + 1

The absolute-value equation and binomial expansion remain different tasks: one determines solution conditions, while the other rewrites a power.

Binomial Theorem and Complex Numbers

The theorem also works with complex numbers.

For example:

(1 + i)²

Expand:

1 + 2i + i²

Since:

i² = −1

we get:

2i

The theorem itself does not require the terms to be ordinary real variables.

The algebraic structure remains valid in the complex number system.

Example With a Complex Binomial

Expand:

(2 + i)³

Use:

a³ + 3a²b + 3ab² + b³

Substitute:

2³ + 3(2²)i + 3(2)i² + i³

Using:

i² = −1

and:

i³ = −i

we get:

8 + 12i − 6 − i

Therefore:

(2 + i)³ = 2 + 11i

This is one way binomial expansion connects naturally to complex-number arithmetic.

Binomial Expansions and Complex Roots

The theorem can help simplify polynomial expressions that later lead to complex roots.

For example:

(x + 1)² + 4 = 0

Expand:

x² + 2x + 1 + 4 = 0

so:

x² + 2x + 5 = 0

Its real-variable discriminant is negative, so its roots are complex.

The binomial theorem performs the expansion; root analysis is a separate step.

Factorial Reminder

Binomial coefficients use factorials.

For a positive integer (n):

n! = n(n − 1)(n − 2)…(2)(1)

Examples:

5! = 120

4! = 24

and by definition:

0! = 1

That last identity makes the first and last binomial coefficients work correctly:

(binom{n}{0}) = 1

(binom{n}{n}) = 1

Why the First and Last Coefficients Are Always 1

For the first coefficient:

(binom{n}{0}) = n! ÷ [0!n!] = 1

For the last:

(binom{n}{n}) = n! ÷ [n!0!] = 1

Therefore every ordinary binomial expansion begins with:

aⁿ

and ends with:

bⁿ

when the binomial is ((a+b)^n).

Common Binomial Theorem Mistakes

A common mistake is forgetting the binomial coefficients.

For example:

(a + b)² ≠ a² + b²

because the middle term:

2ab

is missing.

Another mistake is using the same exponent on both variables instead of making one descend while the other rises.

Signs are frequently mishandled in expansions involving subtraction.

Students may also confuse the number of terms with the exponent: power (n) produces (n+1) terms.

Another error is calculating a full expansion when only one coefficient or term is needed.

Finally, Pascal Triangle rows must be aligned correctly with the exponent. The row:

1, 4, 6, 4, 1

belongs to the fourth power, not the fifth.

Frequently Asked Questions

What is the binomial theorem?

The binomial theorem is a formula for expanding a power of a two-term expression:

(a + b)ⁿ

for nonnegative integer (n).

What is the binomial theorem formula?

(a + b)ⁿ = Σₖ₌₀ⁿ (binom{n}{k})aⁿ⁻ᵏbᵏ

What is a binomial?

A binomial is an algebraic expression containing two terms, such as:

x + 3

or:

2a − b

What is a binomial coefficient?

A binomial coefficient is:

(binom{n}{k}) = n! ÷ [k!(n − k)!]

It determines the coefficient of a term in the expansion.

How many terms are in (a + b)ⁿ?

There are:

n + 1 terms

before any unusual simplification.

How do powers change across the expansion?

The power of the first term decreases from (n) to 0, while the power of the second term increases from 0 to (n).

What is the expansion of (a + b)²?

a² + 2ab + b²

What is the expansion of (a + b)³?

a³ + 3a²b + 3ab² + b³

How do you expand (a − b)ⁿ?

Treat the second term as (-b):

(a − b)ⁿ = [a + (−b)]ⁿ

This naturally produces the required sign pattern.

What is the general term?

Tᵣ₊₁ = (binom{n}{r})aⁿ⁻ʳbʳ

How do you find one coefficient without expanding everything?

Set the exponent condition needed for the target variable, solve for (r), and evaluate the corresponding general term.

Why are binomial coefficients symmetric?

Because:

(binom{n}{k}) = (binom{n}{n-k})

What is the connection between Pascal Triangle and the binomial theorem?

Each row of Pascal Triangle provides the coefficients for a corresponding binomial power.

What is the sum of the binomial coefficients for power n?

2ⁿ

because setting (a=b=1) gives:

(1 + 1)ⁿ = 2ⁿ

Does the binomial theorem work with complex numbers?

Yes. The algebraic expansion remains valid, and powers of (i) can then be simplified using (i²=-1).

Is a binomial expansion an arithmetic series?

Not generally. Arithmetic series require a constant difference between terms; binomial coefficients do not generally follow that pattern.

Why is the binomial theorem useful?

It provides a systematic way to expand powers, calculate specific coefficients, identify individual terms, work with polynomial expressions, and reveal the combinatorial structure behind repeated multiplication.

Mehran Khan

Mehran Khan is the primary author at The Logic Library and CEO & Founder of One Digit Media. With 10+ years of experience in software engineering, SEO, and digital publishing, he uses a research-led approach to Logics, Maths, Tech, Formulas, Science, and AI.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button