π Binomial Theorem (IB Formula Booklet)
For $n \in \mathbb{N}$:
$$(a + b)^n = a^n + \binom{n}{1}a^{n-1}b + \binom{n}{2}a^{n-2}b^2 + \dots + \binom{n}{r}a^{n-r}b^r + \dots + b^n$$
Or equivalently in summation form:
$$(a + b)^n = \sum_{r=0}^{n} \binom{n}{r} a^{\,n-r} b^{\,r}.$$
General term (used to find a specific term):
$$T_{r+1} = \binom{n}{r} a^{\,n-r} b^{\,r}, \quad r = 0, 1, 2, \dots, n.$$
Binomial coefficient (combinations):
$$\binom{n}{r} = {}^nC_r = \frac{n!}{r!\,(n-r)!}.$$
- Key properties: $\binom{n}{0} = \binom{n}{n} = 1$, $\binom{n}{1} = \binom{n}{n-1} = n$, $\binom{n}{r} = \binom{n}{n-r}$ (symmetry).
- Pascal's triangle: Each entry is the sum of the two above: $\binom{n}{r} + \binom{n}{r+1} = \binom{n+1}{r+1}$.
- Common Paper 1 trick: Find the coefficient of $x^k$ in expansions like $(2x - 3)^5$ or $(1 + 2x)^n(1 - x)^m$. Identify which $r$ gives the desired power.