MCQMediumJEE 2026Equation of Line in 3D

JEE Mathematics 2026 Question with Solution

Let the line L1L_1 be parallel to the vector 3i^+2j^+4k^-3\hat{i} + 2\hat{j} + 4\hat{k} and pass through the point (2,6,7)(2, 6, 7), and the line L2L_2 be parallel to the vector 2i^+j^+3k^2\hat{i} + \hat{j} + 3\hat{k} and pass through the point (4,3,5)(4, 3, 5). If the line L3L_3 is parallel to the vector 3i^+5j^+16k^-3\hat{i} + 5\hat{j} + 16\hat{k} and intersects the lines L1L_1 and L2L_2 at the points CC and DD, respectively, then CD2|\vec{CD}|^2 is equal to :

  • A

    290290

  • B

    8989

  • C

    312312

  • D

    171171

Answer

Correct answer:A

Step-by-step solution

Standard Method

Given: Line L1L_1 is parallel to (3,2,4)(-3, 2, 4) and passes through (2,6,7)(2, 6, 7). Line L2L_2 is parallel to (2,1,3)(2, 1, 3) and passes through (4,3,5)(4, 3, 5). Line L3L_3 is parallel to (3,5,16)(-3, 5, 16) and intersects L1L_1 and L2L_2 at points CC and DD.

Find: CD2|\vec{CD}|^2.

Take a general point CC on L1L_1 and a general point DD on L2L_2.

c=(23λ,6+2λ,7+4λ)\vec{c} = (2 - 3\lambda, 6 + 2\lambda, 7 + 4\lambda) d=(4+2μ,3+μ,5+3μ)\vec{d} = (4 + 2\mu, 3 + \mu, 5 + 3\mu)

Then

CD=dc=(2+2μ+3λ,3+μ2λ,2+3μ4λ)\vec{CD} = \vec{d} - \vec{c} = (2 + 2\mu + 3\lambda, -3 + \mu - 2\lambda, -2 + 3\mu - 4\lambda)

Since CD\vec{CD} is parallel to (3,5,16)(-3, 5, 16),

2+2μ+3λ3=3+μ2λ5=2+3μ4λ16=k\frac{2 + 2\mu + 3\lambda}{-3} = \frac{-3 + \mu - 2\lambda}{5} = \frac{-2 + 3\mu - 4\lambda}{16} = k

From the first two ratios,

10+10μ+15λ=93μ+6λ10 + 10\mu + 15\lambda = 9 - 3\mu + 6\lambda 13μ+9λ=113\mu + 9\lambda = -1

From the last two ratios,

48+16μ32λ=10+15μ20λ-48 + 16\mu - 32\lambda = -10 + 15\mu - 20\lambda μ12λ=38\mu - 12\lambda = 38

Solving these equations gives

λ=3,μ=2\lambda = -3, \qquad \mu = 2

Now,

k=2+2(2)+3(3)3=33=1k = \frac{2 + 2(2) + 3(-3)}{-3} = \frac{-3}{-3} = 1

Hence,

CD=1(3,5,16)=(3,5,16)\vec{CD} = 1 \cdot (-3, 5, 16) = (-3, 5, 16)

Therefore,

CD2=(3)2+52+162=9+25+256=290|\vec{CD}|^2 = (-3)^2 + 5^2 + 16^2 = 9 + 25 + 256 = 290

So, the correct option is A.

Using Parametric Points and Parallelism

Given: The intersection points CC and DD lie on L1L_1 and L2L_2 respectively, and the line joining them is parallel to (3,5,16)(-3, 5, 16).

Find: The value of CD2|\vec{CD}|^2.

Write the parametric forms of the two given lines:

L1:(x,y,z)=(2,6,7)+λ(3,2,4)L_1: (x, y, z) = (2, 6, 7) + \lambda(-3, 2, 4) L2:(x,y,z)=(4,3,5)+μ(2,1,3)L_2: (x, y, z) = (4, 3, 5) + \mu(2, 1, 3)

So,

C=(23λ,6+2λ,7+4λ)C = (2 - 3\lambda, 6 + 2\lambda, 7 + 4\lambda) D=(4+2μ,3+μ,5+3μ)D = (4 + 2\mu, 3 + \mu, 5 + 3\mu)

Now form the vector from CC to DD:

CD=(4+2μ(23λ),3+μ(6+2λ),5+3μ(7+4λ))\vec{CD} = (4 + 2\mu - (2 - 3\lambda), 3 + \mu - (6 + 2\lambda), 5 + 3\mu - (7 + 4\lambda)) CD=(2+2μ+3λ,3+μ2λ,2+3μ4λ)\vec{CD} = (2 + 2\mu + 3\lambda, -3 + \mu - 2\lambda, -2 + 3\mu - 4\lambda)

Because L3L_3 is parallel to (3,5,16)(-3, 5, 16), the vector CD\vec{CD} must be proportional to this direction vector. Thus,

(2+2μ+3λ,3+μ2λ,2+3μ4λ)=k(3,5,16)(2 + 2\mu + 3\lambda, -3 + \mu - 2\lambda, -2 + 3\mu - 4\lambda) = k(-3, 5, 16)

Equating component ratios gives two independent linear equations:

13μ+9λ=113\mu + 9\lambda = -1 μ12λ=38\mu - 12\lambda = 38

On solving,

λ=3,μ=2\lambda = -3, \qquad \mu = 2

Then the proportionality constant is

k=1k = 1

Hence,

CD=(3,5,16)\vec{CD} = (-3, 5, 16)

Now compute the squared magnitude:

CD2=(3)2+52+162|\vec{CD}|^2 = (-3)^2 + 5^2 + 16^2 =9+25+256=290= 9 + 25 + 256 = 290

Therefore, CD2=290|\vec{CD}|^2 = 290 and the correct option is A.

Common mistakes

  • Students may write the parametric point on L1L_1 or L2L_2 incorrectly by changing the signs of the direction ratios. This is wrong because the coordinates of CC and DD must follow the given direction vectors exactly. Write C=(23λ,6+2λ,7+4λ)C = (2 - 3\lambda, 6 + 2\lambda, 7 + 4\lambda) and D=(4+2μ,3+μ,5+3μ)D = (4 + 2\mu, 3 + \mu, 5 + 3\mu) carefully.

  • A common error is to assume directly that CD=(3,5,16)\vec{CD} = (-3, 5, 16) without checking the proportionality constant. This is wrong because parallel vectors are scalar multiples, not necessarily equal. First set CD=k(3,5,16)\vec{CD} = k(-3, 5, 16) and then determine kk.

  • Students sometimes form CD\vec{CD} as cd\vec{c} - \vec{d} instead of dc\vec{d} - \vec{c}. This reverses the vector and changes the sign pattern in the equations. Always use the correct order for the requested vector: from CC to DD means terminal point minus initial point.

Practice more Equation of Line in 3D questions

Get unlimited AI-adaptive practice, mastery tracking, and an AI tutor that explains every step — free to start.

Related questions