MATHSLIVE.IE
Need to Know

Sequences & Series

The full set of rules, formulas and methods — stripped of worked examples — so you can sit and learn the material.

How to use this. Read each heading. Try to recall the rule in your head before tapping Show me. No score, no pressure — this is where you learn it.

Sequences & Series — the basics

6 cards
Card 1
Definition of a sequence

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.

Card 2
Tn and Un — same thing

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.

Card 3
General format of a sequence

T1, T2, T3, … , Tn−1, Tn, Tn+1, …

Card 4
Definition of a series

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

Card 5
Sigma notation

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 Σ).

Card 6
Find Un given Sn

Un = Sn − Sn−1

Get Sn−1 by replacing every n in Sn with (n−1), then subtract.

Watch the minus. When subtracting Sn−1, the minus sign goes onto every term inside the bracket. This is where most marks are lost.

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.

Arithmetic Sequences & Series

8 cards
Info 1
What makes a sequence arithmetic?

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.

Info 2
Common difference and first term

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.

Info 3
General term Tn of an arithmetic sequence

Tn = a + (n − 1)d In Tables

It's in the Log Tables — you don't need to memorise it.

Info 4
Pattern shortcut — spot the gap, write Tn

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 ✓).

Info 5
Sum of the first n terms of an arithmetic series

Sn = n2 { 2a + (n − 1)d } In Tables

Also in the Log Tables — you don't need to memorise it.

Info 6
Given two terms — what to do

Use simultaneous equations.

Info 7
Three algebraic terms in AP — find x

Use the idea that

T3 − T2 = T2 − T1

e.g. the first three terms are x − 3, 2x + 7, x + 5 — find x.

Info 8
Three AP terms with sum & product given

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.

Geometric Sequences & Series

10 cards
Info 1
What makes a sequence geometric?

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.

Info 2
Common ratio and first term

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.

Info 3
How r changes the sequence

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

Info 4
General term Tn of a geometric sequence

Tn = arn−1 In Tables

It's in the Log Tables — you don't need to memorise it.

Info 5
Compound interest formula

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.

Info 6
Sum of the first n terms of a geometric series

Sn = a(1 − rn)1 − r In Tables

Valid only for r ≠ 1. If r = 1 the denominator is zero — and the series is just a + a + a + … anyway.
Info 7
Given two terms — what to do

Use simultaneous equations.

Info 8
Three algebraic terms in GP — find x

Use the idea that

T2T1 = T3T2

e.g. 2, x + 1, 32 are the first three terms in a GP — find x.

Info 9
Three GP terms with sum & product given

Let the three terms be

xy,   x,   xy

e.g. three consecutive GP terms add to 14 and multiply to 64 — find them.

Info 10
Infinite geometric series — when convergent and the formula

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.

Other types of sequence

4 cards
Card 1
Recurrence relation

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).

Card 2
Proving a recurrence from Tn

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.

Card 3
Increasing and decreasing sequences

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 only. The ratio test below divides by Un, so signs matter. If terms are negative or mixed, fall back to Un+1 − Un.

For positive terms:

Un+1Un > 1   ⟹   increasing

Un+1Un < 1   ⟹   decreasing

Card 4
Quadratic sequence — gap of the gap

When the gap of the gap is the same, use

Tn = an2 + bn + c

where

a = gap of gap2

Infinite series

4 cards
Card 1
What is an infinite series?

A series of the form

U1 + U2 + U3 + … + U = Σn=1 Un

S = Σn=1 Un = lim
n→∞
Sn

Card 2
Arithmetic series at infinity

An arithmetic series can never have a limit and is therefore always divergent.

Card 3
Any other series — how to evaluate S

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.

Card 4
One limit to know

lim
n→∞
rn = 0
  given that |r| < 1.