The full set of rules, formulas and methods — stripped of worked examples — so you can sit and learn the material.
A sequence is a set of numbers or algebraic expressions defined by a rule.
A term is an element of a sequence — it is one part of the sequence.
Individual terms are denoted by the letter T or U with a subscript.
Tn is called the general term. If we know Tn we can find any term in the sequence. If we are given the terms, we can find Tn.
Tn+1 is the next term up from Tn. And n ∈ ℕ — n must be a whole positive number.
Heads up — two notations.
Un = Tn
Both letters mean the same thing. Exams use Tn and Un interchangeably. When you see one in a question, you can use the other in your working.
T1, T2, T3, … , Tn−1, Tn, Tn+1, …
A series is the sum of the terms of a sequence.
S1 = U1
S2 = U1 + U2
S3 = U1 + U2 + U3
From each sequence we can construct a series Sn:
Sn = U1 + U2 + … + Un
The series Sn can be written as:
Sn = Σnn=1 Un or Sn = Σnr=1 Ur
where r ∈ ℕ and r ≤ n.
Three pieces to remember: where to start (the bottom of the Σ), where to end (the top), and the rule for the term (after the Σ).
Un = Sn − Sn−1
Get Sn−1 by replacing every n in Sn with (n−1), then subtract.
The free check. Verify at n = 1: since S1 = T1, your two formulas must agree at n = 1. If they don't, you dropped a minus sign in the subtraction — go back and re-distribute.
A sequence which obeys the rule Un − Un−1 = constant is called an arithmetic sequence.
The corresponding series is an arithmetic series (or arithmetic progression). Same idea as a linear sequence — same gap each step.
The constant is called the common difference and is usually denoted by d = U2 − U1.
The first term is usually denoted by a = U1.
Also note: a = T1 = S1 — the first term and the first partial sum are the same thing. Useful when you're given Sn and need a.
Tn = a + (n − 1)d In Tables
It's in the Log Tables — you don't need to memorise it.
If you can see the same gap each step, you can write Tn directly — no need for a + (n − 1)d.
The rule looks like y = mx + c:
Tn = (gap) · n + (constant)
The gap is the slope (like m); the constant is whatever you need to add to pin it to the right starting value.
e.g. 5, 8, 11, 14, … — gap is 3, starting value is 5, so Tn = 3n + 2 (check: T1 = 3 + 2 = 5 ✓).
Sn = n2 { 2a + (n − 1)d } In Tables
Also in the Log Tables — you don't need to memorise it.
Use simultaneous equations.
Use the idea that
T3 − T2 = T2 − T1
e.g. the first three terms are x − 3, 2x + 7, x + 5 — find x.
Let the three terms be
x − y, x, x + y
e.g. three consecutive AP terms add to 12 and multiply to 48 — find them.
A sequence which obeys the rule
Tn+1Tn = constant
is called a geometric sequence.
To get from one term to the next we multiply (or divide) by the same number.
The number we multiply by is called the common ratio, usually denoted by r, where
r = T2T1 = Tn+1Tn
The general form Tn+1 / Tn is useful when you check a sequence is geometric — the ratio between any two consecutive terms must be the same.
First term: a = T1 = S1.
The value of r tells you what the sequence does:
r > 1 terms grow without bound
0 < r < 1 terms shrink towards zero
r < 0 terms alternate sign as they go
Tn = arn−1 In Tables
It's in the Log Tables — you don't need to memorise it.
Compound interest is geometric — each year multiplies last year's balance by the same factor (1 + i). The formula is:
F = P(1 + i)t In Tables
P = present value (principal)
F = future value
i = interest rate as a decimal
t = time
e.g. €300 saved at 7% for one year gives F = 300(1.07); after t years F = 300(1.07)t.
Sn = a(1 − rn)1 − r In Tables
Use simultaneous equations.
Use the idea that
T2T1 = T3T2
e.g. 2, x + 1, 32 are the first three terms in a GP — find x.
Let the three terms be
xy, x, xy
e.g. three consecutive GP terms add to 14 and multiply to 64 — find them.
The infinite geometric series
a + ar + ar2 + …
is convergent if |r| < 1, in which case
S∞ =
lim
n→∞
Sn =
a1 − r
In Tables
|r| < 1 means that r is a proper fraction.
Each term in a sequence depends on the terms before it.
Un+1 depends on Un.
You always need a starting value (or two, for a two-back recurrence).
Given a closed form Un and asked to prove it satisfies a recurrence.
The trick: when
Un = pn + qn
let
a = pn, b = qn
so Un = a + b. Then work out Un+1 and Un+2 in terms of a and b using the index law ap+q = ap · aq.
Sub everything into the recurrence — the coefficients of a and b will both collapse to zero.
Given Un is the nth term:
(i) If Un+1 > Un for all n, the sequence is increasing.
(ii) If Un+1 < Un for all n, the sequence is decreasing.
For positive terms:
Un+1Un > 1 ⟹ increasing
Un+1Un < 1 ⟹ decreasing
When the gap of the gap is the same, use
Tn = an2 + bn + c
where
a = gap of gap2
A series of the form
U1 + U2 + U3 + … + U∞ = Σ∞n=1 Un
S∞ = Σ∞n=1 Un =
lim
n→∞
Sn
An arithmetic series can never have a limit and is therefore always divergent.
S∞ =
lim
n→∞
Sn
Step 1. Find a concise expression for Sn.
Step 2. Evaluate the limit of Sn as n approaches infinity.
To evaluate the limit, use the rules from differentiation.
lim
n→∞
rn = 0
given that |r| < 1.