Sequences & Series
Complete Formula Guide for IB Math Analysis & Approaches SL
Master arithmetic and geometric sequences & series with step-by-step examples, sigma notation, and IB-style practice problems
8+
Key Formulas
10+
Worked Examples
5
Practice Problems
100%
Exam Ready
π What Are Sequences and Series?
Sequence: An ordered list of numbers following a specific pattern (e.g., 2, 4, 6, 8, ...)
Series: The sum of the terms in a sequence (e.g., 2 + 4 + 6 + 8 + ...)
These concepts are essential for financial mathematics, modeling real-world phenomena, and advanced calculus topics in IB Math AA SL.
π Arithmetic Sequences
Definition
An arithmetic sequence is a sequence where each term differs from the previous term by a constant amount called the common difference (d).
Example:
3, 7, 11, 15, 19, ... (common difference d = 4)
20, 15, 10, 5, 0, ... (common difference d = -5)
π nth Term Formula
\[ u_n = u_1 + (n-1)d \]
Where:
- β’ \( u_n \) = nth term (the term you want to find)
- β’ \( u_1 \) = first term
- β’ \( n \) = term number (position in the sequence)
- β’ \( d \) = common difference
π‘ How to Find the Common Difference:
\[ d = u_2 - u_1 = u_3 - u_2 = u_{n+1} - u_n \]
π Worked Example: Arithmetic Sequence
Find the 20th term of the sequence: 5, 9, 13, 17, ...
Step 1: Identify the given values
\( u_1 = 5 \)
\( d = 9 - 5 = 4 \)
\( n = 20 \)
Step 2: Apply the formula
\( u_{20} = 5 + (20-1) \times 4 \)
\( u_{20} = 5 + 19 \times 4 \)
\( u_{20} = 5 + 76 \)
\( u_{20} = 81 \)
β The 20th term is 81
β Arithmetic Series
Definition
An arithmetic series is the sum of the terms in an arithmetic sequence.
π Sum of First n Terms
β οΈ Two formulas are provided in the IB Formula Booklet - choose the most convenient one!
Formula 1 (when you know first and last terms):
\[ S_n = \frac{n}{2}(u_1 + u_n) \]
Formula 2 (when you know first term and common difference):
\[ S_n = \frac{n}{2}[2u_1 + (n-1)d] \]
Where:
- β’ \( S_n \) = sum of the first n terms
- β’ \( n \) = number of terms
- β’ \( u_1 \) = first term
- β’ \( u_n \) = nth term (last term)
- β’ \( d \) = common difference
π Worked Example: Arithmetic Series
Find the sum of the first 15 terms of the sequence: 3, 7, 11, 15, ...
Step 1: Identify the given values
\( u_1 = 3 \), \( d = 4 \), \( n = 15 \)
Step 2: Choose the appropriate formula (Formula 2)
\( S_{15} = \frac{15}{2}[2(3) + (15-1)(4)] \)
\( S_{15} = \frac{15}{2}[6 + 14 \times 4] \)
\( S_{15} = \frac{15}{2}[6 + 56] \)
\( S_{15} = \frac{15}{2} \times 62 \)
\( S_{15} = 15 \times 31 = 465 \)
β The sum of the first 15 terms is 465
π Geometric Sequences
Definition
A geometric sequence is a sequence where each term is obtained by multiplying the previous term by a constant value called the common ratio (r).
Example:
2, 6, 18, 54, 162, ... (common ratio r = 3)
80, 40, 20, 10, 5, ... (common ratio r = 0.5)
3, -6, 12, -24, 48, ... (common ratio r = -2)
π nth Term Formula
\[ u_n = u_1 \cdot r^{n-1} \]
Where:
- β’ \( u_n \) = nth term
- β’ \( u_1 \) = first term
- β’ \( r \) = common ratio
- β’ \( n \) = term number
π‘ How to Find the Common Ratio:
\[ r = \frac{u_2}{u_1} = \frac{u_3}{u_2} = \frac{u_{n+1}}{u_n} \]
π Worked Example: Geometric Sequence
Find the 8th term of the sequence: 2, 6, 18, 54, ...
Step 1: Identify the given values
\( u_1 = 2 \)
\( r = \frac{6}{2} = 3 \)
\( n = 8 \)
Step 2: Apply the formula
\( u_8 = 2 \times 3^{8-1} \)
\( u_8 = 2 \times 3^7 \)
\( u_8 = 2 \times 2187 \)
\( u_8 = 4374 \)
β The 8th term is 4374
βοΈ Geometric Series
Definition
A geometric series is the sum of the terms in a geometric sequence.
π Sum of First n Terms (Finite Series)
β οΈ Use when \( r \neq 1 \)
Formula (most common form):
\[ S_n = \frac{u_1(r^n - 1)}{r - 1} \quad \text{when } r > 1 \]
Alternative form:
\[ S_n = \frac{u_1(1 - r^n)}{1 - r} \quad \text{when } r < 1 \]
π‘ Both formulas are equivalent! Choose whichever is easier for your calculation.
βΎοΈ Sum to Infinity (Infinite Series)
β οΈ Only converges when \( |r| < 1 \) (i.e., -1 < r < 1)
\[ S_\infty = \frac{u_1}{1 - r} \]
Convergence Rules:
- If \( |r| < 1 \): Series converges (has a finite sum)
- If \( |r| \geq 1 \): Series diverges (sum approaches infinity)
π Worked Example: Geometric Series
Find the sum of the first 6 terms: 3 + 6 + 12 + 24 + ...
Step 1: Identify the given values
\( u_1 = 3 \), \( r = \frac{6}{3} = 2 \), \( n = 6 \)
Step 2: Apply the formula (r > 1)
\( S_6 = \frac{3(2^6 - 1)}{2 - 1} \)
\( S_6 = \frac{3(64 - 1)}{1} \)
\( S_6 = 3 \times 63 = 189 \)
β The sum is 189
Ξ£ Sigma Notation
What is Sigma Notation?
Sigma notation (Ξ£) is a concise way to represent the sum of a sequence of terms. The Greek letter Ξ£ (capital sigma) means "sum".
π General Form
\[ \sum_{r=a}^{b} f(r) \]
Where:
- β’ Ξ£ = sum symbol
- β’ r = index of summation (can be any variable)
- β’ a = lower limit (starting value)
- β’ b = upper limit (ending value)
- β’ f(r) = expression to be summed
π Worked Examples
Example 1: Evaluate \( \displaystyle\sum_{r=1}^{5} (2r + 3) \)
This means: Sum the expression (2r + 3) for r = 1, 2, 3, 4, 5
When r = 1: 2(1) + 3 = 5
When r = 2: 2(2) + 3 = 7
When r = 3: 2(3) + 3 = 9
When r = 4: 2(4) + 3 = 11
When r = 5: 2(5) + 3 = 13
Sum = 5 + 7 + 9 + 11 + 13 = 45
Example 2: Evaluate \( \displaystyle\sum_{k=3}^{6} k^2 \)
β οΈ Note: Lower limit starts at 3, not 1!
When k = 3: \( 3^2 = 9 \)
When k = 4: \( 4^2 = 16 \)
When k = 5: \( 5^2 = 25 \)
When k = 6: \( 6^2 = 36 \)
Sum = 9 + 16 + 25 + 36 = 86
π Key Properties of Sigma Notation
1. Constant Multiple:
\[ \sum_{r=a}^{b} c \cdot f(r) = c \sum_{r=a}^{b} f(r) \]
2. Sum/Difference:
\[ \sum_{r=a}^{b} [f(r) \pm g(r)] = \sum_{r=a}^{b} f(r) \pm \sum_{r=a}^{b} g(r) \]
3. Sum of a Constant:
\[ \sum_{r=1}^{n} c = n \times c \]
π Quick Reference Formula Sheet
ARITHMETIC
nth Term:
\( u_n = u_1 + (n-1)d \)
Common Difference:
\( d = u_{n+1} - u_n \)
Sum (Formula 1):
\( S_n = \frac{n}{2}(u_1 + u_n) \)
Sum (Formula 2):
\( S_n = \frac{n}{2}[2u_1 + (n-1)d] \)
GEOMETRIC
nth Term:
\( u_n = u_1 \cdot r^{n-1} \)
Common Ratio:
\( r = \frac{u_{n+1}}{u_n} \)
Finite Sum:
\( S_n = \frac{u_1(r^n - 1)}{r - 1} \)
Infinite Sum (|r| < 1):
\( S_\infty = \frac{u_1}{1 - r} \)
π― IB Exam Tips & Strategies
π‘ Tip 1: Use Your GDC (Calculator) Wisely
Your calculator can evaluate sigma notation and check sums! Use it to verify answers, but always show your working for full marks.
Calculator functions: Look for "sum(" or "Ξ£" in your GDC menu.
π‘ Tip 2: Know Which Formula to Use
Arithmetic sum: Use Formula 1 if you know first and last
terms; use Formula 2 if you know common difference.
Geometric sum: Check if you need finite or infinite sum
formula.
π‘ Tip 3: Identify the Sequence Type First
Check consecutive terms: If you add/subtract the same value β Arithmetic. If you multiply/divide by the same value β Geometric.
π‘ Tip 4: Watch for Simultaneous Equations
IB often gives you two pieces of information (e.g., "3rd term is 10 and 7th term is 22"). Set up two equations with \( u_1 \) and \( d \) (or \( r \)), then solve simultaneously.
π‘ Tip 5: Check Convergence for Infinite Series
Before using \( S_\infty = \frac{u_1}{1-r} \), always verify that \( |r| < 1 \). If \( |r| \geq 1 \), the series diverges and has no finite sum.
π‘ Tip 6: Be Careful with Sigma Notation Limits
Not all sigma notation starts at r = 1! Always check the lower limit. If it starts at r = 3, begin your sum from there, not from 1.
π‘ Tip 7: Application Problems
Finance: Compound interest uses geometric sequences.
Linear patterns: Saving the same amount weekly uses arithmetic sequences.
Population growth: Often modeled with geometric sequences.
β Common Mistakes to Avoid
Mistake #1: Confusing n with \( u_n \)
n is the position of the term (1st, 2nd, 3rd, etc.)
\( u_n \) is the value of the nth term
β Wrong: "Find the 5th term" β Answer: 5
β Correct: "Find the 5th term" β Answer: \( u_5 \) = (calculated value)
Mistake #2: Using Wrong Exponent in Geometric Formula
The exponent is (n - 1), not n!
β Wrong: \( u_n = u_1 \cdot r^n \)
β Correct: \( u_n = u_1 \cdot r^{n-1} \)
Mistake #3: Forgetting to Check Convergence
Always check if \( |r| < 1 \) before using the infinite sum formula!
If r = 2, the series diverges β no finite sum exists!
Mistake #4: Misidentifying Sequence Type
Always test: Subtract consecutive terms (arithmetic?) OR divide consecutive terms (geometric?)
Sequence: 2, 4, 8, 16, ...
β Arithmetic? 4 - 2 = 2, but 8 - 4 = 4 (not constant!)
β Geometric! 4/2 = 2, 8/4 = 2, 16/8 = 2 (constant ratio!)
βοΈ Practice Problems
Try these IB-style problems, then click to reveal solutions!
Problem 1: Arithmetic Sequence
The 4th term of an arithmetic sequence is 17 and the 9th term is 37. Find the first term and common difference.
Solution:
Using \( u_n = u_1 + (n-1)d \):
\( u_4 = u_1 + 3d = 17 \) ... (1)
\( u_9 = u_1 + 8d = 37 \) ... (2)
Subtract equation (1) from (2):
\( 5d = 20 \) β \( d = 4 \)
Substitute back into (1):
\( u_1 + 3(4) = 17 \) β \( u_1 = 5 \)
Answer: \( u_1 = 5 \), \( d = 4 \)
Click to reveal solution βΌ
Problem 2: Geometric Sequence
A geometric sequence has first term 6 and common ratio 0.5. Find the sum to infinity.
Solution:
Check convergence: \( |r| = |0.5| = 0.5 < 1 \) β Series converges
Use formula: \( S_\infty = \frac{u_1}{1-r} \)
\( S_\infty = \frac{6}{1-0.5} = \frac{6}{0.5} = 12 \)
Answer: \( S_\infty = 12 \)
Click to reveal solution βΌ
Problem 3: Sigma Notation
Evaluate \( \displaystyle\sum_{r=2}^{6} (3r - 1) \)
Solution:
β οΈ Note: Starts at r = 2
When r = 2: 3(2) - 1 = 5
When r = 3: 3(3) - 1 = 8
When r = 4: 3(4) - 1 = 11
When r = 5: 3(5) - 1 = 14
When r = 6: 3(6) - 1 = 17
Sum = 5 + 8 + 11 + 14 + 17 = 55
Answer: 55
Click to reveal solution βΌ
Problem 4: Arithmetic Series Application
Arturo swims 200m in week 1. Each week he swims 30m more than the previous week. How far does he swim altogether in 52 weeks?
Solution:
This is an arithmetic series with:
\( u_1 = 200 \), \( d = 30 \), \( n = 52 \)
Use: \( S_n = \frac{n}{2}[2u_1 + (n-1)d] \)
\( S_{52} = \frac{52}{2}[2(200) + (52-1)(30)] \)
\( S_{52} = 26[400 + 51 \times 30] \)
\( S_{52} = 26[400 + 1530] \)
\( S_{52} = 26 \times 1930 = 50,180 \)
Answer: 50,180 metres
Click to reveal solution βΌ
Problem 5 (Challenge): Mixed Sequences
A sequence is defined by \( u_1 = 3 \), \( u_2 = 12 \), \( u_3 = 48 \). Find \( u_6 \).
Solution:
Check if arithmetic: 12 - 3 = 9, but 48 - 12 = 36 (not constant) β
Check if geometric: \( \frac{12}{3} = 4 \), \( \frac{48}{12} = 4 \) (constant!) β
This is geometric with \( u_1 = 3 \), \( r = 4 \)
\( u_6 = 3 \times 4^{6-1} = 3 \times 4^5 \)
\( u_6 = 3 \times 1024 = 3072 \)
Answer: \( u_6 = 3072 \)
Click to reveal solution βΌ
π Key Takeaways
β Arithmetic: Constant difference between terms (addition/subtraction)
β Geometric: Constant ratio between terms (multiplication/division)
β Sigma notation: Compact way to write sums
β Convergence: Geometric series with |r| < 1 have finite infinite sums
β IB Formula Booklet: All main formulas are provided β know when to use each!
Master these concepts and you'll excel in IB Math AA SL sequences and series questions! π
β Frequently Asked Questions (FAQ)
1. What is a sequence in IB Math AA SL?
A sequence is an ordered list of numbers following a specific pattern or rule. In IB Math AA SL, you study two main types: arithmetic sequences (where you add/subtract a constant difference) and geometric sequences (where you multiply/divide by a constant ratio). Examples include 2, 4, 6, 8, ... (arithmetic) and 2, 6, 18, 54, ... (geometric).
2. What is the difference between a sequence and a series?
A sequence is simply a list of numbers in order (e.g., 1, 2, 3, 4, 5), while a series is the sum of those numbers (e.g., 1 + 2 + 3 + 4 + 5 = 15). In notation, we use \( u_n \) for individual terms of a sequence and \( S_n \) for the sum of the first n terms (series).
3. What is the nth term formula for arithmetic sequences?
The nth term formula for arithmetic sequences is \( u_n = u_1 + (n-1)d \), where \( u_n \) is the term you want to find, \( u_1 \) is the first term, \( n \) is the position number, and \( d \) is the common difference. This formula is provided in the IB formula booklet.
4. What is the nth term formula for geometric sequences?
The nth term formula for geometric sequences is \( u_n = u_1 \cdot r^{n-1} \), where \( u_n \) is the term you want to find, \( u_1 \) is the first term, \( r \) is the common ratio, and \( n \) is the term number. Note: The exponent is (n-1), not n β this is a common mistake!
5. How do I find the sum of an arithmetic series?
There are two formulas for the sum of an arithmetic series: \( S_n = \frac{n}{2}(u_1 + u_n) \) (use when you know first and last terms) or \( S_n = \frac{n}{2}[2u_1 + (n-1)d] \) (use when you know first term and common difference). Both are in the IB formula booklet β choose whichever is more convenient!
6. What is the sum to infinity formula and when can I use it?
The sum to infinity formula for a geometric series is \( S_\infty = \frac{u_1}{1-r} \). However, you can only use this when |r| < 1 (i.e., -1 < r < 1). If |r| β₯ 1, the series diverges (goes to infinity) and has no finite sum. Always check convergence before using this formula!
7. What is sigma notation (Ξ£) and how do I use it?
Sigma notation (Ξ£) is a compact way to write the sum of a sequence. The notation \( \sum_{r=a}^{b} f(r) \) means "sum the expression f(r) for all integer values of r from a to b." For example, \( \sum_{r=1}^{4} r^2 = 1^2 + 2^2 + 3^2 + 4^2 = 30 \). Always check the lower limit β it doesn't always start at 1!
8. How do I identify if a sequence is arithmetic or geometric?
Test both methods: Arithmetic: Subtract consecutive terms. If the difference is constant, it's arithmetic. Geometric: Divide consecutive terms. If the ratio is constant, it's geometric. For example, 3, 6, 12, 24: differences are 3, 6, 12 (not constant), but ratios are 2, 2, 2 (constant), so it's geometric.
9. Are sequences and series formulas provided in the IB exam?
Yes! The IB formula booklet contains all the main formulas: nth term formulas for arithmetic (\( u_n = u_1 + (n-1)d \)) and geometric (\( u_n = u_1 r^{n-1} \)), sum formulas for arithmetic series, and sum formulas for geometric series (both finite and infinite). You need to know when and how to use each formula, not memorize them.
10. What are common real-world applications of sequences and series?
Compound interest: Uses geometric sequences (money grows by a constant percentage). Regular savings: Uses arithmetic sequences (saving the same amount each period). Population growth: Often modeled with geometric sequences. Depreciation: Asset values declining by a percentage each year follow geometric patterns.
11. What is the common difference (d) and common ratio (r)?
The common difference (d) is the constant value added to each term in an arithmetic sequence: \( d = u_{n+1} - u_n \). The common ratio (r) is the constant value multiplied to get each term in a geometric sequence: \( r = \frac{u_{n+1}}{u_n} \). The common ratio can be negative (creating alternating signs) or a fraction (creating decreasing terms).
12. How do I solve IB problems with two unknowns (simultaneous equations)?
IB often gives two pieces of information like "the 3rd term is 10 and the 7th term is 22." Set up two equations using the nth term formula, then solve simultaneously. For arithmetic: \( u_3 = u_1 + 2d = 10 \) and \( u_7 = u_1 + 6d = 22 \). Subtract to find d, then substitute back to find \( u_1 \).
13. Can the common ratio be negative?
Yes! A negative common ratio creates a sequence that alternates between positive and negative terms. For example, 2, -6, 18, -54, ... has r = -3. When checking convergence for infinite series with negative r, you still check if |r| < 1 (e.g., r=-0.5 gives |r|=0.5 < 1, so it converges).
14. What's the difference between \( u_n \) and n in sequence problems?
This is a very common source of confusion! n is the position/term number (1st, 2nd, 3rd, etc.), while \( u_n \) is the actual value of that term. If asked "find the 5th term," you're finding \( u_5 \), not 5. The answer should be the calculated value using the formula, not the position number itself.
15. How should I use my GDC (calculator) for sequence questions?
Your GDC can evaluate sigma notation sums and check your answers. Look for "sum(" or "Ξ£" in your calculator menu. However, always show your working for full marks β the calculator is for verification! You can also use the table feature to generate sequence terms quickly by entering the nth term formula as a function.