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

Coordinate plane showing one line written in three equivalent forms A square coordinate plane from negative ten to ten on both axes. A blue line is drawn for the current slope and intercept. A green dot marks the y-intercept (0, c). A red dot marks the chosen reference point (x1, y1) which the point-slope form uses. x y (0, 0) (1, 1)
Slope-intercept: y = 2.0 x + 3.0
Point-slope: y - 5.0 = 2.0 (x - 1.0)
Standard: 2 x - 1 y = -3
Move the top two sliders to choose the line ($m$ and $c$). Move the bottom slider to choose which point on the line the point-slope form uses. The blue line, the green $y$-intercept dot, the red point-slope reference dot, and all three equation panels update in lockstep.

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

Decision card showing which form of a linear equation suits which task Three side-by-side cards. The first card titled slope-intercept shows the formula y equals m x plus c and lists best for plotting and reading slope. The second card titled point-slope shows y minus y one equals m times x minus x one and lists best for given a point and slope. The third card titled standard form shows A x plus B y equals C and lists best for systems of equations and the NCERT general form. Slope-intercept y = m x + c Best for: plotting by hand reading slope at a glance finding the y-intercept You know: slope and intercept Point-slope y - y₁ = m(x - x₁) Best for: writing the line straight from a point tangent-line problems You know: one point and the slope Standard form A x + B y = C Best for: systems of equations elimination method vertical lines too You know: any two of A, B, C
Three forms, three jobs. Slope-intercept for drawing; point-slope for "given a point and a slope, write the line"; standard for "two lines, find where they meet." All three describe the same line, but each one minimises the work for a different task.

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:

y = 3x - 2 \;\;\Longrightarrow\;\; -3x + y = -2.

Multiply through by -1 if you prefer positive leading coefficients:

3x - y = 2.

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.

Slope-intercept y equals 3x minus 2 rewritten as standard 3x minus y equals 2 Three boxes connected by arrows. The first box shows y equals 3x minus 2. An arrow labelled subtract 3x leads to the middle box minus 3x plus y equals minus 2. An arrow labelled multiply by minus 1 leads to the third box 3x minus y equals 2. All three label the same line. y = 3x − 2 slope-intercept −3x both sides −3x + y = −2 standard (one form) × (−1) 3x − y = 2 tidy version

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.

y - 4 = 2(x - 1) \;\;\Longrightarrow\;\; y - 4 = 2x - 2 \;\;\Longrightarrow\;\; y = 2x + 2.

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.

m = \frac{9 - 3}{4 - 1} = \frac{6}{3} = 2.

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):

y - 3 = 2(x - 1).

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

  1. 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.
  2. NCERT Class 11 Mathematics, Chapter 10: Straight Lines — gives all five common forms (slope-intercept, point-slope, two-point, intercept, normal) in one chapter.
  3. Wikipedia: Linear equation — collects the equivalent forms with conversions between them.
  4. Khan Academy: Forms of two-variable linear equations — short videos on each form and on switching between them.
  5. Desmos Graphing Calculator — type any of the three forms and Desmos draws the same line, confirming the equivalence.