Welcome to the World of Sequences!

In this chapter, we are going to explore Sequences. Think of a sequence as a story told through numbers—each number follows a specific rule to reach the next one. Understanding sequences helps us predict what comes next, whether we are looking at population growth, computer coding, or even the patterns on a sunflower!

Don't worry if this seems tricky at first! We will break it down step-by-step, starting with simple patterns and moving toward the "magic formulas" that let us find any number in a sequence instantly.


1. What is a Sequence?

A sequence is simply a list of numbers in a particular order. Each number in the list is called a term.

To understand a sequence, we usually look for a pattern. Example: 2, 4, 6, 8, 10...
Here, the pattern is that we add 2 every time. Simple, right?

Term-to-Term Rules

A term-to-term rule tells you how to get from one number to the very next one. It’s like giving someone directions to the next house on a street.

  • Arithmetic Rule: Adding or subtracting the same amount every time. \(5, 8, 11, 14...\) (Rule: Add 3)
  • Geometric Rule: Multiplying or dividing by the same amount every time. \(3, 6, 12, 24...\) (Rule: Multiply by 2)

Common Mistake to Avoid: When describing a sequence in words, always state the starting number and the rule. For example: "Start at 5 and add 3 each time."

Quick Takeaway: A sequence is an ordered list. A term-to-term rule only tells you how to find the next number based on the current one.

2. Special Sequences You Need to Know

Some sequences are so famous they have their own names! You should be able to recognise these patterns quickly:

Square Numbers

These are made by multiplying a whole number by itself: \(n \times n\).
Pattern: \(1, 4, 9, 16, 25, 36...\)
Analogy: Imagine building a literal square out of dots. To make a larger square, you need these specific amounts.

Cube Numbers

These are made by multiplying a number by itself three times: \(n \times n \times n\).
Pattern: \(1, 8, 27, 64, 125...\)

Triangular Numbers

Imagine stacking bowling pins. You need 1 for the top row, 2 for the next, 3 for the next, and so on.
Pattern: \(1, 3, 6, 10, 15...\)
Memory Trick: You can find the next one by adding the next "row" number (e.g., to get from 10 to the next term, add 5).

The Fibonacci Sequence

In this sequence, you find the next term by adding the two terms before it.
Pattern: \(1, 1, 2, 3, 5, 8, 13, 21...\)
(Because \(1+1=2\), \(1+2=3\), \(2+3=5\), and so on).

Did you know? The Fibonacci sequence appears everywhere in nature—from the way tree branches grow to the spiral of a seashell!

Quick Takeaway: Memorising the first few square and cube numbers will save you lots of time in your exam!

3. Position-to-Term Rules (The \(n^{th}\) term)

What if I asked you to find the \(100^{th}\) number in the sequence \(4, 7, 10, 13...\)? Adding 3 over and over again would take forever! This is where the \(n^{th}\) term formula comes in.

In math, \(n\) stands for the position of the number in the list.
If \(n = 1\), it's the \(1^{st}\) term.
If \(n = 10\), it's the \(10^{th}\) term.

Finding the \(n^{th}\) term for Arithmetic (Linear) Sequences

An arithmetic sequence goes up or down by the same amount (the common difference) every time. Use this step-by-step guide:

Example: \(5, 7, 9, 11, 13...\)

  1. Find the difference: It goes up by \(+2\) each time. This gives us \(2n\).
  2. Find the "Zero Term": Go back one step from the first term. If the first term is 5, and we subtract the difference (2), we get \(3\).
  3. Put it together: The formula is \(2n + 3\).

Quick Review Box:
To find any term, just swap \(n\) for the position number.
Check: For the \(1^{st}\) term (\(n=1\)): \(2(1) + 3 = 5\). It works!

Quick Takeaway: The \(n^{th}\) term formula is like a "code." Once you have the code, you can find any number in the sequence instantly.

4. Higher Tier: Advanced Sequences

If you are aiming for the higher grades, you will need to handle more complex patterns, including quadratic sequences and subscript notation.

Quadratic Sequences

In a linear sequence, the difference is the same. In a quadratic sequence, the "difference of the differences" is the same.
Example: \(2, 6, 12, 20...\)
First differences: \(4, 6, 8\)
Second differences: \(2, 2\)
Because the second difference is constant, the formula will have an \(n^2\) in it.

Subscript Notation (\(x_n\))

Sometimes, mathematicians use small numbers (subscripts) to label terms:
\(x_n\) = The term at position \(n\).
\(x_{n+1}\) = The next term after \(x_n\).

A rule might look like this: \(x_{n+1} = 2x_n - 3\).
This just means: "To get the next term, multiply the current term by 2 and subtract 3."

Geometric Progressions

These involve powers (indices). The general form is \(ar^{(n-1)}\), where \(r\) is the number you multiply by.
Example: \(3, 6, 12, 24...\)
This is \(3 \times 2^{n-1}\).

Quick Takeaway: For quadratic sequences, look for the second difference. For geometric sequences, look for what you are multiplying by.

5. Common Mistakes to Watch Out For

  • Mixing up \(n\) and the term: Remember, \(n\) is the position (1, 2, 3...), not the actual value in the sequence.
  • Negative Differences: If the sequence is going down (e.g., \(10, 7, 4...\)), your \(n\) term must be negative (e.g., \(-3n\)).
  • Incorrect "Zero Term": Always double-check your \(+ \) or \(- \) constant by testing it with the first term (\(n=1\)).

Summary Checklist

Can you:
- Explain the difference between a term-to-term rule and a position-to-term rule?
- Recognise Square, Cube, and Fibonacci sequences?
- Find the \(n^{th}\) term for a linear sequence like \(4, 9, 14, 19...\)?
- (Higher) Identify a quadratic sequence from its second difference?

Don't worry if you need to practice these a few times. Sequences are all about spotting the pattern, and the more you look, the easier they become!