Overview
This lecture explains how to find the gradient (slope) between two points using their coordinates, with worked examples and tips for applying the formula.
Gradient Formula Using Coordinates
- The gradient (slope) between two points is calculated as the change in y divided by the change in x.
- Use the formula: gradient = (yβ β yβ) / (xβ β xβ).
- (xβ, yβ) are the coordinates of the first point; (xβ, yβ) are the coordinates of the second point.
- It doesnβt matter which point is labeled first or second, but using the larger numbers as the second point often makes calculations easier.
Example Calculations
- For points (2, 3) and (8, 12): gradient = (12 β 3) / (8 β 2) = 9 / 6 = 1.5.
- For points (8, β2) and (11, 7): gradient = (7 β (β2)) / (11 β 8) = 9 / 3 = 3.
Using Coordinates from a Graph
- When given a graph, choose any two points on the line and label their coordinates.
- Apply the same formula for the gradient using those coordinates.
- Example: Points (0, β1) and (4, β7): gradient = (β7 β (β1)) / (4 β 0) = (β6) / 4 = β1.5.
Key Terms & Definitions
- Gradient (Slope) β The rate of change of y with respect to x between two points.
- Coordinate β An (x, y) pair denoting a point on a graph.
- xβ, yβ, xβ, yβ β The x and y values for the first and second points, respectively.
Action Items / Next Steps
- Practice finding gradients using the formula on additional coordinate pairs.
- Try identifying two points from a graph and calculating the gradient independently.