When Do Three Lines Agree to Meet in One Spot?
Getting two lines to cross is easy; getting three to meet at one exact point is rare.
Concurrent lines are three or more lines in a plane that all pass through one common point. That shared point is called the point of concurrency. Two intersecting lines are not enough - concurrency is a property of three or more lines agreeing on a single crossing point, and that agreement has to be checked, not assumed.
This idea runs quietly through the whole of triangle geometry. The medians of a triangle meet at one point; so do its altitudes, its angle bisectors, and its perpendicular bisectors. Each set of three lines is concurrent, and each meeting point has a name and a job.
What Are Concurrent Lines in Geometry?
Concurrent lines are a set of three or more lines that intersect at exactly one common point. The defining features are simple:
At least three lines. Two lines crossing is just intersection, not concurrency.
One shared point. All the lines must pass through the same point, not through several scattered crossings.
Non-parallel. Parallel lines never meet, so they can never be concurrent.
The single point where they all meet is the point of concurrency. You can think of it as the geometric version of several roads all leading to one roundabout.
What Is the Difference Between Intersecting Lines and Concurrent Lines?
This is the question that trips up most students, and it is worth answering head-on. Two intersecting lines simply cross at a point - any two non-parallel lines do this. Concurrent lines are a stronger condition: three or more lines must all pass through the same single point.
Put simply: all concurrent lines are intersecting, but not all intersecting lines are concurrent. If you draw three lines and they form a small triangle in the middle, they intersect (in three separate points) but they are not concurrent. Concurrency collapses those three crossings into one.
How Do You Check If Three Lines Are Concurrent?
There are two reliable methods, and both are worth knowing.
Method 1 - Substitution. Find the point where two of the lines meet by solving their equations together. Then substitute that point into the third line's equation. If it satisfies the third equation, all three lines pass through that point, so they are concurrent.
Method 2 - The determinant condition. For three lines written as $a_1x + b_1y + c_1 = 0$, $a_2x + b_2y + c_2 = 0$, and $a_3x + b_3y + c_3 = 0$, the lines are concurrent if and only if:
$$\begin{vmatrix} a_1 & b_1 & c_1 \ a_2 & b_2 & c_2 \ a_3 & b_3 & c_3 \end{vmatrix} = 0$$
Here each row holds the coefficients of one line. If the determinant equals zero, the three lines share a common point. This is the fast test when you are handed three equations and don't want to solve two systems by hand.
What Are the Points of Concurrency in a Triangle?
Every triangle carries four famous sets of concurrent lines. Each set of three cevians or bisectors meets at one point — a small miracle that shows up in every triangle you can draw.
Medians meet at the centroid. The three medians (each joining a vertex to the midpoint of the opposite side) are concurrent at the centroid, which divides each median in a 2:1 ratio.
Angle bisectors meet at the incenter. The three interior angle bisectors are concurrent at the incenter, the centre of the triangle's inscribed circle.
Perpendicular bisectors meet at the circumcenter. The three perpendicular bisectors of the sides are concurrent at the circumcenter, the centre of the circle through all three vertices.
Altitudes meet at the orthocenter. The three altitudes are concurrent at the orthocenter.
Each of these is a genuine point of concurrency. At Bhanzu, our trainers teach students to test one triangle carefully by construction, so the concurrency stops feeling like a coincidence and starts feeling inevitable.
Examples of Concurrent Lines
Example 1
Are the lines $x + y = 2$, $2x - y = 1$, and $x - 2y = -1$ concurrent?
Solve the first two: adding gives $3x = 3$, so $x = 1$ and $y = 1$. Test $(1, 1)$ in the third: $1 - 2(1) = -1$. True.
Final answer: yes, concurrent at $(1, 1)$.
Example 2
Check whether $y = x$, $y = 2x$, and $y = 3x - 1$ are concurrent — a student's wrong turn.
Wrong path. A student notices all three pass through the origin's neighbourhood and writes "all lines through the origin are concurrent, so yes."
Why it breaks. Only the first two pass through $(0, 0)$. Testing $y = 3x - 1$ at the origin gives $0 = -1$, which is false. The assumption that they share the origin was never checked.
Correct. Find where $y = x$ and $y = 2x$ meet: $x = 2x$ gives $x = 0$, $y = 0$. Substitute $(0, 0)$ into $y = 3x - 1$: $0 \neq -1$. The third line misses the point.
Final answer: not concurrent.
Example 3
Use the determinant test on $2x + 3y - 5 = 0$, $3x - y - 2 = 0$, and $5x + 2y - 7 = 0$.
$$\begin{vmatrix} 2 & 3 & -5 \ 3 & -1 & -2 \ 5 & 2 & -7 \end{vmatrix}$$
Expanding: $2[(-1)(-7) - (-2)(2)] - 3[(3)(-7) - (-2)(5)] + (-5)[(3)(2) - (-1)(5)]$ $= 2[7 + 4] - 3[-21 + 10] - 5[6 + 5]$ $= 2(11) - 3(-11) - 5(11) = 22 + 33 - 55 = 0$.
Final answer: the determinant is 0, so the lines are concurrent.
Example 4
Find the value of $k$ so that $x + y = 3$, $2x - y = 0$, and $x + ky = 4$ are concurrent.
The first two meet where $2x - y = 0$ gives $y = 2x$; then $x + 2x = 3$, so $x = 1$, $y = 2$. For concurrency, $(1, 2)$ must satisfy the third: $1 + k(2) = 4$, so $2k = 3$ and $k = \tfrac{3}{2}$.
Final answer: $k = \tfrac{3}{2}$.
Example 5
Show that the medians of a triangle with vertices $A(0, 0)$, $B(6, 0)$, and $C(0, 6)$ are concurrent.
The midpoints are: of BC, $(3, 3)$; of AC, $(0, 3)$; of AB, $(3, 0)$. Each median joins a vertex to the opposite midpoint. Their common point is the centroid, found by averaging the vertices: $\left(\tfrac{0+6+0}{3}, \tfrac{0+0+6}{3}\right) = (2, 2)$. All three medians pass through $(2, 2)$.
Final answer: concurrent at the centroid $(2, 2)$.
Example 6
Do the lines $x = 0$, $y = 0$, and $x + y = 0$ share a point?
The first two are the axes, meeting at the origin $(0, 0)$. Test the origin in $x + y = 0$: $0 + 0 = 0$. True.
Final answer: yes, concurrent at the origin.
Why Do Concurrent Lines Matter Beyond the Textbook?
Concurrency is not a classroom curiosity - it is how systems locate a single agreed point from several constraints.
Navigation and positioning. When three signal lines of position cross at one point, a navigator has a fix. Perfect concurrency means all three measurements agree; a small triangle instead means measurement error.
Structural design. The centroid - a point of concurrency of the medians - is the balance point of a triangular plate, the spot where it would rest level on a pin.
Optimisation. Finding a point that minimises total distance to several others often reduces to locating a concurrency point of well-chosen lines.
Where Do Students Trip Up on Concurrent Lines?
Mistake 1: Assuming any three crossing lines are concurrent
Where it slips in: Sketching three lines that clearly intersect and declaring them concurrent.
Don't do this: Treating "they all cross" as proof of one shared point.
The correct way: Three lines usually form a small triangle of three separate crossings. Concurrency requires all three to meet at one point - the exact confusion between intersecting and concurrent lines is the most common source of wrong answers here. Always test the actual point.
Mistake 2: Solving the wrong pair first
Where it slips in: Substitution checks where the student solves two equations, then forgets to test the third.
Don't do this: Stopping after finding where two lines meet and calling the job done.
The correct way: The concurrency test is finished only when the intersection point of two lines is substituted into the third line. The second-guesser often solves all three pairs separately and gets tangled - one point, one substitution, done.
Mistake 3: Row-swapping the determinant carelessly
Where it slips in: Filling the determinant rows with $x$-values or mixing up the constant column.
Don't do this: Putting anything but a line's coefficients $(a, b, c)$ in its row.
The correct way: Each row is one line's coefficients in order: $a$, $b$, then the constant $c$ (with the equation set to zero). A mis-ordered row silently produces a nonzero determinant and a wrong "not concurrent" verdict.
Conclusion
Concurrent lines are three or more lines that all pass through one common point, the point of concurrency.
Two lines merely intersecting is not concurrency - you need at least three lines through the same point.
Test concurrency by substitution, or by checking that the coefficient determinant equals zero.
A triangle has four points of concurrency: centroid, incenter, circumcenter, and orthocenter.
The most common mistake is assuming three crossing lines automatically share one point.
To go further with a teacher, explore Bhanzu's geometry tutor or high school math tutor, or browse math tutoring options for coordinate-geometry practice.
Read More
Practice These to Solidify Your Understanding
Try these three checks in order:
Are $x + 2y = 5$, $2x - y = 0$, and $3x + y = 5$ concurrent? Find the point if so.
Find $k$ so that $x - y = 1$, $x + y = 3$, and $2x + ky = 5$ are concurrent.
Verify by determinant that $x + y - 4 = 0$, $2x - y - 2 = 0$, and $3x - 6 = 0$ meet at one point.
Want a live Bhanzu trainer to work through more concurrency problems with you? Book a free demo class.
Was this article helpful?
Your feedback helps us write better content
