In short
In the slope-intercept form y = mx + c, the constant c is added to every point's y-value. If you change c to c + \Delta c, then every point on the line gains the same \Delta c — the entire line slides up (or down) by the exact same amount. Same direction at every point means the line translates vertically; it does not turn. To rotate the line you must change its tilt, and the tilt is controlled by m, the slope. Two different dials, two different effects.
A friend asks you: "If I bump the +5 in y = 2x + 5 up to +8, does the line tilt more, or does it just move?" You should be able to answer this without graphing anything. The answer is hiding in the equation itself — you just have to read what the symbol c is doing to each point.
The math: c adds to every y
Start with the slope-intercept form:
Here m is the slope (how steep the line is) and c is the y-intercept (the y-value at x = 0). Now change c to c + \Delta c, where \Delta c is whatever bump you want — could be +3, could be -7. The new equation is
Why: the only place c appears is as an added constant. Adding \Delta c on top means every output y jumps by exactly \Delta c, no matter what x you pick.
Compare the two lines point by point. At any x, the new y is the old y plus \Delta c. At x = 0: shifted up by \Delta c. At x = 5: shifted up by \Delta c. At x = -100: shifted up by \Delta c. The shift is uniform — it does not depend on x.
And the slope? The slope is the coefficient of x. In the old line it is m. In the new line it is also m. Nothing about the x-coefficient was touched, so the steepness is identical.
Same slope, shifted up
Compare y = 2x + 0 and y = 2x + 5. Both have slope 2 — both rise by 2 units of y for every 1 unit of x. The only difference is the constant: the second line is the first line lifted up by 5.
| x | y = 2x | y = 2x + 5 | difference |
|---|---|---|---|
| 0 | 0 | 5 | 5 |
| 1 | 2 | 7 | 5 |
| 2 | 4 | 9 | 5 |
| -3 | -6 | -1 | 5 |
Every difference is 5. Every point on the second line sits exactly 5 units above the corresponding point on the first. That is the picture of a vertical translation by 5.
Verify at a single $x$
Take x = 3. In y = 2x + 0 you get y = 6. In y = 2x + 5 you get y = 11. The difference is 11 - 6 = 5, exactly the change in c. Try x = 100 if you want — first line gives 200, second gives 205. Difference is still 5. The constant lives up to its name.
The geometric meaning: translation vs rotation
Two very different things can happen to a line in the plane:
- Translation — slide every point in the same direction by the same distance. The line ends up parallel to where it started, just in a new spot. Direction is preserved; position changes.
- Rotation — pivot the line about some point. The line ends up tilted differently. Position of the pivot is preserved; direction changes.
Why: "translation" literally means "carrying across" — every point gets carried by the same vector. "Rotation" means "turning about" — every point swings around a fixed centre.
When you change c and find that every point moves by the same vector (0, \Delta c) — straight up if \Delta c > 0, straight down if \Delta c < 0 — that is the very definition of a translation. There is no pivot, nothing is being twisted, the line keeps the same tilt.
For a rotation, different points would have to move by different amounts. The far-away points would swing through bigger arcs than the close-in points. But adding the same \Delta c to every y moves every point by the same amount, so no point is "swinging" relative to any other. The line is being carried, not turned.
The contrast: two independent dials
You have two knobs in y = mx + c, and they do completely separate things.
- Turn the m knob. The slope changes. The line rotates — it pivots about its y-intercept (the point (0, c), which stays fixed because at x = 0 the term mx vanishes). Direction changes; the pivot stays put.
- Turn the c knob. The intercept changes. The line translates vertically by exactly the change in c. Every point moves by the same amount; direction stays put.
These are independent transformations. Twisting one does not affect what the other one does.
Doing both at once
Start with y = 2x + 1. Now change to y = 3x + 4. Two things happened: slope went from 2 to 3 (rotation) and intercept went from 1 to 4 (translation). You can think of it in two steps:
- Rotate y = 2x + 1 about its y-intercept (0, 1) to get y = 3x + 1 — same intercept, steeper.
- Translate y = 3x + 1 up by \Delta c = 3 to get y = 3x + 4 — same slope as step 1, lifted by 3.
Order doesn't matter — translate first, rotate second, you still land on y = 3x + 4. The two dials don't interfere with each other. That independence is what makes the slope-intercept form so usable.
This matters way beyond straight lines. In CBSE Class 11, you will study transformations of general functions: y = f(x) + k shifts the graph of f vertically by k without changing its shape, while y = f(x - h) shifts it horizontally. Reflections, stretches, and rotations are all separate operations on top. The straight-line case is the cleanest version of this principle — once you see why c only translates and only m tilts, you have the template for understanding every graph transformation that comes later.
So next time someone bumps the constant in a linear equation and asks whether the line tilts, you can answer flatly: no, only the constant changed, so only the position changed. The direction lives in the coefficient of x.
References
- NCERT, Class 11 Mathematics — Straight Lines (PDF), Chapter 10.
- Khan Academy, Slope-intercept form.
- Wikipedia, Translation (geometry).
- Wikipedia, Linear equation — Slope–intercept form.
- Paul's Online Math Notes, Graphing Lines.