Back to MATHEMATICS
Unit 3Lesson 2 2 min read

Sequences and Series

14/18

Learning Objectives

Distinguish between a sequence and a series.
Identify and write the formula for the nth term of an arithmetic sequence.
Identify and write the formula for the nth term of a geometric sequence.
Calculate the sum of a finite geometric series.

Patterns of Numbers

Sequences

A sequence is an ordered list of numbers. Each number in the list is called a term.

Arithmetic Sequence: A sequence where the difference between consecutive terms is constant. This constant is called the common difference (d).
Example: 2, 5, 8, 11, 14, ... (common difference d = 3).
Formula for the nth term: aₙ = a₁ + (n-1)d
aₙ is the nth term.
a₁ is the first term.
Geometric Sequence: A sequence where the ratio between consecutive terms is constant. This constant is called the common ratio (r).
Example: 3, 6, 12, 24, 48, ... (common ratio r = 2).
Formula for the nth term: aₙ = a₁ * rⁿ⁻¹

Series

A series is the sum of the terms of a sequence.

Sum of a Finite Arithmetic Series: Sₙ = (n/2)(a₁ + aₙ)
The sum of n terms is n divided by 2, times the sum of the first and last terms.
Sum of a Finite Geometric Series: Sₙ = a₁ * (1 - rⁿ) / (1 - r)
This formula is very useful for problems involving repeated multiplication, like compound interest.
Sum of an Infinite Geometric Series: If the absolute value of the common ratio r is less than 1 (i.e., -1 < r < 1), the series converges to a finite sum.
S = a₁ / (1 - r)
If |r| ≥ 1, the series diverges and does not have a finite sum.

Key Terms

Sequence
An enumerated collection of objects in which repetitions are allowed and order matters.
Series
The sum of the terms of a sequence.
Arithmetic Sequence
A sequence of numbers such that the difference between the consecutive terms is constant (the common difference).
Geometric Sequence
A sequence of numbers where each term after the first is found by multiplying the previous one by a fixed, non-zero number called the common ratio.
Convergent Series
An infinite series whose sequence of partial sums approaches a finite limit.

Check Your Understanding

1

Find the 10th term of the arithmetic sequence that begins 4, 9, 14, ...

2

Find the 8th term of the geometric sequence that begins 5, 10, 20, ...

3

Find the sum of the infinite geometric series 16 + 8 + 4 + 2 + ...