Formula Sheet

Binomial Theorem Formulas

All key formulas grouped by subtopic. Each one has a quick reminder and common mistakes to watch for.

8 formulas · 7 subtopics

Binomial Theorem

#1
(a+b)n=r=0nnCranrbr(a+b)^n = \sum_{r=0}^{n} {}^nC_r a^{n-r} b^r

💡 n must be a non-negative integer. Total (n+1) terms.

General Term

#2
Tr+1=nCranrbrT_{r+1} = {}^nC_r a^{n-r} b^r

💡 The (r+1)th term. r starts from 0. For finding a specific coefficient, set the power of x equal to the required value and solve for r.

Confusing T_r with T_{r+1}. The general term formula gives T_{r+1}, not T_r.

Middle Term(s)

#3
If n even: Tn/2+1If n odd: T(n+1)/2 and T(n+3)/2\text{If } n \text{ even: } T_{n/2+1} \quad | \quad \text{If } n \text{ odd: } T_{(n+1)/2} \text{ and } T_{(n+3)/2}

💡 Even n: one middle term. Odd n: two middle terms. The middle term often has the greatest binomial coefficient.

Sum of Binomial Coefficients

#4
r=0nnCr=2n\sum_{r=0}^{n} {}^nC_r = 2^n

💡 Put x=1 in (1+x)^n. Sum of all coefficients of (1+x)^n is 2^n.

Alternating Sum

#5
r=0n(1)rnCr=0\sum_{r=0}^{n} (-1)^r {}^nC_r = 0

💡 Put x=-1 in (1+x)^n. Even-indexed and odd-indexed coefficients have equal sum.

Sum of Coefficients of f(x)

#6
Sum of coefficients of f(x)=f(1)\text{Sum of coefficients of } f(x) = f(1)

💡 To find sum of all coefficients in any expansion, substitute x=1. Works for any polynomial expression.

Confusing sum of binomial coefficients (always 2^n) with sum of all coefficients (put x=1 in the full expression).

Integral/Rational Terms

#7
Tr+1=nCra(nr)/pbr/q is integral when p(nr) and qrT_{r+1} = {}^nC_r a^{(n-r)/p} b^{r/q} \text{ is integral when } p \mid (n-r) \text{ and } q \mid r

💡 For (a^{1/p} + b^{1/q})^n, the term is rational only when both exponents are integers.

Remainder using Binomial

#8
an=(m±k)n, expand and isolate remainder from kna^n = (m \pm k)^n \text{, expand and isolate remainder from } k^n

💡 Write the base as (multiple of divisor ± small number). All terms except the last are divisible.