Sequences | Complete Study Notes & Formulae

Sequences: Complete Study Notes & Formulae

From foundational arithmetic progressions to complex recursive algorithms, master the mathematics of patterns. Engineered by RevisionTown's academic experts for ultimate exam preparation.

1. Introduction to Mathematical Sequences

A mathematical sequence is an ordered list of numbers (or objects) that typically follows a specific pattern or rule. In the realm of algebra and calculus, recognizing these patterns is the cornerstone for problem-solving. Each individual number in a sequence is called a term, denoted traditionally by variables such as \(a_1, a_2, a_3, \dots, a_n\), where the subscript indicates the term's exact position in the sequence.

Understanding sequences is not just about passing exams—though our resources align perfectly with the Twelfth Grade Sequences and Eleventh Grade Sequences curricula—it's about decoding the structures of the universe. From calculating compound interest over decades to modeling population dynamics in biology and deciphering algorithmic efficiency in computer science, sequences are everywhere.

Finite vs. Infinite Sequences

  • Finite Sequence: A sequence that has a fixed number of terms and eventually ends. Example: The days of a calendar month \((1, 2, 3, \dots, 31)\).
  • Infinite Sequence: A sequence that continues indefinitely without terminating. Example: The sequence of all even numbers \((2, 4, 6, 8, \dots)\).

We classify sequences fundamentally into two ways of generating them: using an explicit formula (which gives the \(n\)-th term directly) or a recursive formula (which requires the previous term to find the next). We will explore both extensively in this comprehensive guide.

2. Arithmetic Sequences (Linear Sequences)

An arithmetic sequence (sometimes called an arithmetic progression) is one of the simplest and most common mathematical patterns. In this type of sequence, the difference between any two consecutive terms is always constant. This constant value is known mathematically as the common difference (\(d\)).

For example, in the sequence \(5, 9, 13, 17, 21, \dots\), you are adding \(4\) to each term to get the next. Therefore, the common difference \(d = 4\).

The Explicit Formula for Arithmetic Sequences

To find any term in an arithmetic sequence without having to list out every single number before it, we use the explicit formula:

\[ a_n = a_1 + (n - 1)d \]

Where:

  • \(a_n\) is the \(n\)-th term we want to find.
  • \(a_1\) is the very first term of the sequence.
  • \(n\) is the term's position index (a positive integer).
  • \(d\) is the common difference.
Example 1: Finding a specific term

Problem: Find the 50th term of the arithmetic sequence: \(7, 12, 17, 22, \dots\)

Step-by-step Solution:

  1. Identify the first term: \(a_1 = 7\).
  2. Find the common difference: \(d = 12 - 7 = 5\).
  3. Identify the position to find: \(n = 50\).
  4. Substitute these values into the explicit formula: \[ a_{50} = 7 + (50 - 1) \cdot 5 \] \[ a_{50} = 7 + (49) \cdot 5 \] \[ a_{50} = 7 + 245 = 252 \]

Answer: The 50th term is \(252\).

Example 2: Finding the Number of Terms

Problem: How many terms are in the finite arithmetic sequence: \(-3, 1, 5, 9, \dots, 117\)?

Step-by-step Solution:

  1. Identify the knowns: \(a_1 = -3\), \(d = 1 - (-3) = 4\), and the final term \(a_n = 117\).
  2. We need to solve for \(n\). Setup the equation: \[ 117 = -3 + (n - 1)4 \]
  3. Add 3 to both sides: \[ 120 = 4(n - 1) \]
  4. Divide by 4: \[ 30 = n - 1 \]
  5. Add 1 to both sides: \[ n = 31 \]

Answer: There are \(31\) terms in this sequence.

Pro Tip: Need a quick way to double-check your manual calculations? Use our dedicated Arithmetic Sequence Calculator to instantly verify your homework and practice problems!

3. Geometric Sequences (Exponential Sequences)

If arithmetic sequences represent linear growth, geometric sequences represent exponential growth or decay. In a geometric sequence, each term after the first is found by multiplying the previous term by a fixed, non-zero number called the common ratio (\(r\)).

Consider the sequence \(3, 6, 12, 24, 48, \dots\). To get from one term to the next, we multiply by \(2\). Therefore, the common ratio \(r = 2\). This rapid scaling makes geometric sequences crucial in topics like finance, biology (cell division), and radioactive decay half-lives.

The Explicit Formula for Geometric Sequences

\[ a_n = a_1 \cdot r^{(n - 1)} \]

Where:

  • \(a_n\) is the \(n\)-th term.
  • \(a_1\) is the first term.
  • \(r\) is the common ratio (found by dividing \(a_2 / a_1\)).
  • \(n\) is the position of the term.
Example 3: Calculating Exponential Growth

Problem: Find the 8th term of the geometric sequence: \(2, 6, 18, 54, \dots\)

Step-by-step Solution:

  1. Identify the first term: \(a_1 = 2\).
  2. Determine the common ratio: \(r = 6 / 2 = 3\).
  3. Identify \(n\): \(n = 8\).
  4. Substitute into the formula: \[ a_8 = 2 \cdot 3^{(8 - 1)} \] \[ a_8 = 2 \cdot 3^7 \] \[ a_8 = 2 \cdot 2187 = 4374 \]

Answer: The 8th term is \(4374\).

Example 4: Handling Alternating Signs

Problem: What is the 6th term of the sequence \(80, -40, 20, -10, \dots\)?

Step-by-step Solution:

  1. Observe the alternating positive and negative values. This happens when the common ratio is negative.
  2. First term: \(a_1 = 80\).
  3. Common ratio: \(r = -40 / 80 = -0.5\).
  4. Substitute into the formula for \(n=6\): \[ a_6 = 80 \cdot (-0.5)^{(6 - 1)} \] \[ a_6 = 80 \cdot (-0.5)^5 \] \[ a_6 = 80 \cdot (-0.03125) = -2.5 \]

Answer: The 6th term is \(-2.5\).

If you are studying for advanced curriculums, checking out the Number and Algebra Formulae page is highly recommended, as it integrates these geometric principles into broader algebraic proofs used in the IB and A-Level frameworks.

4. Quadratic Sequences

A quadratic sequence is a sequence of numbers in which the second difference between consecutive terms is constant, rather than the first difference. If you map these sequences onto a graph, they form a parabola rather than a straight line.

The general form of the \(n\)-th term of a quadratic sequence is modeled by a quadratic expression:

\[ a_n = an^2 + bn + c \]

How to Find the Formula (The Difference Method)

To construct the explicit formula for a quadratic sequence, you must systematically look at the differences between the terms. Let’s break down the mathematical methodology that top-tier students use:

  • Step 1: Find the first difference between consecutive terms. They will not be equal.
  • Step 2: Find the second difference (the difference between the first differences). This number must be constant.
  • Step 3: Use three fundamental algebraic rules:
    1. \( 2a = \text{Second Difference} \)
    2. \( 3a + b = \text{First value of the First Difference} \)
    3. \( a + b + c = \text{First Term of the Sequence } (a_1) \)
Example 5: Determining a Quadratic nth Term

Problem: Find the \(n\)-th term formula for the sequence \(3, 9, 19, 33, 51, \dots\)

Step-by-step Solution:

  1. Find First Differences: \( (9-3)=6, (19-9)=10, (33-19)=14, (51-33)=18 \). The first differences are \(6, 10, 14, 18\).
  2. Find Second Differences: \( (10-6)=4, (14-10)=4, (18-14)=4 \). The constant second difference is \(4\).
  3. Solve for \(a\): Since \(2a = \text{Second Diff}\), then \(2a = 4 \implies \mathbf{a = 2}\).
  4. Solve for \(b\): Since \(3a + b = \text{First of the 1st Diffs}\), then \(3(2) + b = 6 \implies 6 + b = 6 \implies \mathbf{b = 0}\).
  5. Solve for \(c\): Since \(a + b + c = \text{First Term}\), then \(2 + 0 + c = 3 \implies \mathbf{c = 1}\).
  6. Construct the formula: Substitute \(a=2, b=0, c=1\) into \(an^2 + bn + c\). \[ a_n = 2n^2 + 1 \]

Answer: The \(n\)-th term rule is \(a_n = 2n^2 + 1\).

5. Special Mathematical Sequences

While arithmetic and geometric progressions dominate standardized testing, mathematics is filled with fascinating special sequences that frequently appear in advanced mathematics, computer algorithms, and nature.

The Fibonacci Sequence

The Fibonacci Sequence is one of the most famous patterns in history, originally documented by Leonardo of Pisa (Fibonacci) in his book Liber Abaci. The sequence begins with \(0\) and \(1\), and every subsequent term is the sum of the two preceding ones.

Sequence: \(0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, \dots\)

The recursive formula is: \[ F_n = F_{n-1} + F_{n-2} \]

Interestingly, the ratio of consecutive Fibonacci numbers converges to the Golden Ratio (\(\phi \approx 1.618\)), deeply connecting algebra to natural aesthetics like the spiral of a nautilus shell and leaf arrangements.

Triangular, Square, and Cube Numbers

  • Triangular Numbers: Generated by dot patterns forming equilateral triangles. Formula: \( \frac{n(n+1)}{2} \). Sequence: \(1, 3, 6, 10, 15, \dots\)
  • Square Numbers: The product of an integer multiplied by itself. Formula: \( n^2 \). Sequence: \(1, 4, 9, 16, 25, \dots\)
  • Cube Numbers: The product of an integer multiplied by itself twice. Formula: \( n^3 \). Sequence: \(1, 8, 27, 64, 125, \dots\)

6. Recursive vs. Explicit Formulas

Understanding the difference between recursive and explicit formulas is a critical skill for any student looking to master upper-level math. Both formulas describe the exact same sequence but approach it from different angles.

Explicit Formula: Acts as a direct "shortcut." It allows you to calculate the value of any term simply by plugging in its position number (\(n\)). You do not need to know the terms that came before it. (e.g., \(a_n = 3n + 2\)).

Recursive Formula: Acts as a "stepping stone." It defines the next term based on the value of the previous term(s). To find the 100th term, you technically must know the 99th term. It always requires a clearly stated starting point (base case). (e.g., \(a_1 = 5, a_n = a_{n-1} + 3\)).

Comparison Example

Let’s look at the sequence: \(4, 7, 10, 13, 16, \dots\)

  • Recursive Definition: Start at \(4\) and add \(3\) to the previous number. Mathematically: \(a_1 = 4\) ; \(a_n = a_{n-1} + 3\)
  • Explicit Definition: Using \(a_n = a_1 + (n-1)d\), we get \(a_n = 4 + (n-1)3\), which simplifies to \(a_n = 3n + 1\).

In computer programming, recursive formulas are often utilized in "loops" and function self-calls, whereas explicit formulas are preferred for algorithmic efficiency \((O(1)\) time complexity\).

7. Sequence Limits & Transition to Series

As sequences progress toward infinity (\(n \to \infty\)), they exhibit behaviors characterized by limits. A sequence that approaches a specific, finite value is said to converge. For example, the sequence \( \frac{1}{n} \) (\(1, 0.5, 0.33, 0.25, \dots\)) converges strictly to \(0\).

Conversely, a sequence that grows without bound or oscillates endlessly (like \(2, 4, 8, 16, \dots\) or \(1, -1, 1, -1, \dots\)) is said to diverge.

Once you are completely comfortable with individual sequence terms, the next logical step in your mathematical journey is evaluating the sum of these terms. The summation of a sequence is called a Series.

To master summations, sigma notation (\(\Sigma\)), and infinite series limits, be sure to dive into our comprehensive notes on Eleventh Grade Series and the more advanced Twelfth Grade Series materials.

8. Real-World Applications of Sequences

Why do we study sequences so rigorously? Because they form the predictive bedrock for numerous real-world industries:

  • Finance & Economics: Calculating compound interest, mortgage amortization, and long-term retirement savings heavily relies on geometric sequences and series.
  • Data Science & Computing: Recursive algorithms, data sorting times, and cryptography utilize sequence properties to optimize processing power.
  • Biology: Predicting bacterial colony growth, deciphering DNA patterns, and mapping predator-prey ecosystems (Lotka-Volterra dynamics) are modeled via sequences.
  • Engineering & Architecture: The harmonic sequence and the golden ratio are historically applied in acoustic engineering for concert halls and aesthetic building proportions.

Frequently Asked Questions (FAQ)

What is the difference between a sequence and a series? +
A sequence is an ordered list of numbers following a pattern (e.g., 2, 4, 6, 8), whereas a series is the sum of those numbers added together (e.g., 2 + 4 + 6 + 8 = 20).
How do you find the common difference easily? +
Simply pick any term in an arithmetic sequence and subtract the term that comes immediately before it. The formula is \(d = a_n - a_{n-1}\). If the result is the same for all consecutive pairs, it is a valid arithmetic sequence.
Can a sequence be both arithmetic and geometric? +
The only sequence that is simultaneously arithmetic and geometric is a constant sequence of non-zero numbers, such as \(5, 5, 5, 5, \dots\). In this case, the common difference is \(0\) and the common ratio is \(1\).
What happens if a geometric common ratio is a fraction? +
If the absolute value of the common ratio is between \(0\) and \(1\) (e.g., \(r = 0.5\)), the terms of the geometric sequence will systematically decrease in size, converging toward zero. This is a crucial concept for determining the sum of an infinite geometric series.
Where can I find practice exam papers on sequences? +
Consistent practice under timed conditions is critical. You can access highly relevant real exam questions featuring sequence word problems via our GCSE Maths Past Papers archive.

1.1.1  Arithmetic sequence

Arithmetic sequence the next term is the previous number + the common difference (d ).
e.g. 2,4,6,8,10, …    d = +2    and    2,−3,−8,−13, …     d = −5
To find the common difference d , subtract two consecutive terms of an arithmetic sequence from the term that follows it, i.e. u(n+1) − un.
DB 1.2  Use the following equations to calculate the nth term or the sum of n terms.
Arithmetic sequence

Often the IB requires you to first find the 1st term and/or common difference.

Finding the first term u1 and the common difference d from other terms.

In an arithmetic sequence u10 = 37 and u22 = 1. Find the common difference and the first term.

  1. Put numbers in to nth term formula

37 = u1 + 9d

  1 = u1 + 21d

2. Equate formulas to find d

21d −1=9d −37

     12d = −36

         d = −3

3. Use d to find u1

1 − 21 · (−3) = u1

                  u1 = 64

1.1.2 Geometric sequence

Geometric sequence the next term is the previous number multiplied by the common ratio (r).

To find the common ratio, divide any term of an arithmetic sequence by the term that precedes it, i.e.

Geometric sequence

DB 1.3 & 1.8 Use the following equations to calculate the nth term, the sum of n terms or the sum to infinity when −1 < r < 1.

Geometric sequence 1

Similar to questions on Arithmetic sequences, you are often required to find the 1st term and/or common ratio first.

1.1.3 Sigma notation

Sigma notation is a way to represent the summation of any sequence — this means that it can be used for both arithmetic or geometric series. The notation shows you the formula that generates terms of a sequence and the upper and lower limits of the terms that you want to add up in this sequence.

sigma notation
Finding the first term u1 and common ratio r from other terms.
Sigma notation 1
  1. Interpret the question

The sum of the first 5 terms of a geometric sequence is 3798 and the sum to infinity is 4374. Find the sum of the first 7 terms

2. Use formula for sum of n terms

sigma notation 2

3. Use formula for sum to infinity

sigma notation 3

4. Rearrange 3. for u1

4374(1 − r ) = u1

5. Substitute in to 2.

sigma notation 4

6. Solve for r

sigma notation 5

7. Use r to find u1

sigma notation 6

8. Find sum of first 7 terms

1.1.4  Compound interest

Sequences can be applied to many real life situations. One of those applications is calculating the interest of a loan or a deposit. Compound interest specifically deals with interest that is applied on top of previously calculated interest. For example, if you make a deposit in a bank and reinvest the interest you will gain even more interest next time. This happens because interest is calculated not just from your initial sum, but also including your re-investments.

DB 1.4

compound interest

Where:

FV  – is the future value,

PV  – is the present value,

n     – is number of years,

k     – is the number of compounding periods per year,

r%   – is the nominal annual rate of interest

Example: A deposit of 1000$ was made in a bank with annual interest of 3% that is compounded quarterly. Calculate the balance in 5 years.

                 We can use our compound interest equation. Let’s identify the known variables.

Compound interest 1