What Are Coincident Lines?
Coincident lines are two straight lines that occupy the same position in a plane. One sits perfectly on the other, so every point of one line is also a point of the other. Where two ordinary lines might cross at a single point, coincident lines agree at every point. They are, geometrically, a single line written two different ways.
Because they share all their points, a system of two coincident-line equations has infinitely many solutions: every point on the line satisfies both equations at once. This is one of the three outcomes you can get from a pair of straight-line equations, alongside one solution (lines cross) and no solution (lines are parallel).
The key idea to hold: coincident lines are the same line in disguise — one equation is just a scaled copy of the other.
The Condition For Coincident Lines
Write two lines in standard form:
$$a_1 x + b_1 y + c_1 = 0$$
$$a_2 x + b_2 y + c_2 = 0$$
The two lines are coincident when all three coefficient ratios are equal:
$$\frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2}$$
This says the second equation is just the first multiplied through by a constant. Compare it with the neighbouring cases so the boundaries are clear:
Relationship | Condition | Number of solutions |
|---|---|---|
Intersecting | $\dfrac{a_1}{a_2} \ne \dfrac{b_1}{b_2}$ | Exactly one |
Parallel | $\dfrac{a_1}{a_2} = \dfrac{b_1}{b_2} \ne \dfrac{c_1}{c_2}$ | None |
Coincident | $\dfrac{a_1}{a_2} = \dfrac{b_1}{b_2} = \dfrac{c_1}{c_2}$ | Infinitely many |
The single difference between parallel and coincident is the third ratio. Parallel lines match on the first two ratios (same direction) but disagree on the constant (different position). Coincident lines match on all three. If even the first two ratios differ, the lines simply cross — they are ordinary intersecting lines.
There is also a slope reading of the same fact: coincident lines have the same slope and the same y-intercept, while parallel lines share the slope but have different intercepts.
Examples of Coincident Lines
These run from spotting coincident lines by inspection to checking the ratio condition and reading a real situation. Each problem statement is bold; the steps are plain.
Example 1
Are the lines $x + y = 4$ and $2x + 2y = 8$ coincident?
Divide the second equation through by 2:
$$\frac{2x + 2y}{2} = \frac{8}{2}$$
$$x + y = 4$$
The reduced second equation is identical to the first.
Final answer: yes, the lines are coincident.
Example 2
Are the lines $3x + 6y = 9$ and $x + 2y = 5$ coincident?
A first instinct is to see the matching $3:1$ and $6:2$ ratios on the $x$ and $y$ terms and call them coincident. Let's check all three ratios before deciding:
$$\frac{a_1}{a_2} = \frac{3}{1} = 3, \quad \frac{b_1}{b_2} = \frac{6}{2} = 3, \quad \frac{c_1}{c_2} = \frac{9}{5} = 1.8$$
The first two ratios match, but the third does not. That breaks the coincident condition.
Same first two ratios with a different third ratio is the parallel case, not coincident.
Final answer: no, the lines are parallel, not coincident.
Example 3
For what value of $k$ are $2x + 3y = 7$ and $4x + 6y = k$ coincident?
For coincidence, all three ratios must match. The first two already do:
$$\frac{2}{4} = \frac{3}{6} = \frac{1}{2}$$
So the constant ratio must also equal $\frac{1}{2}$:
$$\frac{7}{k} = \frac{1}{2}$$
$$k = 14$$
Final answer: $k = 14$. With $k = 14$, the second equation is exactly twice the first.
Example 4
Write a second equation that is coincident with $5x - y = 3$.
Any nonzero multiple of the whole equation works. Multiply through by 3:
$$15x - 3y = 9$$
Final answer: $15x - 3y = 9$ (or any other constant multiple, such as $10x - 2y = 6$). Each is the same line rewritten.
Example 5
A system is $y = 2x + 1$ and $2y = 4x + 2$. How many solutions does it have?
Reduce the second equation by dividing by 2:
$$y = 2x + 1$$
It matches the first exactly, so the two equations describe one line.
Final answer: infinitely many solutions. Every point on $y = 2x + 1$ satisfies both. A system whose two equations are coincident is a system of equations with no unique answer.
Example 6
A shop prices apples at "2 for ₹40." A poster also reads "₹20 each." Plotted as cost-versus-quantity lines, are these the same line?
Let $x$ be quantity and $y$ be cost. "2 for ₹40" is the rate ₹20 per apple, giving $y = 20x$. "₹20 each" is also $y = 20x$.
Both statements reduce to the identical equation.
Final answer: yes, they are coincident lines — two phrasings of one pricing rule. This is exactly when "different information" turns out to be no new information at all.
Why Coincident Lines Matter: "When Two Equations Say One Thing"
Coincident lines are how mathematics flags redundant information. If a system of equations turns out to be coincident, the second equation told you nothing the first did not, and recognising that saves you from chasing a unique answer that does not exist.
Where the idea earns its keep:
Solving systems. Before grinding through elimination, checking the coefficient ratios tells you instantly whether to expect one answer, none, or infinitely many. Coincident means infinitely many, so you stop and describe the solution set instead.
Data and modelling. Two measurements that produce coincident equations are duplicate readings. Engineers and analysts strip these out so a model is not "confirmed" by the same fact twice.
Calibration. When two sensors are perfectly aligned, their response lines coincide; a drift apart into parallel lines signals one has lost calibration.
The same trap shows up in large-scale engineering: when redundant structural equations are mistaken for independent constraints, an analysis looks more "determined" than it is. Spotting coincident relationships keeps a model honest about what it actually knows.
Common Mistakes With Coincident Lines
These errors come up the moment parallel and coincident lines sit next to each other.
Mistake 1: Checking only two of the three ratios
Where it slips in: Seeing the $x$ and $y$ coefficient ratios match and declaring the lines coincident without checking the constant.
Don't do this: Calling $3x + 6y = 9$ and $x + 2y = 5$ coincident because $3:1$ matches $6:2$.
The correct way: All three ratios, including the constant term, must be equal. Matching the first two but not the third is the parallel case (Example 2). The rusher who stops after two ratios mislabels every parallel pair as coincident.
Mistake 2: Confusing coincident with parallel
Where it slips in: Treating "same slope" as enough to call lines coincident.
Don't do this: Saying $y = 2x + 1$ and $y = 2x + 5$ are coincident because both have slope 2.
The correct way: Same slope means parallel or coincident. Coincident also needs the same intercept. Here the intercepts (1 and 5) differ, so the lines are parallel and never meet. The memorizer who learned "same slope, same line" without the intercept condition lands here.
Mistake 3: Expecting one neat solution from a coincident system
Where it slips in: Running elimination on a coincident system and panicking when every variable cancels to $0 = 0$.
Don't do this: Reading $0 = 0$ as "no solution" or as an error in the working.
The correct way: $0 = 0$ is the signal of infinitely many solutions: the equations are coincident, so every point on the line works. Describe the solution set as the whole line rather than hunting for a single point. The second-guesser who distrusts a "too clean" cancellation should recognise it as the coincident fingerprint.
The same confusion appears in everyday reasoning when a restated fact is mistaken for fresh evidence — like a survey "confirmed" by re-asking the same question. Two coincident lines are the geometric version of that double-count.
Conclusion
Coincident lines lie exactly on top of each other and share every point.
A coincident system has infinitely many solutions; in standard form, $\frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2}$.
They have the same slope and the same intercept; parallel lines share only the slope.
Check all three ratios — matching the first two but not the constant means parallel, not coincident.
In a system, an all-cancel result of $0 = 0$ is the fingerprint of coincident equations.
Practice and Next Steps
Practice these problems to solidify your understanding:
Decide whether $4x + 8y = 12$ and $x + 2y = 3$ are coincident.
Find $k$ so that $3x - y = 5$ and $9x - 3y = k$ are coincident.
State the number of solutions for $y = -x + 2$ and $3y = -3x + 6$.
To work through more of these with a teacher, explore Bhanzu's geometry tutor, high school math tutor, or math classes online. Want a guided walkthrough of the one-none-infinite outcomes? Book a free demo class.
Read More
Straight line — the geometry and equations of lines
Equation of a straight line — the standard and other forms a line can take
Slope-intercept form — reading slope and intercept straight off the equation
Finding slope from two points — computing the steepness that decides parallel versus coincident
Coordinate plane — the grid where these lines are plotted
Two point form — building a line's equation from two points on it
Was this article helpful?
Your feedback helps us write better content