BETAThis platform is under active development; bugs, missing features, and risk of data loss are present. Thank you for your support!

Sequences

Learn it by playing

Answer these questions to earn energy, then fish and explore. No account needed.

For teachers: ready-to-use lesson slides, revision notes, diagrams for Sequences (Maths [CIE], Extended) — use them in your lesson, or run the topic as a live class game.

Notes

Introduction to Sequences

  • A **sequence** is an ordered set of numbers that follow a rule (e.g., 3, 6, 9, 12… add 3 each time).
  • Each number in a sequence is called a **term**; its position is denoted by **n** (n=1(n=1 for first term).
  • A **term-to-term rule** tells how to get the next term from the current one (e.g., add 4, multiply by 3).
  • A **position-to-term rule** (nth term formula) lets you find any term directly: substitute n=1,2,3…
  • To check if a value belongs to a sequence, set the nth term equal to the value and solve for n; if n is a whole number, it is in the sequence.

nth Terms of Linear Sequences

  • A **linear (arithmetic) sequence** has a constant **common difference (d)** between consecutive terms.
  • The nth term formula is **dn + b**, where d is the common difference and b is the term before the first term (zero term).
  • To find b, continue the sequence backwards by one term (subtract d from the first term).
  • Example: For 5, 7, 9, 11… d=2,b=3d=2, b=3 → nth term =2n+3= 2n+3.
  • For decreasing sequences, d is negative (e.g., 15,10,5… d=5,b=20d=-5, b=20 → nth term =5n+20)= -5n+20).

Quadratic Sequences

  • A **quadratic sequence** has an nth term involving n²; its **second differences** are constant.
  • To find the nth term: Step 1 – find first and second differences. Step 2 – halve the second difference to get **a** (coefficient of n2)n^{2}).
  • Step 3 – write out an2an^{2} and subtract from the original sequence to get a linear sequence. Step 4 – find the nth term of that linear sequence (bn+c).
  • Step 5 – add an2+bn+can^{2} + bn + c to get the nth term formula.
  • Example: For 6,9,14,21,30… second difference=2difference=2 → a=1; an²=1,4,9,16,25; difference=5,5,5,5,5difference=5,5,5,5,5 → linear nth term=5; so nth term =n2+5= n^{2}+5.
  • Common simple quadratics: n2+1,2n2,(n+1)22n^{2}+1, 2n^{2}, (n+1)^{2}-2, etc.

Other Sequences

  • **Cubic sequences** have constant third differences; nth term involves n3n^{3}. The coefficient a=(thirddifference)/6a = (third difference)/6.
  • **Exponential (geometric) sequences** multiply by a constant **common ratio (r)** each time; nth term =a×= a \times rⁿ (ora×(or a \times rⁿ⁻¹).
  • Common sequences: prime numbers (2,3,5,7…), triangular numbers (1,3,6,10…), cube numbers (1,8,27,64…).
  • Sequences can be combined: e.g., fractions with linear numerator and cubic denominator, or sums of two sequences.
  • Harder problems may involve setting up and solving equations (e.g., simultaneous equations) to find unknown terms or ratios.

Fibonacci and Special Sequences

  • In a **Fibonacci sequence**, each term is the sum of the two previous terms (e.g., 1,1,2,3,5,8…).
  • Given first two terms a and b, the 3rd term is a+b, 4th is a+2b, 5th is 2a+3b, 6th is 3a+5b.
  • To find unknown terms in a Fibonacci sequence, set up equations using given terms and solve.
  • Some sequences follow a pattern like adding a decreasing amount or using a specific rule (e.g., term-to-term rules).

Finding Terms and Checking Membership

  • To find a specific term, substitute n into the nth term formula (e.g., 20th term of n2+5=202+5=405)n^{2}+5 = 20^{2}+5 = 405).
  • To check if a number is in a sequence, set the nth term equal to the number and solve for n; if n is a positive integer, it is a term.
  • Example: Is 98 in the sequence 8n+2? 8n+2=988n+2=98n=12n=12, yes. Is 124? 8n+2=1248n+2=124n=15.25n=15.25, no.
  • Always write the position number above each term in the exam to help spot patterns.

Linear Sequence: Finding nth Term

Linear Sequence: 5, 7, 9, 11, ...Position: n=1,2,3,4Terms: 5,7,9,11Common difference d = 2Zero term b = 5 - 2 = 3nth term = 2n + 3Check: n=1 → 2(1)+3=5n=2 → 2(2)+3=7n=10 → 2(10)+3=23

Quadratic Sequence: Method of Differences

Quadratic Sequence: 6, 9, 14, 21, 30Terms: 6, 9, 14, 21, 301st diff: 3, 5, 7, 92nd diff: 2, 2, 2a = 2/2 = 1an² = 1,4,9,16,25Difference: 5,5,5,5,5Linear nth term = 5nth term = n² + 5Check: n=1 → 1+5=6n=5 → 25+5=30

Exponential Sequence: Common Ratio

Exponential Sequence: 4, 20, 100, 500Terms: 4, 20, 100, 500Common ratio r = 20/4 = 5Check: 100/20=5, 500/100=5Compare to powers of 5: 5,25,125,625Our sequence = (4/5)×5ⁿ = 4×5ⁿ⁻¹nth term = 4 × 5ⁿ⁻¹Check: n=1 → 4×5⁰=4n=4 → 4×5³=500

Fibonacci Sequence: Term Relationship

Fibonacci Sequence: a, b, a+b, ...Term 1: aTerm 2: bTerm 3: a+bTerm 4: a+2bTerm 5: 2a+3bTerm 6: 3a+5bEach term is sum of two previous.Example: 1,1,2,3,5,8,13,...9th term: 1,1,2,3,5,8,13,21,34

Practice questions

Free preview — 8 of 40 questions. Sign up to see them all.

  1. 1.What is the next term in the sequence 8, 11, 14, 17, 20?

    Easy
    • A21
    • B22
    • C23
    • D24
  2. 2.The nth term of a sequence is n2+1n^{2} + 1. What are the first three terms?

    Easy
    • A2, 5, 10
    • B1, 4, 9
    • C2, 4, 8
    • D1, 5, 10
  3. 3.Write an expression for the nth term of the sequence 15, 12, 9, 6.

    Easy
    • A183n18 - 3n
    • B3n+123n + 12
    • C153n15 - 3n
    • D3n+153n + 15
  4. 4.A sequence has nth term 2n2+5n152n^{2} + 5n - 15. Find the difference between the 4th term and the 5th term.

    Medium
    • A23
    • B27
    • C19
    • D31
  5. 5.In a sequence, T1=17,T2=12,T3=7,T4=2T1 = 17, T2 = 12, T3 = 7, T4 = 2. Find T5.

    Medium
    • A-3
    • B-8
    • C3
    • D0
  6. 6.The nth term of a sequence is 608n60 - 8n. Find the largest number in this sequence.

    Medium
    • A52
    • B60
    • C56
    • D48
  7. 7.Find an expression for the nth term of the sequence 12, 19, 26, 33, 40.

    Medium
    • A7n+57n + 5
    • B5n+75n + 7
    • C7n+127n + 12
    • D12n+712n + 7
  8. 8.Find an expression for the nth term of the sequence 7, 5, 3, 1, -1, ...

    Medium
    • A92n9 - 2n
    • B2n+52n + 5
    • C72n7 - 2n
    • D2n+72n + 7

Unlock all 40 questions, slides & more

Create a free account to see every question, the slides, flashcards and revision notes for this topic.

Past papers

Past-paper practice for this topic is coming soon.

🗂️ Coming soon