2.7 BETA

Sequences

6 learning objectives โ€ข 3 core โ€ข 3 extended

1. Overview

Sequences are ordered lists of numbers (or other elements) that follow a defined pattern or rule. In IGCSE Mathematics, you'll learn to identify these patterns, continue sequences, and express the rules as algebraic formulas. This skill is crucial not only for exam success but also for understanding more advanced mathematical concepts. You will be expected to work with linear, quadratic, cubic and geometric sequences.


Key Definitions

  • Sequence: A list of numbers following a mathematical rule.
  • Term: An individual number within a sequence.
  • Term-to-term rule: A rule that describes how to get from one term to the next (e.g., "add 3").
  • nn: The position of a term in the sequence (e.g., for the 1st term, n=1n=1; for the 10th term, n=10n=10).
  • nnth term: An algebraic expression (position-to-term rule) used to calculate the value of any term based on its position nn.
  • Common Difference (dd): The constant value added or subtracted between terms in a linear sequence.
  • Common Ratio (rr): The constant value multiplied between terms in a geometric sequence.

Core Content

Continuing a Sequence

To continue a sequence, identify the relationship between consecutive terms.

  • Arithmetic: Adding or subtracting a fixed number.
  • Geometric: Multiplying or dividing by a fixed number.
  • Patterns: Sometimes sequences are shown as diagrams (e.g., matchsticks forming squares).
๐Ÿ“ŠA sequence of patterns made of matchsticks. Pattern 1: 4 sticks (a square). Pattern 2: 7 sticks (two squares sharing a side). Pattern 3: 10 sticks (three squares sharing sides).

Linear Sequences (nnth term)

A linear sequence changes by the same amount every time. The formula is always in the form: dn+cdn + c.

  • dd is the common difference.
  • cc is the "zero-th" term (the value of the term before the first one).

Worked example 1 โ€” Finding the nth term of a linear sequence

Question: Find the nnth term of the sequence 5, 8, 11, 14...

  1. Find the common difference (dd): 8โˆ’5=38 - 5 = 3 11โˆ’8=311 - 8 = 3 Therefore, d=3d = 3. Reason: The difference between consecutive terms is constant.
  2. Multiply nn by dd: 3n3n Reason: This gives the 'skeleton' of the nnth term.
  3. Find the constant (cc): 5โˆ’3=25 - 3 = 2 Reason: Subtract the common difference from the first term to find the 'zero-th' term.
  4. Combine: 3n+23n + 2 Reason: Combine the 'skeleton' with the constant. The nnth term is 3n+23n + 2

Verification: If n=1n=1, 3(1)+2=53(1) + 2 = 5. If n=4n=4, 3(4)+2=143(4) + 2 = 14. Correct.

Worked example 2 โ€” Finding a specific term in a linear sequence

Question: The nnth term of a sequence is given by 7nโˆ’37n - 3. Find the 20th term of the sequence.

  1. Substitute n=20n = 20 into the expression: 7(20)โˆ’37(20) - 3 Reason: The question asks for the 20th term, so n=20n=20.
  2. Calculate: 140โˆ’3=137140 - 3 = 137 Reason: Simplify the expression. The 20th term is 137

Simple Quadratic and Cubic Sequences

Recognize these standard sequences:

  • Square numbers (n2n^2): 1, 4, 9, 16, 25...
  • Cube numbers (n3n^3): 1, 8, 27, 64, 125...

If a sequence is 2, 5, 10, 17..., you should notice these are just "Square numbers + 1".

  • nnth term: n2+1n^2 + 1.

Worked example 3 โ€” Finding the nth term of a simple quadratic sequence

Question: Find the nnth term of the sequence 2, 5, 10, 17...

  1. Recognize the pattern: The sequence is close to the sequence of square numbers: 1, 4, 9, 16... Reason: Identify a known sequence that is similar.
  2. Determine the relationship: Each term is one more than the corresponding square number. 1+1=21 + 1 = 2 4+1=54 + 1 = 5 9+1=109 + 1 = 10 16+1=1716 + 1 = 17 Reason: Find the difference between the given sequence and the known sequence.
  3. Write the nnth term: n2+1n^2 + 1 Reason: Express the relationship algebraically. The nnth term is n2+1n^2 + 1

Verification: If n=3n=3, 32+1=9+1=103^2 + 1 = 9 + 1 = 10. Correct.


Extended Content (Extended Only)

Advanced Quadratic Sequences

For sequences where the second difference is constant, the nnth term is an2+bn+can^2 + bn + c.

Worked example 4 โ€” Finding the nth term of an advanced quadratic sequence

Question: Find the nnth term of the sequence 6, 13, 22, 33...

  1. Find 1st differences: 13โˆ’6=713 - 6 = 7 22โˆ’13=922 - 13 = 9 33โˆ’22=1133 - 22 = 11 Reason: Calculate the difference between consecutive terms.
  2. Find 2nd difference: 9โˆ’7=29 - 7 = 2 11โˆ’9=211 - 9 = 2 Reason: Calculate the difference between consecutive first differences.
  3. Find aa: 2รท2=12 รท 2 = 1 So, a=1a = 1. (Term starts with 1n21n^2). Reason: The coefficient of n2n^2 is half the second difference.
  4. Subtract an2an^2 from the original sequence: Original: 6, 13, 22, 33 Subtract n2n^2 (1, 4, 9, 16): Remainder: 6โˆ’1=5,13โˆ’4=9,22โˆ’9=13,33โˆ’16=176-1=5, 13-4=9, 22-9=13, 33-16=17. Reason: Isolate the linear component of the quadratic sequence.
  5. Find the linear rule for the remainder: 5, 9, 13, 17... Difference is 4, so 4n4n. Zero-th term is 5โˆ’4=15 - 4 = 1. Remainder rule: 4n+14n + 1. Reason: Find the nnth term of the linear sequence.
  6. Final nnth term: n2+4n+1n^2 + 4n + 1 Reason: Combine the quadratic and linear components. The nnth term is n2+4n+1n^2 + 4n + 1

Geometric Sequences

These have a common ratio (rr) instead of a difference. Formula: un=arnโˆ’1u_n = ar^{n-1} (where aa is the first term).

Worked example 5 โ€” Finding the nth term of a geometric sequence

Question: Find the nnth term of the sequence 3, 6, 12, 24...

  1. Identify first term (aa): a=3a = 3 Reason: The first term in the sequence is 3.
  2. Identify ratio (rr): 6รท3=26 รท 3 = 2 Reason: Divide any term by its preceding term to find the common ratio.
  3. nnth term: 3ร—2nโˆ’13 \times 2^{n-1} Reason: Substitute aa and rr into the formula un=arnโˆ’1u_n = ar^{n-1}. The nnth term is 3ร—2nโˆ’13 \times 2^{n-1}

Worked example 6 โ€” Finding a specific term in a geometric sequence

Question: The nnth term of a geometric sequence is given by 2ร—3nโˆ’12 \times 3^{n-1}. Find the 5th term of the sequence.

  1. Substitute n=5n = 5 into the expression: 2ร—35โˆ’12 \times 3^{5-1} Reason: The question asks for the 5th term, so n=5n=5.
  2. Calculate: 2ร—34=2ร—81=1622 \times 3^4 = 2 \times 81 = 162 Reason: Simplify the expression. The 5th term is 162

Key Equations

  • Linear nnth term: un=dn+c\bf{u_n = dn + c}
    • dd = common difference; cc = constant.
  • Quadratic nnth term: un=an2+bn+c\bf{u_n = an^2 + bn + c}
    • 2a2a = second difference.
  • Geometric nnth term: un=arnโˆ’1\bf{u_n = ar^{n-1}}
    • aa = 1st term; rr = common ratio.

Common Mistakes to Avoid

  • โŒ Wrong: For the sequence 10, 7, 4..., saying d=3d = 3.
    • โœ… Right: The sequence is decreasing, so d=โˆ’3d = -3. The rule is โˆ’3n+13-3n + 13.
  • โŒ Wrong: Confusing nn with the term value. (e.g., "Find the 10th term" means find u10u_{10}, not solve un=10u_n = 10).
    • โœ… Right: If asked for the value of the first positive term in a sequence that starts negative, calculate the value (e.g., 2), do not just say it's the "n=5n=5" position.
  • โŒ Wrong: Forgetting to use brackets on your calculator when nn is negative, especially when squaring.
    • โœ… Right: When substituting a negative value for nn in an expression like n2n^2, use brackets: (โˆ’5)2=25(-5)^2 = 25, whereas โˆ’52=โˆ’25-5^2 = -25.
  • โŒ Wrong: Stopping after finding the common difference in a linear sequence question.
    • โœ… Right: Always find the complete nnth term expression (including the constant cc) and then VERIFY your expression by substituting n=1n=1 and n=2n=2 to check that you get the first two terms of the sequence.

Exam Tips

  • Command Words: "Write down the next two terms" requires no working. "Find an expression for the nnth term" requires full algebraic working to ensure method marks.
  • Verification: Always test your nnth term formula with n=2n=2 or n=3n=3 to see if it matches the sequence. If it doesn't, you have a sign error.
  • Calculator Tip: Use the TABLE mode on your scientific calculator. Enter your nnth term formula as f(x)f(x) to quickly generate a list of terms to check against the question.
  • Mark Loss: Students often lose marks for not showing the "differences" rows. Always write out the 1st and 2nd differences clearly when finding quadratic sequences.
  • Pattern Questions: If the question involves shapes, count the items and write them as a list of numbers first. This converts a geometry problem into a simpler number sequence problem.

Practise Sequences with recent IGCSE Mathematics past papers

These are recent Cambridge IGCSE Mathematics sessions where this topic area was most heavily tested. Working through them is the fastest way to find gaps in your revision.

Test Your Knowledge

Ready to check what you've learned? Practice with 18 flashcards covering key definitions and concepts from Sequences.

Study Flashcards

Frequently Asked Questions: Sequences

What is Sequence in Sequences?

Sequence: A list of numbers following a mathematical rule.

What is Term in Sequences?

Term: An individual number within a sequence.

What is Term-to-term rule in Sequences?

Term-to-term rule: A rule that describes how to get from one term to the next (e.g., "add 3").

What is n in Sequences?

n: The position of a term in the sequence (e.g., for the 1st term, n=1; for the 10th term, n=10).

What is nth term in Sequences?

nth term: An algebraic expression (position-to-term rule) used to calculate the value of any term based on its position n.

What is Common Difference (d) in Sequences?

Common Difference (d): The constant value added or subtracted between terms in a linear sequence.

What is Common Ratio (r) in Sequences?

Common Ratio (r): The constant value multiplied between terms in a geometric sequence.