The most useful form of a linear equation โ slope and starting point, both visible at a glance.
The Mnemonic
Two Numbers Tell You the Whole Line
Slope-Intercept Form writes a line's equation as y = mx + b, where m is the slope (from the Slope Formula lesson) and b is the y-intercept โ the y-value where the line crosses the y-axis (always at the point (0, b)).
This form is called the MOST useful specifically because both key pieces of information about the line โ how steep it is (m) and where it starts on the y-axis (b) โ are immediately readable straight from the equation, with zero calculation needed.
y = mx + b โ the line crosses the y-axis at b, then rises or falls at a rate of m
๐ก Memory Trick
"The most useful form of a linear equation." y = mx + b โ m is always the slope (the number multiplying x), and b is always the y-intercept (the number added or subtracted at the end, with no x attached). Once an equation is in this exact form, both values are just sitting there, ready to read.
Why It Works
Why b Is Specifically the Y-Intercept
The y-intercept is, by definition, the point where a line crosses the y-axis โ meaning x = 0 at that exact point. Substituting x = 0 into y = mx + b gives y = m(0) + b = b โ the equation itself proves that b is exactly the y-value when x is 0, which is precisely the definition of the y-intercept.
The m term works the way it does because of how slope was originally defined: for every 1 unit x increases, y increases by exactly m (since slope is rise/run, and increasing x by 1 makes the 'run' equal to 1, forcing the 'rise' to equal m directly).
Using It In A Proof
Building an Equation From Given Information
The most common task with this form isn't just reading m and b off an existing equation โ it's building the equation FROM a slope and a point, which requires solving for b first.
1
Identify or calculate the slope
If two points are given instead of a slope directly, use the Slope Formula first to find m.
2
Substitute a known point to solve for b
Plug the known x and y values (from any point on the line) along with m into y = mx + b, then solve for b algebraically.
3
Write the final equation
Combine the slope and the solved value of b into the final y = mx + b equation.
Full Worked Example
Writing an Equation From Two Points
Given: A line passes through (2, 7) and (4, 13). Find: its equation in slope-intercept form.
1
Find the slope first
m = (13 โ 7) / (4 โ 2) = 6 / 2 = 3.
2
Substitute one point and the slope to solve for b
Using (2, 7): 7 = 3(2) + b, so 7 = 6 + b.
3
Solve for b
b = 1.
4
Write the final equation
y = 3x + 1.
Verify with the OTHER point (4,13): y = 3(4) + 1 = 12 + 1 = 13. โ Matches, confirming the equation is correct.
๐ฏ Quick Worked Example
A line has a slope of โ2 and passes through (3, 1). Write its equation in slope-intercept form.
1
Substitute the known values. 1 = โ2(3) + b, so 1 = โ6 + b.
2
Solve for b. b = 7.
3
Write the equation. y = โ2x + 7.
๐ Exam Application
When an equation is given in a different form (like standard form, Ax+By=C), exams often expect you to rearrange it into slope-intercept form first before reading off the slope and y-intercept โ always isolate y completely before trusting any values you read as m or b.
โ ๏ธ Most Common Slope-Intercept Form Mistakes
Trap 1 โ Reading m and b from a non-simplified equation: An equation must be FULLY solved for y (nothing else added, subtracted, or attached to the y) before m and b can be read directly โ an equation like 2y = 6x + 4 does NOT have m=6 and b=4 until you divide everything by 2 first (giving y=3x+2).
Trap 2 โ Using the wrong point when solving for b: Any point that's actually on the line works fine, but the x and y values must come from the SAME point โ mixing the x-coordinate from one point with the y-coordinate from another produces a wrong b value.
โ Quick Self-Test
1) What do m and b each represent in y = mx + b? 2) Find the slope and y-intercept of y = โ4x + 9. 3) A line has slope 5 and passes through (1, 2) โ write its equation. 4) Why does substituting x=0 into y=mx+b prove that b is the y-intercept? 5) A line is given as 2y = 8x โ 6 โ rewrite it in proper slope-intercept form and identify m and b.