In short
A single straight line can be written down in at least three different ways, and each way highlights a different feature of the same line.
- Slope-intercept form: y = mx + c — best when you want to plot the line by hand or read off the tilt and the y-axis crossing at a glance.
- Point-slope form: y - y_1 = m(x - x_1) — best when a problem hands you one specific point on the line plus the slope.
- Standard form: Ax + By = C — best for solving systems of equations and the form that NCERT prefers when stating the general linear equation ax + by + c = 0.
They are not three different lines. They are three different outfits on the same line. Pick whichever outfit makes your current job easiest, and switch when the job changes.
You have probably written y = 2x + 3 before. You may also have written y - 5 = 2(x - 1). And you have certainly seen 2x - y = -3. If somebody told you those three equations describe the same line, you might believe them — but you would not always feel it. The widget below is built to fix that. Drag the sliders, and all three forms rewrite themselves at once, in lockstep, for whatever line you have chosen.
The same line, three outfits
The blue line is the same line in all three panels — only the symbols you use to describe it change. The green dot is the y-intercept (0, c), which the slope-intercept panel reads off directly. The red dot is the chosen point (x_1, y_1), which the point-slope panel hard-codes into its formula. The standard-form panel rearranges the slope-intercept equation y = mx + c into the shape Ax + By = C by sweeping every term to the left. Three sentences, one line.
Why each form makes one thing easy: the slope-intercept form puts m and c in plain sight, so plotting the line by hand takes seconds — start at (0, c), count m units up for every 1 unit right. The point-slope form bakes a known point straight into the equation, so if a problem says "the line passes through (1, 5) with slope 2" you write the answer in one stroke without solving for c. The standard form puts both variables on the same side, which is exactly the shape you need for the elimination method on a system of two equations.
When to reach for which form
In CBSE Class 10 you meet the standard form first, as the general ax + by + c = 0 in the chapter on pair of linear equations — and you spend a lot of time using it for the elimination method. In Class 11, the straight lines chapter introduces all three forms (and a couple more), explicitly so you can pick the right tool for the right problem. The widget here is the bridge between those two years: same line, three uniforms, and switching between them is a one-step rearrangement.
Worked examples — switching outfits
Slope-intercept to standard form
Problem. The line y = 3x - 2 is in slope-intercept form. Rewrite it in standard form.
Solution. Standard form wants both variables on the left and the constant on the right. Subtract 3x from both sides:
Multiply through by -1 if you prefer positive leading coefficients:
Both -3x + y = -2 and 3x - y = 2 are correct standard-form versions of the same line. Different teachers prefer different sign conventions; either is acceptable.
Point-slope to slope-intercept
Problem. The line y - 4 = 2(x - 1) is in point-slope form. Rewrite it in slope-intercept form.
Solution. Distribute the 2 on the right, then move the -4 across.
So the line has slope 2 and y-intercept 2. The point-slope form was telling you that the line passes through (1, 4) with slope 2 — and indeed at x = 1, the slope-intercept formula gives y = 2(1) + 2 = 4. The two forms agree, as they must.
Point-slope from two given points
Problem. A line passes through (1, 3) and (4, 9). Write its equation.
Solution. First find the slope using the rise-over-run formula.
Now you have a slope and a point — exactly the situation point-slope form was built for. Pick either point; the line is the same. Using (1, 3):
Why point-slope is the natural choice here: you do not yet know c. The slope-intercept form y = mx + c would force you to compute c as an extra step (3 = 2(1) + c, so c = 1). Point-slope skips that solve — it accepts the point you already have and writes the line in one move.
If you prefer slope-intercept form, distribute and tidy: y - 3 = 2x - 2, so y = 2x + 1. Check the other point: at x = 4, y = 2(4) + 1 = 9. The line passes through (4, 9) as required.
The takeaway
Slope-intercept, point-slope, and standard form are three names for the same animal. Drag the widget once and the equivalence stops being a memorised fact — it becomes a thing you have seen happen. When a problem hands you a slope and an intercept, write slope-intercept. When it hands you a slope and a point, write point-slope. When you are about to add or subtract two equations, write both in standard form. The line never cares which form you choose; only your arithmetic does.
References
- NCERT Class 10 Mathematics, Chapter 3: Pair of Linear Equations in Two Variables — introduces the standard form a_1 x + b_1 y + c_1 = 0 used throughout the elimination method.
- NCERT Class 11 Mathematics, Chapter 10: Straight Lines — gives all five common forms (slope-intercept, point-slope, two-point, intercept, normal) in one chapter.
- Wikipedia: Linear equation — collects the equivalent forms with conversions between them.
- Khan Academy: Forms of two-variable linear equations — short videos on each form and on switching between them.
- Desmos Graphing Calculator — type any of the three forms and Desmos draws the same line, confirming the equivalence.