Skip to main content
Back to 3D Geometry
JEE Main 2023
3D Geometry
3D Geometry
Medium

Question

If the equation of the line passing through the point (0,12,0)\left( 0, -\frac{1}{2}, 0 \right) and perpendicular to the lines r=λ(i^+aj^+bk^)\vec{r} = \lambda \left( \hat{i} + a\hat{j} + b\hat{k} \right) and r=(i^j^6k^)+μ(bi^+aj^+5k^)\vec{r} = \left( \hat{i} - \hat{j} - 6\hat{k} \right) + \mu \left( -b \hat{i} + a\hat{j} + 5\hat{k} \right) is x12=y+4d=zc4\frac{x-1}{-2} = \frac{y+4}{d} = \frac{z-c}{-4}, then a+b+c+da+b+c+d is equal to :

Options

Solution

1. Key Concepts and Formulas

  • Equation of a Line in 3D: A line passing through a point (x1,y1,z1)(x_1, y_1, z_1) with direction ratios (l,m,n)(l, m, n) can be represented in Cartesian form as xx1l=yy1m=zz1n\frac{x-x_1}{l} = \frac{y-y_1}{m} = \frac{z-z_1}{n}. The vector v=li^+mj^+nk^\vec{v} = l\hat{i} + m\hat{j} + n\hat{k} is the direction vector of the line.
  • Direction Vector of Perpendicular Lines: If a line LL is perpendicular to two other lines L1L_1 and L2L_2 with direction vectors v1\vec{v_1} and v2\vec{v_2} respectively, then the direction vector of LL, let's call it v\vec{v}, must be parallel to the cross product of v1\vec{v_1} and v2\vec{v_2}. That is, v=k(v1×v2)\vec{v} = k (\vec{v_1} \times \vec{v_2}) for some non-zero scalar kk.
  • Point on a Line: If a point (x0,y0,z0)(x_0, y_0, z_0) lies on a line, its coordinates must satisfy the equation of the line.

2. Step-by-Step Solution

Step 1: Identify the direction vectors of the lines to which the required line is perpendicular. The required line is perpendicular to two given lines:

  1. L1:r=λ(i^+aj^+bk^)L_1: \vec{r} = \lambda \left( \hat{i} + a\hat{j} + b\hat{k} \right). The direction vector of L1L_1 is v1=i^+aj^+bk^\vec{v_1} = \hat{i} + a\hat{j} + b\hat{k}.
  2. L2:r=(i^j^6k^)+μ(bi^+aj^+5k^)L_2: \vec{r} = \left( \hat{i} - \hat{j} - 6\hat{k} \right) + \mu \left( -b \hat{i} + a\hat{j} + 5\hat{k} \right). The direction vector of L2L_2 is v2=bi^+aj^+5k^\vec{v_2} = -b \hat{i} + a\hat{j} + 5\hat{k}.

Step 2: Determine the direction vector of the required line. Since the required line LL is perpendicular to both L1L_1 and L2L_2, its direction vector, v\vec{v}, must be parallel to the cross product of v1\vec{v_1} and v2\vec{v_2}. We calculate this cross product: v=v1×v2=i^j^k^1abba5\vec{v} = \vec{v_1} \times \vec{v_2} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & a & b \\ -b & a & 5 \end{vmatrix} Expanding the determinant: v=i^(a5ba)j^(15b(b))+k^(1aa(b))\vec{v} = \hat{i}(a \cdot 5 - b \cdot a) - \hat{j}(1 \cdot 5 - b \cdot (-b)) + \hat{k}(1 \cdot a - a \cdot (-b)) v=(5aab)i^(5+b2)j^+(a+ab)k^\vec{v} = (5a - ab)\hat{i} - (5 + b^2)\hat{j} + (a + ab)\hat{k} The direction ratios of the required line LL are therefore proportional to (5aab,(b2+5),a+ab)(5a - ab, -(b^2 + 5), a + ab).

Step 3: Relate the calculated direction ratios to the given equation of the required line. The equation of the required line LL is given as x12=y+4d=zc4\frac{x-1}{-2} = \frac{y+4}{d} = \frac{z-c}{-4}. From this equation, the direction ratios of the line are (2,d,4)(-2, d, -4).

Since the direction ratios from the cross product must be proportional to these given direction ratios, we can set up the following proportionality: 5aab2=(b2+5)d=a+ab4=k\frac{5a - ab}{-2} = \frac{-(b^2 + 5)}{d} = \frac{a + ab}{-4} = k where kk is a constant of proportionality. This implies:

  1. 5aab=2k5a - ab = -2k
  2. (b2+5)=dk-(b^2 + 5) = dk
  3. a+ab=4ka + ab = -4k

Step 4: Use the given point on the line to find the values of cc and dd. The required line LL passes through the point P(0,12,0)P \left( 0, -\frac{1}{2}, 0 \right). We substitute these coordinates into the line's equation: 012=12+4d=0c4\frac{0-1}{-2} = \frac{-\frac{1}{2}+4}{d} = \frac{0-c}{-4} Simplify each part:

  • 12=12\frac{-1}{-2} = \frac{1}{2}
  • 12+4d=1+82d=72d=72d\frac{-\frac{1}{2}+4}{d} = \frac{\frac{-1+8}{2}}{d} = \frac{\frac{7}{2}}{d} = \frac{7}{2d}
  • c4=c4\frac{-c}{-4} = \frac{c}{4}

Now, equate these simplified expressions: 12=72d=c4\frac{1}{2} = \frac{7}{2d} = \frac{c}{4} From 12=72d\frac{1}{2} = \frac{7}{2d}: 2d=14    d=72d = 14 \implies d = 7

From 12=c4\frac{1}{2} = \frac{c}{4}: 2c=4    c=22c = 4 \implies c = 2 So, we have found c=2c=2 and d=7d=7.

Step 5: Solve for the values of aa and bb. Substitute d=7d=7 into the proportionality equations from Step 3: 5aab2=(b2+5)7=a+ab4\frac{5a - ab}{-2} = \frac{-(b^2 + 5)}{7} = \frac{a + ab}{-4} We can use the first and third terms to solve for aa and bb: 5aab2=a+ab4\frac{5a - ab}{-2} = \frac{a + ab}{-4} Multiply both sides by 4-4: 2(5aab)=a+ab2(5a - ab) = a + ab 10a2ab=a+ab10a - 2ab = a + ab Rearrange terms: 9a3ab=09a - 3ab = 0 Factor out 3a3a: 3a(3b)=03a(3 - b) = 0 This equation implies either 3a=03a = 0 or 3b=03 - b = 0. If a=0a=0, the direction ratios from Step 2 would be (0,(b2+5),0)(0, -(b^2+5), 0). For this to be proportional to (2,d,4)(-2, d, -4), it would imply (b2+5)=0-(b^2+5)=0, or b2=5b^2=-5, which has no real solution for bb. Therefore, a0a \neq 0. Thus, we must have 3b=03 - b = 0, which gives b=3b = 3.

Now substitute b=3b=3 into the proportionality, using the second and third terms: (b2+5)7=a+ab4\frac{-(b^2 + 5)}{7} = \frac{a + ab}{-4} Substitute b=3b=3: ((3)2+5)7=a+a(3)4\frac{-((3)^2 + 5)}{7} = \frac{a + a(3)}{-4} (9+5)7=4a4\frac{-(9 + 5)}{7} = \frac{4a}{-4} 147=a\frac{-14}{7} = -a 2=a-2 = -a This gives a=2a = 2. So, we have found a=2a=2 and b=3b=3.

Step 6: Calculate the final sum a+b+c+da+b+c+d. We have determined the values of all the unknowns:

  • a=2a = 2
  • b=3b = 3
  • c=2c = 2
  • d=7d = 7

Now, sum these values: a+b+c+d=2+3+2+7=14a+b+c+d = 2 + 3 + 2 + 7 = 14

3. Common Mistakes & Tips

  • Algebraic Errors in Cross Product: Be meticulous when calculating the cross product determinant. Incorrect signs or terms are common pitfalls.
  • Proportionality: Remember that direction ratios are proportional, not necessarily equal. Using a constant of proportionality (like kk) or correctly cross-multiplying proportional terms is crucial.
  • Checking Special Cases: When solving equations like 3a(3b)=03a(3-b)=0, always consider all possible solutions (a=0a=0 or b=3b=3) and check if any lead to contradictions with other information in the problem (e.g., a=0a=0 led to b2=5b^2=-5, which is not possible).
  • Systematic Substitution: As soon as a variable's value is found (like cc and dd), substitute it back into subsequent equations. This simplifies the remaining calculations and reduces the number of unknowns.

4. Summary This problem required a multi-step approach involving key concepts from 3D geometry. We first determined the direction vector of the required line by taking the cross product of the direction vectors of the two lines it was perpendicular to. Then, by substituting the coordinates of the given point into the line's equation, we found the values of cc and dd. Finally, we equated the components of the direction vectors (using the constant of proportionality) and solved the resulting system of equations to find aa and bb. All the determined values were then summed to obtain the final answer.

The final answer is 14\boxed{14}, which corresponds to option (B).

Practice More 3D Geometry Questions

View All Questions