Sign in
12thPass logo
New chatPYQ LibraryDoubtsRank report
Sign in to see Recents

Your guest activity stays on this device

Sign in to save progress →
Sign in

3D Geometry question

2012 · Shift 2 · Q22
Guest · filters and generic practice availableBrowsing as a guest · PYQ filters and generic practice are available. Sign in only for personalised features and saved progress.
  1. PYQ Library
  2. /JEE Advanced
  3. /Mathematics
  4. /3D Geometry
  5. /2012 · Shift 2 · Q22

3D Geometry question

2012 · Shift 2 · Q22

JEE AdvancedMathematics3D GeometryMultiple correct+4 / −1
If the straight lines  x−12=y+1k=z2\,{{x - 1} \over 2} = {{y + 1} \over k} = {z \over 2}2x−1​=ky+1​=2z​ and x+15=y+12=zk{{x + 1} \over 5} = {{y + 1} \over 2} = {z \over k}5x+1​=2y+1​=kz​ are coplanar, then the plane (s) containing these two lines is (are)
  1. A
    y+2z=−1y+2z=-1y+2z=−1
  2. B
    y+z=−1y+z=-1y+z=−1
  3. C
    y−z=−1y-z=-1y−z=−1
  4. D
    y−2z=−1y-2z=-1y−2z=−1
View written solutionFree

Correct answer: B, C

  1. Write the two lines in parametric form

The given lines are

x−12=y+1k=z2\frac{x-1}{2}=\frac{y+1}{k}=\frac{z}{2}2x−1​=ky+1​=2z​ and x+15=y+12=zk.\frac{x+1}{5}=\frac{y+1}{2}=\frac{z}{k}.5x+1​=2y+1​=kz​.

So their parametric forms are:

  • For line L1L_1L1​: x=1+2λ,y=−1+kλ,z=2λ.x=1+2\lambda,\quad y=-1+k\lambda,\quad z=2\lambda.x=1+2λ,y=−1+kλ,z=2λ. Hence a point on L1L_1L1​ is P1=(1,−1,0)P_1=(1,-1,0)P1​=(1,−1,0) and direction vector is d⃗1=(2,k,2).\vec d_1=(2,k,2).d1​=(2,k,2).

  • For line L2L_2L2​: x=−1+5μ,y=−1+2μ,z=kμ.x=-1+5\mu,\quad y=-1+2\mu,\quad z=k\mu.x=−1+5μ,y=−1+2μ,z=kμ. Hence a point on L2L_2L2​ is P2=(−1,−1,0)P_2=(-1,-1,0)P2​=(−1,−1,0) and direction vector is d⃗2=(5,2,k).\vec d_2=(5,2,k).d2​=(5,2,k).


  1. Condition for two lines to be coplanar

Two lines are coplanar iff [P1P2→,d⃗1,d⃗2]=0,[\overrightarrow{P_1P_2},\vec d_1,\vec d_2]=0,[P1​P2​​,d1​,d2​]=0, that is, the scalar triple product is zero.

Now, P1P2→=P2−P1=(−2,0,0).\overrightarrow{P_1P_2}=P_2-P_1=(-2,0,0).P1​P2​​=P2​−P1​=(−2,0,0).

So we compute

-2 & 0 & 0\\ 2 & k & 2\\ 5 & 2 & k \end{pmatrix}=0.$$ Expanding along the first row: $$-2\det\begin{pmatrix}k & 2\\ 2 & k\end{pmatrix}=0.$$ Thus, $$-2(k^2-4)=0$$ $$k^2-4=0$$ $$k=\pm 2.$$ So there are **two possible planes**, corresponding to $k=2$ and $k=-2$. --- 3. **Case 1: $k=2$** Then the lines become: $$L_1: \frac{x-1}{2}=\frac{y+1}{2}=\frac{z}{2}$$ So direction vector is $$\vec d_1=(2,2,2)\propto (1,1,1).$$ $$L_2: \frac{x+1}{5}=\frac{y+1}{2}=\frac{z}{2}$$ So direction vector is $$\vec d_2=(5,2,2).$$ A vector joining points on the two lines is $$\vec{P_1P_2}=(-2,0,0).$$ A normal to the plane is $$\vec n=\vec d_1\times \vec d_2 =\begin{vmatrix} \hat i & \hat j & \hat k\\ 2 & 2 & 2\\ 5 & 2 & 2 \end{vmatrix}.$$ Compute: $$\vec n=\hat i(4-4)-\hat j(4-10)+\hat k(4-10) =(0,6,-6)\propto (0,1,-1).$$ So plane equation is of form $$y-z+c=0.$$ Since point $(1,-1,0)$ lies on the plane, $$-1-0+c=0\Rightarrow c=1.$$ Hence, $$y-z+1=0$$ $$\boxed{y-z=-1.}$$ This is **Option C**. --- 4. **Case 2: $k=-2$** Then the lines become: $$L_1: \frac{x-1}{2}=\frac{y+1}{-2}=\frac{z}{2}$$ So direction vector is $$\vec d_1=(2,-2,2).$$ $$L_2: \frac{x+1}{5}=\frac{y+1}{2}=\frac{z}{-2}$$ So direction vector is $$\vec d_2=(5,2,-2).$$ Now, $$\vec n=\vec d_1\times \vec d_2 =\begin{vmatrix} \hat i & \hat j & \hat k\\ 2 & -2 & 2\\ 5 & 2 & -2 \end{vmatrix}.$$ Compute: $$\vec n= \hat i(4-4)-\hat j(-4-10)+\hat k(4+10) =(0,14,14)\propto (0,1,1).$$ So plane equation is of form $$y+z+c=0.$$ Using point $(1,-1,0)$: $$-1+0+c=0\Rightarrow c=1.$$ Hence, $$y+z+1=0$$ $$\boxed{y+z=-1.}$$ This is **Option B**. --- 5. **Check all options** - **A:** $y+2z=-1$ → not obtained. - **B:** $y+z=-1$ → correct for $k=-2$. - **C:** $y-z=-1$ → correct for $k=2$. - **D:** $y-2z=-1$ → not obtained. --- 6. **Final answer** The possible planes are $$\boxed{y+z=-1 \text{ and } y-z=-1}.$$ So the correct options are: $$\boxed{B,\ C}.$$
PreviousNext

More from 3D Geometry

  • The equation of a plane passing through the line of intersection of the planes x+2y+3z=2 and x−y+z=3 and at a distance 3​2​ from the point (3,1,−1) is2012 · MCQ
  • If the distance between the plane Ax−2y+z=d and the plane containing the lines 2x−1​=3y−2​=4z−3​ and 3x−2​=4y−3​=5z−4​ is 6​, then ∣d∣…2010 · Numerical
  • Equation of the plane containing the straight line 2x​=3y​=4z​ and perpendicular to the plane containing the straight lines 3x​=4y​=2z​ and 4x​=2y​=3z​…2010 · MCQ
  • Match the statement in Column-I with the values in Column-II Column-I (A) A line from the origin meets the lines 1x−2​=−2y−1​=1z+1​ and 2x−38​​=−1y+3​=1z−1​…2010 · MCQ
  • If the distance of the point P(1,−2,1) from the plane x+2y−2z=α, where α>0, is 5, then the foot of the perpendicular from P to the planes is2010 · MCQ
  • Let P(3,2,6) be a point in space and Q be a point on the line r=(i−j​+2k)+μ(−3i+j​+5k) Then the value of μ for which the…2009 · MCQ
  • A line with positive direction cosines passes through the point P(2, − 1, 2) and makes equal angles with the coordinate axes. The line meets the plane 2x+y+z=9 at point Q. The length of the line segment PQ equals2009 · MCQ
  • Consider three planes P1​:x−y+z=1P2​:x+y−z=1P3​:x−3y+3z=2 Let L1​,L2​,L3​ be the lines of intersection of the planes P2​ and P3​,P3​ and P1​,P1​ and P2​, respectively. STATEMENT - 1Z:…2008 · MCQ