Understanding Slope
Slope measures how steeply a line rises or falls as you move from left to right. A positive slope means the line climbs upward; a negative slope means it descends. A zero slope indicates a perfectly horizontal line. To calculate slope between two points, divide the vertical change (rise) by the horizontal change (run). For example, moving from (1, 2) to (4, 8) gives a slope of (8 − 2) ÷ (4 − 1) = 2. This value tells you that for every unit you move right, the line moves up 2 units.
The Point-Slope Form Equation
Point-slope form expresses a linear equation using three pieces of information: the coordinates of any point on the line, and the line's slope. This form is particularly useful because it doesn't require knowing the y-intercept—you can jump straight from a point and slope to a complete equation.
y − y₁ = m(x − x₁)
y, x— Variables representing any point on the liney₁, x₁— Coordinates of a known point on the linem— The slope of the line
Working Through an Example
Suppose a line passes through the point (3, 5) with a slope of −2. Substituting into point-slope form:
- Identify the known point: x₁ = 3, y₁ = 5
- Identify the slope: m = −2
- Substitute into the formula: y − 5 = −2(x − 3)
- Expand: y − 5 = −2x + 6
- Simplify to slope-intercept form: y = −2x + 11
The line equation is y = −2x + 11, meaning it crosses the y-axis at 11 and slopes downward.
Converting Between Line Equation Forms
Point-slope and slope-intercept forms describe the same line in different ways. To convert from point-slope form y − b = m(x − a) to slope-intercept form:
- Expand the right side: y − b = mx − ma
- Add b to both sides: y = mx − ma + b
The result y = mx + (−ma + b) shows the slope m and y-intercept clearly. Conversely, if you have slope-intercept form y = mx + c, you can always choose any point on that line (such as the y-intercept itself) and write its point-slope equivalent.
Common Pitfalls and Edge Cases
Watch out for these frequent mistakes when working with point-slope form.
- Sign errors with negative coordinates — When substituting a negative coordinate like (−2, 4), write y − 4 = m(x − (−2)), which becomes y − 4 = m(x + 2). The double negative creates addition, not subtraction. Many errors stem from mishandling these signs.
- Zero slope horizontal lines — If the slope is zero, the equation simplifies to y − b = 0, or y = b. This describes a horizontal line. It's easy to forget that a horizontal line still has a valid equation.
- Confusing slope with steepness ratio — Remember that a slope of 2 means rise 2 units for every 1 unit of run, not the other way around. Inverting this ratio creates a line with incorrect steepness.
- Forgetting to simplify — Point-slope form is correct as-is, but often you'll need to expand and rearrange into standard or slope-intercept form for further analysis or graphing. Always check what form the problem requires.