Family of lines passing through intersection of two given lines

medium CBSE JEE-MAIN JEE Main 2022 3 min read

Question

Find the equation of the line passing through the intersection of 2x+3y5=02x + 3y - 5 = 0 and 3x2y+1=03x - 2y + 1 = 0, and also passing through the point (1,1)(1, 1).

(JEE Main 2022, similar pattern)


Solution — Step by Step

Any line passing through the intersection of L1:2x+3y5=0L_1: 2x + 3y - 5 = 0 and L2:3x2y+1=0L_2: 3x - 2y + 1 = 0 can be written as:

L1+λL2=0L_1 + \lambda L_2 = 0 (2x+3y5)+λ(3x2y+1)=0(2x + 3y - 5) + \lambda(3x - 2y + 1) = 0

This is the family of lines through their intersection. Different values of λ\lambda give different lines in this family.

The line passes through (1,1)(1, 1). Substitute x=1,y=1x = 1, y = 1:

(2+35)+λ(32+1)=0(2 + 3 - 5) + \lambda(3 - 2 + 1) = 0 0+λ(2)=00 + \lambda(2) = 0 λ=0\lambda = 0

Substituting λ=0\lambda = 0:

2x+3y5=0\mathbf{2x + 3y - 5 = 0}

Interesting — the required line is L1L_1 itself. This means the point (1,1)(1, 1) actually lies on L1L_1. Quick check: 2(1)+3(1)5=02(1) + 3(1) - 5 = 0. Confirmed.


Why This Works

The equation L1+λL2=0L_1 + \lambda L_2 = 0 represents every line through the intersection of L1L_1 and L2L_2 (except L2L_2 itself, which corresponds to λ\lambda \to \infty). Why? Because any point satisfying both L1=0L_1 = 0 and L2=0L_2 = 0 also satisfies L1+λL2=0L_1 + \lambda L_2 = 0 for every λ\lambda.

This “family” approach is powerful because it avoids finding the intersection point explicitly. You directly get the required line by applying one additional condition (passing through a point, or having a given slope, or being parallel to an axis).


Alternative Method

Find the intersection point by solving the two equations simultaneously:

From 2x+3y=52x + 3y = 5 and 3x2y=13x - 2y = -1: multiply first by 2 and second by 3, then add: 4x+9x+6y6y=1034x + 9x + 6y - 6y = 10 - 3, so 13x=713x = 7, x=7/13x = 7/13, y=(514/13)/3=51/(13×3)=17/13y = (5 - 14/13)/3 = 51/(13 \times 3) = 17/13.

Intersection: (7/13,17/13)(7/13, 17/13). Then find the line through (7/13,17/13)(7/13, 17/13) and (1,1)(1, 1). This works but involves uglier fractions.

The family-of-lines method is always faster when the additional condition is simple (a point, a slope, or parallel/perpendicular to an axis). It skips the messy intersection calculation entirely. Use it as your default approach for JEE.


Common Mistake

The family L1+λL2=0L_1 + \lambda L_2 = 0 does NOT include L2L_2 itself (that would need λ=\lambda = \infty). If the problem’s answer turns out to be L2L_2, write it separately. In practice, when λ=0\lambda = 0 gives the answer (as here), it means the answer is L1L_1, and when λ\lambda is finite and non-zero, it is a new line. But if you suspect the answer might be L2L_2, check it directly.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next