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

Question

A vector v\vec{v} in the first octant is inclined to the xx-axis at 6060^{\circ}, to the yy-axis at 45 and to the zz-axis at an acute angle. If a plane passing through the points (2,1,1)(\sqrt{2},-1,1) and (a,b,c)(a, b, c), is normal to v\vec{v}, then :

Options

Solution

Key Concepts and Formulas

  1. Direction Cosines of a Vector: For a vector v\vec{v} making angles α,β,γ\alpha, \beta, \gamma with the positive x,y,zx, y, z axes respectively, its direction cosines are l=cosαl = \cos \alpha, m=cosβm = \cos \beta, and n=cosγn = \cos \gamma. These direction cosines satisfy the fundamental identity l2+m2+n2=1l^2 + m^2 + n^2 = 1. A vector in the direction of v\vec{v} can be represented by a scalar multiple of li^+mj^+nk^l\hat{i} + m\hat{j} + n\hat{k}.
  2. Equation of a Plane: The equation of a plane passing through a point P0(x0,y0,z0)P_0(x_0, y_0, z_0) and having a normal vector N=Ai^+Bj^+Ck^\vec{N} = A\hat{i} + B\hat{j} + C\hat{k} is given by A(xx0)+B(yy0)+C(zz0)=0A(x-x_0) + B(y-y_0) + C(z-z_0) = 0.
  3. Condition for Points on a Plane: If a plane passes through two points P1P_1 and P2P_2, then the vector connecting these two points, P1P2\vec{P_1P_2}, lies entirely within the plane. Consequently, P1P2\vec{P_1P_2} must be perpendicular to the normal vector N\vec{N} of the plane. Mathematically, this means their dot product is zero: NP1P2=0\vec{N} \cdot \vec{P_1P_2} = 0.

Step-by-Step Solution

Step 1: Determine the Direction Cosines of Vector v\vec{v}

  1. Identify given angles: The problem states that vector v\vec{v} is inclined to the xx-axis at 6060^{\circ}, to the yy-axis at 4545^{\circ}, and to the zz-axis at an acute angle.

    • Angle with xx-axis (α\alpha) =60= 60^{\circ}.
    • Angle with yy-axis (β\beta) =45= 45^{\circ}.
    • Angle with zz-axis (γ\gamma) is acute, meaning 0<γ<900^{\circ} < \gamma < 90^{\circ}, so cosγ>0\cos \gamma > 0.
  2. Calculate direction cosines ll and mm:

    • l=cosα=cos60=12l = \cos \alpha = \cos 60^{\circ} = \frac{1}{2}.
    • m=cosβ=cos45=12m = \cos \beta = \cos 45^{\circ} = \frac{1}{\sqrt{2}}.
  3. Calculate direction cosine nn: We use the identity l2+m2+n2=1l^2 + m^2 + n^2 = 1.

    • (12)2+(12)2+n2=1(\frac{1}{2})^2 + (\frac{1}{\sqrt{2}})^2 + n^2 = 1
    • 14+12+n2=1\frac{1}{4} + \frac{1}{2} + n^2 = 1
    • 34+n2=1\frac{3}{4} + n^2 = 1
    • n2=134=14n^2 = 1 - \frac{3}{4} = \frac{1}{4}
    • Since γ\gamma is an acute angle, n=cosγn = \cos \gamma must be positive. Therefore, n=14=12n = \sqrt{\frac{1}{4}} = \frac{1}{2}.
  4. Formulate the normal vector: The direction cosines of v\vec{v} are (l,m,n)=(12,12,12)(l, m, n) = (\frac{1}{2}, \frac{1}{\sqrt{2}}, \frac{1}{2}). Since the plane is normal to v\vec{v}, we can use v\vec{v} (or any scalar multiple of it) as the normal vector to the plane.

    • Let N=12i^+12j^+12k^\vec{N} = \frac{1}{2}\hat{i} + \frac{1}{\sqrt{2}}\hat{j} + \frac{1}{2}\hat{k}.
    • For simplicity in calculations, we can scale this normal vector by multiplying by 222\sqrt{2} (the least common multiple of the denominators) to get a proportional normal vector with integer/simpler coefficients: N=22(12i^+12j^+12k^)=2i^+2j^+2k^\vec{N}' = 2\sqrt{2} \left( \frac{1}{2}\hat{i} + \frac{1}{\sqrt{2}}\hat{j} + \frac{1}{2}\hat{k} \right) = \sqrt{2}\hat{i} + 2\hat{j} + \sqrt{2}\hat{k}.
    • Alternatively, we can multiply the direction cosines (1/2,1/2,1/2)(1/2, 1/\sqrt{2}, 1/2) by 2 to get direction ratios (1,2,1)(1, \sqrt{2}, 1). This gives the normal vector N=i^+2j^+k^\vec{N}'' = \hat{i} + \sqrt{2}\hat{j} + \hat{k}. This will be simpler for calculations.

Step 2: Determine the Equation of the Plane

  1. Identify a point on the plane: The plane passes through the point P1(2,1,1)P_1(\sqrt{2}, -1, 1).
  2. Use the normal vector and point to write the plane equation: Using N=i^+2j^+k^\vec{N}'' = \hat{i} + \sqrt{2}\hat{j} + \hat{k} as the normal vector and P1(2,1,1)P_1(\sqrt{2}, -1, 1) as a point on the plane, the equation of the plane is:
    • A(xx1)+B(yy1)+C(zz1)=0A(x-x_1) + B(y-y_1) + C(z-z_1) = 0
    • 1(x2)+2(y(1))+1(z1)=01(x-\sqrt{2}) + \sqrt{2}(y-(-1)) + 1(z-1) = 0
    • 1(x2)+2(y+1)+1(z1)=01(x-\sqrt{2}) + \sqrt{2}(y+1) + 1(z-1) = 0
    • x2+2y+2+z1=0x - \sqrt{2} + \sqrt{2}y + \sqrt{2} + z - 1 = 0
    • x+2y+z1=0x + \sqrt{2}y + z - 1 = 0
    • x+2y+z=1x + \sqrt{2}y + z = 1

Step 3: Apply the condition for the second point

  1. Substitute the second point into the plane equation: The plane also passes through the point P2(a,b,c)P_2(a, b, c). Since (a,b,c)(a, b, c) lies on the plane, it must satisfy the plane's equation.
    • a+2b+c=1a + \sqrt{2}b + c = 1

This establishes the relationship between a,b,a, b, and cc.


Common Mistakes & Tips

  • Forgetting l2+m2+n2=1l^2+m^2+n^2=1: This is the most crucial identity for direction cosines. Always use it to find the third direction cosine if two are known.
  • Sign of direction cosines: For a vector in the first octant, all direction cosines (l,m,nl, m, n) must be positive.
  • Scalar multiples of normal vectors: Any non-zero scalar multiple of a normal vector is also a valid normal vector. Use this to simplify coefficients for easier calculations.
  • Understanding "normal to a plane": A vector normal to a plane is perpendicular to every vector lying within that plane. This is key to using the dot product condition.

Summary

First, we determined the direction cosines of the vector v\vec{v} using the given angles and the identity l2+m2+n2=1l^2+m^2+n^2=1. This yielded the direction cosines (12,12,12)(\frac{1}{2}, \frac{1}{\sqrt{2}}, \frac{1}{2}). We then used these direction cosines to form a normal vector for the plane. With one point on the plane (2,1,1)(\sqrt{2},-1,1) and the normal vector, we derived the equation of the plane as x+2y+z=1x+\sqrt{2}y+z=1. Finally, by substituting the second point (a,b,c)(a,b,c) into the plane's equation, we found the required relationship: a+2b+c=1a+\sqrt{2}b+c=1.

The final answer is a+2b+c=1\boxed{a+\sqrt{2} b+c=1}, which corresponds to option (D).

Practice More 3D Geometry Questions

View All Questions