Geometric Series π
Welcome, students! In this lesson, you will learn how geometric series work, why they appear in real life, and how to use them in IB Mathematics: Applications and Interpretation SL. Geometric series help describe patterns where each term is found by multiplying by the same number. They are useful in finance, population growth, computer science, and many other areas. By the end of this lesson, you should be able to identify a geometric sequence, find its terms, and calculate sums using the correct formulas.
Learning goals:
- Explain the key ideas and vocabulary of geometric series.
- Use formulas for terms and sums in a geometric sequence.
- Recognize when a situation can be modeled with a geometric series.
- Connect geometric series to number systems, algebra, and financial modelling.
- Use technology and reasoning to interpret results accurately.
What Is a Geometric Sequence? π
A geometric sequence is a list of numbers where each term is found by multiplying the previous term by a constant number called the common ratio, written as $r$.
For example, the sequence $3, 6, 12, 24, 48, \dots$ is geometric because each term is multiplied by $2$ to get the next term. Here the common ratio is $r=2$.
Another example is $81, 27, 9, 3, 1, \dots$. This is also geometric because each term is multiplied by $\frac{1}{3}$.
The first term is usually written as $a_1$. The general term of a geometric sequence is:
$$a_n=a_1r^{n-1}$$
This formula is important because it lets you find any term without listing every term before it. That is helpful when the sequence is long or comes from a real situation such as money growing at a fixed rate π°.
If $r>1$, the terms grow. If $0<r<1$, the terms get smaller but stay positive. If $r<0$, the signs alternate, such as positive, negative, positive, negative. The ratio tells you a lot about the pattern.
Understanding Geometric Series and Sums β
A series is the sum of terms in a sequence. So if a geometric sequence is a pattern of numbers, a geometric series is the total when those numbers are added.
For example, the series $3+6+12+24+48$ is the sum of the first five terms of the geometric sequence above.
The sum of the first $n$ terms is written as $S_n$. For a geometric sequence, the formula is:
$$S_n=\frac{a_1(1-r^n)}{1-r}$$
This formula works when $r\ne 1$. A common alternative form is:
$$S_n=\frac{a_1(r^n-1)}{r-1}$$
Both forms are correct. Which one is easier depends on the value of $r$.
Letβs use an example. Suppose $a_1=5$ and $r=3$. Then the first four terms are $5,15,45,135. The sum is:
$$S_4=5+15+45+135=200$$
Using the formula:
$$S_4=\frac{5(1-3^4)}{1-3}=\frac{5(1-81)}{-2}=200$$
The answer matches the direct addition. This shows why formulas save time when terms get large.
When using a calculator or technology, always check that the sequence is actually geometric. If the difference between terms is constant, it is arithmetic, not geometric. If the ratio between consecutive terms is constant, it is geometric.
Real-World Applications and Modelling π
Geometric series appear whenever growth or decay happens by a fixed percentage or multiplier. This makes them very useful in modelling.
1. Compound interest
If money grows by a fixed interest rate each year, the amount often follows a geometric pattern. For example, if $1000$ earns $5\%$ interest yearly, then after each year the amount is multiplied by $1.05$.
The amount after $n$ years is:
$$A_n=1000(1.05)^n$$
If you add yearly interest payments or deposits, the total can involve a geometric series.
2. Depreciation
A car or phone may lose value each year by a fixed percentage. If a laptop starts at $1200$ and loses $20\%$ of its value each year, then each year its value is multiplied by $0.8$.
After $n$ years, the value is:
$$V_n=1200(0.8)^n$$
3. Population and bacteria growth
If a population increases by a constant rate over equal time periods, it can also be modeled geometrically. For example, if a bacteria culture doubles every hour, then the sequence of counts follows a ratio of $2$.
These models are not perfect forever, but they are useful when the growth rate stays roughly constant over a short time. In IB, you should always interpret the model in context, not just calculate blindly.
Infinite Geometric Series and Convergence βΎοΈ
Some geometric series continue forever. These are called infinite geometric series.
An infinite geometric series has a finite sum only when the absolute value of the common ratio is less than $1$, written as $|r|<1$.
In that case, the sum is:
$$S_\infty=\frac{a_1}{1-r}$$
This is a powerful result. For example, consider:
$$4+2+1+\frac{1}{2}+\cdots$$
Here, $a_1=4$ and $r=\frac{1}{2}$. Since $|r|<1$, the infinite sum exists:
$$S_\infty=\frac{4}{1-\frac{1}{2}}=8$$
This may seem surprising because there are infinitely many terms, but the total approaches a fixed value.
Not every infinite geometric series has a finite sum. For example, if $r=2$, the terms keep growing and the sum does not settle to a finite number. If $r=-1$, the terms alternate and do not approach a single total.
Understanding convergence is important in higher mathematics and technology-supported reasoning because calculators can approximate a large number of terms, but the exact behavior depends on the ratio.
Step-by-Step Problem Solving Strategy π§
When solving geometric sequence or series problems, students, use a clear method.
Step 1: Identify the pattern.
Check whether each term is obtained by multiplying by the same number. Find the common ratio using:
$$r=\frac{a_{n+1}}{a_n}$$
for consecutive terms.
Step 2: Find the first term and ratio.
Write down $a_1$ and $r$ carefully. Many mistakes happen because students confuse the first term with another term.
Step 3: Decide whether you need a term or a sum.
- Use $a_n=a_1r^{n-1}$ for a specific term.
- Use $S_n=\frac{a_1(1-r^n)}{1-r}$ for the sum of the first $n$ terms.
- Use $S_\infty=\frac{a_1}{1-r}$ only when $|r|<1$.
Step 4: Substitute values carefully.
Keep brackets around negative numbers and fractions. For example, if $r=-2$, then $r^n$ must be written correctly with parentheses.
Step 5: Check if your answer makes sense.
In a growing model, values should increase. In a decay model, values should decrease. If the result looks unrealistic, recheck the ratio, power, or sign.
Worked example
A sequence starts with $8$ and has common ratio $\frac{3}{2}$. Find the 6th term.
Use:
$$a_n=a_1r^{n-1}$$
So:
$$a_6=8\left(\frac{3}{2}\right)^5$$
Since:
$$\left(\frac{3}{2}\right)^5=\frac{243}{32}$$
then:
$$a_6=8\cdot\frac{243}{32}=\frac{243}{4}=60.75$$
This shows how geometric sequences can produce decimals, fractions, or large numbers depending on the ratio.
Technology-Supported Interpretation π»
IB Mathematics: Applications and Interpretation SL often expects you to use technology to explore patterns and interpret outputs. A spreadsheet or graphing calculator can help you calculate terms, compare models, and see whether data follows a geometric pattern.
For example, a spreadsheet can generate a column of values using the formula:
$$a_n=a_1r^{n-1}$$
You can then graph the sequence to see whether it increases, decreases, or alternates. Technology is especially useful when the terms are very large or when you want to test a model against real data.
However, technology does not replace understanding. You still need to know what the ratio means, how to interpret the result, and whether the model is reasonable. For instance, a model of phone battery decay may fit for a short time, but real batteries do not always decrease by exactly the same percentage forever.
In IB-style work, you should explain what your result means in context. If a problem asks for the total amount saved over several months, your answer should include units and a sentence describing the result.
Conclusion β
Geometric series are a key part of Number and Algebra because they show how repeated multiplication creates patterns that can be described with algebraic formulas. They connect directly to sequences, financial modelling, and numerical reasoning. students, when you recognize a constant ratio, you can use $a_n=a_1r^{n-1}$ to find terms and $S_n=\frac{a_1(1-r^n)}{1-r}$ to find sums. If the series continues forever and $|r|<1$, you can use $S_\infty=\frac{a_1}{1-r}$.
These ideas are important in real-world contexts such as savings, depreciation, population growth, and digital modelling. The main skill is not just calculation, but also interpretation: understanding what the numbers mean and whether the model is appropriate.
Study Notes
- A geometric sequence has a constant common ratio $r$ between consecutive terms.
- The $n$th term is $a_n=a_1r^{n-1}$.
- A geometric series is the sum of terms in a geometric sequence.
- The sum of the first $n$ terms is $S_n=\frac{a_1(1-r^n)}{1-r}$, with $r\ne 1$.
- If $|r|<1$, the infinite sum is $S_\infty=\frac{a_1}{1-r}$.
- If $|r|\ge 1$, an infinite geometric series does not have a finite sum.
- Common ratio tests whether a pattern is geometric: use $r=\frac{a_{n+1}}{a_n}$.
- Geometric models appear in compound interest, depreciation, and growth or decay by a fixed percentage.
- Technology can help calculate terms and sums, but interpretation in context is still essential.
- Always check whether your answer is reasonable in the real situation and whether the units make sense.
