Applications of Sequences and Series
In this lesson, students, you will see how sequences and series are used to model real situations like savings plans, population growth, and repeating patterns π. Sequences help us describe lists of numbers in order, while series help us add those numbers together. In IB Mathematics: Analysis and Approaches HL, these ideas are important because they connect algebra, patterns, proof, and mathematical modelling.
What are sequences and series?
A sequence is an ordered list of numbers. Each number in the list is called a term. For example, the sequence $3, 6, 9, 12, \dots$ increases by $3$ each time. If the terms are written as $u_1, u_2, u_3, \dots$, then $u_1=3$, $u_2=6$, and so on.
A series is the sum of the terms in a sequence. For the sequence above, the series would be $3+6+9+12+\dots$. We often write the sum of the first $n$ terms as $S_n$.
Two key sequence types appear often in IB AA HL:
- Arithmetic sequences, where the difference between consecutive terms is constant.
- Geometric sequences, where the ratio between consecutive terms is constant.
For an arithmetic sequence, the $n$th term is
$$u_n = a + (n-1)d,$$
where $a$ is the first term and $d$ is the common difference.
For a geometric sequence, the $n$th term is
$$u_n = ar^{n-1},$$
where $a$ is the first term and $r$ is the common ratio.
These formulas let students move from a pattern to a general rule, which is a major skill in algebra.
Arithmetic sequences and their applications
Arithmetic sequences are useful when something changes by the same amount each step. A simple real-world example is saving money by adding the same amount regularly. Suppose you start with $100$ dollars and add $20$ dollars each week. Then the balance after each week forms a sequence:
$$100, 120, 140, 160, \dots$$
Here, $a=100$ and $d=20$. The amount after $n$ weeks is
$$u_n = 100 + 20(n-1).$$
If students wants to know the balance after $10$ weeks, substitute $n=10$:
$$u_{10} = 100 + 20(9) = 280.$$
This means the amount is $280$ dollars.
Arithmetic series are also useful when finding total change over time. The sum of the first $n$ terms of an arithmetic sequence is
$$S_n = \frac{n}{2}(a+u_n),$$
or equivalently,
$$S_n = \frac{n}{2}\bigl(2a+(n-1)d\bigr).$$
If the weekly deposits above continue for $10$ weeks, the total amount deposited is
$$S_{10} = \frac{10}{2}(100+280) = 1900.$$
This shows how series help calculate totals without adding each term one by one.
In exam questions, arithmetic sequences often appear in patterns, stair-step changes, and increasing costs. For example, a theater may charge $5$ dollars for the first row, $7$ for the second row, $9$ for the third row, and so on. The row prices form an arithmetic sequence, and the total income from several rows can be found using a series.
Geometric sequences and their applications
Geometric sequences model situations where something grows or shrinks by the same factor each time. These are extremely common in finance, science, and technology.
If a population increases by $4\%$ each year, then each yearβs population is multiplied by $1.04$. Starting from $P_0$, the population after $n$ years is
$$P_n = P_0(1.04)^n.$$
This is a geometric sequence because the ratio is constant.
A typical example is compound interest. If students puts money into an account with interest compounded yearly, then the account value follows a geometric pattern. If the initial deposit is $500$ dollars and the interest rate is $3\%$, then after $n$ years the value is
$$A_n = 500(1.03)^n.$$
After $5$ years,
$$A_5 = 500(1.03)^5.$$
This gives the future value of the investment.
The sum of the first $n$ terms of a geometric sequence is
$$S_n = a\frac{1-r^n}{1-r}, \quad r\neq 1.$$
This formula is very important when the total of repeated percentages or repeated payments is needed. For example, if an online video game pays a reward that starts at $10$ coins and doubles each level, the total reward after several levels is a geometric series.
Another useful situation is depreciation. If a car loses $15\%$ of its value each year, then the value is multiplied by $0.85$ each year. If the car is worth $20{,}000$ dollars now, then after $n$ years:
$$V_n = 20000(0.85)^n.$$
This kind of modelling helps students understand why geometric sequences are useful for growth and decay.
Sigma notation and efficient calculation
In IB Mathematics, it is important to express repeated addition clearly. The symbol $\sum$ is called sigma notation and means βsum.β For example,
$$\sum_{k=1}^{5} k = 1+2+3+4+5.$$
Sigma notation is a compact way to write a series and is very helpful when working with long expressions.
A general arithmetic series can be written as
$$\sum_{k=1}^{n} \bigl(a+(k-1)d\bigr).$$
A geometric series can be written as
$$\sum_{k=1}^{n} ar^{k-1}.$$
Sigma notation is more than a shorthand. It shows structure. For example, if students sees
$$\sum_{k=1}^{n} (2k+1),$$
this is the sum of the first $n$ odd numbers. Expanding the first few terms gives
$$3+5+7+9+\dots,$$
which helps connect the symbolic form to the pattern.
This skill matters in IB HL because students are often asked to recognize patterns, convert between forms, and justify results. A strong understanding of sigma notation also supports work in calculus later, where sums become closely related to limits.
Using sequences and series to solve problems
Applications of sequences and series are not just about formulas. They are about choosing the right model.
Suppose a cell phone plan charges $30$ dollars plus an extra $5$ dollars for each gigabyte of data used. If the data usage increases by $2$ gigabytes each month, the total charges over time form an arithmetic pattern. students may need to find the monthly cost sequence, the total cost over several months, or the month when the bill reaches a certain amount.
A good problem-solving strategy is:
- Identify whether the pattern is arithmetic or geometric.
- Write the first term $a$ and either the difference $d$ or ratio $r$.
- Choose the correct formula for $u_n$ or $S_n$.
- Substitute carefully and check whether the answer makes sense.
For example, imagine a stadium has seats arranged so that each row has $4$ more seats than the previous row. If the first row has $18$ seats, then the number of seats in row $n$ is
$$u_n = 18 + 4(n-1).$$
If the stadium has $20$ rows, the total number of seats is
$$S_{20} = \frac{20}{2}\bigl(2(18)+(20-1)(4)\bigr).$$
This type of question combines sequence identification, formula use, and algebraic simplification.
Another important application is solving for an unknown term number. If a geometric sequence has $a=2$ and $r=3$, and students is asked when the term exceeds $500$, then solve
$$2\cdot 3^{n-1} > 500.$$
This becomes a logarithmic inequality, showing how sequences connect to other areas of Number and Algebra.
Proof and reasoning in sequences and series
IB AA HL places strong emphasis on reasoning, not just answers. Sequences and series provide excellent opportunities for proof.
One common result is the formula for the sum of the first $n$ natural numbers:
$$1+2+3+\dots+n = \frac{n(n+1)}{2}.$$
This can be proved using a rearrangement argument or by mathematical induction. In induction, students first checks the statement for a base case, such as $n=1$, and then assumes it is true for $n=m$ before proving it for $n=m+1$.
Induction is also used to prove formulas for sequence terms or sums. For example, it can be used to prove that
$$1+r+r^2+\dots+r^{n-1} = \frac{1-r^n}{1-r}, \quad r\neq 1.$$
This proof-based approach matters because it shows why the formulas are true, not only how to use them.
Another useful reasoning idea is comparing sequences. If a geometric sequence has $|r|<1$, then the terms get closer and closer to $0$. This is called a convergent geometric sequence. The infinite geometric series
$$S_\infty = \frac{a}{1-r}, \quad |r|<1,$$
is especially useful in finance and modelling. For example, repeated discounts or diminishing returns can be described using this concept.
Conclusion
Applications of sequences and series are a central part of Number and Algebra in IB Mathematics: Analysis and Approaches HL. They help students describe patterns, model real-world change, and calculate totals efficiently. Arithmetic sequences and series model constant change, while geometric sequences and series model multiplicative change. Sigma notation provides compact symbolic language, and proof connects formulas to logical reasoning. Together, these ideas build a strong foundation for later topics in mathematics and for solving practical problems with confidence β .
Study Notes
- A sequence is an ordered list of numbers; a series is the sum of a sequence.
- Arithmetic sequences have constant difference $d$ and formula $u_n=a+(n-1)d$.
- Geometric sequences have constant ratio $r$ and formula $u_n=ar^{n-1}$.
- Arithmetic series use $S_n=\frac{n}{2}(a+u_n)$ or $S_n=\frac{n}{2}(2a+(n-1)d)$.
- Geometric series use $S_n=a\frac{1-r^n}{1-r}$ for $r\neq 1$.
- Sigma notation $\sum$ is a compact way to write sums.
- Real-life applications include savings, compound interest, population growth, depreciation, and pattern problems.
- Proof by induction is often used to justify sequence and series formulas.
- Infinite geometric series converge when $|r|<1$, with sum $S_\infty=\frac{a}{1-r}$.
- Applications of sequences and series connect directly to algebraic structure, modelling, and reasoning in IB AA HL.
