In short

Someone hands you a line — say y = 2x + 5 — and asks: does the point (3, 11) lie on it? You do not draw anything. You do not measure anything. You plug in: substitute x = 3 and y = 11 into the equation, see if the two sides match.

11 \stackrel{?}{=} 2(3) + 5 = 11 \;\;\checkmark

Match → on the line. Mismatch → not on the line. That is the entire test. Five seconds. This is the recipe CBSE Class 9 and Class 10 expect you to run on autopilot.

This article is the fast recipe card. The deeper "why does this even work" story — that a line is its solution set — lives in the sibling article Every (x, y) Satisfying the Equation Lies on the Line. Here we just want the muscle memory: given a point and an equation, decide in five seconds whether the point lies on the curve.

The recipe

Three steps. That is all.

  1. Take the point. Note down its x-coordinate x_0 and y-coordinate y_0.
  2. Substitute. Plug x_0 and y_0 into the equation, replacing every x with x_0 and every y with y_0.
  3. Compare both sides. If the left side equals the right side, the point lies on the line. If not, it does not.

Why this works: the equation is a condition — it specifies which (x, y) pairs are allowed onto the line. A point satisfies the condition exactly when its coordinates make the equation a true statement. The equation itself is the membership test. There is nothing else to check.

Workflow: take the point, substitute into equation, compare sides, decide on or off the lineA horizontal flowchart with four boxes. Box one says point given (x0, y0). An arrow leads to box two which says substitute into equation. Another arrow leads to a diamond decision asking does LHS equal RHS. From the diamond a yes branch leads to a green box saying point lies on the line, and a no branch leads to a red box saying point not on the line. Point given (x₀, y₀) Substitute into the equation LHS = RHS? both sides match? YES ✓ on the line it's a solution NO ✗ not on line not a solution
The whole workflow on a single line. Once you have done it ten times, your eye runs the diamond automatically.

Four worked examples

Example 1 — Does $(3, 11)$ lie on $y = 2x + 5$?

Substitute x = 3, y = 11:

\text{LHS} = 11, \quad \text{RHS} = 2(3) + 5 = 6 + 5 = 11

LHS = RHS. Both sides give 11. Yes — (3, 11) lies on the line.

Why: 11 is exactly what 2x + 5 produces when x = 3, so the pair (3, 11) satisfies the rule and the line passes through it.

Example 2 — Does $(2, 5)$ lie on $y = 3x - 1$?

Substitute x = 2, y = 5:

\text{LHS} = 5, \quad \text{RHS} = 3(2) - 1 = 6 - 1 = 5

Match. Yes — (2, 5) lies on the line.

Why: again the equation is the test, and the test passes — both sides land on the same number.

Example 3 — Does $(0, 4)$ lie on $3x + 2y = 8$?

This equation is in standard form — there is no isolated y on one side. Doesn't matter. Plug in x = 0, y = 4 everywhere they appear:

\text{LHS} = 3(0) + 2(4) = 0 + 8 = 8, \quad \text{RHS} = 8

Match. Yes — (0, 4) lies on the line.

Why: the recipe does not care which form the equation is in. Standard form, slope-intercept form, intercept form — they are all just conditions on (x, y). Substitute everywhere and check.

Example 4 — Negative case: does $(1, 1)$ lie on $y = 2x + 5$?

Substitute x = 1, y = 1:

\text{LHS} = 1, \quad \text{RHS} = 2(1) + 5 = 7

1 \stackrel{?}{=} 7. No — (1, 1) does not lie on the line.

You don't need to find "how far off" it is or "which side" of the line it sits on for this question. The yes/no test is enough: the equation said "give me 7 when x = 1" and the point delivered 1. Mismatch → off the line.

Why: the equation is a strict membership condition. Either the coordinates produce a true statement or they do not — there is no "almost on the line."

A cricket-style mnemonic

Think of the equation as a stadium gate-keeper. He has a rule: "To enter, the second number on your ticket must equal twice the first plus five." You walk up with ticket (3, 11). He computes 2 \cdot 3 + 5 = 11. Your second number is 11. He waves you in — you are on the line. The next person carries (1, 1). He computes 2 \cdot 1 + 5 = 7. Their second number is 1, not 7. Sent back — not on the line.

The equation is the gate-keeper. Plugging in is showing your ticket.

Generalising — works for ANY curve, not just lines

The wonderful thing is that this recipe is not a "line trick." It works for every equation in x and y. Want to know if (3, 9) lies on the parabola y = x^2? Plug in: 9 \stackrel{?}{=} 3^2 = 9. Yes. Does (2, 5) lie on y = x^2? Plug in: 5 \stackrel{?}{=} 4. No.

Does (3, 4) lie on the circle x^2 + y^2 = 25? Plug in: 9 + 16 = 25. Yes — that is the famous 3-4-5 Pythagorean point on a radius-5 circle. Does (1, 1) lie on it? 1 + 1 = 2 \neq 25. No.

Does (1, 2) lie on the hyperbola xy = 2? Plug in: 1 \cdot 2 = 2. Yes. Does (\pi/2, 1) lie on y = \sin x? Plug in: \sin(\pi/2) = 1. Yes.

Why the universality: the move "the curve = the set of (x, y) that make the equation true" is the founding idea of analytic geometry. The shape of the curve does not matter. Line, parabola, circle, ellipse, sine wave, anything you can write as an equation in x and y — the membership test is always the same: substitute and compare.

So the moment you internalise plug in to check for a line, you have actually learned the universal point-membership test for every curve you will meet in school. CBSE Class 9 introduces it for lines (chapter on Linear Equations in Two Variables); Class 10 reuses it constantly when solving and verifying systems; Class 11 conic sections and Class 12 calculus rely on the same instinct.

Five things this recipe quietly handles

Common slip-ups

Where this leads

Once plug-in becomes reflex, the rest of coordinate geometry opens up: solving systems of equations is just finding the points where two membership conditions are satisfied at once. Verifying a derivative geometrically is plugging the slope value into the tangent equation and checking the contact point. Even integral calculus uses this — area under a curve only makes sense once you trust that the curve and its equation are the same set of points.

The five-second test you just learned is the foundation block. Use it every time, even when the answer feels obvious. Especially when it feels obvious.

References

  1. NCERT Mathematics Class 9 — Linear Equations in Two Variables, exercises on verifying solution pairs. ncert.nic.in
  2. NCERT Mathematics Class 10 — Pair of Linear Equations in Two Variables. ncert.nic.in
  3. Khan Academy — Checking solutions of two-variable linear equations. khanacademy.org
  4. Wikipedia — Analytic geometry. en.wikipedia.org
  5. Stewart, J. Calculus: Early Transcendentals — appendix on coordinate geometry. Cengage