Conditions for Concurrence of Three Lines

In coordinate geometry, the concept of concurrence of three lines is fundamental. Three distinct lines are said to be concurrent if they all intersect at a single common point. This topic is crucial for solving various problems in JEE Main Mathematics, often involving algebraic conditions derived from the equations of the lines.

Understanding Concurrency

Consider three lines represented by the following general equations:

Line 1: a₁x + b₁y + c₁ = 0

Line 2: a₂x + b₂y + c₂ = 0

Line 3: a₃x + b₃y + c₃ = 0

If these three lines are concurrent, it means there exists a unique point (x₀, y₀) that satisfies all three equations simultaneously. This point is the intersection point of any pair of these lines.

Algebraic Condition for Concurrency

The most elegant and commonly used method to determine the condition for concurrency of three lines is by using determinants. If the three lines aᵢx + bᵢy + cᵢ = 0 (where i = 1, 2, 3) are concurrent, then the determinant formed by the coefficients of x, y, and the constant terms must be equal to zero.

The condition for concurrency is:

$$ \begin{vmatrix} a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3 \end{vmatrix} = 0 $$

Expanding this determinant, we get:

a₁(b₂c₃ - b₃c₂) - b₁(a₂c₃ - a₃c₂) + c₁(a₂b₃ - a₃b₂) = 0

This equation represents the necessary and sufficient condition for the three lines to be concurrent.

Derivation of the Determinant Condition

Let's understand how this determinant condition arises. Suppose the lines are concurrent at a point (x₀, y₀). Then, this point satisfies all three equations:

a₁x₀ + b₁y₀ + c₁ = 0 (Equation 1)

a₂x₀ + b₂y₀ + c₂ = 0 (Equation 2)

a₃x₀ + b₃y₀ + c₃ = 0 (Equation 3)

This system of three linear equations in two variables x₀ and y₀ has a non-trivial solution (the coordinates of the intersection point). This implies that the augmented matrix of the system, or in this context, the matrix of coefficients, must have a rank less than the number of variables if we consider it as a system for x₀, y₀, 1. Specifically, if we consider the system as:

a₁x₀ + b₁y₀ = -c₁

a₂x₀ + b₂y₀ = -c₂

a₃x₀ + b₃y₀ = -c₃

For this system to have a solution, the rank of the coefficient matrix [[a₁, b₁], [a₂, b₂], [a₃, b₃]] must be equal to the rank of the augmented matrix [[a₁, b₁, -c₁], [a₂, b₂, -c₂], [a₃, b₃, -c₃]]. However, a simpler way to think about it is that if a solution (x₀, y₀) exists, then the three equations are linearly dependent in a specific way. The condition that the determinant of the coefficients is zero captures this linear dependency.

Alternatively, consider the system of equations:

a₁x + b₁y + c₁ = 0

a₂x + b₂y + c₂ = 0

a₃x + b₃y + c₃ = 0

If these lines are concurrent, then one equation can be expressed as a linear combination of the other two. Let's assume the third equation is a linear combination of the first two:

k₁(a₁x + b₁y + c₁) + k₂(a₂x + b₂y + c₂) = (a₃x + b₃y + c₃)

This implies:

(k₁a₁ + k₂a₂)x + (k₁b₁ + k₂b₂)y + (k₁c₁ + k₂c₂) = 0

Comparing coefficients:

k₁a₁ + k₂a₂ = a₃

k₁b₁ + k₂b₂ = b₃

k₁c₁ + k₂c₂ = c₃

This is a system of three linear equations in two variables k₁ and k₂. For this system to have a solution, the determinant of the coefficient matrix must be zero:

$$ \begin{vmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{vmatrix} = 0 $$

The determinant of a matrix is equal to the determinant of its transpose. Therefore,

$$ \begin{vmatrix} a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3 \end{vmatrix} = 0 $$

This confirms the determinant condition.

Special Cases and Considerations

1. Parallel Lines: If two of the lines are parallel, they will never intersect, and thus the three lines cannot be concurrent unless all three lines are identical.

Two lines a₁x + b₁y + c₁ = 0 and a₂x + b₂y + c₂ = 0 are parallel if a₁b₂ - a₂b₁ = 0 (i.e., a₁/a₂ = b₁/b₂, provided denominators are non-zero). If two lines are parallel and distinct, they do not intersect, so concurrency is impossible.

2. Coincident Lines: If two lines are coincident (identical), then the condition for concurrency simplifies. If Line 1 and Line 2 are coincident, then a₁/a₂ = b₁/b₂ = c₁/c₂. In this case, the concurrency condition depends only on the third line intersecting the coincident pair.

3. Three Identical Lines: If all three lines are identical, they are technically concurrent at every point on the line. The determinant condition will hold true (all rows will be proportional).

4. Vertical or Horizontal Lines: The determinant condition works universally, even if some lines are vertical (x = k, where bᵢ = 0) or horizontal (y = k, where aᵢ = 0).

5. Lines passing through the origin: If a line passes through the origin, its constant term is zero (cᵢ = 0). The determinant condition still applies.

Memory Trick for Determinant Condition:

Think of the coefficients of the three lines (a, b, c) as forming a matrix. If the lines meet at one point, their coefficients are "dependent" in a way that makes the determinant zero. Just remember to arrange them in the standard form ax + by + c = 0 before forming the matrix.

Mnemonic: "Three lines meet, their coefficients 'cheat' (determinant is zero)."

Example 1: Checking for Concurrency

Check if the following three lines are concurrent:

Line 1: x + y + 1 = 0

Line 2: 2x - y + 5 = 0

Line 3: 3x + 2y + 7 = 0

Here, a₁=1, b₁=1, c₁=1; a₂=2, b₂=-1, c₂=5; a₃=3, b₃=2, c₃=7.

Calculate the determinant:

$$ \begin{vmatrix} 1 & 1 & 1 \\ 2 & -1 & 5 \\ 3 & 2 & 7 \end{vmatrix} = 1((-1)(7) - (5)(2)) - 1((2)(7) - (5)(3)) + 1((2)(2) - (-1)(3)) $$

$= 1(-7 - 10) - 1(14 - 15) + 1(4 - (-3)) $

$= 1(-17) - 1(-1) + 1(7) $

$= -17 + 1 + 7 $

$= -9 $

Since the determinant is -9 ≠ 0, the lines are not concurrent.

Example 2: Finding a Parameter for Concurrency

Find the value of k for which the following three lines are concurrent:

Line 1: x - 2y + 3 = 0

Line 2: 4x + 5y - 6 = 0

Line 3: 7x + ky - 9 = 0

The coefficients are: a₁=1, b₁=-2, c₁=3; a₂=4, b₂=5, c₂=-6; a₃=7, b₃=k, c₃=-9.

For concurrency, the determinant must be zero:

$$ \begin{vmatrix} 1 & -2 & 3 \\ 4 & 5 & -6 \\ 7 & k & -9 \end{vmatrix} = 0 $$

Expand the determinant:

1((5)(-9) - (-6)(k)) - (-2)((4)(-9) - (-6)(7)) + 3((4)(k) - (5)(7)) = 0

1(-45 + 6k) + 2(-36 + 42) + 3(4k - 35) = 0

-45 + 6k + 2(6) + 12k - 105 = 0

-45 + 6k + 12 + 12k - 105 = 0

Combine terms with k and constant terms:

(6k + 12k) + (-45 + 12 - 105) = 0

18k + (-33 - 105) = 0

18k - 138 = 0

18k = 138

k = 138 / 18

Simplify the fraction:

k = 69 / 9

k = 23 / 3

So, for k = 23/3, the three lines are concurrent.

Alternative Method: Solving Pairs of Lines

Another approach to check for concurrency is to find the intersection point of any two lines and then substitute these coordinates into the equation of the third line. If the third line's equation is satisfied, then all three lines are concurrent.

Let's use Example 1 again:

Line 1: x + y + 1 = 0 => y = -x - 1

Line 2: 2x - y + 5 = 0

Substitute y from Line 1 into Line 2:

2x - (-x - 1) + 5 = 0

2x + x + 1 + 5 = 0

3x + 6 = 0

3x = -6

x = -2

Now find y using y = -x - 1:

y = -(-2) - 1

y = 2 - 1

y = 1

The intersection point of Line 1 and Line 2 is (-2, 1).

Now, check if this point satisfies Line 3: 3x + 2y + 7 = 0.

Substitute x = -2 and y = 1:

3(-2) + 2(1) + 7

-6 + 2 + 7

-4 + 7 = 3

Since 3 ≠ 0, the point (-2, 1) does not lie on Line 3. Therefore, the lines are not concurrent.

This method is useful, but it can be more tedious than the determinant method, especially when dealing with complex coefficients or when needing to find a parameter. The determinant method provides a single, direct condition.

The Case of Three Lines Forming a Triangle

If three lines are not parallel and not concurrent, they will form a triangle. The vertices of this triangle are the intersection points of the pairs of lines.

Vertex 1 (Intersection of Line 2 and Line 3): Solve a₂x + b₂y + c₂ = 0 and a₃x + b₃y + c₃ = 0.

Vertex 2 (Intersection of Line 1 and Line 3): Solve a₁x + b₁y + c₁ = 0 and a₃x + b₃y + c₃ = 0.

Vertex 3 (Intersection of Line 1 and Line 2): Solve a₁x + b₁y + c₁ = 0 and a₂x + b₂y + c₂ = 0.

If the determinant |aᵢ bᵢ cᵢ| ≠ 0, then all three intersection points are distinct, and the lines form a triangle.

Concurrency with Lines in Different Forms

Sometimes, lines might be given in different forms. Always convert them to the standard form ax + by + c = 0 before applying the determinant condition.

Example:

Line 1: y = m₁x + c₁ => m₁x - y + c₁ = 0

Line 2: y = m₂x + c₂ => m₂x - y + c₂ = 0

Line 3: y = m₃x + c₃ => m₃x - y + c₃ = 0

The coefficients are: a₁=m₁, b₁=-1, c₁=c₁; a₂=m₂, b₂=-1, c₂=c₂; a₃=m₃, b₃=-1, c₃=c₃.

The condition for concurrency is:

$$ \begin{vmatrix} m_1 & -1 & c_1 \\ m_2 & -1 & c_2 \\ m_3 & -1 & c_3 \end{vmatrix} = 0 $$

Expanding this gives:

m₁( -c₃ - (-c₂)) - (-1)(m₂c₃ - m₃c₂) + c₁(-m₂ - (-m₃)) = 0

m₁(c₂ - c₃) + (m₂c₃ - m₃c₂) + c₁(-m₂ + m₃) = 0

m₁c₂ - m₁c₃ + m₂c₃ - m₃c₂ + m₃c₁ - m₂c₁ = 0

Rearranging terms:

m₁(c₂ - c₃) + m₂(c₃ - c₁) + m₃(c₁ - c₂) = 0

This is the condition for concurrency of three lines in slope-intercept form.

Important Note:

If any of the lines are vertical (infinite slope), this slope-intercept form and the derived condition are not directly applicable. In such cases, it's best to revert to the general form ax + by + c = 0 and use the determinant condition.

Concurrency of Angle Bisectors

A significant application of concurrency in geometry is the concurrency of angle bisectors of a triangle. The three internal angle bisectors of a triangle are always concurrent at a single point, known as the incenter (I), which is the center of the inscribed circle.

Similarly, the external angle bisectors also exhibit concurrency properties:

  • The two external angle bisectors and one internal angle bisector are concurrent at an excenter (I₁, I₂, I₃), which is the center of an excircle.

While the equations of angle bisectors can be complex, the principle of concurrency holds true. The condition for concurrency applies to the equations of these bisectors as well.

Concurrency of Medians

The three medians of a triangle (lines joining a vertex to the midpoint of the opposite side) are also always concurrent at a single point, known as the centroid (G). The centroid divides each median in a 2:1 ratio from the vertex.

Concurrency of Altitudes

The three altitudes of a triangle (lines from a vertex perpendicular to the opposite side) are concurrent at a point called the orthocenter (H).

Concurrency of Perpendicular Bisectors

The three perpendicular bisectors of the sides of a triangle are concurrent at a point called the circumcenter (O), which is the center of the circumscribed circle.

These geometric properties reinforce the importance of understanding concurrency in various contexts within mathematics.

Summary of Conditions for Three Lines

For three lines L₁=0, L₂=0, L₃=0:

  1. Concurrent: They intersect at a single point. Condition: |aᵢ bᵢ cᵢ| = 0.
  2. Parallel: If L₁ || L₂, then a₁b₂ - a₂b₁ = 0. If all three are parallel, then a₁b₂ - a₂b₁ = 0, a₂b₃ - a₃b₂ = 0, and a₁b₃ - a₃b₁ = 0.
  3. Form a Triangle: If no two lines are parallel and they are not concurrent. Condition: |aᵢ bᵢ cᵢ| ≠ 0 and pairwise slopes are different.
  4. Coincident: If a₁/a₂ = b₁/b₂ = c₁/c₂. If two lines are coincident, the third line intersects them at one point (concurrency).

Exam Focus:

The determinant condition for concurrency is a high-yield topic for JEE Main. Ensure you can quickly set up the determinant and solve for unknown parameters. Practice problems involving finding the value of a constant (like 'k' or 'm') that makes three lines concurrent. Also, be aware of the geometric interpretations of concurrency (angle bisectors, medians, altitudes).