SuperExamsSuperExams
Search papers…
Menu
DashboardBrowse papersRevision notesBooksSavedRevision packsFlashcardsMy progressAchievementsAI TutorMy classMessages
Back to dashboard

Unlock worked solutions

Step-by-step answers by examiners. From €5/mo.

Try Premium free →
← Maths notes
Edexcel IGCSE·Maths·Edexcel IGCSE Maths

Sequences & Functions

6 min read

Linear and quadratic nth terms, special sequences and composite and inverse functions.

Describing Sequences

A sequence is an ordered list of numbers called terms. We label them T1,T2,T3,…T_1, T_2, T_3, \dotsT1​,T2​,T3​,… where TnT_nTn​ is the term in position nnn.

There are two ways to describe how a sequence is built.

    A term-to-term rule tells you how to get the next term from the previous one. For 3,7,11,15,…3, 7, 11, 15, \dots3,7,11,15,… the rule is "add 444".
    A position-to-term rule (the nth term) gives any term directly from its position nnn. For the same sequence, Tn=4n−1T_n = 4n - 1Tn​=4n−1, so T50=4(50)−1=199T_{50} = 4(50) - 1 = 199T50​=4(50)−1=199.

Key terms

Term — a single number in a sequence.

nth term — a formula in nnn that generates any term from its position.

Term-to-term rule — how each term relates to the one before it.

The position-to-term rule is far more powerful: it lets you jump straight to the 100100100th term without listing everything in between.

The nth Term of a Linear Sequence

A linear (or arithmetic) sequence goes up or down by the same amount each time. This constant step is the common difference ddd.

The nth term has the form:

Tn=dn+cT_n = dn + cTn​=dn+c

To find it:

  1. Find the common difference ddd (the first differences).
  2. The coefficient of nnn is ddd.
  3. Find ccc by working back: c=T1−dc = T_1 - dc=T1​−d.

Worked example

Find the nth term of 5,8,11,14,…5, 8, 11, 14, \dots5,8,11,14,… and use it to find the 202020th term.

The differences are all +3+3+3, so d=3d = 3d=3 and the rule starts Tn=3n+cT_n = 3n + cTn​=3n+c.

Exam tip

A quick way to spot the constant: the coefficient of nnn always equals the common difference. If a sequence decreases, ddd is negative, e.g. 20,17,14,…20, 17, 14, \dots20,17,14,… gives Tn=−3n+23T_n = -3n + 23Tn​=−3n+23.

The nth Term of a Quadratic Sequence

A quadratic sequence has a constant second difference (the differences of the differences). Its nth term has the form:

Tn=an2+bn+cT_n = an^2 + bn + cTn​=an2+bn+c

The method:

  1. Find the second difference. Then a=second difference2a = \dfrac{\text{second difference}}{2}a=2second difference​.
  2. Subtract an2an^2an2 from each term to leave a linear sequence.
  3. Find the nth term of that linear part to get bn+cbn + cbn+c.

Worked example

Find the nth term of 4,7,12,19,28,…4, 7, 12, 19, 28, \dots4,7,12,19,28,…

First differences: 3,5,7,93, 5, 7, 93,5,7,9. Second differences: 2,2,22, 2, 22,2,2 (constant), so this is quadratic.

a=22=1a = \dfrac{2}{2} = 1a=22​=1, so the n2n^2n2 part is 1n21n^21n2.

Watch out

Always halve the second difference, not the first, to find aaa. A common slip is forgetting that the linear part can itself have a non-zero coefficient of nnn — always subtract an2an^2an2 and treat what's left as a new sequence.

Special Sequences

You should recognise these on sight.

SequenceFirst few termsnth term / rule
Square numbers1,4,9,16,251, 4, 9, 16, 251,4,9,16,25n2n^2n2
Cube numbers1,8,27,64,1251, 8, 27, 64, 1251,8,27,64,125

A geometric sequence multiplies by a fixed common ratio rrr each time. For 2,6,18,54,…2, 6, 18, 54, \dots2,6,18,54,… the ratio is r=3r = 3r=3, so Tn=2×3 n−1T_n = 2 \times 3^{\,n-1}Tn​=2×3n−1.

Real world

Geometric sequences model anything that grows by a fixed percentage: money in a savings account, a population, or the spread of a rumour. Fibonacci numbers appear in the spirals of sunflowers and pinecones.

Function Notation and Evaluating Functions

A function is a rule that takes an input and gives exactly one output. We write f(x)f(x)f(x), read "f of x", where xxx is the input.

For example, if f(x)=3x−2f(x) = 3x - 2f(x)=3x−2, then to evaluate at a value we substitute it for xxx:

    f(4)=3(4)−2=10f(4) = 3(4) - 2 = 10f(4)=3(4)−2=10
    f(−1)=3(−1)−2=−5f(-1) = 3(-1) - 2 = -5f(−1)=3(−1)−2=−5

You can also solve equations involving functions. If f(x)=17f(x) = 17f(x)=17, then 3x−2=173x - 2 = 173x−2=17, so x=193x = \dfrac{19}{3}x=319​.

Key terms

Function — a rule giving one output for each input.

Argument — the input value, the thing inside the brackets.

Evaluate — substitute a number and simplify.

Composite Functions

A composite function applies one function and then feeds the result into another. The notation fg(x)fg(x)fg(x) means "do ggg first, then fff":

fg(x)=f(g(x))fg(x) = f\big(g(x)\big)fg(x)=f(g(x))

Think of two machines in a row — the output of the first becomes the input of the second.

x g do this first g(x) f then this fg(x) fg(x) = f(g(x)) — read right to left
Function machine for the composite fg(x): apply g first, then f

Worked example

Given f(x)=2x+1f(x) = 2x + 1f(x)=2x+1 and g(x)=x2g(x) = x^2g(x)=x2, find fg(3)fg(3)fg(3) and an expression for fg(x)fg(x)fg(x).

Watch out

fg(x)fg(x)fg(x) is not f(x)×g(x)f(x) \times g(x)f(x)×g(x). It means substitute g(x)g(x)g(x) into fff. And in general fg(x)≠gf(x)fg(x) \neq gf(x)fg(x)=gf(x) — always apply the function nearest to xxx first.

Inverse Functions

The inverse function f−1(x)f^{-1}(x)f−1(x) reverses what fff does: if fff takes 333 to 101010, then f−1f^{-1}f−1 takes 101010 back to 333. It "undoes" the original machine.

To find f−1(x)f^{-1}(x)f−1(x):

  1. Write y=f(x)y = f(x)y=f(x).
  2. Rearrange to make xxx the subject.
  3. Swap yyy for xxx — this gives f−1(x)f^{-1}(x)f−1(x).

Worked example

Find the inverse of f(x)=x+43f(x) = \dfrac{x + 4}{3}f(x)=3x+4​.

Write y=x+43y = \dfrac{x+4}{3}y=3x+4​.

Exam tip

f−1(x)f^{-1}(x)f−1(x) does not mean 1f(x)\dfrac{1}{f(x)}f(x)1​. The −1-1−1 is notation for "inverse", not a power. A neat check: ff−1(x)=xf f^{-1}(x) = xff−1(x)=x and f−1f(x)=xf^{-1} f(x) = xf−1f(x)=x — applying a function then its inverse always returns the original input.

Viewing only

This content is free to read on superexams.com and cannot be printed or downloaded.

Read the full note, free

Create a free account to read this note in full. Every free account gets 2 complete revision notes, no card needed.

Sign up free →Log in

More Maths notes

Numbers & the Number System

Ratio, Proportion & Percentages

Algebra: Expressions, Indices, Expanding & Factorising

Solving Equations & Inequalities

Using T1=5T_1 = 5T1​=5: 5=3(1)+c5 = 3(1) + c5=3(1)+c, so c=2c = 2c=2.

Therefore Tn=3n+2T_n = 3n + 2Tn​=3n+2.

Check: T2=3(2)+2=8T_2 = 3(2) + 2 = 8T2​=3(2)+2=8. ✓

The 202020th term is T20=3(20)+2=62T_{20} = 3(20) + 2 = 62T20​=3(20)+2=62.

Subtract n2n^2n2 (=1,4,9,16,25= 1, 4, 9, 16, 25=1,4,9,16,25) from each term:

4−1, 7−4, 12−9, 19−16, 28−25=3,3,3,3,34-1,\ 7-4,\ 12-9,\ 19-16,\ 28-25 = 3, 3, 3, 3, 34−1, 7−4, 12−9, 19−16, 28−25=3,3,3,3,3.

This leftover is constant 333, so bn+c=3bn + c = 3bn+c=3 (here b=0b = 0b=0, c=3c = 3c=3).

Therefore Tn=n2+3T_n = n^2 + 3Tn​=n2+3.

Check: T5=25+3=28T_5 = 25 + 3 = 28T5​=25+3=28. ✓

n3n^3n3
Triangular numbers1,3,6,10,151, 3, 6, 10, 151,3,6,10,15n(n+1)2\dfrac{n(n+1)}{2}2n(n+1)​
Fibonacci1,1,2,3,5,8,131, 1, 2, 3, 5, 8, 131,1,2,3,5,8,13add the two previous terms
Geometric2,6,18,542, 6, 18, 542,6,18,54multiply by a constant ratio
f(0)=3(0)−2=−2f(0) = 3(0) - 2 = -2f(0)=3(0)−2=−2

First fg(3)fg(3)fg(3): do ggg first. g(3)=32=9g(3) = 3^2 = 9g(3)=32=9. Then f(9)=2(9)+1=19f(9) = 2(9) + 1 = 19f(9)=2(9)+1=19.

For the expression: fg(x)=f(x2)=2(x2)+1=2x2+1fg(x) = f(x^2) = 2(x^2) + 1 = 2x^2 + 1fg(x)=f(x2)=2(x2)+1=2x2+1.

Notice gf(x)=g(2x+1)=(2x+1)2gf(x) = g(2x+1) = (2x+1)^2gf(x)=g(2x+1)=(2x+1)2 is different — order matters.

Multiply by 333: 3y=x+43y = x + 43y=x+4.

Subtract 444: x=3y−4x = 3y - 4x=3y−4.

Replace yyy with xxx: f−1(x)=3x−4f^{-1}(x) = 3x - 4f−1(x)=3x−4.

Check: f(2)=63=2f(2) = \frac{6}{3} = 2f(2)=36​=2... let's use f(8)=123=4f(8) = \frac{12}{3} = 4f(8)=312​=4, and f−1(4)=3(4)−4=8f^{-1}(4) = 3(4) - 4 = 8f−1(4)=3(4)−4=8. ✓