Introduction: The Infinite Expansion
In your previous studies, you learned how to expand \((a + b)^n\) when \(n\) is a positive whole number (like 2, 3, or 10). Those expansions always have a fixed number of terms and then they stop. But what happens if the power \(n\) is a fraction or a negative number?
In this chapter, we explore the Binomial Series for rational \(n\). Unlike the expansions you've seen before, these series never end—they go on forever! Don't worry if this seems a bit strange at first; we will learn exactly when we can use these "infinite" sums and how to calculate them step-by-step.
The General Binomial Formula
When \(n\) is a rational number (a fraction or a negative integer), and we want to expand \((1 + x)^n\), we use the following formula. This formula is provided on your Exam Formula Sheet, so you don't need to memorize it perfectly, but you do need to know how to use it!
The Formula:
\((1 + x)^n = 1 + nx + \frac{n(n - 1)}{2!}x^2 + \frac{n(n - 1)(n - 2)}{3!}x^3 + \dots + \frac{n(n - 1)\dots(n - r + 1)}{r!}x^r + \dots\)
Wait, what is \(r!\)?
The symbol \(!\) stands for factorial. It means you multiply that number by every whole number below it down to 1.
\(2! = 2 \times 1 = 2\)
\(3! = 3 \times 2 \times 1 = 6\)
\(4! = 4 \times 3 \times 2 \times 1 = 24\)
Key Differences to Remember:
- It is infinite: The series goes on forever (denoted by \(\dots\)). Usually, exam questions will only ask you for the first three or four terms.
- Starting with 1: The formula only works directly if the first term inside the bracket is exactly \(1\).
- Rational \(n\): \(n\) can be negative (e.g., \(-1, -2\)) or a fraction (e.g., \(\frac{1}{2}, -\frac{1}{3}\)).
Key Takeaway: The binomial expansion for rational \(n\) creates an infinite series. You simply plug the values of \(n\) and \(x\) into the pattern provided on the formula sheet.
The Condition for Validity
Because the series is infinite, it only "makes sense" (mathematically, we say it converges) if the terms get smaller and smaller as they go on. If the terms got bigger, the sum would just explode to infinity!
For the series to be valid, the value of \(x\) must be small. Specifically:
The series is valid only if \(|x| < 1\)
This means that \(x\) must be between \(-1\) and \(1\). If \(x = 2\), the formula won't work!
What if it isn't just \(x\)?
If you are expanding \((1 + 5x)^n\), the "part with the letter" is \(5x\). Therefore, for the expansion to be valid, we need:
\(|5x| < 1\)
Which simplifies to:
\(|x| < \frac{1}{5}\)
Quick Review: Always check the "validity" by taking the absolute value of the second term in the bracket and setting it to be less than 1.
How to Expand \((1 + kx)^n\) Step-by-Step
Let's look at an example: Expand \((1 + 2x)^{-1}\) up to the term in \(x^3\).
Step 1: Identify \(n\) and the "x-term".
Here, \(n = -1\) and our "x-term" is \(2x\).
Step 2: Substitute into the formula.
Replace every \(n\) with \(-1\) and every \(x\) with \((2x)\) in the formula:
\((1 + 2x)^{-1} = 1 + (-1)(2x) + \frac{(-1)(-1 - 1)}{2!}(2x)^2 + \frac{(-1)(-1 - 1)(-1 - 2)}{3!}(2x)^3 + \dots\)
Step 3: Simplify the brackets and factorials.
\(= 1 - 2x + \frac{(-1)(-2)}{2}(4x^2) + \frac{(-1)(-2)(-3)}{6}(8x^3) + \dots\)
Step 4: Final calculation.
\(= 1 - 2x + 4x^2 - 8x^3 + \dots\)
Step 5: State the validity.
The expansion is valid if \(|2x| < 1\), which means \(|x| < \frac{1}{2}\).
Dealing with \((a + bx)^n\)
As mentioned before, the formula requires the first term to be \(1\). If you have something like \((4 + x)^{\frac{1}{2}}\), you must factor out the \(4\) first.
The Trick:
\((a + bx)^n = a^n(1 + \frac{b}{a}x)^n\)
Example: To expand \((9 + x)^{\frac{1}{2}}\):
1. Take out the 9: \(9^{\frac{1}{2}}(1 + \frac{x}{9})^{\frac{1}{2}}\)
2. Calculate \(9^{\frac{1}{2}}\) (which is \(\sqrt{9} = 3\)).
3. Now expand \((1 + \frac{x}{9})^{\frac{1}{2}}\) using the standard formula and multiply the whole thing by \(3\).
Did you know?
The expansion for \((1 + x)^{\frac{1}{2}}\) is actually a way for computers to calculate square roots! By plugging in a small value for \(x\), you can get a very accurate decimal approximation of a square root just by adding up a few terms.
Common Mistakes to Avoid
- Signs: When \(n\) is negative, be very careful with "minus times a minus". In the formula \(\frac{n(n-1)}{2!}\), if \(n = -2\), then \(n-1 = -3\). Multiplying them gives positive \(6\).
- Squaring the whole term: If your term is \(3x\), make sure you write \((3x)^2 = 9x^2\), not just \(3x^2\).
- Validity: Students often forget to divide the 1 by the coefficient of \(x\). If you have \((1 + \frac{1}{2}x)^n\), the validity is \(|\frac{1}{2}x| < 1\), which means \(|x| < 2\).
- Forgetting \(a^n\): When factorizing \((a + bx)^n\), remember that the constant you pull out is also raised to the power \(n\).
Chapter Summary
1. The Formula: Used for \((1+x)^n\) when \(n\) is a fraction or negative. It is an infinite series.
2. Validity: The expansion only works if the absolute value of the "x-part" is less than 1 (\(|x| < 1\)).
3. Preparation: If the bracket starts with a number other than 1, you must factorize that number out first.
4. Application: This method is used to approximate complicated roots and fractions as simple polynomials.