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:

y = mx + c

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

y_{\text{new}} = mx + (c + \Delta c) = (mx + c) + \Delta c = y_{\text{old}} + \Delta c

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:

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.

Four parallel lines with slope 2 and intercepts 0, 2, 4, 6 — each is a vertical translate of the othersA coordinate plane showing four lines all with slope 2, with y-intercepts 0, 2, 4 and 6. The lines are parallel — they never meet — and each is the previous one shifted up by 2 units. Arrows on the right show the upward translation between successive lines. x y y = 2x + 6 y = 2x + 4 y = 2x + 2 y = 2x + 0 +2 +2 +2
Four lines with slope $2$ and intercepts $0, 2, 4, 6$. Each line is the one below it lifted by $\Delta c = 2$. They are parallel — never meeting — because nothing about their direction has changed.

The contrast: two independent dials

You have two knobs in y = mx + c, and they do completely separate things.

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:

  1. Rotate y = 2x + 1 about its y-intercept (0, 1) to get y = 3x + 1 — same intercept, steeper.
  2. 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

  1. NCERT, Class 11 Mathematics — Straight Lines (PDF), Chapter 10.
  2. Khan Academy, Slope-intercept form.
  3. Wikipedia, Translation (geometry).
  4. Wikipedia, Linear equation — Slope–intercept form.
  5. Paul's Online Math Notes, Graphing Lines.