What Is the Intersection of Two Lines?
The intersection of two lines is the point $(x, y)$ that lies on both lines at once. Because that point satisfies both equations, finding it means solving the two equations together as a system of equations. Two straight lines in a plane can do one of three things: cross at exactly one point, run parallel and never meet, or sit on top of each other as the same line.
The key idea: the point of intersection is the shared solution of both line equations. It is where the two lines agree.
How to Find the Point of Intersection
How do you find the point where two lines intersect? The most reliable method works straight from slope-intercept form: make the two equations equal, solve for one coordinate, then back-substitute for the other.
When both lines are written as $y = mx + b$:
Set the two right-hand sides equal, since both equal $y$ at the crossing point.
Solve that single equation for $x$.
Substitute that $x$ back into either original line to get $y$.
The pair $(x, y)$ is the point of intersection.
There is also a direct formula for lines given in general form, $a_1x + b_1y + c_1 = 0$ and $a_2x + b_2y + c_2 = 0$:
$$x = \frac{b_1 c_2 - b_2 c_1}{a_1 b_2 - a_2 b_1}, \qquad y = \frac{a_2 c_1 - a_1 c_2}{a_1 b_2 - a_2 b_1}$$
Notice the shared denominator $a_1 b_2 - a_2 b_1$. If that denominator is 0, the lines are parallel and there is no single intersection point.
Examples of Intersection of Two Lines
These run from a clean substitution to the general-form formula and a parallel-line case. Each problem statement is bold; the steps are plain.
Example 1
Find where y = x + 3 and y = 2x + 1 cross.
Set the right-hand sides equal:
$$x + 3 = 2x + 1$$
Solve for x:
$$3 - 1 = 2x - x$$ $$x = 2$$
Substitute $x = 2$ into $y = x + 3$:
$$y = 2 + 3 = 5$$
Final answer: the lines cross at $(2, 5)$.
Example 2
Find where y = 3x + 4 and y = 3x - 2 cross.
Your first instinct is to set them equal and solve as usual:
$$3x + 4 = 3x - 2$$
Subtract $3x$ from both sides:
$$4 = -2$$
Take a second. That statement is false, no value of x makes 4 equal -2. The reason is that both lines have the same slope of 3, so they are parallel and never meet. The rescue is to check slopes before solving: equal slopes with different intercepts means parallel lines and no intersection.
Final answer: no point of intersection; the lines are parallel.
Example 3
Find where 2x + y = 5 and x - y = 1 cross.
Add the two equations to eliminate $y$:
$$(2x + y) + (x - y) = 5 + 1$$ $$3x = 6$$ $$x = 2$$
Substitute $x = 2$ into $x - y = 1$:
$$2 - y = 1$$ $$y = 1$$
Final answer: the lines cross at $(2, 1)$.
Example 4
Use the general-form formula to find where 3x + 2y - 4 = 0 and 2x - y - 5 = 0 cross.
Read off $a_1 = 3$, $b_1 = 2$, $c_1 = -4$ and $a_2 = 2$, $b_2 = -1$, $c_2 = -5$. The denominator is:
$$a_1 b_2 - a_2 b_1 = (3)(-1) - (2)(2) = -3 - 4 = -7$$
Now x:
$$x = \frac{b_1 c_2 - b_2 c_1}{-7} = \frac{(2)(-5) - (-1)(-4)}{-7} = \frac{-10 - 4}{-7} = \frac{-14}{-7} = 2$$
And y:
$$y = \frac{a_2 c_1 - a_1 c_2}{-7} = \frac{(2)(-4) - (3)(-5)}{-7} = \frac{-8 + 15}{-7} = \frac{7}{-7} = -1$$
Final answer: the lines cross at $(2, -1)$.
Example 5
A line through (0, 1) with slope 1 meets a line through (0, 7) with slope -1. Where do they cross?
Write each in point-slope form, then simplify: $y = x + 1$ and $y = -x + 7$. Set them equal:
$$x + 1 = -x + 7$$ $$2x = 6$$ $$x = 3$$
Then $y = 3 + 1 = 4$.
Final answer: the lines cross at $(3, 4)$.
Example 6
A delivery scooter's position is y = 30x (km after x hours) and a competitor's is y = 20x + 10. When and where are they level?
Set the positions equal:
$$30x = 20x + 10$$ $$10x = 10$$ $$x = 1$$
Then $y = 30(1) = 30$.
Final answer: they are level at $(1, 30)$, that is, 1 hour in, both 30 km along. The point of intersection here is the moment two moving things meet, which is why intersection problems sit at the heart of motion and scheduling questions.
Why Intersection Matters: "Where Two Conditions Meet at Once"
Solving for an intersection is solving two truths at the same time. Each line is a rule, and the crossing point is the one place where both rules hold. That is why the idea shows up far beyond geometry class.
Break-even points. In business, one line is cost and another is revenue. Their intersection is the break-even point, the output where you stop losing money and start earning it.
Navigation and positioning. Two bearings from two known landmarks each give a line; where they cross is your position. The same triangulation idea underlies how positioning systems pin a location.
Meeting and collision. Two objects moving along straight paths meet exactly where, and when, their position lines intersect, useful in everything from traffic modelling to air-traffic safety.
When investigators study a near-miss between two aircraft, they reconstruct each plane's track as a path and ask whether and where those paths intersected in space and time. You can read about how air traffic control keeps those paths from crossing at the same instant. An intersection is the answer to "where do both things become true together?"
Common Mistakes With Intersection of Two Lines
These show up when the algebra gets messy or the lines are not what they seem.
Mistake 1: Forgetting to find the second coordinate
Where it slips in: Solving for x and stopping there.
Don't do this: Reporting "$x = 2$" as the point of intersection.
The correct way: An intersection is a point, $(x, y)$. After solving for x, substitute it back into either line to get y, then write the full pair. The rusher who solves for x and moves on loses the half of the answer that the question actually wanted.
Mistake 2: Not checking for parallel lines first
Where it slips in: Grinding through algebra on two lines that turn out to have the same slope.
Don't do this: Treating a contradiction like $4 = -2$ as an arithmetic mistake to be "fixed."
The correct way: Compare slopes before solving. Equal slopes with different intercepts means parallel lines and no intersection. Equal slopes with equal intercepts means the same line and infinitely many shared points. The student who memorised "set them equal and solve" but never learned to read the contradiction keeps re-checking arithmetic that was right all along.
Mistake 3: Substituting back into a wrong or rearranged equation
Where it slips in: Plugging the found x into a half-simplified line and carrying a sign error.
Don't do this: Substituting into an equation you rearranged incorrectly, then trusting the y you get.
The correct way: Substitute x back into one of the original equations, and verify the point in the other original too. If $(x, y)$ satisfies both starting equations, it is genuinely the intersection.
Conclusion
The intersection of two lines is the single point that satisfies both line equations.
Find it by setting the equations equal (substitution) or with the general-form determinant formula.
An intersection is a point $(x, y)$, so always solve for both coordinates.
Equal slopes mean parallel lines with no intersection, or the same line if intercepts also match.
Verify the point by substituting it back into both original equations.
A Practical Next Step
Test yourself on these: find where $y = 2x - 1$ and $y = -x + 5$ cross; decide whether $y = 4x + 2$ and $y = 4x - 3$ intersect; and use the general-form formula on $x + y - 6 = 0$ and $2x - y - 3 = 0$. To work through systems with a teacher, explore Bhanzu's geometry tutor, high school math tutor, or math tutoring. Want to watch two lines meet as you adjust them? Book a free demo class.
Read More
Slope of a line — the quantity that decides whether two lines meet
Slope intercept form — the y = mx + b form used in the substitution method
Parallel and perpendicular lines — how slopes reveal a line's relationship
Straight line — the geometry of lines in the plane
Equation of a straight line — the full family of line equations
Was this article helpful?
Your feedback helps us write better content