Welcome to Sequences and Series!
Hi there! In this chapter, we are going to dive into the world of patterns and expansions. While "Sequences and Series" is a big topic, for your AQA AS Level (Paper 2), we are focusing specifically on a powerful tool called the Binomial Expansion.
Don’t let the name scare you! "Bi" means two and "nomial" means name or term. So, we are simply looking at what happens when we take two terms inside a bracket, like \( (a + b) \), and raise them to a big power. It is a massive time-saver that stops you from having to multiply brackets together for hours!
1. The Essential Tools: Factorials and Combinations
Before we can expand brackets, we need two mathematical "tools" that help us find the patterns in the numbers.
What is a Factorial? \( n! \)
A factorial (written with an exclamation mark) simply means "multiply this number by every whole number below it down to 1."
Example: \( 4! = 4 \times 3 \times 2 \times 1 = 24 \)
Memory Aid: Think of the "!" as being excited! You are so excited about the number that you multiply it by everything you can find below it.
What are Combinations? \( nCr \) or \( \binom{n}{r} \)
This is often called "n choose r." It tells us how many ways we can choose \( r \) items from a total of \( n \) items. In binomial expansion, these numbers become our coefficients (the numbers at the front of each term).
You can find this on your calculator using the nCr button. In your exam, you might see it written as \( \binom{n}{r} \). They mean exactly the same thing!
Quick Review:
\( n! \) = multiply down to 1.
\( \binom{n}{r} \) = the number of ways to choose \( r \) from \( n \).
2. The Binomial Expansion Formula
The AQA syllabus requires you to expand \( (a + bx)^n \) where \( n \) is a positive integer (a whole number like 1, 2, 3...).
The general formula looks like this:
\( (a + b)^n = a^n + \binom{n}{1}a^{n-1}b + \binom{n}{2}a^{n-2}b^2 + ... + b^n \)
Don't worry if this looks tricky! There is a very simple pattern to follow. Think of it like a set of scales:
1. The powers of the first term (\( a \)) start at the maximum (\( n \)) and decrease by 1 each time until they reach 0.
2. The powers of the second term (\( b \)) start at 0 and increase by 1 each time until they reach the maximum (\( n \)).
3. The powers in each term always add up to \( n \).
Step-by-Step Example: Expand \( (2 + x)^3 \)
Step 1: Write out the terms with the combinations.
Term 1: \( \binom{3}{0} \times (2)^3 \times (x)^0 \)
Term 2: \( \binom{3}{1} \times (2)^2 \times (x)^1 \)
Term 3: \( \binom{3}{2} \times (2)^1 \times (x)^2 \)
Term 4: \( \binom{3}{3} \times (2)^0 \times (x)^3 \)
Step 2: Simplify the numbers.
Remember that \( \binom{3}{0} = 1 \), \( \binom{3}{1} = 3 \), \( \binom{3}{2} = 3 \), and \( \binom{3}{3} = 1 \).
Also, any number to the power of 0 is 1 (\( x^0 = 1 \)).
Step 3: Put it all together.
\( 1 \times 8 \times 1 = 8 \)
\( 3 \times 4 \times x = 12x \)
\( 3 \times 2 \times x^2 = 6x^2 \)
\( 1 \times 1 \times x^3 = x^3 \)
Final Answer: \( 8 + 12x + 6x^2 + x^3 \)
Key Takeaway: Always follow the pattern. As the power of the first part goes down, the power of the second part goes up!
3. Handling the \( (a + bx)^n \) format
Sometimes the second term has a number attached to it, like \( (1 + 3x)^4 \). The most common mistake is forgetting to raise the coefficient (the 3) to the power as well.
Analogy: If you are putting a coat on a person, you have to put it on their arms and their body. If you are raising \( (3x) \) to a power, you have to raise the 3 and the \( x \).
Example: \( (3x)^2 \) is \( 9x^2 \), NOT \( 3x^2 \).
Watch out for Negatives!
If the bracket is \( (a - bx)^n \), treat the second term as \( (-bx) \).
- A negative number squared is positive: \( (-2x)^2 = 4x^2 \)
- A negative number cubed is negative: \( (-2x)^3 = -8x^3 \)
Quick Tip: If there is a minus in the bracket, the signs in your final answer will usually alternate: \( + , - , + , - \).
4. Linking to Probability
Did you know? The Binomial Expansion is the "secret sauce" behind the Binomial Distribution in Statistics!
When we calculate probabilities like "what is the chance of getting 3 heads in 5 coin flips?", we use the \( nCr \) part of the expansion to figure out how many different ways that result can happen. That is why you see \( \binom{n}{r} \) in your statistics formulas too!
Key Takeaway: The coefficients (\( nCr \)) represent the number of different ways to arrange successes and failures in a trial.
Summary and Checklist
To master this section of Paper 2, make sure you can:
- Calculate factorials (\( n! \)) and combinations (\( nCr \)) on your calculator.
- Recognize the notation \( \binom{n}{r} \).
- Expand a bracket like \( (a + bx)^n \) for small whole numbers of \( n \).
- Remember to apply powers to the *entire* term, including the number in front of \( x \).
- Keep track of minus signs when expanding.
Don't worry if this seems tricky at first! The more you practice writing out the pattern of "powers going down, powers going up," the more natural it will feel. You've got this!