Slope-Intercept Form- Guided Notes and Examples
What Is Slope-Intercept Form?
Slope-intercept form is one of the most useful ways to write a linear equation. Once you know it, you can pull information about a line instantly—slope, y-intercept, and even graph it without plotting points.
The formula is:
y = mx + b
That's it. Two variables, two letters you control. Everything about a line lives inside this equation.
Breaking Down the Formula
Each piece of y = mx + b tells you something specific:
- y and x are the variables—they represent any point on the line
- m is the slope of the line
- b is the y-intercept (where the line crosses the y-axis)
What the Slope (m) Actually Means
Slope is the rate of change. It tells you how much y changes when x increases by 1. A slope of 3 means y goes up 3 units every time x goes up 1. A slope of -2 means y drops 2 units for every 1-unit increase in x.
Calculate slope with two points using:
m = (y₂ - y₁) / (x₂ - x₁)
What the Y-Intercept (b) Actually Means
The y-intercept is simply where the line hits the y-axis. This happens when x = 0. So (0, b) is your y-intercept point.
Examples in Action
Example 1: Identifying Parts
Given: y = 4x + 7
The slope is 4. The y-intercept is 7. The line crosses the y-axis at (0, 7) and rises 4 units for every 1 unit it moves right.
Example 2: Negative Slope
Given: y = -3x + 2
The slope is -3. The y-intercept is 2. This line goes downward as you move right—it falls 3 units for every 1 unit it moves right.
Example 3: Zero Slope
Given: y = 5
This is really y = 0x + 5. The slope is 0. The line is horizontal, sitting at y = 5, crossing the y-axis at (0, 5).
How To: Write an Equation Given Two Points
You have two points: (2, 3) and (5, 11).
Step 1: Find the slope.
m = (11 - 3) / (5 - 2) = 8/3
Step 2: Plug one point into y = mx + b and solve for b.
3 = (8/3)(2) + b
3 = 16/3 + b
b = 3 - 16/3 = 9/3 - 16/3 = -7/3
Step 3: Write the equation.
y = (8/3)x - 7/3
How To: Graph Using Slope-Intercept
Graph: y = 2x + 3
- Step 1: Plot the y-intercept (0, 3)
- Step 2: Use the slope. Slope is 2/1, so from (0, 3), move up 2 units and right 1 unit. Plot that point at (1, 5)
- Step 3: Draw a line through the two points
That's it. Two points define a line. You don't need to plot more.
Slope-Intercept vs. Other Forms
| Form | Formula | What It Shows | Best For |
|---|---|---|---|
| Slope-Intercept | y = mx + b | Slope and y-intercept directly | Graphing, finding intercepts |
| Point-Slope | y - y₁ = m(x - x₁) | Slope and one point | Writing equations from a point and slope |
| Standard Form | Ax + By = C | Intercepts when solving | Finding x and y intercepts |
Common Mistakes to Avoid
- Forgetting the sign: A negative slope looks different than a positive one. Watch your signs when calculating.
- Confusing m and b: Slope is the coefficient of x. The constant alone is the y-intercept.
- Not reducing fractions: Always simplify your slope. 4/2 = 2. Don't leave it messy.
- Plotting the y-intercept wrong: Remember, the y-intercept is always at x = 0. That's (0, b).
Quick Reference
When you see y = mx + b:
- The number in front of x is the slope
- The number at the end is the y-intercept
- The line rises if slope is positive, falls if negative, and is flat if slope is zero
That's all you need. Once you can spot m and b instantly, graphing lines and solving problems becomes routine.