Slope-Intercept vs Point-Slope Form: Which to Use?
Two forms of a linear equation — slope-intercept (y = mx + b) and point-slope (y − y₁ = m(x − x₁)) — represent the same line differently. Slope-intercept form emphasises the y-intercept and is ideal for graphing and reading off key values. Point-slope form is built around any point on the line and is faster when you know a slope and a point that is not the y-intercept.
This guide compares the two forms side by side: when each is preferred, how to convert between them, and worked examples for both.
| Property | Slope-Intercept y = mx + b | Point-Slope y − y₁ = m(x − x₁) |
|---|---|---|
| Form | y = mx + b | y − y₁ = m(x − x₁) |
| Slope | Read directly as m | Read directly as m |
| y-intercept | Read directly as b | Requires substitution (set x = 0) |
| Starting information needed | Slope m and y-intercept b | Slope m and any point (x₁, y₁) |
| Best when you know | Where line crosses y-axis | Any point (not necessarily y-intercept) |
| Graphing ease | Plot (0, b) then use slope | Plot (x₁, y₁) then use slope |
| Identifying intercept | Immediate (b) | Must compute |
| Writing from two points | Extra step (find b after slope) | Use either point directly |
| Standard form conversion | Rearrange: mx − y + b = 0 | Expand then rearrange |
| Preferred in | Graphing, reading equations | Deriving equations quickly |
| Calculus context | Tangent line in slope-intercept | Tangent line naturally uses point-slope |
Slope-Intercept Form — y = mx + b
Slope-intercept form y = mx + b expresses a line using two parameters that are immediately readable: m is the slope (rise/run) and b is the y-intercept (where the line crosses the y-axis). This makes it ideal for graphing — you start at (0, b) and apply the slope to find additional points.
Reading values: In y = 3x − 5, the slope is 3 (line rises 3 for every 1 unit right) and the y-intercept is −5. You can graph this immediately without any calculation.
Writing the equation: To write slope-intercept form from two points, calculate m = (y₂ − y₁)/(x₂ − x₁) first, then substitute one point into y = mx + b to solve for b. Example: through (2, 7) and (5, 13). m = (13 − 7)/(5 − 2) = 2. Using (2, 7): 7 = 2(2) + b → b = 3. Equation: y = 2x + 3.
Best use cases: Comparing two linear equations, graphing by hand, identifying parallel lines (same m) and perpendicular lines (slopes are negative reciprocals), and interpreting real-world models where the starting value (y-intercept) matters (e.g., a taxi fare with a $3 base charge).
Point-Slope Form — y − y₁ = m(x − x₁)
Point-slope form y − y₁ = m(x − x₁) builds the equation around any known point (x₁, y₁) on the line and the slope m. Unlike slope-intercept, it does not require the y-intercept — any point works. This makes it faster when the y-intercept is not known or not convenient.
Writing the equation: Given slope m = 4 and point (3, −1): substitute directly. y − (−1) = 4(x − 3) → y + 1 = 4x − 12. You can leave it in point-slope form or simplify to slope-intercept: y = 4x − 13.
From two points: Calculate m first. Then use either point as (x₁, y₁). Example: through (−1, 2) and (3, 10). m = (10 − 2)/(3 − (−1)) = 2. Using (3, 10): y − 10 = 2(x − 3). This is valid point-slope form. Using (−1, 2): y − 2 = 2(x + 1). Both are equivalent — they describe the same line.
Best use cases: Writing equations quickly when a point and slope are given, calculus (tangent line at a point uses this form naturally), and when multiple valid forms are equivalent and you want the shortest derivation.
Converting Between Forms
Point-slope → Slope-intercept: Expand and isolate y. Example: y − 5 = 3(x + 2) → y − 5 = 3x + 6 → y = 3x + 11. Now in slope-intercept form with m = 3, b = 11.
Slope-intercept → Point-slope: Pick any point on the line (e.g., the y-intercept (0, b)), and write y − b = m(x − 0) → y − b = mx. Or use any other convenient point. Example: y = −2x + 7. Using point (1, 5): y − 5 = −2(x − 1). Check: 5 = −2(1) + 7 ✓.
Both forms → Standard form (Ax + By = C): Rearrange to move all terms to one side. From y = 3x + 11: −3x + y = 11, or 3x − y = −11. Standard form avoids fractions by multiplying through if needed.
Which form to submit: Teachers and textbooks often specify. When free to choose: use slope-intercept for graphing tasks, point-slope when deriving from a given point and slope, and standard form when comparing with Ax + By = C problems or linear systems.
Parallel and Perpendicular Lines
Parallel lines have the same slope m and different y-intercepts. Both forms show m explicitly, so you can read slope from either. Example: y = 2x + 5 and y = 2x − 3 are parallel (both m = 2). In point-slope form: any line y − y₁ = 2(x − x₁) is parallel to these.
Perpendicular lines have slopes that are negative reciprocals: if one line has slope m, the perpendicular has slope −1/m. Example: line with slope 3 is perpendicular to line with slope −1/3. Writing the perpendicular through point (6, 2): y − 2 = −(1/3)(x − 6) — point-slope form is natural here. Simplify to y = −x/3 + 4 if slope-intercept is needed.
Quick rule: Use slope-intercept to compare equations visually (same m → parallel, product of slopes = −1 → perpendicular). Use point-slope to write the equation of a new parallel or perpendicular line through a specific point.
Real-World Worked Examples
Example 1 — Slope-intercept preferred: A phone plan charges $25/month plus $0.10 per text. Cost equation: C = 0.10t + 25 (slope-intercept). The y-intercept $25 is the base cost — directly readable. m = 0.10 is cost per text.
Example 2 — Point-slope preferred: A car is moving at 60 mph. At t = 2 hours, the distance is 130 miles (it didn't start at the origin — there was initial distance). Using point-slope: d − 130 = 60(t − 2) → d = 60t + 10. If you tried slope-intercept first you'd still need to find b = 10 by back-calculating, taking an extra step.
Example 3 — Calculus tangent line: Find the tangent line to f(x) = x² at x = 3. f(3) = 9, f'(3) = 6. Point-slope: y − 9 = 6(x − 3) → y = 6x − 9. This is the natural form when the derivative gives the slope at a specific point.
Verdict
Slope-intercept form (y = mx + b) is best for graphing and reading equations at a glance; point-slope form (y − y₁ = m(x − x₁)) is best for writing equations quickly when you have a slope and a specific point that is not the y-intercept. Both represent the same line — the choice is about which is faster and clearest for your task.
- ✓Use slope-intercept when the y-intercept is given, when graphing, or when comparing two equations for slope.
- ✓Use point-slope when you have a slope and any non-origin point, or when deriving equations from two points without needing the y-intercept first.
- ✓In calculus, point-slope form is standard for tangent lines because the derivative gives slope at a specific point, not at the y-axis.
- ✓Converting is simple: expand point-slope and isolate y to get slope-intercept; pick any point from slope-intercept to write point-slope.
- ✓Parallel lines share slope m; perpendicular lines have slopes that multiply to −1. Both properties are visible in either form.