In short

The moment a problem says "line through the point (x_1, y_1) with slope m", your pen should already be writing

y - y_1 = m(x - x_1).

No thinking. No solving for b. No second-guessing the form. Drop the three numbers in the three slots and the equation of the line is on the page. Then, and only then, ask whether the question wants slope-intercept (y = mx + c), standard form (ax + by + c = 0), or wants you to leave it as is. The recognition is the whole game; the conversion is just tidying up.

This is a reflex chapter, not a thinking chapter. By CBSE Class 11 you are expected to look at the phrase "slope m, passing through (x_1, y_1)" and have the point-slope equation appear on your page in under five seconds — the same way you write \sin 30^\circ = 1/2 without re-deriving it from the unit circle every time.

The trigger card

Trigger card showing the recognition pattern from problem phrasing to point-slope equation A three-panel flow card. Panel one on the left shows the input phrase point x one comma y one and slope m. An arrow leads to panel two in the middle which shows the equation y minus y one equals m times x minus x one. A second arrow leads to panel three on the right labelled done, with smaller text saying convert if asked. You see point $(x_1, y_1)$ slope $m$ (in any wording) You write $y - y_1 = m(x - x_1)$ (no algebra in between) Done. Then convert to whatever form they want. Recognition is the whole game. Conversion is housekeeping.
The trigger phrase is on the left; the equation you write is in the middle; everything else is post-processing on the right.

Why point-slope is the fast form for this exact phrasing: the formula has three blanks — one for m, one for x_1, one for y_1 — and the problem hands you exactly those three things. Slope-intercept y = mx + c has a blank for c that the problem does not fill in, so you would have to solve for it as a separate step. Point-slope is the gadget designed for "slope plus a point", end of discussion. The deeper when-to-pick-which-form question is settled in the decision article — this article only trains the reflex.

Three problems, thirty seconds each

Plain positive numbers

Problem. Find the equation of the line through (2, 3) with slope 5.

Recognise. Point + slope. Hand reaches for point-slope.

Write. m = 5, x_1 = 2, y_1 = 3 go into their slots:

y - 3 = 5(x - 2).

That is already a complete, correct equation of a line. Stop here if the question accepts point-slope.

Convert (if asked for slope-intercept). Distribute and shift:

y - 3 = 5x - 10 \;\;\Longrightarrow\;\; y = 5x - 7.

Verify with the given point: at x = 2, y = 5(2) - 7 = 3. Matches (2, 3). Done.

Why both lines describe the same object: y - 3 = 5(x - 2) and y = 5x - 7 are algebraically the same equation — one is just the other after distributing 5 and adding 3 to both sides. Point-slope is the natural birthplace; slope-intercept is the polished output.

Negative coordinates — watch the brackets

Problem. Find the equation of the line through (-1, 4) with slope -2.

Recognise. Point + slope. Same reflex.

Write — carefully. Here x_1 = -1 and y_1 = 4. Plug them in exactly as written, with brackets:

y - 4 = -2\bigl(x - (-1)\bigr).

Now simplify the inside of the bracket: x - (-1) = x + 1.

y - 4 = -2(x + 1).

Stop here if the question accepts point-slope.

Convert. Distribute the -2 and shift:

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

Verify at x = -1: y = -2(-1) + 2 = 2 + 2 = 4. Matches (-1, 4). Done.

Why the bracket discipline matters: the formula has -x_1 baked into it, so when x_1 is itself negative, you get a double negative that flips to a plus. Forgetting the inner bracket is the single biggest source of sign errors in this chapter — write \bigl(x - (-1)\bigr) first, then simplify to (x + 1). Two steps look slow on paper; in your head it is one move.

Through the origin, irrational slope

Problem. Find the equation of the line through the origin with slope \sqrt{3}.

Recognise. "Origin" is just code for the point (0, 0). Point + slope. Same reflex.

Write. m = \sqrt{3}, x_1 = 0, y_1 = 0:

y - 0 = \sqrt{3}\,(x - 0) \;\;\Longrightarrow\;\; y = \sqrt{3}\,x.

That is the whole answer; no further conversion needed.

Why slope \sqrt{3} shows up so often: it is \tan 60^\circ, so this is the line that makes a 60^\circ angle with the positive x-axis. Trig-flavoured straight-line problems in CBSE Class 11 are full of slopes like 1 (45^\circ), \sqrt{3} (60^\circ), and 1/\sqrt{3} (30^\circ). The point-slope reflex does not care that the slope is irrational — it just drops \sqrt{3} into the m-slot like any other number.

Sign-and-bracket pitfall

The single trap in this whole chapter is the inner minus sign. The formula is

y - y_1 = m\bigl(x - x_1\bigr),

with a minus in front of y_1 and a minus in front of x_1. When the coordinates are positive, you barely notice. When they are negative, those minuses meet other minuses and flip.

Given point Wrong (skipping the bracket) Right (with the bracket)
(3, 7) y - 7 = m(x - 3) y - 7 = m(x - 3) — same
(-3, 7) y - 7 = m(x - 3) y - 7 = m\bigl(x - (-3)\bigr) = m(x + 3)
(3, -7) y - 7 = m(x - 3) y - (-7) = m(x - 3) \Rightarrow y + 7 = m(x - 3)
(-3, -7) y - 7 = m(x - 3) y + 7 = m(x + 3)

The discipline that saves you every time is the same two-step move you used in Example 2:

  1. Write the formula with the coordinate inside a bracket, exactly as given: y - (-7) = m\bigl(x - (-3)\bigr).
  2. Then simplify the double negatives: y + 7 = m(x + 3).

Skipping step 1 to "save time" is the false economy that costs marks. Two seconds of brackets buys you certainty on signs.

Why this trap exists: the formula was derived from the slope expression m = (y - y_1) / (x - x_1), where the subscripted coordinates are subtracted. When you substitute a negative value for x_1 or y_1, the subtraction sign in the formula and the negative sign in the value are two separate things — both must survive into the substituted equation. Bracketing keeps them visible until the simplification step.

Variants of the trigger phrase

The recognition fires on the meaning, not the exact words. All of these phrasings are the same trigger:

In every case, the algebra is identical: y - 3 = 5(x - 2). The reflex you build in this article carries straight over to tangent-line problems in calculus, to linear motion in physics, and to any locus problem where a constraint pins down one point and one slope.

When the problem hands you two points instead

That is a different trigger — see the decision article for the full picture. The short version: compute the slope first using m = (y_2 - y_1)/(x_2 - x_1), then you are back to "point + slope" and the reflex in this article fires. The two-points case is just one extra arithmetic step before the same finishing move.

References

  1. NCERT Class 11 Mathematics, Chapter 10: Straight Lines — the canonical Indian-syllabus presentation, with point-slope as Theorem 10.2.1.
  2. Khan Academy: Point-slope form intro — short worked drills on the same trigger.
  3. Paul's Online Notes: Equations of Lines — calculus-flavoured re-use of point-slope for tangent lines.
  4. Wikipedia: Linear equation — Point-slope form — collects equivalent algebraic forms in one table.