πŸ”’ Sequences

Grade 8 Β· Cambridge Lower Secondary Stage 8

What you'll learn

  • Find the nth term of arithmetic (linear) sequences
  • Find the nth term of geometric sequences
  • Use the nth term formula to find specific terms
  • Determine if a value is a term in a sequence
  • Recognise and work with special sequences

πŸ“– Learn

1. Arithmetic Sequences

Each term increases/decreases by a constant common difference d.

nth term = a + (nβˆ’1)d   where a = first term, d = common difference
3, 7, 11, 15, ... β†’ d = 4, a = 3 β†’ nth term = 3 + (nβˆ’1)Γ—4 = 4n βˆ’ 1
20, 17, 14, 11, ... β†’ d = βˆ’3, a = 20 β†’ nth term = 20 + (nβˆ’1)(βˆ’3) = 23 βˆ’ 3n
πŸ’‘ Shortcut: the nth term = dΓ—n + c where c = a βˆ’ d

2. Finding the nth Term Formula

Step 1: Find d (common difference between consecutive terms).
Step 2: Write dn. Step 3: Adjust the constant by comparing to the sequence.

Sequence: 5, 8, 11, 14 β†’ d = 3 β†’ 3n β†’ check: 3(1)=3 but T₁=5, so add 2 β†’ 3n + 2
Sequence: 1, 3, 5, 7 β†’ d = 2 β†’ 2n β†’ check: 2(1)=2 but T₁=1, so subtract 1 β†’ 2n βˆ’ 1

3. Geometric Sequences

Each term is multiplied by a constant common ratio r.

nth term = a Γ— r^(nβˆ’1)
2, 6, 18, 54 β†’ r = 3 β†’ nth term = 2 Γ— 3^(nβˆ’1)
80, 40, 20, 10 β†’ r = Β½ β†’ nth term = 80 Γ— (Β½)^(nβˆ’1)

4. Is n a Term in the Sequence?

Set the nth term formula equal to the value and solve for n. If n is a positive integer, it's a term.

nth term = 4n βˆ’ 1. Is 59 a term? β†’ 4n βˆ’ 1 = 59 β†’ n = 15 βœ“ (yes, it's the 15th term)
Is 62 a term? β†’ 4n βˆ’ 1 = 62 β†’ n = 15.75 βœ— (not an integer, so no)

5. Special Sequences

Memorise these:

Square numbers: 1, 4, 9, 16, 25 ... β†’ nΒ²
Cube numbers: 1, 8, 27, 64 ... β†’ nΒ³
Triangular numbers: 1, 3, 6, 10, 15 ... β†’ n(n+1)/2
Fibonacci: 1, 1, 2, 3, 5, 8, 13 ... each term = sum of previous two

✏️ Worked Examples

Example 1 β€” Find the nth term

Find the nth term of 7, 11, 15, 19, ...

Step 1: d = 11 βˆ’ 7 = 4
Step 2: nth term = 4n + c. When n=1: 4(1)+c = 7 β†’ c = 3
Result: 4n + 3
Check: n=4 β†’ 4(4)+3 = 19 βœ…

Example 2 β€” Find a Specific Term

The nth term of a sequence is 5n βˆ’ 2. Find the 20th term.

Tβ‚‚β‚€ = 5(20) βˆ’ 2 = 100 βˆ’ 2 = 98

Example 3 β€” Geometric Sequence

Find the 6th term of 3, 6, 12, 24, ...

Step 1: r = 6/3 = 2
Step 2: T₆ = 3 Γ— 2^(6βˆ’1) = 3 Γ— 32 = 96

Example 4 β€” Is it in the Sequence?

nth term = 3n + 1. Is 100 a term?

3n + 1 = 100 β†’ 3n = 99 β†’ n = 33 βœ“ integer β†’ Yes, 100 is the 33rd term.

🎨 Visualizer

πŸ”’ Sequence Generator

Enter a first term and common difference to generate a sequence.

πŸ“Š Sequence Visualiser

Using values from generator above.

πŸ” nth Term Finder

Enter 4 consecutive terms and find the nth term formula.

🎯 Sequence Spotter

Exercise 1 β€” Next Terms

Find the next term in each sequence.

Exercise 2 β€” Finding the nth Term Formula

Enter the coefficient of n (i.e. d) in the nth term formula.

Exercise 3 β€” Using the nth Term

Use the given formula to find the specified term.

Exercise 4 β€” Geometric Sequences

Find the next term or specified term.

Exercise 5 β€” Is it a Term? & Special Sequences

πŸ“ Practice β€” 20 Questions

πŸ† Challenge