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.
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.
- Take the point. Note down its x-coordinate x_0 and y-coordinate y_0.
- Substitute. Plug x_0 and y_0 into the equation, replacing every x with x_0 and every y with y_0.
- 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.
Four worked examples
Example 1 — Does $(3, 11)$ lie on $y = 2x + 5$?
Substitute x = 3, y = 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:
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:
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:
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
-
Verifying a textbook answer. Solved a system of equations and got (2, 3)? Plug back into both equations. If both check out, your answer is right. This is the cheapest sanity check in algebra and the one most students skip.
-
Checking a graph you sketched. Eyeballed your line through (0, 4) and (3, -2)? Plug both into your equation. If either fails, your equation is wrong — fix it before moving on.
-
Spotting which of several given points is on a line. Multiple-choice question gives you four candidate points and asks which lie on 5x - 2y = 11. Run the recipe four times. Done in under a minute.
-
Building your own examples. Want a custom point on y = 4x - 7? Pick any x, compute y. The recipe in reverse.
-
Translating between algebra and geometry. Each successful plug-in is one tiny act of the bigger Descartes idea: every point on the curve corresponds to a true equation, and every true equation corresponds to a point on the curve.
Common slip-ups
- Plugging x_0 where y should go. Always keep the order — first coordinate is x, second coordinate is y. (3, 5) means x = 3, y = 5, not the other way around.
- Stopping after computing one side. You must compare both sides. "I got 11" tells you nothing — you need "11 on both sides" or "11 on one side, 7 on the other."
- Forgetting brackets around negatives. For (-2, 3) on y = x^2 + 1, you need (-2)^2 + 1 = 5, not -2^2 + 1 = -3. Brackets matter.
- Treating "approximately equal" as equal. 1.99 on the LHS and 2 on the RHS is not a match unless rounding has been declared. In exams, exact equality is required.
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
- NCERT Mathematics Class 9 — Linear Equations in Two Variables, exercises on verifying solution pairs. ncert.nic.in
- NCERT Mathematics Class 10 — Pair of Linear Equations in Two Variables. ncert.nic.in
- Khan Academy — Checking solutions of two-variable linear equations. khanacademy.org
- Wikipedia — Analytic geometry. en.wikipedia.org
- Stewart, J. Calculus: Early Transcendentals — appendix on coordinate geometry. Cengage