# Graphs: Sequences, Functions and Graphs

> Edexcel International GCSE Mathematics A · 4MA1
> Source: https://www.owlsprep.com/study/edexcel-igcse-math-a-s3-graphs/

This guide covers all Foundation and Higher tier graph content for Edexcel IGCSE Math A (4MA1), including coordinates, straight lines, non-linear graphs, motion/conversion graphs, and Higher-only transformations.

**Prerequisites:** Basic algebra substitution skills; Understanding of linear and quadratic equations

## Learning objectives

- Plot and locate Cartesian coordinates in all four quadrants, calculate midpoints of line segments
- Interpret linear and non-linear graphs including distance/time, speed/time and conversion graphs
- Calculate straight line gradients, write equations in $y=mx+c$ form, plot linear and quadratic graphs
- (Higher only) Plot and interpret cubic, reciprocal and trigonometric graphs (in degrees only)
- (Higher only) Apply and interpret the four standard function transformations to linear, quadratic and trig graphs
- (Higher only) Find non-linear gradients using tangents, solve equations graphically via linear/non-linear intersections
- (Higher only) Calculate gradients from two points, find equations of parallel or perpendicular lines

## Cartesian Coordinates and Midpoints

**Cartesian Coordinates** — A system for locating points on a plane using two perpendicular axes: the horizontal x-axis and vertical y-axis. Points are written as $(x, y)$ where x is the horizontal position and y is the vertical position.

**Worked example:** Find the midpoint of the line segment connecting points $A(2, 5)$ and $B(-4, 1)$.

1. Recall the midpoint formula:

   $$\left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right)$$
2. Substitute x values to find the x-coordinate of the midpoint:

   $$\frac{2 + (-4)}{2} = -1$$
3. Substitute y values to find the y-coordinate of the midpoint:

   $$\frac{5 + 1}{2} = 3$$
4. The midpoint of segment AB is $(-1, 3)$

**Check your understanding**

1. What are the coordinates of the point 3 units left and 2 units up from $(1, -2)$?

   - A) $(-2, 0)$
   - B) $(4, -4)$
   - C) $(-2, -4)$
   - D) $(4, 0)$

   *Why:* Moving left reduces the x value by 3 ($1 - 3 = -2$), moving up increases the y value by 2 ($-2 + 2 = 0$).

> **Exam tip:** Always plot the x-coordinate first, then the y-coordinate: remember x comes before y in the alphabet to avoid mixing up values.

*Calculator:* allowed

## Straight Line Graphs and Gradient

**Gradient** — The steepness of a straight line, calculated as the change in y (vertical rise) divided by the change in x (horizontal run) between two points on the line, denoted $m$.

**Worked example:** Find the equation of the straight line passing through $(0, 3)$ with gradient 2, then rewrite it in the form $ax + by = c$.

1. Recall the straight line equation $y = mx + c$, where $c$ is the y-intercept (when $x=0$, $y=3$ so $c=3$, and $m=2$)
2. Write the equation in slope-intercept form:

   $$y = 2x + 3$$
3. Rearrange to standard form by moving all terms to one side:

   $$2x - y = -3$$

> **Higher Tier Only**
>
> The following content is required for Higher tier students only; Foundation tier students do not need to cover parallel and perpendicular line equations.

**Worked example:** Find the equation of the line perpendicular to $y = 2x + 3$ that passes through $(4, 1)$.

1. The gradient of the given line is 2, so the perpendicular gradient is the negative reciprocal: $m = -\frac{1}{2}$
2. Substitute $m = -0.5$, $x = 4$ and $y = 1$ into $y = mx + c$ to solve for $c$:

   $$1 = (-0.5 \times 4) + c \implies 1 = -2 + c \implies c = 3$$
3. The equation of the perpendicular line is $y = -0.5x + 3$

> **Exam tip:** For lines given in $ax + by = c$ form, rearrange to $y = mx + c$ to quickly find the gradient and y-intercept instead of calculating from two points.

*Calculator:* allowed

## Interpreting Standard Real-World Graphs

- Distance-time graphs: Gradient = speed, flat sections = stationary
- Speed-time graphs: Gradient = acceleration, area under line = total distance travelled
- Conversion graphs: Used to convert between two units (e.g. currency, km to miles) by reading values off the straight line

**Worked example:** A distance-time graph shows a car travelling 80km in 2 hours, stopping for 1 hour, then returning 80km in 2.5 hours. Calculate the average speed for the entire journey, excluding the stop.

1. Calculate total distance travelled: $80 + 80 = 160$ km
2. Calculate total moving time: $2 + 2.5 = 4.5$ hours
3. Average speed = total distance / total moving time:

   $$\frac{160}{4.5} \approx 35.6 \text{ km/h}$$

> **Exam tip:** Always check the units on the axes of real-world graphs to avoid unit conversion errors in calculations.

*Calculator:* allowed

## Non-Linear Graphs

**Worked example:** Complete the table for $y = x^2 - 2x - 3$ for x from -1 to 4, then describe the graph shape.

1. Substitute each x value into the equation to find y: $x=-1 \implies y=0$, $x=0 \implies y=-3$, $x=1 \implies y=-4$, $x=2 \implies y=-3$, $x=3 \implies y=0$, $x=4 \implies y=5$
2. The graph is a symmetric U-shaped curve called a parabola, with a minimum turning point at $(1, -4)$

> **Higher Tier Only**
>
> The following content covering non-linear gradients and advanced non-linear graphs is required for Higher tier only.

**Worked example:** Find the gradient of the curve $y = x^2$ at $x=2$ using a tangent.

1. Draw a straight tangent line that touches the curve only at the point $(2, 4)$, balanced evenly on either side of the point
2. Pick two easy-to-read points on the tangent, e.g. $(1, 1)$ and $(3, 7)$
3. Calculate the gradient of the tangent:

   $$\frac{7 - 1}{3 - 1} = \frac{6}{2} = 3$$
4. The gradient of the curve at $x=2$ is 3

> **Exam tip:** When plotting non-linear graphs, always draw a smooth continuous curve through points: never draw straight line segments between points for quadratic, cubic or reciprocal graphs.

*Calculator:* allowed

## Function Transformations and Graphical Solutions

**Function Transformation** — A change to the graph of a function $f(x)$ that shifts, stretches or reflects the graph without changing its core shape. Only four transformations are required for this exam.

**Worked example:** The graph of $f(x) = x^2$ is transformed to give $g(x) = (x - 3)^2 + 2$. Describe the full transformation.

1. $f(x + a)$ shifts the graph left by $a$ units, so $f(x - 3)$ is a shift **right by 3 units**
2. $f(x) + a$ shifts the graph up by $a$ units, so adding 2 is a shift **up by 2 units**
3. The full transformation is a translation by the vector $\begin{pmatrix} 3 \\ 2 \end{pmatrix}$

**Worked example:** Use the graphs of $y = x^2$ and $y = x + 2$ to solve the equation $x^2 - x - 2 = 0$.

1. Rearrange the target equation to match the graph forms: $x^2 - x - 2 = 0 \implies x^2 = x + 2$
2. The solutions are the x-values of the intersection points of the two graphs, which are $x = -1$ and $x = 2$

> **Exam tip:** When describing transformations, always test key points (e.g. turning points, intercepts) to confirm you have applied the shift direction correctly: $f(x + a)$ shifts left, not right.

*Calculator:* allowed

## Common pitfalls

- **Wrong:** Plotting $(y, x)$ instead of $(x, y)$ for coordinates
  - Why it fails: Confusing the order of x and y values
  - Correct: Remember x comes before y in the alphabet, so always plot the horizontal position first, then the vertical position.
- **Wrong:** Calculating gradient as $\frac{\Delta x}{\Delta y}$ instead of $\frac{\Delta y}{\Delta x}$
  - Why it fails: Mixing up numerator and denominator in the gradient formula
  - Correct: Use the mnemonic 'rise over run': rise is vertical (y) change, run is horizontal (x) change, so gradient = rise / run.
- **Wrong:** Assuming $f(x + a)$ shifts the graph to the right
  - Why it fails: Associating positive a values with rightward movement
  - Correct: $f(x + a)$ shifts the graph left by a units, $f(x - a)$ shifts right by a units: test with the x=0 position of key points to confirm.
- **Wrong:** Drawing straight line segments between points on non-linear graphs
  - Why it fails: Rushing plotting without checking the function shape
  - Correct: For quadratic, cubic or reciprocal graphs, draw a smooth, continuous curve through all plotted points with no sharp corners.
- **Wrong:** Using only the negative of a gradient for perpendicular lines instead of the negative reciprocal
  - Why it fails: Simplifying the perpendicular gradient rule incorrectly
  - Correct: If the original gradient is m, the perpendicular gradient is $-\frac{1}{m}$: multiply the two gradients to confirm they equal -1 before proceeding.

## Cheatsheet

| Concept | Foundation Tier | Higher Tier (Addition) |
| --- | --- | --- |
| Coordinates | Plot $(x,y)$ in 4 quadrants, midpoint formula $\left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)$ | Same as Foundation |
| Straight Lines | Gradient = $\frac{\Delta y}{\Delta x}$, equation $y=mx+c$, rearrange to $ax+by=c$ | Parallel lines: same $m$, perpendicular lines: $m_1 \times m_2 = -1$ |
| Graph Types | Linear, quadratic, distance/time, speed/time, conversion graphs | Cubic, reciprocal, $y=\sin x$, $y=\cos x$, $y=\tan x$ (degrees only) |
| Gradients | Calculate straight line gradients only | Find non-linear gradients by drawing a tangent to the curve |
| Transformations | Not required | Four transformations: $f(x)+a$ (shift up/down), $f(x+a)$ (shift left/right), $af(x)$ (vertical stretch), $f(ax)$ (horizontal stretch) |
| Graphical Solutions | Not required | Intersection of $y_1$ and $y_2$ gives solutions to $y_2 - y_1 = 0$ |

## What's next

Now that you have mastered graph content for Edexcel IGCSE Math A, you can move on to Higher tier calculus, where you will learn to calculate non-linear gradients algebraically using differentiation. You should also practice applying graph skills to real-world problem solving questions, which frequently combine graph interpretation with algebra and arithmetic in both Foundation and Higher papers. Make sure to practice past paper graph questions to familiarise yourself with marking criteria, especially for plotting questions where correct axis labels and smooth curves are required for full marks.

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/edexcel-igcse-math-a-s3-graphs/
