← Back to subjects
0
Edexcel International GCSE Maths A (4MA1) · Sequences, Functions & Graphs
Mini-Lesson

Sequences, Functions & Graphs

This mini-lesson walks you through the whole of the Edexcel 4MA1 topic Sequences, Functions & Graphs: the nth term of sequences, function notation, straight-line graphs, and the shapes of quadratic, cubic, reciprocal and exponential graphs, right up to tangents and distance-time graphs.

3, 7, 11, 15… sequence nth term = 4n − 1 rule / graph generalise

Work through each screen, answer the questions as you go (some are wordy, some are calculations) and collect ⭐ stars. Items marked Higher are on the Higher tier only. Press Start when you're ready.

3.1 · Sequences

Term-to-term rules

A sequence is a list of numbers in order; each number is a term. A term-to-term rule tells you how to get from one term to the next one.

5 8 11 14 +3+3+3
Term-to-term rule: start at 5, add 3. The common difference is +3.

Watch out: a term-to-term rule (like "+3") lets you find the next term, but not the 100th term directly. For that you need the nth term rule — coming up next.

Calculate

Your turn — next term

1A sequence starts 2, 9, 16, 23, … Using the term-to-term rule, what is the next term?
Hint: the difference between terms is +7. Add it to 23.
3.1 · Sequences

The nth term of a linear sequence

A linear (arithmetic) sequence goes up by the same amount each time. Its nth term is always dn + b, where d is the common difference.

nth term = dn + bd = common difference  ·  b = (first term − d)
Worked example — find the nth term of 3, 7, 11, 15, …

Step 1. Common difference d = 7 − 3 = 4, so the rule contains 4n.

Step 2. Compare 4n with the sequence: 4×1 = 4, but the 1st term is 3, so subtract 1.

Step 3. nth term = 4n − 1. Check: n = 4 gives 4×4 − 1 = 15 ✓

Misconception: the nth term rule is not the term-to-term rule. Here "+4" is term-to-term; "4n − 1" is the nth term. Only the nth term lets you jump straight to, say, the 50th term (4×50 − 1 = 199).

Quick check

Reading an nth term rule

?A sequence has nth term 5n + 2. Which statement is correct?
Calculate

Your turn — find the nth term

2Find the nth term of 6, 10, 14, 18, … then use it to find the 20th term. Type the 20th term.
Hint: d = 4 so 4n; first term check gives 4n + 2. Then put n = 20.
Higher · 3.1

The nth term of a quadratic sequence

If the first differences change but the second differences are constant, the sequence is quadratic — its nth term contains an².

2a = second differencethen subtract an² and find the linear part
Worked example — nth term of 3, 8, 15, 24, 35, …

Step 1. First differences: 5, 7, 9, 11. Second differences: 2, 2, 2 → constant, so quadratic.

Step 2. 2a = 2, so a = 1 → the rule starts with .

Step 3. Subtract n²: 3−1=2, 8−4=4, 15−9=6, 24−16=8 → 2, 4, 6, 8 has nth term 2n.

Step 4. nth term = n² + 2n. Check: n = 5 gives 25 + 10 = 35 ✓

Higher only. The constant second difference is the flag for a quadratic sequence. Halve it to get the coefficient of n².

Quick check

Spot the quadratic

?For the sequence 2, 5, 10, 17, 26, … the second differences are all 2. What is the coefficient of n² in the nth term?
Match-up

Match: sequence ↔ nth term

Tap a sequence on the left, then its correct nth term on the right.

3.2 · Functions

Function notation f(x)

A function is a rule that turns an input into one output. We write it f(x). To evaluate f at a number, substitute that number for x everywhere.

x = 3 f(x) = x² + 1 f(3)=10
f(3) means "put x = 3 into the machine": 3² + 1 = 10.

Misconception: f(x) does not mean f × x. The brackets show the input to the function, not multiplication. f(3) is the output when x = 3.

Calculate

Your turn — evaluate a function

3Given f(x) = 2x² − 5, work out f(4).
Hint: 2 × 4² − 5 = 2 × 16 − 5.
Higher · 3.2

Composite & inverse functions

A composite function fg(x) means "do g first, then feed the result into f". An inverse function f⁻¹(x) undoes f — it reverses the rule.

Worked example — f(x) = 3x + 1, g(x) = x²

Composite fg(2): do g first: g(2) = 2² = 4. Then f(4) = 3×4 + 1 = 13.

Inverse f⁻¹(x): write y = 3x + 1, swap to x = 3y + 1, rearrange: y = (x − 1)/3.

So f⁻¹(x) = (x − 1)/3. Check: f(2) = 7 and f⁻¹(7) = 6/3 = 2 ✓

Higher only. Order matters: fg(x) is usually not the same as gf(x). Always apply the function nearest x first.

Quick check

Composite order

?With f(x) = x + 4 and g(x) = 2x, what is gf(3)?
3.3 · Graphs

Coordinates, midpoint & gradient

Points are written as coordinates (x, y). Between two points A(x₁, y₁) and B(x₂, y₂):

midpoint = ( (x₁+x₂)/2 , (y₁+y₂)/2 )gradient = (y₂ − y₁) ÷ (x₂ − x₁) = rise ÷ run
Worked example — A(1, 2) and B(5, 10)

Midpoint: ( (1+5)/2 , (2+10)/2 ) = (3, 6).

Gradient: (10 − 2) ÷ (5 − 1) = 8 ÷ 4 = 2.

3.3 · Graphs

The straight line y = mx + c

Every straight line has the form y = mx + c: m is the gradient (steepness) and c is the y-intercept (where it crosses the y-axis).

0 1 2 3 1 2 3 4 c = 1 (intercept) run 1 rise 2 y = 2x + 1
Gradient m = rise ÷ run = 2 ÷ 1 = 2; the line crosses the y-axis at c = 1.

To find the equation from a graph: read c off the y-axis, then use a gradient triangle for m.

Calculate

Your turn — gradient

4A line passes through (2, 3) and (6, 15). Work out its gradient.
Hint: (15 − 3) ÷ (6 − 2).
3.3 · Graphs

Parallel & perpendicular lines

  • Parallel lines have the same gradient. e.g. y = 3x + 1 is parallel to y = 3x − 4.
  • Higher Perpendicular lines: the gradients multiply to −1, so one gradient is the negative reciprocal of the other.
m₁ × m₂ = −1perpendicular gradient = −1 ÷ (original gradient)  ·  Higher only

Misconception: the perpendicular gradient is the negative reciprocal, not just the negative. If m = 2, perpendicular is −½ (not −2). Flip and change the sign.

Quick check

Perpendicular gradient

?A line has gradient 4. What is the gradient of a line perpendicular to it?
3.3 · Graphs

Recognising graph shapes

You must recognise the shape of each type of graph from its equation:

quadraticy = x² cubicy = x³ reciprocaly = 1/x exponentialy = kˣ
A quadratic is a parabola; a cubic has a wiggle; a reciprocal has two branches; an exponential rises ever more steeply.

A linear graph (y = mx + c) is a straight line. These are the standard curves in the 4MA1 spec.

3.3 · Graphs

Quadratic graphs & solving equations

A quadratic y = x² − 2x − 3 makes a parabola. Its roots (where y = 0) are where the curve crosses the x-axis — reading these off solves the equation.

0 −1 3 min (1, −4) y = x² − 2x − 3
The curve crosses the x-axis at x = −1 and x = 3, so x² − 2x − 3 = 0 has solutions −1 and 3.

To solve a different equation like x² − 2x − 3 = 2, draw the line y = 2 and read the x-values where it meets the curve.

Quick check

Reading roots off a graph

?A curve y = f(x) crosses the x-axis at x = −2 and x = 5. What are the solutions of f(x) = 0?
Sort it

Classify: equation ↔ graph shape

Tap an equation, then tap the box for its graph shape.

📏 Linear

🥣 Quadratic

🌱 Exponential

Higher · 3.3

Gradient of a curve & area under a graph

On a curve, the gradient keeps changing. To estimate it at a point, draw a tangent (a straight line just touching the curve) and find its gradient. The area under a graph can be estimated by counting squares or splitting it into triangles and trapeziums.

tangent area under graph
The tangent (red) gives the gradient of the curve at that point; the shaded region is the area under the graph.

Higher only. On a speed-time graph, the gradient is the acceleration and the area under the graph is the distance travelled.

3.3 · Real-life graphs

Distance-time graphs

On a distance-time graph, the gradient is the speed. A steeper line means faster; a horizontal line means the object has stopped.

distance time moving stationary moving
The flat (horizontal) section shows the object is stationary — distance is not changing.

Misconception: on a distance-time graph, a flat line means stationary (not "moving at steady speed"). A straight sloped line is steady speed; a horizontal line is stopped.

Calculate

Your turn — speed from a graph

5On a distance-time graph, a cyclist travels 120 m in 8 s at steady speed. The speed is the gradient — work out the speed in m/s.
m/s
Hint: gradient = distance ÷ time = 120 ÷ 8.
Higher · Calculate

Your turn — distance from a speed-time graph

6A car travels at a steady 18 m/s for 10 s. On a speed-time graph the distance is the area under the line (a rectangle). Work out the distance in metres.
m
Hint: area of rectangle = speed × time = 18 × 10.
Recap

The key results to know

Linear nth term: dn + b (d = common difference)

Quadratic nth term: 2a = second difference (Higher)

Function: f(x) is the output for input x — not f × x

Composite / inverse: fg = g first then f; f⁻¹ undoes f (Higher)

Straight line: y = mx + c · midpoint = ((x₁+x₂)/2, (y₁+y₂)/2)

Parallel: equal m · Perpendicular: m₁m₂ = −1 (Higher)

Graphs: use crossings for solutions; tangent = gradient, area under = distance (Higher)

You've covered the whole Edexcel 4MA1 topic — sequences, functions and graphs. Press Finish to see your score.

🏆

Mini-lesson complete!

⭐⭐⭐

You've worked through Sequences, Functions & Graphs for Edexcel International GCSE Maths A. 🎉

Your stars: 0 / 0

Next: test yourself in the Evaluate stage Confidence Quiz, then lock it in with Verify.

📣 Smashed it? Share your score

Challenge a mate to beat your stars, or show a parent how you got on.

→ Back to all subjects