Math Lab
Home/Class XI/Ch 9/Family of lines and intersection problems

Family of lines and intersection problems

Two non-parallel lines meet at exactly one point. Three or more lines that all pass through a common point are concurrent. A clever way to describe all lines through a given point is the family of lines: any line through the intersection of two given lines can be written as L1+kL2=0L_1 + k L_2 = 0 for some real kk.

Intersection of two lines

To find the intersection of A1x+B1y+C1=0A_1 x + B_1 y + C_1 = 0 and A2x+B2y+C2=0A_2 x + B_2 y + C_2 = 0, solve the linear system. Cramer's rule gives: x=B1C2B2C1A1B2A2B1,y=C1A2C2A1A1B2A2B1.x = \frac{B_1 C_2 - B_2 C_1}{A_1 B_2 - A_2 B_1}, \quad y = \frac{C_1 A_2 - C_2 A_1}{A_1 B_2 - A_2 B_1}.

The denominator A1B2A2B1A_1 B_2 - A_2 B_1 is zero iff the lines are parallel (no unique intersection).

Family of lines through an intersection

Theorem. If L1=0L_1 = 0 and L2=0L_2 = 0 are two non-parallel lines intersecting at PP, then every line through PP has the form L1+kL2=0L_1 + k L_2 = 0 for some scalar kk (and the limit kk \to \infty gives L2=0L_2 = 0).

The reason: both L1L_1 and L2L_2 vanish at PP, so the combination vanishes too , meaning PP lies on L1+kL2=0L_1 + k L_2 = 0. Conversely, any line through PP can be written this way by suitably choosing kk.

Strategy. Given that a line passes through the intersection of two known lines and satisfies one more condition (slope, distance, perpendicularity, \dots), use the family form L1+kL2=0L_1 + k L_2 = 0, impose the extra condition, solve for kk.

Concurrency

Three lines L1=0,L2=0,L3=0L_1 = 0, L_2 = 0, L_3 = 0 are concurrent iff det(A1B1C1A2B2C2A3B3C3)=0.\det \begin{pmatrix} A_1 & B_1 & C_1 \\ A_2 & B_2 & C_2 \\ A_3 & B_3 & C_3 \end{pmatrix} = 0.

Equivalently, L3L_3 can be written as a linear combination αL1+βL2\alpha L_1 + \beta L_2.

Worked examples

Example 1. Find the intersection of 2x+3y7=02 x + 3 y - 7 = 0 and xy+1=0x - y + 1 = 0.

From the second: x=y1x = y - 1. Substitute: 2(y1)+3y7=05y=9y=9/5,x=4/52(y - 1) + 3 y - 7 = 0 \Rightarrow 5 y = 9 \Rightarrow y = 9/5, x = 4/5. Intersection: (4/5,9/5)(4/5, 9/5).

Example 2. Find the line through the intersection of x+y3=0x + y - 3 = 0 and 2xy+1=02 x - y + 1 = 0, passing through (1,4)(1, 4).

Family: (x+y3)+k(2xy+1)=0(x + y - 3) + k(2 x - y + 1) = 0. Plug in (1,4)(1, 4): (1+43)+k(24+1)=02+k(1)=0k=2(1 + 4 - 3) + k(2 - 4 + 1) = 0 \Rightarrow 2 + k(-1) = 0 \Rightarrow k = 2.

Line: x+y3+2(2xy+1)=05xy1=0x + y - 3 + 2(2 x - y + 1) = 0 \Rightarrow 5 x - y - 1 = 0.

Example 3. Show that 3x+4y10=03 x + 4 y - 10 = 0, xy1=0x - y - 1 = 0, and 5x+6y16=05 x + 6 y - 16 = 0 are concurrent.

Solve the first two: 3x+4y=103 x + 4 y = 10 and xy=1x=y+13(y+1)+4y=107y=7y=1,x=2x - y = 1 \Rightarrow x = y + 1 \Rightarrow 3(y + 1) + 4 y = 10 \Rightarrow 7 y = 7 \Rightarrow y = 1, x = 2. Check the third: 52+6116=05 \cdot 2 + 6 \cdot 1 - 16 = 0 ✓.

Example 4. Find the line through the intersection of x+2y5=0x + 2 y - 5 = 0 and 3x+y10=03 x + y - 10 = 0, perpendicular to 4x+3y7=04 x + 3 y - 7 = 0.

Intersection: solve to get x=3,y=1x = 3, y = 1. Required slope: 4/34/3 (negative reciprocal of 4/3-4/3).

Equation: y1=(4/3)(x3)4x3y9=0y - 1 = (4/3)(x - 3) \Rightarrow 4 x - 3 y - 9 = 0.

Example 5. For what value of kk are the lines kx+2y+3=0k x + 2 y + 3 = 0, x+ky+6=0x + k y + 6 = 0, and 3x+2y+5=03 x + 2 y + 5 = 0 concurrent?

Determinant: det(k231k6325)=0\det\begin{pmatrix} k & 2 & 3 \\ 1 & k & 6 \\ 3 & 2 & 5 \end{pmatrix} = 0.

Expand: k(5k12)2(518)+3(23k)=5k212k+26+69k=5k221k+32=0k(5k - 12) - 2(5 - 18) + 3(2 - 3k) = 5 k^2 - 12 k + 26 + 6 - 9 k = 5 k^2 - 21 k + 32 = 0.

Discriminant: 441640<0441 - 640 < 0. No real kk.

Try it yourself

  1. Find the intersection of 3x+2y=73 x + 2 y = 7 and xy=1x - y = 1.
  2. Find the line through (2,3)(2, 3) and the intersection of x+y4=0x + y - 4 = 0 and 2xy1=02 x - y - 1 = 0.
  3. Find the line through the intersection of x+2y1=0x + 2 y - 1 = 0 and xy+4=0x - y + 4 = 0 perpendicular to x+y1=0x + y - 1 = 0.
  4. Show that (1,0)(1, 0), (0,1)(0, 1), and the intersection of x+y2=0x + y - 2 = 0 and 2xy+1=02 x - y + 1 = 0 are collinear.
  5. Are the lines xy1=0x - y - 1 = 0, 2xy3=02 x - y - 3 = 0, 3xy5=03 x - y - 5 = 0 concurrent? Find the common point.
  6. Find kk if the lines x+y1=0x + y - 1 = 0, 2x+3y5=02 x + 3 y - 5 = 0, x+ky4=0x + k y - 4 = 0 are concurrent.
  7. Find the line through the intersection of 3x+y5=03 x + y - 5 = 0 and 5xy7=05 x - y - 7 = 0 which makes equal intercepts on the axes.
  8. Find the equation of the line through (2,1)(2, -1) and through the intersection of x2y+1=0x - 2 y + 1 = 0 and x+3y1=0x + 3 y - 1 = 0.
  9. Find the foot of the perpendicular from (1,2)(1, 2) to the line 4x+3y25=04 x + 3 y - 25 = 0.
  10. Find the image of (2,3)(2, 3) in the line y=xy = x.
  11. Three sides of a triangle have equations L1,L2,L3L_1, L_2, L_3. Show that the medians are concurrent (without using calculus). (Hint: use the family of lines.)
  12. Find the line through the intersection of x+2y3=0x + 2 y - 3 = 0 and 3x+4y7=03 x + 4 y - 7 = 0 at distance 11 from origin.

Pitfalls / Tricks

  • For the family form, kk can be any real; including kk \to \infty gives L2=0L_2 = 0.
  • Three lines may be parallel without being concurrent (parallel ≠ concurrent). Concurrency means they meet at a single point.
  • When solving the linear system, check whether the lines are parallel first.
  • Insight. The family of lines through a point is a powerful technique: it reduces "find the line through point PP satisfying condition XX" to a single-variable equation in kk.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Family of lines and intersections
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6