Skip to main content
Back to Vector Algebra
JEE Main 2023
Vector Algebra
Vector Algebra
Medium

Question

Let a=i^+2j^+k^\vec{a}=\hat{i}+2 \hat{j}+\hat{k} and b=2i^+7j^+3k^\vec{b}=2 \hat{i}+7 \hat{j}+3 \hat{k}. Let L1:r=(i^+2j^+k^)+λa,λR\mathrm{L}_1 : \overrightarrow{\mathrm{r}}=(-\hat{i}+2 \hat{j}+\hat{k})+\lambda \vec{a}, \mathrm{\lambda} \in \mathbf{R} and L2:r=(j^+k^)+μb,μR\mathrm{L}_2: \overrightarrow{\mathrm{r}}=(\hat{j}+\hat{k})+\mu \vec{b}, \mu \in \mathrm{R} be two lines. If the line L3\mathrm{L}_3 passes through the point of intersection of L1\mathrm{L}_1 and LyL_y and is parallel to a+b\vec{a}+\vec{b}, then L3L_3 passes through the point :

Options

Solution

Key Concepts and Formulas

  • Vector Equation of a Line: A line passing through a point with position vector p\vec{p} and parallel to a direction vector d\vec{d} is given by r=p+td\vec{r} = \vec{p} + t\vec{d}, where tt is a scalar parameter.
  • Intersection of Two Lines: To find the intersection of two lines r1=p1+λd1\vec{r}_1 = \vec{p}_1 + \lambda\vec{d}_1 and r2=p2+μd2\vec{r}_2 = \vec{p}_2 + \mu\vec{d}_2, we set p1+λd1=p2+μd2\vec{p}_1 + \lambda\vec{d}_1 = \vec{p}_2 + \mu\vec{d}_2 and solve the resulting system of linear equations for λ\lambda and μ\mu.
  • Point on a Line: A point with position vector P\vec{P} lies on the line r=p+td\vec{r} = \vec{p} + t\vec{d} if Pp\vec{P} - \vec{p} is parallel to d\vec{d}, meaning Pp=td\vec{P} - \vec{p} = t\vec{d} for some scalar tt.

Step-by-Step Solution

We are given two lines L1L_1 and L2L_2, defined by: L1:r=(i^+2j^+k^)+λaL_1 : \overrightarrow{r}=(-\hat{i}+2 \hat{j}+\hat{k})+\lambda \vec{a}, where a=i^+2j^+k^\vec{a}=\hat{i}+2 \hat{j}+\hat{k} L2:r=(j^+k^)+μbL_2: \overrightarrow{r}=(\hat{j}+\hat{k})+\mu \vec{b}, where b=2i^+7j^+3k^\vec{b}=2 \hat{i}+7 \hat{j}+3 \hat{k}

Line L3L_3 passes through the intersection of L1L_1 and L2L_2 and is parallel to a+b\vec{a}+\vec{b}.

Step 1: Find the point of intersection of L1L_1 and L2L_2.

To find the intersection point, we equate the vector equations of L1L_1 and L2L_2: (i^+2j^+k^)+λ(i^+2j^+k^)=(j^+k^)+μ(2i^+7j^+3k^)(-\hat{i}+2 \hat{j}+\hat{k})+\lambda (\hat{i}+2 \hat{j}+\hat{k}) = (\hat{j}+\hat{k})+\mu (2 \hat{i}+7 \hat{j}+3 \hat{k}) Group the components for i^\hat{i}, j^\hat{j}, and k^\hat{k}: (1+λ)i^+(2+2λ)j^+(1+λ)k^=(2μ)i^+(1+7μ)j^+(1+3μ)k^(-1+\lambda)\hat{i} + (2+2\lambda)\hat{j} + (1+\lambda)\hat{k} = (2\mu)\hat{i} + (1+7\mu)\hat{j} + (1+3\mu)\hat{k} Equating the coefficients of i^\hat{i}, j^\hat{j}, and k^\hat{k} gives a system of linear equations:

  1. 1+λ=2μλ2μ=1-1+\lambda = 2\mu \quad \Rightarrow \quad \lambda - 2\mu = 1 (Equation 1)
  2. 2+2λ=1+7μ2λ7μ=12+2\lambda = 1+7\mu \quad \Rightarrow \quad 2\lambda - 7\mu = -1 (Equation 2)
  3. 1+λ=1+3μλ3μ=01+\lambda = 1+3\mu \quad \Rightarrow \quad \lambda - 3\mu = 0 (Equation 3)

From Equation 3, we get λ=3μ\lambda = 3\mu. Substitute this into Equation 1: (3μ)2μ=1μ=1(3\mu) - 2\mu = 1 \quad \Rightarrow \quad \mu = 1 Now substitute μ=1\mu=1 back into λ=3μ\lambda = 3\mu: λ=3(1)=3\lambda = 3(1) = 3 We verify these values in Equation 2: 2(3)7(1)=67=12(3) - 7(1) = 6 - 7 = -1. The values are consistent.

Now, we find the position vector of the intersection point by substituting λ=3\lambda=3 into the equation for L1L_1: rint=(i^+2j^+k^)+3(i^+2j^+k^)\vec{r}_{int} = (-\hat{i}+2 \hat{j}+\hat{k}) + 3(\hat{i}+2 \hat{j}+\hat{k}) rint=(i^+3i^)+(2j^+6j^)+(k^+3k^)\vec{r}_{int} = (-\hat{i}+3\hat{i}) + (2\hat{j}+6\hat{j}) + (\hat{k}+3\hat{k}) rint=2i^+8j^+4k^\vec{r}_{int} = 2\hat{i} + 8\hat{j} + 4\hat{k} The point of intersection is (2,8,4)(2, 8, 4).

Step 2: Determine the direction vector of L3L_3.

Line L3L_3 is parallel to a+b\vec{a}+\vec{b}. dL3=a+b=(i^+2j^+k^)+(2i^+7j^+3k^)\vec{d}_{L_3} = \vec{a}+\vec{b} = (\hat{i}+2 \hat{j}+\hat{k}) + (2 \hat{i}+7 \hat{j}+3 \hat{k}) dL3=(1+2)i^+(2+7)j^+(1+3)k^\vec{d}_{L_3} = (1+2)\hat{i} + (2+7)\hat{j} + (1+3)\hat{k} dL3=3i^+9j^+4k^\vec{d}_{L_3} = 3\hat{i} + 9\hat{j} + 4\hat{k}

Step 3: Write the vector equation of L3L_3.

Line L3L_3 passes through (2,8,4)(2, 8, 4) and has direction vector 3i^+9j^+4k^3\hat{i} + 9\hat{j} + 4\hat{k}. The vector equation of L3L_3 is: r=(2i^+8j^+4k^)+ν(3i^+9j^+4k^)\overrightarrow{r} = (2\hat{i} + 8\hat{j} + 4\hat{k}) + \nu (3\hat{i} + 9\hat{j} + 4\hat{k}) where ν\nu is a scalar parameter.

This can be written in parametric form as: x=2+3νx = 2 + 3\nu y=8+9νy = 8 + 9\nu z=4+4νz = 4 + 4\nu

Step 4: Check which option point lies on L3L_3.

We test each option by substituting its coordinates into the parametric equations and checking for a consistent value of ν\nu.

(A) (1,1,1)(-1, -1, 1)

  • For xx: 1=2+3ν3ν=3ν=1-1 = 2 + 3\nu \Rightarrow 3\nu = -3 \Rightarrow \nu = -1
  • For yy: 1=8+9ν9ν=9ν=1-1 = 8 + 9\nu \Rightarrow 9\nu = -9 \Rightarrow \nu = -1
  • For zz: 1=4+4ν4ν=3ν=3/41 = 4 + 4\nu \Rightarrow 4\nu = -3 \Rightarrow \nu = -3/4 The values of ν\nu are not consistent.

(B) (2,8,5)(2, 8, 5)

  • For xx: 2=2+3ν3ν=0ν=02 = 2 + 3\nu \Rightarrow 3\nu = 0 \Rightarrow \nu = 0
  • For yy: 8=8+9ν9ν=0ν=08 = 8 + 9\nu \Rightarrow 9\nu = 0 \Rightarrow \nu = 0
  • For zz: 5=4+4ν4ν=1ν=1/45 = 4 + 4\nu \Rightarrow 4\nu = 1 \Rightarrow \nu = 1/4 The values of ν\nu are not consistent.

(C) (8,26,12)(8, 26, 12)

  • For xx: 8=2+3ν3ν=6ν=28 = 2 + 3\nu \Rightarrow 3\nu = 6 \Rightarrow \nu = 2
  • For yy: 26=8+9ν9ν=18ν=226 = 8 + 9\nu \Rightarrow 9\nu = 18 \Rightarrow \nu = 2
  • For zz: 12=4+4ν4ν=8ν=212 = 4 + 4\nu \Rightarrow 4\nu = 8 \Rightarrow \nu = 2 The values of ν\nu are consistent (ν=2\nu=2). This point lies on L3L_3.

(D) (5,17,4)(5, 17, 4)

  • For xx: 5=2+3ν3ν=3ν=15 = 2 + 3\nu \Rightarrow 3\nu = 3 \Rightarrow \nu = 1
  • For yy: 17=8+9ν9ν=9ν=117 = 8 + 9\nu \Rightarrow 9\nu = 9 \Rightarrow \nu = 1
  • For zz: 4=4+4ν4ν=0ν=04 = 4 + 4\nu \Rightarrow 4\nu = 0 \Rightarrow \nu = 0 The values of ν\nu are not consistent.

The line L3L_3 passes through the point (8,26,12)(8, 26, 12), which corresponds to option (C).

Common Mistakes & Tips

  • Algebraic Errors: Be meticulous when solving the system of linear equations for λ\lambda and μ\mu. A small arithmetic mistake can lead to an incorrect intersection point.
  • Consistency Check: Always verify the found parameters λ\lambda and μ\mu in all three equations. Similarly, when checking a point on L3L_3, ensure the parameter ν\nu is consistent across all coordinates.
  • Direction Vector Calculation: Double-check the addition of vectors a\vec{a} and b\vec{b} to ensure the direction vector of L3L_3 is correctly computed.

Summary

The problem required us to find a line L3L_3 that passes through the intersection of two given lines, L1L_1 and L2L_2, and is parallel to the sum of their direction vectors (a+b\vec{a}+\vec{b}). We first found the point of intersection of L1L_1 and L2L_2 by solving a system of linear equations derived from their vector forms. Next, we computed the direction vector of L3L_3 by adding a\vec{a} and b\vec{b}. Using the intersection point and the direction vector, we formulated the vector equation of L3L_3. Finally, we tested each given option point by substituting its coordinates into the parametric form of L3L_3 to see which point yielded a consistent parameter value. The point (8,26,12)(8, 26, 12) consistently satisfied the equation of L3L_3, indicating it lies on the line.

The final answer is \boxed{(8, 26, 12)} which corresponds to option (C).

Practice More Vector Algebra Questions

View All Questions