Loading...
3+
3
Login

Arithmetic Sequences - Common Difference and Sum

An arithmetic sequence is a list of numbers in which each term is obtained from the previous one by adding (or subtracting) a fixed amount. That fixed amount is called the common difference, usually written d. Arithmetic sequences are the most fundamental type of sequence in mathematics and appear constantly in real life.

Key Terms

TermSymbolMeaning
First termaThe starting value of the sequence
Common differencedThe fixed amount added each time (can be negative)
nth termanThe value of the term in position n
Number of termsnHow many terms are in the sequence

The nth Term Formula

an = a + (n − 1)d

Where a = first term, d = common difference, n = position of the term.

Sum of an Arithmetic Sequence

Sn = n/2 × (first term + last term)
or equivalently: Sn = n/2 × (2a + (n−1)d)

This formula was famously used by the young Gauss to add the numbers 1 to 100 in seconds: S = 100/2 × (1 + 100) = 50 × 101 = 5,050.

Worked Examples

Find the 20th term of the sequence 7, 11, 15, 19, …

a = 7, d = 4.   a20 = 7 + (20−1) × 4 = 7 + 76 = 83.

Find the common difference and first term if the 5th term is 22 and the 9th term is 38.

From 5th to 9th is 4 steps: 38 − 22 = 16, so d = 16 ÷ 4 = 4.
a5 = a + 4d → 22 = a + 16 → a = 6.
Sequence: 6, 10, 14, 18, 22, 26, 30, 34, 38 … ✓

Find the sum of the first 15 terms of 3, 8, 13, 18, …

a = 3, d = 5, n = 15.   S15 = 15/2 × (2(3) + 14(5)) = 15/2 × (6 + 70) = 15/2 × 76 = 570.

A theatre has 20 rows. The first row has 15 seats, and each row has 2 more seats than the row in front. How many seats are there in total?

a = 15, d = 2, n = 20. Last row: a20 = 15 + 19(2) = 53.
Total = 20/2 × (15 + 53) = 10 × 68 = 680 seats.

Key Takeaways

  • Arithmetic sequence: constant difference d between consecutive terms.
  • nth term: an = a + (n−1)d.
  • Sum of n terms: Sn = n/2 × (first + last) = n/2 × (2a + (n−1)d).
  • d positive → increasing sequence; d negative → decreasing sequence.

Practice Questions

  1. Find the 12th term of: 5, 9, 13, 17, …
  2. The 4th term of an arithmetic sequence is 17 and d = 3. Find the first term and the 10th term.
  3. Find the sum of the integers from 1 to 50.
  4. Find the sum of the first 20 terms of: 2, 6, 10, 14, …
  5. How many terms are in the sequence 7, 14, 21, …, 105? Find their sum.
Home About Resources Dashboard