Mistakes · Graphing
5 Common Slope Mistakes and How to Catch Them
Four of the five are caught by a rough sketch. Drawing the two points takes five seconds and settles the sign every time.
1. Putting run over rise
Slope is rise over run — the y difference on top. Inverting it gives the reciprocal, which is a completely different line that still looks like a plausible answer.
For (1, 2) and (4, 8) the slope is 6/3 = 2. Inverted it becomes 3/6 = 0.5, a line four times less steep.
2. Mixing up the order of subtraction
The order can be either way round, but it has to be the same on top and bottom. Taking y₂ − y₁ over x₁ − x₂ flips the sign, turning an uphill line into a downhill one.
| Calculation | Result | Correct? |
|---|---|---|
| (8 − 2)/(4 − 1) | 2 | yes |
| (2 − 8)/(1 − 4) | 2 | yes — both reversed |
| (8 − 2)/(1 − 4) | −2 | no — only one reversed |
The check: does the sign match the picture? If the line rises from left to right, the slope must be positive.
3. Confusing zero slope with undefined slope
A horizontal line has slope zero. A vertical line has undefined slope. These are different answers to different situations, and swapping them is one of the most frequent exam errors in this topic.
- Horizontal: the rise is 0, so m = 0/run = 0. Its equation is y = c.
- Vertical: the run is 0, so the division is undefined. Its equation is x = a, and it has no slope-intercept form.
The check: which coordinate is repeated? Two points with the same y value give a horizontal line; two with the same x value give a vertical one.
4. Reciprocal without the negative
For a perpendicular line the new slope is the negative reciprocal. The perpendicular to a line of slope 2 is −1/2, not 1/2.
Dropping the minus sign produces a line that is not perpendicular to anything relevant, and the error survives because 1/2 looks like the right kind of number.
5. Forgetting to divide the constant
Converting 2x + 4y = 8 to slope-intercept form means dividing every term by 4, including the 8. Dividing only the terms containing letters gives y = −0.5x + 8, which has the right direction and the wrong position.
- 4y = −2x + 8after subtracting 2x
- y = −0.5x + 2correct: all three terms divided
- y = −0.5x + 8wrong: the constant was left alone
The check: substitute a point you know is on the line. If it does not satisfy the equation, the constant is the first place to look.
The check that catches nearly all of them
Substitute both original points into your final equation. Both must satisfy it.
This is stronger than it sounds. A sign error in the slope, an inverted ratio or a mishandled constant will each break at least one of the two points, and usually both. It takes about ten seconds and it tests the answer rather than repeating the working that produced it.
Questions about common slope mistakes
Why do I keep getting the sign of the slope wrong?
Almost always because the subtraction order was reversed on the top but not the bottom. Sketch the two points — if the line falls left to right, the slope must be negative.
Is the slope of a vertical line zero?
No. A vertical line has undefined slope, because the run is zero. A horizontal line is the one with slope zero.
What is the perpendicular slope to 3?
−1/3. Take the reciprocal and change the sign; the two slopes must multiply to −1.
How do I check my equation is right?
Substitute both of the original points. Both must satisfy the equation, and checking the point you did not use to find b is the one that genuinely tests it.