Introduction to the Binomial Theorem
Welcome to one of the most powerful shortcuts in algebra! In your previous math classes, you likely learned how to expand brackets like \( (a + b)^2 = a^2 + 2ab + b^2 \). But what happens when the power is 10, or 50, or even a negative number? Multiplying brackets by hand would take forever and lead to many mistakes. The Binomial Theorem provides a precise formula to expand any expression of the form \( (a + b)^n \). In this chapter, we will explore how Pascal’s Triangle and Combinations help us find these expansions quickly and accurately.1. Pascal’s Triangle
Pascal’s Triangle is a geometric arrangement of numbers where each number is the sum of the two numbers directly above it. How to build it: 1. Start with a 1 at the top. 2. Each subsequent row starts and ends with a 1. 3. Every other number is found by adding the two numbers above it. The first few rows: Row 0: 1 Row 1: 1, 1 Row 2: 1, 2, 1 Row 3: 1, 3, 3, 1 Row 4: 1, 4, 6, 4, 1 Quick Tip: The "Row Number" corresponds to the power \( n \) in the expansion of \( (a + b)^n \). For example, if you are expanding \( (a + b)^3 \), you look at Row 3 (1, 3, 3, 1) to find your coefficients! Key Takeaway: Pascal's Triangle is a visual way to find the coefficients (the numbers in front of the variables) for a binomial expansion.2. Combinations and \( \binom{n}{r} \)
While the triangle is great for small powers, it’s not practical for something like \( (a + b)^{15} \). Instead, we use the Binomial Coefficient formula, often called "\( n \) choose \( r \)". The formula for the number of ways to choose \( r \) items from \( n \) items is:\( \binom{n}{r} = \frac{n!}{r!(n-r)!} \)
Where \( ! \) denotes a factorial (e.g., \( 4! = 4 \times 3 \times 2 \times 1 = 24 \)). By convention, \( 0! = 1 \). Using your GDC: In the IB exam (Paper 2), you don't need to calculate these by hand! Look for the nCr function on your Graphic Display Calculator. Key Properties: - \( \binom{n}{0} = 1 \) (There is only one way to choose nothing!) - \( \binom{n}{n} = 1 \) (There is only one way to choose everything!) - \( \binom{n}{r} = \binom{n}{n-r} \) (Choosing 2 people to go is the same as choosing 8 people to stay behind if you have 10 people).3. The Binomial Theorem (Standard Level)
For any positive integer \( n \), the expansion of \( (a + b)^n \) is given by:\( (a + b)^n = \binom{n}{0}a^n + \binom{n}{1}a^{n-1}b + \binom{n}{2}a^{n-2}b^2 + \dots + \binom{n}{n}b^n \)
Step-by-Step Expansion Guide: 1. The Coefficients: Use Pascal’s Triangle or \( \binom{n}{r} \) for the row \( n \). 2. The First Term \( (a) \): Start at the highest power \( a^n \) and decrease the power by 1 for each term until you reach \( a^0 \). 3. The Second Term \( (b) \): Start at \( b^0 \) and increase the power by 1 for each term until you reach \( b^n \). 4. Check: In every term, the two powers must add up to \( n \). For example, in the expansion of \( (a+b)^5 \), a term might be \( 10a^3b^2 \). Note that \( 3 + 2 = 5 \). Example: Expand \( (x + 2)^3 \) - Row 3 coefficients: 1, 3, 3, 1 - Expansion: \( 1(x^3)(2^0) + 3(x^2)(2^1) + 3(x^1)(2^2) + 1(x^0)(2^3) \) - Simplify: \( x^3 + 6x^2 + 12x + 8 \) Key Takeaway: The Binomial Theorem allows us to write out the full expansion of any positive integer power of a binomial.4. Finding a Specific Term
Sometimes, the IB will ask you to find only one specific term (like "the term in \( x^4 \)") rather than the whole expansion. The General Term formula is:\( u_{r+1} = \binom{n}{r} a^{n-r} b^r \)
Don't worry if this seems tricky: Remember that \( r \) is usually one less than the term number. To find the 4th term, you use \( r = 3 \). Common Mistake to Avoid: If your binomial is \( (2x - 3)^n \), remember that \( a = 2x \) and \( b = -3 \). You must include the negative sign in your calculations!5. AHL Extension: Negative and Fractional Indices
(Higher Level Only) In the SL section, \( n \) was always a positive integer. For HL, we extend this to rational numbers (fractions and negative numbers). When \( n \) is not a positive integer, the expansion becomes an infinite series. It never ends! For this to be useful, the series must converge (the terms must get smaller and smaller). The Formula: For \( (1 + x)^n \), where \( n \in \mathbb{Q} \):\( (1 + x)^n = 1 + nx + \frac{n(n-1)}{2!}x^2 + \frac{n(n-1)(n-2)}{3!}x^3 + \dots \)
Important Condition: This formula is only valid if \( |x| < 1 \). If \( x \) is larger than 1, the terms grow bigger and the sum "explodes." How to handle \( (a + b)^n \) for HL: If the first term is not 1, you must factor it out first.\( (4 + x)^{1/2} = [4(1 + \frac{x}{4})]^{1/2} = 4^{1/2}(1 + \frac{x}{4})^{1/2} = 2(1 + \frac{x}{4})^{1/2} \)
Now you can apply the infinite series formula using \( \frac{x}{4} \) instead of \( x \). Key Takeaway for HL: Negative and fractional powers create infinite lists of terms. Always ensure your "x-part" is between -1 and 1 for the expansion to be valid.