Find Slope from Equation- Quick Tutorial
What Slope Actually Means
Slope is just a number. It tells you how steep a line is and whether it goes up or down as you move right. That's it. No metaphors, no fancy definitions.
The formula is rise over run — vertical change divided by horizontal change. A slope of 2 means the line goes up 2 units for every 1 unit you move right. Negative slope means it goes down instead.
Finding Slope from Slope-Intercept Form
The slope-intercept form is y = mx + b, where m is the slope and b is the y-intercept. This is the easiest case.
Look at this equation: y = 3x + 7
The slope is 3. You don't have to do anything. The number in front of x is the slope, full stop.
Another one: y = -0.5x - 4
The slope is -0.5. Negative because the line slopes downward.
Finding Slope from Standard Form
Standard form is Ax + By = C. Here you have to rearrange to solve for y, then read off the slope.
Take 2x + 3y = 12
Step 1: Move x terms to one side.
3y = -2x + 12
Step 2: Divide everything by 3.
y = (-2/3)x + 4
Slope is -2/3.
Quick rule: in Ax + By = C, the slope is -A/B. For 2x + 3y = 12, that's -2/3. You can skip the algebra if you're in a hurry.
Finding Slope from Point-Slope Form
Point-slope form is y - y₁ = m(x - x₁). The m is sitting right there. It's the slope. No work required.
y - 5 = 2(x - 3)
Slope is 2. Done.
y + 2 = -4(x + 1)
Slope is -4. The signs flip because you're subtracting a negative.
Finding Slope from Two Points
When you have two points but no equation, use the slope formula:
m = (y₂ - y₁) / (x₂ - x₁)
Points: (2, 3) and (6, 11)
m = (11 - 3) / (6 - 2) = 8 / 4 = 2
Slope is 2.
Points: (-1, 4) and (3, -2)
m = (-2 - 4) / (3 - (-1)) = -6 / 4 = -3/2
Slope is -3/2.
Slope from Equation — Quick Reference
| Equation Form | Format | How to Find Slope |
|---|---|---|
| Slope-Intercept | y = mx + b | m is the slope (number in front of x) |
| Standard | Ax + By = C | Slope = -A/B (rearrange or use formula) |
| Point-Slope | y - y₁ = m(x - x₁) | m is the slope (already isolated) |
| Two Points | (x₁, y₁) and (x₂, y₂) | m = (y₂ - y₁) / (x₂ - x₁) |
Common Mistakes That Mess People Up
- Forgetting the negative sign when converting from standard form. The formula is -A/B, not A/B.
- Reversing the order in the slope formula. It's always (y₂ - y₁) over (x₂ - x₁). Swap the points and you get the same answer, but mixing them up gives you the wrong sign.
- Confusing the slope with the y-intercept in y = mx + b. m is slope. b is where the line crosses the y-axis.
- Dividing unevenly when rearranging. If you have 2x + y = 5 and solve for y, you get y = -2x + 5. Not y = 5 - 2x. Same thing, different order.
Getting Started: Find the Slope in 5 Steps
- Identify the form. Is it y = mx + b? Ax + By = C? Two points? This tells you what to do next.
- For y = mx + b — the slope is the coefficient of x. Stop there.
- For Ax + By = C — either solve for y or use m = -A/B.
- For two points — plug into m = (y₂ - y₁) / (x₂ - x₁).
- Check your sign. Positive slope goes up left to right. Negative slope goes down left to right.
When the Slope Doesn't Exist
Vertical lines have undefined slope. Not zero — undefined. You can't divide by zero.
Points (4, 2) and (4, 8) give you:
m = (8 - 2) / (4 - 4) = 6 / 0
That's not a number. It's undefined. Horizontal lines have a slope of exactly 0. Those are two completely different things.