# Coordinates, Linear Graphs & Gradient

> Mathematics · 0580 2025-2027
> Source: https://www.owlsprep.com/study/cie-0580-u3-coordinates-linear-graphs-gradient/

This guide covers all Core and Extended content for coordinate geometry, linear graphs, and gradient in CIE IGCSE Maths 0580, including plotting points, interpreting $y = mx + c$, and calculating gradient, midpoint, and line segment length.

**Prerequisites:** [Basic arithmetic and negative number operations](https://www.owlsprep.com/study/cie-0580-u1-arithmetic/); [Understanding of positive and negative fractions](https://www.owlsprep.com/study/cie-0580-u1-fractions-decimals/)

## Learning objectives

- Plot and read coordinate points on a Cartesian grid
- Draw and interpret straight-line graphs in the form $y = mx + c$
- Calculate gradient from a grid (Core requirement)
- Calculate gradient from two coordinates, manipulate $ax + by = c$ form, and find length/midpoint of line segments (Extended requirement)
- Identify common mistakes in gradient and coordinate calculations for exam success

## Core: Coordinates and Plotting Linear Graphs

All points on a Cartesian grid are written as $(x, y)$, where $x$ is the horizontal axis value (left/right from the origin $(0,0)$) and $y$ is the vertical axis value (up/down from the origin). Linear graphs are straight lines that follow the equation $y = mx + c$, where $m$ is the gradient and $c$ is the y-intercept (the point where the line crosses the y-axis).

**Linear Graph** — A straight-line graph that represents a relationship between two variables with a constant rate of change (gradient), written in the form $y = mx + c$ for Core content.

*Example:* $y = 2x + 3$ is a linear graph with gradient 2 and y-intercept 3.

**Worked example:** Plot the graph of $y = 2x + 1$ for $x$ values from -2 to 2.

1. Create a table of values: for $x=-2$, $y=2(-2)+1=-3$; $x=-1$, $y=-1$; $x=0$, $y=1$; $x=1$, $y=3$; $x=2$, $y=5$
2. Plot each point $(x,y)$ on a Cartesian grid: $(-2,-3)$, $(-1,-1)$, $(0,1)$, $(1,3)$, $(2,5)$
3. Draw a straight line through all plotted points, extending it slightly past the outermost points

> **tip**
>
> Always label your axes and line when drawing graphs in exams to avoid losing easy marks.

## Core: Calculating Gradient from a Grid

Gradient measures the steepness of a line. A positive gradient means the line slopes upwards from left to right, a negative gradient means it slopes downwards, and a gradient of 0 means the line is horizontal. For Core exams, you calculate gradient by counting squares on a grid: it is the vertical change (rise) divided by the horizontal change (run) between two clear points on the line.

**Gradient (Core)** — The steepness of a line, calculated as $\text{gradient} = \frac{\text{vertical change (rise)}}{\text{horizontal change (run)}}$ by counting squares on a grid.

*Example:* A line that rises 4 squares for every 2 squares it runs to the right has a gradient of $4/2 = 2$.

**Worked example:** Calculate the gradient of the line on the grid that passes through points $(0,1)$ and $(2,5)$.

1. Find the vertical change: from $y=1$ to $y=5$, the rise is $5 - 1 = +4$
2. Find the horizontal change: from $x=0$ to $x=2$, the run is $2 - 0 = +2$
3. Divide rise by run: gradient = $4 / 2 = 2$

> **tip**
>
> If the line slopes downwards, your rise will be negative, so your gradient will be negative too. Always check the direction of the slope matches the sign of your answer.

## Extended: Gradient from Coordinates & $ax + by = c$ Form

For Extended exams, you do not need a grid to calculate gradient: you can use the coordinates of any two points on the line. You also need to work with linear equations written in the form $ax + by = c$, which you can rearrange to $y = mx + c$ to find the gradient and intercept.

**Gradient (Extended)** — The steepness of a line, calculated from two points $(x_1, y_1)$ and $(x_2, y_2)$ as $m = \frac{y_2 - y_1}{x_2 - x_1}$.

**Worked example:** Calculate the gradient of the line passing through points $(3, 4)$ and $(-1, -2)$.

1. Label the points: $x_1=3, y_1=4, x_2=-1, y_2=-2$
2. $$m = \frac{-2 - 4}{-1 - 3} = \frac{-6}{-4} = \frac{3}{2}$$

**Worked example:** Find the gradient and y-intercept of the line $2x + 3y = 12$.

1. Rearrange the equation to the form $y = mx + c$: subtract $2x$ from both sides: $3y = -2x + 12$
2. Divide all terms by 3: $y = -\frac{2}{3}x + 4$
3. Identify gradient $m = -\frac{2}{3}$ and y-intercept $c = 4$

> **warning**
>
> Always rearrange $ax + by = c$ carefully: if you divide by a negative number, remember to flip the sign of all terms. Double check your rearrangement by substituting an x value back into both equations to confirm you get the same y value.

## Extended: Midpoint & Length of Line Segments

Extended candidates also need to calculate the midpoint (the point exactly halfway between two endpoints of a line segment) and the total length of a line segment from its endpoints.

**Midpoint of a Line Segment** — The point halfway between two points $(x_1, y_1)$ and $(x_2, y_2)$, calculated as $M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right)$.

**Length of a Line Segment** — The distance between two points $(x_1, y_1)$ and $(x_2, y_2)$, calculated using Pythagoras' theorem: $d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$.

**Worked example:** Find the midpoint and length of the line segment joining points $(2, 3)$ and $(6, 7)$.

1. Calculate midpoint: $M = \left( \frac{2 + 6}{2}, \frac{3 + 7}{2} \right) = (4, 5)$
2. Calculate length: first find x difference: $6 - 2 = 4$, y difference: $7 - 3 = 4$
3. $$d = \sqrt{4^2 + 4^2} = \sqrt{16 + 16} = \sqrt{32} = 4\sqrt{2}$$

> **tip**
>
> Length answers should be left in exact surd form unless the question asks for a decimal approximation, in which case round to 3 significant figures as per CIE IGCSE guidelines.

## Common pitfalls

- **Wrong:** Swapping x and y coordinates when plotting points
  - Why it fails: Coordinates are ordered $(x,y)$, so swapping them will plot the point in the wrong position, leading to incorrect graphs or gradient calculations.
  - Correct: Always remember 'x is across, y is up': write the horizontal value first, then the vertical value.
- **Wrong:** Calculating run over rise instead of rise over run for gradient
  - Why it fails: This gives the inverse of the correct gradient, which will be marked wrong even if the slope direction is right.
  - Correct: Use the mnemonic 'rise before run': divide vertical change by horizontal change, or use the formula $m = \frac{y_2 - y_1}{x_2 - x_1}$ for Extended.
- **Wrong:** Forgetting that a downward sloping line has a negative gradient
  - Why it fails: Counting rise as a positive number for a line that slopes down will give the wrong sign for gradient.
  - Correct: If the line goes down as you move right, your vertical change is negative, so your gradient will be negative.
- **Wrong:** Mixing up the order of x or y values in the gradient or distance formula (Extended only)
  - Why it fails: If you do $y_1 - y_2$ for the numerator and $x_2 - x_1$ for the denominator, you will get the wrong sign for gradient.
  - Correct: Always subtract the coordinates of the first point from the second point for both x and y values.
- **Wrong:** Forgetting to square the differences in the line length formula (Extended only)
  - Why it fails: This is a common arithmetic error that leads to an incorrect distance value.
  - Correct: Always square both the x difference and y difference before adding them and taking the square root.

## Cheatsheet

| Concept | Core Requirement | Extended Requirement |
| --- | --- | --- |
| Plotting coordinates | Read and plot $(x,y)$ points on a grid | Same as Core |
| Linear equation form | Use $y = mx + c$, identify $m$ and $c$ | Rearrange $ax + by = c$ to $y = mx + c$ |
| Gradient calculation | Count rise/run from grid squares | Use formula $m = \frac{y_2 - y_1}{x_2 - x_1}$ from coordinates |
| Line segment properties | Not assessed | Midpoint: $(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2})$, Length: $\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}$ |

## What's next

Now that you have mastered coordinates, linear graphs, and gradient for CIE IGCSE Maths 0580, you are ready to move on to more advanced coordinate geometry topics. The next sub-topic covers equations of parallel and perpendicular lines, which builds directly on your understanding of gradient and linear equation forms. You can also practice applying these skills to past paper questions to reinforce your learning and identify any gaps before your exam. Make sure you are comfortable with both Core and Extended content relevant to your tier before progressing to more complex topics.

---

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/cie-0580-u3-coordinates-linear-graphs-gradient/
