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

Question

The plane passing through the line L : l x − y + 3 ( 1 − l ) z = 1 , x + 2 y − z = 2 and perpendicular to the plane 3 x + 2 y + z = 6 is 3 x − 8 y + 7 z = 4 . If θ is the acute angle between the line L and the y -axis, then 415 cos 2 ⁡ θ is equal to _____________.

Answer: 0

Solution

Here's a detailed, educational, and well-structured solution to the problem.


  1. Key Concepts and Formulas

    • Equation of a Plane through the Intersection of Two Planes: A plane passing through the line of intersection of two planes P1:A1x+B1y+C1z+D1=0P_1: A_1x + B_1y + C_1z + D_1 = 0 and P2:A2x+B2y+C2z+D2=0P_2: A_2x + B_2y + C_2z + D_2 = 0 can be represented by the equation P1+λP2=0P_1 + \lambda P_2 = 0, where λ\lambda is a scalar constant.
    • Perpendicularity of Planes: Two planes are perpendicular if and only if their normal vectors are orthogonal. If n1\vec{n}_1 and n2\vec{n}_2 are the normal vectors to two planes, then the planes are perpendicular if n1n2=0\vec{n}_1 \cdot \vec{n}_2 = 0.
    • Direction Vector of the Line of Intersection of Two Planes: The direction vector d\vec{d} of the line of intersection of two planes with normal vectors n1\vec{n}_1 and n2\vec{n}_2 is given by their cross product: d=n1×n2\vec{d} = \vec{n}_1 \times \vec{n}_2.
    • Angle Between a Line and an Axis: The acute angle θ\theta between a line with direction vector d=(dx,dy,dz)\vec{d} = (d_x, d_y, d_z) and an axis (e.g., y-axis with direction vector j=(0,1,0)\vec{j} = (0,1,0)) is given by cosθ=djdj\cos\theta = \frac{|\vec{d} \cdot \vec{j}|}{||\vec{d}|| \cdot ||\vec{j}||}. If θ=π/2\theta = \pi/2, then cosθ=0\cos\theta = 0.
  2. Step-by-Step Solution

    • Step 1: Formulate the general equation of the plane P3P_3 passing through the line L. The line L is the intersection of two planes: P1:lxy+3(1l)z1=0P_1: lx - y + 3(1-l)z - 1 = 0 P2:x+2yz2=0P_2: x + 2y - z - 2 = 0 The equation of any plane P3P_3 passing through the line of intersection of P1P_1 and P2P_2 is given by P1+λP2=0P_1 + \lambda P_2 = 0. (lxy+3(1l)z1)+λ(x+2yz2)=0(lx - y + 3(1-l)z - 1) + \lambda(x + 2y - z - 2) = 0 Rearranging terms to group coefficients of x,y,zx, y, z: (l+λ)x+(1+2λ)y+(3(1l)λ)z(1+2λ)=0(l+\lambda)x + (-1+2\lambda)y + (3(1-l)-\lambda)z - (1+2\lambda) = 0 The normal vector to this general plane P3P_3 is nP3=(l+λ,1+2λ,3(1l)λ)\vec{n}_{P_3} = (l+\lambda, -1+2\lambda, 3(1-l)-\lambda).

    • Step 2: Determine the value of λ\lambda using the perpendicularity condition. The problem states that plane P3P_3 is perpendicular to plane P4:3x+2y+z=6P_4: 3x + 2y + z = 6. The normal vector to P4P_4 is nP4=(3,2,1)\vec{n}_{P_4} = (3, 2, 1). For two planes to be perpendicular, their normal vectors must be orthogonal (their dot product must be zero): nP3nP4=0\vec{n}_{P_3} \cdot \vec{n}_{P_4} = 0. (l+λ)(3)+(1+2λ)(2)+(3(1l)λ)(1)=0(l+\lambda)(3) + (-1+2\lambda)(2) + (3(1-l)-\lambda)(1) = 0 3l+3λ2+4λ+33lλ=03l + 3\lambda - 2 + 4\lambda + 3 - 3l - \lambda = 0 6λ+1=06\lambda + 1 = 0 λ=16\lambda = -\frac{1}{6} Explanation: This step uses the condition that P3P_3 is perpendicular to P4P_4 to find the value of the scalar λ\lambda. Notice that λ\lambda is determined independently of ll.

    • Step 3: Determine the direction vector of line L in terms of ll. The line L is the intersection of planes P1P_1 and P2P_2. The normal vectors of P1P_1 and P2P_2 are: n1=(l,1,3(1l))\vec{n}_1 = (l, -1, 3(1-l)) n2=(1,2,1)\vec{n}_2 = (1, 2, -1) The direction vector d\vec{d} of line L is the cross product of n1\vec{n}_1 and n2\vec{n}_2: d=n1×n2=ijkl13(1l)121\vec{d} = \vec{n}_1 \times \vec{n}_2 = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ l & -1 & 3(1-l) \\ 1 & 2 & -1 \end{vmatrix} d=((1)(1)(3(1l))(2))i((l)(1)(3(1l))(1))j+((l)(2)(1)(1))k\vec{d} = ((-1)(-1) - (3(1-l))(2))\mathbf{i} - ((l)(-1) - (3(1-l))(1))\mathbf{j} + ((l)(2) - (-1)(1))\mathbf{k} d=(16+6l)i(l3+3l)j+(2l+1)k\vec{d} = (1 - 6 + 6l)\mathbf{i} - (-l - 3 + 3l)\mathbf{j} + (2l + 1)\mathbf{k} d=(6l5)i(2l3)j+(2l+1)k\vec{d} = (6l - 5)\mathbf{i} - (2l - 3)\mathbf{j} + (2l + 1)\mathbf{k} Explanation: The direction of a line formed by the intersection of two planes is perpendicular to both plane normals, hence found by their cross product.

    • Step 4: Determine the value of ll that ensures line L is perpendicular to the y-axis. The problem asks for 415cos2θ415 \cos^2\theta. The given correct answer is 0. For 415cos2θ=0415 \cos^2\theta = 0, it must be that cos2θ=0\cos^2\theta = 0, which implies cosθ=0\cos\theta = 0. This means the acute angle θ\theta between line L and the y-axis must be π/2\pi/2. Therefore, line L must be perpendicular to the y-axis. The direction vector of the y-axis is j=(0,1,0)\vec{j} = (0, 1, 0). If line L is perpendicular to the y-axis, their dot product must be zero: dj=0\vec{d} \cdot \vec{j} = 0. Using the direction vector d\vec{d} from Step 3: ((6l5)i(2l3)j+(2l+1)k)(0i+1j+0k)=0((6l - 5)\mathbf{i} - (2l - 3)\mathbf{j} + (2l + 1)\mathbf{k}) \cdot (0\mathbf{i} + 1\mathbf{j} + 0\mathbf{k}) = 0 (6l5)(0)+((2l3))(1)+(2l+1)(0)=0(6l - 5)(0) + (-(2l - 3))(1) + (2l + 1)(0) = 0 (2l3)=0-(2l - 3) = 0 2l3=02l - 3 = 0 l=32l = \frac{3}{2} Explanation: To achieve the given final answer of 0, the line L must be perpendicular to the y-axis. This condition allows us to determine the specific value of ll.

    • Step 5: Calculate 415cos2θ415 \cos^2\theta. From Step 4, we determined that l=3/2l=3/2 implies that line L is perpendicular to the y-axis. If line L is perpendicular to the y-axis, the acute angle θ\theta between them is π/2\pi/2. Therefore, cosθ=cos(π/2)=0\cos\theta = \cos(\pi/2) = 0. And cos2θ=02=0\cos^2\theta = 0^2 = 0. Finally, 415cos2θ=415×0=0415 \cos^2\theta = 415 \times 0 = 0.

  3. Common Mistakes & Tips

    • Cross Product Calculation: Be very careful with signs and order of operations when calculating the cross product to find the direction vector of the line. A single sign error can lead to an incorrect result.
    • Understanding Perpendicularity: Remember that lines are perpendicular to planes if their direction vector is parallel to the plane's normal vector. Planes are perpendicular if their normal vectors are orthogonal.
    • Special Angles: Always check for special cases, such as a line being parallel or perpendicular to an axis. In such cases, the angle calculation simplifies significantly (e.g., cosθ=0\cos\theta = 0 or cosθ=1\cos\theta = 1).
  4. Summary The problem involved finding a value dependent on the angle between a line and the y-axis. The line was defined by the intersection of two planes, whose parameters depended on ll. A third plane, defined by passing through this line and being perpendicular to another plane, was also given. By recognizing that the target answer of 0 implies the line is perpendicular to the y-axis, we determined the necessary value of ll. With this value of ll, the angle θ\theta is π/2\pi/2, leading to cosθ=0\cos\theta = 0 and thus 415cos2θ=0415 \cos^2\theta = 0.

The final answer is 0\boxed{0}.

Practice More 3D Geometry Questions

View All Questions