Line-Line Intersection — Definition, Formula & Examples
A line-line intersection is the single point where two non-parallel lines cross each other on a plane. You find it by solving both line equations simultaneously for the coordinates that satisfy both.
Given two distinct lines and in that are not parallel, their intersection is the unique point that lies on both lines — equivalently, the solution to the system formed by their two linear equations.
Key Formula
Where:
- = Coefficients of the first line: $a_1 x + b_1 y = c_1$
- = Coefficients of the second line: $a_2 x + b_2 y = c_2$
- = Determinant of the coefficient matrix; must be nonzero (lines are not parallel)
How It Works
Write both lines in the form . Use substitution or elimination to solve the two-equation system. If the lines have different slopes, you will always get exactly one solution point. If the lines are parallel (same slope, different intercepts), no intersection exists. If the equations describe the same line, every point is an intersection.
Worked Example
Problem: Find the intersection of the lines y = 2x + 1 and y = -x + 7.
Set the equations equal: Since both expressions equal y, set them equal to each other.
Solve for x: Add x to both sides and subtract 1 from both sides.
Solve for y: Substitute x = 2 into either original equation.
Answer: The two lines intersect at the point .
Why It Matters
Finding where lines meet is central to solving systems of linear equations in algebra and precalculus. In physics and engineering, line-line intersections determine collision points, equilibrium positions, and where supply-meets-demand curves cross in economics.
Common Mistakes
Mistake: Forgetting to check whether the lines are parallel before solving.
Correction: If both lines have the same slope (or the determinant ), no unique intersection exists. Always compare slopes first or verify the determinant is nonzero.
