π Learn
1. What is Gradient?
Gradient measures how steep a line is β how much it goes UP (or DOWN) for every 1 unit it goes RIGHT.
Gradient = Rise Γ· Run = (change in y) Γ· (change in x)
Rise: vertical change (up is positive, down is negative)
Run: horizontal change (always go right, so always positive)
Formula using coordinates: m = (yβ β yβ) Γ· (xβ β xβ)
π‘ Pick any TWO points on the line β the gradient is the same wherever you measure it.
2. Positive, Negative, Zero and Undefined
Positive gradient (m > 0): line slopes upward left to right β
Negative gradient (m < 0): line slopes downward left to right β
Zero gradient (m = 0): horizontal line β y = constant (e.g. y = 4)
Undefined gradient: vertical line β x = constant (e.g. x = 3). Cannot divide by zero.
π‘ Steeper lines have larger absolute values of m. A gradient of 5 is steeper than 2.
3. Reading Gradient from a Graph
To find gradient from a graph:
Step 1: Choose two clear lattice points (where the line crosses grid intersections)
Step 2: Count squares up (rise) and squares right (run)
Step 3: Gradient = rise Γ· run (negative if the line goes down)
Example: If you go 4 squares up and 2 squares right β gradient = 4 Γ· 2 = 2
β οΈ If the line goes DOWN as you move right, the rise is NEGATIVE β negative gradient.
4. Gradient as a Rate of Change
In real life, gradient = the rate at which one quantity changes compared to another.
Distanceβtime graph: gradient = speed (km/h or m/s)
Costβitems graph: gradient = cost per item (Β£/item)
Temperatureβtime: gradient = rate of heating or cooling (Β°C per minute)
Example: A line from (0,0) to (5,150) on a cost graph β gradient = 150Γ·5 = Β£30 per item
π‘ The units of gradient are: y-units per x-unit (e.g. km per hour)
5. Comparing Gradients
The steeper the line, the greater the absolute gradient.
m = 4 is steeper than m = 2 (both going up)
m = β5 is steeper than m = β2 (both going down; |β5| > |β2|)
m = 3 and m = β3 have the same steepness but opposite directions
Comparing speeds: on a dβt graph, steeper line = faster speed
π‘ Use absolute value |m| to compare steepness regardless of direction.