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:
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.
Problem: Find the 50th term of the arithmetic sequence: \(7, 12, 17, 22, \dots\)
Step-by-step Solution:
- Identify the first term: \(a_1 = 7\).
- Find the common difference: \(d = 12 - 7 = 5\).
- Identify the position to find: \(n = 50\).
- 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\).
Problem: How many terms are in the finite arithmetic sequence: \(-3, 1, 5, 9, \dots, 117\)?
Step-by-step Solution:
- Identify the knowns: \(a_1 = -3\), \(d = 1 - (-3) = 4\), and the final term \(a_n = 117\).
- We need to solve for \(n\). Setup the equation: \[ 117 = -3 + (n - 1)4 \]
- Add 3 to both sides: \[ 120 = 4(n - 1) \]
- Divide by 4: \[ 30 = n - 1 \]
- 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
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.
Problem: Find the 8th term of the geometric sequence: \(2, 6, 18, 54, \dots\)
Step-by-step Solution:
- Identify the first term: \(a_1 = 2\).
- Determine the common ratio: \(r = 6 / 2 = 3\).
- Identify \(n\): \(n = 8\).
- 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\).
Problem: What is the 6th term of the sequence \(80, -40, 20, -10, \dots\)?
Step-by-step Solution:
- Observe the alternating positive and negative values. This happens when the common ratio is negative.
- First term: \(a_1 = 80\).
- Common ratio: \(r = -40 / 80 = -0.5\).
- 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:
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:
- \( 2a = \text{Second Difference} \)
- \( 3a + b = \text{First value of the First Difference} \)
- \( a + b + c = \text{First Term of the Sequence } (a_1) \)
Problem: Find the \(n\)-th term formula for the sequence \(3, 9, 19, 33, 51, \dots\)
Step-by-step Solution:
- Find First Differences: \( (9-3)=6, (19-9)=10, (33-19)=14, (51-33)=18 \). The first differences are \(6, 10, 14, 18\).
- Find Second Differences: \( (10-6)=4, (14-10)=4, (18-14)=4 \). The constant second difference is \(4\).
- Solve for \(a\): Since \(2a = \text{Second Diff}\), then \(2a = 4 \implies \mathbf{a = 2}\).
- 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}\).
- Solve for \(c\): Since \(a + b + c = \text{First Term}\), then \(2 + 0 + c = 3 \implies \mathbf{c = 1}\).
- 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\)).
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)
1.1.1 Arithmetic sequence

Often the IB requires you to first find the 1st term and/or common difference.
In an arithmetic sequence u10 = 37 and u22 = 1. Find the common difference and the first term.
- 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.

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.

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.


- 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

3. Use formula for sum to infinity

4. Rearrange 3. for u1
4374(1 − r ) = u1
5. Substitute in to 2.

6. Solve for r

7. Use r to find u1

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

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.

