Binomial Expansion Calculator

Expand expressions of the form (a + b)^n using the binomial theorem. Get step-by-step solutions and detailed explanations.

Enter the first term of the binomial
Enter the second term of the binomial
Enter a non-negative integer (0-20)

Binomial Expansion

-

Binomial Coefficients

-

Term Summary

-

Step-by-Step Solution

Enter the binomial expression and exponent, then click "Expand Binomial" to see the step-by-step solution.

Binomial Theorem Formula

(a + b)n = Σk=0n C(n,k) an-k bk

Where C(n,k) is the binomial coefficient (n choose k)

Binomial Coefficient

C(n,k) = n! / (k! × (n-k)!)

Also known as "n choose k"

Can be found using Pascal's triangle

Common Examples

  • (x + 1)2: x2 + 2x + 1
  • (x + 2)3: x3 + 6x2 + 12x + 8
  • (2x + y)3: 8x3 + 12x2y + 6xy2 + y3
  • (x - 1)4: x4 - 4x3 + 6x2 - 4x + 1

Frequently Asked Questions

What is the binomial theorem?

The binomial theorem provides a formula for expanding expressions of the form (a + b)n where n is a non-negative integer. It states that (a + b)n = Σk=0n C(n,k) an-k bk.

How do you expand (a+b)^n?

Step 1: Determine the binomial coefficients using Pascal's triangle or the formula C(n,k) = n! / (k! × (n-k)!).

Step 2: Write each term as C(n,k) × an-k × bk.

Step 3: Sum all terms from k=0 to n.

What are binomial coefficients?

Binomial coefficients are the numbers that appear in binomial expansions. They are denoted as C(n,k) or (n choose k). They can be found using Pascal's triangle or the formula C(n,k) = n! / (k! × (n-k)!).

How do you expand (x+1)^4?

Using the binomial theorem:

(x + 1)4 = C(4,0)x4 + C(4,1)x3 + C(4,2)x2 + C(4,3)x + C(4,4)

= 1x4 + 4x3 + 6x2 + 4x + 1

What is Pascal's triangle?

Pascal's triangle is a triangular array of numbers where each number is the sum of the two numbers directly above it. The nth row gives the coefficients for the expansion of (a + b)n. Row 0: [1], Row 1: [1,1], Row 2: [1,2,1], Row 3: [1,3,3,1], etc.

How do you expand binomials with negative exponents?

The binomial theorem extends to negative and fractional exponents using the generalized binomial theorem. For (a + b)n with n < 0, the expansion becomes an infinite series. This calculator focuses on non-negative integer exponents.

What is the pattern in binomial expansions?

Key patterns in binomial expansion:

  • There are n+1 terms
  • The exponents of a decrease from n to 0
  • The exponents of b increase from 0 to n
  • The coefficients follow Pascal's triangle
  • The sum of exponents in each term equals n

How do you find a specific term in a binomial expansion?

The kth term (where k starts at 0) is given by: Tk+1 = C(n,k) × an-k × bk

For example, in (x + 2)5, the 3rd term (k=2) is: C(5,2) × x3 × 22 = 10 × 4x3 = 40x3