Skip to main content
Dr. Shreyank Educare
Curriculum-aligned learning support — not an official school, university, or ministry-approved course, and not a replacement for official credit.
Unit 1Lesson navigation

Grade 11 · Mathematics

Arithmetic sequences

Why it matters

Common difference and nth term.

Core20m readingPrerequisite: None

What is an arithmetic sequence?

Short answer

An arithmetic sequence is a list of numbers in which each term differs from the previous one by a constant amount called the common difference, d. Its nth term is given by tₙ = t₁ + (n − 1)d, where t₁ is the first term. For example, 3, 7, 11, 15, … has a common difference of 4.

Concept

What you will be able to do

  1. 01Recognise an arithmetic sequence and find its common difference
  2. 02Use the general term t_n = t_1 + (n-1)d to find any term
  3. 03Find the first term and common difference from given terms, and solve word problems

Concept

Start with a pattern you already know

Count by 5s: 5, 10, 15, 20, \dots You have been doing this since primary school. A sequence is just an ordered list of numbers, and each number is called a term. What makes counting-by-5s special is that you add the same amount — 5 — to get from one term to the next. That single, simple idea is the whole of this lesson, dressed up in some new notation. We are not learning something alien; we are giving a precise name to a pattern you already feel.

Concept

Naming the terms: t_1, t_2, t_3, \dots

To talk about terms precisely we label them by their position. The first term is t_1, the second is t_2, and the term in position n is t_n (read 't sub n'). So for 5, 10, 15, 20, \dots we have t_1 = 5, t_2 = 10, t_3 = 15. The little number is just an address telling you which term — it is not multiplication. Getting comfortable with this labelling is the key that unlocks every formula that follows.

Concept

Arithmetic means 'add the same amount each time'

A sequence is arithmetic when you get each term by adding a fixed number to the one before. That fixed number is the common difference, written d. You find it by subtracting any term from the one after it: d = t_2 - t_1 = t_3 - t_2, and so on. In 3, 7, 11, 15, \dots, d = 7 - 3 = 4. If d is positive the sequence climbs; if d is negative it falls (like 20, 17, 14, \dots with d = -3).

+4+4+4371115t₁t₂t₃t₄
Figure 1.1.1/The arithmetic sequence 3, 7, 11, 15 on a number line: every step adds the same common difference d = 4.

Concept

Careful: 'difference', not 'ratio'

It is worth a moment to see what is not arithmetic. The list 2, 4, 8, 16, \dots looks patterned, but check the differences: 4-2 = 2, then 8-4 = 4, then 16-8 = 8 — they keep changing! Here you multiply by 2 each time, not add the same amount. That is a geometric sequence (next lesson). The test for arithmetic is always the same: subtract neighbouring terms and see if you get the same d every time.

Concept

The big idea: a formula for the nth term

Writing out t_1, t_2, t_3, \dots forever is hopeless if someone asks for the 100th term. So we build a shortcut. Starting from t_1, to reach t_2 you add d once; to reach t_3 you add d twice; to reach t_n you add d a total of (n-1) times. That gives the general term t_n = t_1 + (n-1)d. This one formula lets you jump straight to any term without listing them all.

Concept

Why (n-1) and not n?

This is the single most common slip, so let's nail it. You do not add d to get the first term — you are already there. You add d once to reach the second term, so by the time you reach the nth term you have added d exactly (n-1) times. Quick check: for 3, 7, 11, \dots, the 4th term should be 3 + (4-1)(4) = 3 + 12 = 15 ✓, which matches the list. Using n instead of n-1 would overshoot by one step every time.

Pause and reasonFind the 10th term of 3, 7, 11, 15, \dotsReveal reasoning ↓

t_{10} = 3 + (10-1)(4) = 3 + 36 = 39.

Concept

Working backwards: finding t_1 and d from two terms

Often you are told a couple of terms and must recover the whole sequence. Two facts you can lean on: the jump between any two terms is a whole number of d's, so if you know t_3 and t_7, then going from position 3 to position 7 is 7 - 3 = 4 steps, giving t_7 - t_3 = 4d. Solve that for d first, then substitute back into t_n = t_1 + (n-1)d to get t_1. Find d, then find t_1 — that order almost always works.

Concept

Is a given number in the sequence? Which term?

To ask 'is 100 a term of 4, 9, 14, \dots?' set the general term equal to 100 and solve for n: 4 + (n-1)5 = 100. The catch — and it is a real one — is that n must come out as a positive whole number, because there is no 'term number 20.2'. If n is a fraction or negative, the number simply is not in the sequence. Always check that your n is a counting number before saying 'yes'.

Why it matters

A hidden connection: arithmetic sequences are straight lines

Here is a beautiful link to Grade 10. If you plot the points (position, term) — that is, (1, t_1), (2, t_2), (3, t_3), \dots — they line up perfectly straight! The common difference d is exactly the slope of that line: each step right (one position) rises by d. In fact t_n = t_1 + (n-1)d is just y = mx + b in disguise. Recognising this means every intuition you built about lines now works for arithmetic sequences too.

Deeper reasoning

Deeper: arithmetic means

Open this section when you want the proof, mechanism, or transfer idea behind the main result.

The arithmetic mean of two numbers is their average, \dfrac{a+b}{2} — and it sits exactly halfway between them, which is why it is the middle term of any three arithmetic terms. This lets you 'insert means': to place, say, 3 numbers evenly between 5 and 21, treat 5, \_, \_, \_, 21 as a 5-term arithmetic sequence, find d = \dfrac{21 - 5}{4} = 4, and fill in 9, 13, 17. Inserting k means between two numbers makes a sequence of k+2 terms, so the gap is split into k+1 equal steps.

Concept Lab

Explore the relationship live

Open full grapher →

Drag, zoom, and edit the functions without leaving the lesson.

Worked example

Follow the reasoning, not only the answer

Worked example 01

For the sequence 4, 7, 10, 13, \dots, find the common difference and the 8th term.

  1. 1Common difference: d = 7 - 4 = 3 (check: 10 - 7 = 3 ✓).
  2. 2First term: t_1 = 4. Use t_n = t_1 + (n-1)d with n = 8.
  3. 3t_8 = 4 + (8-1)(3) = 4 + 21 = 25.

Mathematical conclusion

d = 3; t_8 = 25

Common mistake

Writing t_8 = 4 + 8(3) — you add d only (n-1) = 7 times, not 8.

Worked example 02

In an arithmetic sequence t_3 = 11 and t_7 = 27. Find t_1 and d.

  1. 1From position 3 to position 7 is 7 - 3 = 4 steps, so t_7 - t_3 = 4d.
  2. 227 - 11 = 4d \Rightarrow 16 = 4d \Rightarrow d = 4.
  3. 3Now use t_3 = t_1 + 2d: 11 = t_1 + 2(4) \Rightarrow t_1 = 11 - 8 = 3.

Mathematical conclusion

t_1 = 3, d = 4 (the sequence is 3, 7, 11, \dots)

Common mistake

Dividing by 4 terms instead of 4 steps — there are 7 - 3 = 4 gaps between the 3rd and 7th terms.

Worked example 03

Is 100 a term of 4, 9, 14, 19, \dots? If so, which term?

  1. 1d = 5, t_1 = 4, so t_n = 4 + (n-1)5 = 5n - 1.
  2. 2Set equal to 100: 5n - 1 = 100 \Rightarrow 5n = 101 \Rightarrow n = 20.2.
  3. 3Since n is not a whole number, 100 is not a term.

Mathematical conclusion

No — solving gives n = 20.2, which is not a term number

Common mistake

Reporting 'yes' without checking that n is a positive whole number.

Worked example 04

A theatre has 22 seats in the first row, and each row behind it has 4 more seats than the row in front. How many seats are in row 18?

  1. 1This is arithmetic: t_1 = 22 (row 1) and d = 4.
  2. 2Row 18 is the 18th term: t_{18} = 22 + (18-1)(4).
  3. 3= 22 + 68 = 90 seats.

Mathematical conclusion

90 seats

Common mistake

Treating row 18 as 22 + 18(4) — the first row is already t_1, so you add d only 17 times.

Worked example 05

The 5th term of an arithmetic sequence is three times the 2nd term, and the 8th term is 30. Find t_1 and d.

  1. 1Write both facts with the general term: t_5 = t_1 + 4d and t_2 = t_1 + d. 'Fifth is three times second': t_1 + 4d = 3(t_1 + d).
  2. 2Simplify: t_1 + 4d = 3t_1 + 3d \Rightarrow d = 2t_1.
  3. 3Use t_8 = t_1 + 7d = 30: substitute d = 2t_1 to get t_1 + 14t_1 = 15t_1 = 30 \Rightarrow t_1 = 2, so d = 4.

Mathematical conclusion

t_1 = 2, d = 4

Common mistake

Expanding 3(t_1 + d) as 3t_1 + d — the 3 multiplies both terms in the bracket.

Worked example 06

Insert three arithmetic means between 5 and 21.

  1. 1Treat it as a 5-term arithmetic sequence: 5, \_, \_, \_, 21 (three means make 3 + 2 = 5 terms).
  2. 2There are 5 - 1 = 4 equal steps from 5 to 21: d = \dfrac{21 - 5}{4} = 4.
  3. 3Fill in: 5, 9, 13, 17, 21, so the means are 9, 13, 17.

Mathematical conclusion

9, 13, 17

Common mistake

Dividing the gap by the number of means (3) instead of the number of steps (4).

Try it · retrieve before revealing

Check your understanding

Q1What is the common difference of 20, 17, 14, \dots?

d = 17 - 20 = -3 (it is decreasing).

Q2In t_n = t_1 + (n-1)d, why is it (n-1)?

You add d once to reach the 2nd term, so by the nth term you have added it (n-1) times.

Alternative format

Listen to this lesson

Summary

Key ideas to carry forward

  • Arithmetic means adding a constant d; find it by subtracting neighbouring terms.
  • Any term is t_n = t_1 + (n-1)d — add d exactly (n-1) times.
  • From two terms, find d from the number of steps between them, then back-solve for t_1.

What to practise next
Next: geometric sequences, where you multiply (instead of add) by the same amount each time.

Lesson formulas and key ideas

Formulas

Common difference

d = t_2 - t_1 = t_n - t_{n-1}

General (nth) term

t_n = t_1 + (n-1)d

Arithmetic mean

middle of a and b is \dfrac{a+b}{2}

Key ideas

  • Arithmetic means adding a constant d; find it by subtracting neighbouring terms.
  • Any term is t_n = t_1 + (n-1)d — add d exactly (n-1) times.
  • From two terms, find d from the number of steps between them, then back-solve for t_1.

Prove this skill

You’ve read it — now show it. Adaptive practice on this exact skill, with fresh problem types, until it is unaided and automatic. Reading a lesson never counts as mastery.

Practise this skill →

Content

Mark this lesson complete

Tracks what you have worked through — not mastery.

Mastery

Not yet demonstrated

Reading shows you have seen it. Prove you can do it — mastery is earned by answering questions unaided.

Related topics

Frequently asked questions

What is the common difference?
The fixed amount added to each term to get the next; you find it by subtracting any term from the one after it.
How is an arithmetic sequence different from a geometric one?
Arithmetic sequences add a constant difference; geometric sequences multiply by a constant ratio.