Property
The slope of the line between two points (x1,y1) and (x2,y2) is:
m=x2−x1y2−y1 This formula calculates the ratio of the change in the y-coordinates (rise) to the change in the x-coordinates (run).
Examples
- Find the slope between (2,3) and (7,9). Using the formula: m=7−29−3=56.
- Find the slope between (−1,5) and (3,−3). Using the formula: m=3−(−1)−3−5=4−8=−2.
- Find the slope between (−4,−2) and (−6,8). Using the formula: m=−6−(−4)8−(−2)=−210=−5.
Explanation
The slope formula is a way to calculate rise over run without a graph. It finds the vertical distance between points (y2−y1) and divides it by the horizontal distance (x2−x1) to find the steepness.