Sequences & Series

IB Math Analysis & Approaches SL

Complete Formula Guide with Examples & Tips

๐Ÿ“š 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.

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.

Click to reveal solution โ–ผ

Problem 3: Sigma Notation

Evaluate \( \displaystyle\sum_{r=2}^{6} (3r - 1) \)

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?

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 \).

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! ๐ŸŒŸ