Slope: what it actually means
A line in the plane is a set of points. What distinguishes it from other curves? A defining property: the rate of change of with respect to is constant. Pick any two points on the line, compute , and you get the same number. That number is the slope, .
This is "rise over run": the change in height divided by the change in horizontal position.
Why is it the same between any two points? Because we said it is — that's what defines a line. Any set of points with constant is a line. Try the slope-explorer widget below to see this live: no matter which two points you drag, the slope triangle always reports the same ratio.
Drag the points around. Note that the line equation updates in real time. The slope never changes as long as you stay on the line — that constancy IS the line.
Slope-intercept form:
If a line has slope and crosses the -axis at , then for any point on the line:
This is slope-intercept form. is the slope; is the -intercept (the -value when ). Reading : slope 3 (rise 3, run 1), crosses -axis at .
Point-slope form:
What if you know the slope and a point but not the intercept? For any other point on the line, slope constancy demands:
This is point-slope form. You can always convert to slope-intercept by solving for .
Horizontal and vertical lines
Horizontal line through : for every . Slope . The line goes nowhere vertically.
Vertical line through : for every . Slope would be — division by zero, undefined. Vertical lines have NO slope (not zero slope — undefined slope). They cannot be written as ; their equation is simply .
Parallel and perpendicular: the slope relationships
Parallel lines have equal slopes and different -intercepts. They never intersect because their rates of change are identical.
Perpendicular lines have slopes that satisfy , i.e., . Why? Here's the picture-proof in words: if line 1 has slope (rise , run ), rotate that slope triangle 90° clockwise. The "rise" becomes and the "run" becomes , giving slope . The product is .
Example: if one line has slope , a perpendicular line has slope .
The big foreshadow
The word "linear" shows up in linear equations, linear inequalities, linear functions, linear systems, linear transformations, and the entire subject of linear algebra. Every single one of those concepts is describing, in some form, the constant-rate-of-change structure you see here. A line is the simplest geometric object with that structure. When we say a function is "linear," we mean it behaves like a line. When we say a transformation is "linear," we mean it respects the same underlying structure. File this away. It will pay dividends for the rest of the course.