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

Question

Let the foot of perpendicular from a point P(1, 2, -1) to the straight line L:x1=y0=z1L:{x \over 1} = {y \over 0} = {z \over { - 1}} be N. Let a line be drawn from P parallel to the plane x + y + 2z = 0 which meets L at point Q. If α\alpha is the acute angle between the lines PN and PQ, then cosα\alpha is equal to ________________.

Options

Solution

  1. Key Concepts and Formulas

    • Equation of a Line and General Point: A line passing through (x0,y0,z0)(x_0, y_0, z_0) with direction vector d=(a,b,c)\vec{d} = (a, b, c) can be represented as xx0a=yy0b=zz0c=λ\frac{x-x_0}{a} = \frac{y-y_0}{b} = \frac{z-z_0}{c} = \lambda. A general point on this line is (x0+aλ,y0+bλ,z0+cλ)(x_0 + a\lambda, y_0 + b\lambda, z_0 + c\lambda).
    • Foot of Perpendicular: If N is the foot of the perpendicular from point P to a line L, then the vector PN\vec{PN} is perpendicular to the direction vector of line L. Their dot product is zero: PNdL=0\vec{PN} \cdot \vec{d}_L = 0.
    • Line Parallel to a Plane: If a line is parallel to a plane, its direction vector is perpendicular to the normal vector of the plane. Their dot product is zero.
    • Angle between Two Vectors: The cosine of the angle θ\theta between two vectors a\vec{a} and b\vec{b} is given by cosθ=abab\cos\theta = \frac{\vec{a} \cdot \vec{b}}{||\vec{a}|| \cdot ||\vec{b}||}. For the acute angle, we take the absolute value of the dot product in the numerator.
  2. Step-by-Step Solution

    Step 1: Determine the coordinates of N, the foot of the perpendicular from P to L.

    • What we are doing: We are finding the specific point N on line L such that the line segment PN is perpendicular to L.
    • Why: N is a crucial point for defining the vector PN\vec{PN}, which is one of the lines for which we need to find the angle.
    • Math: The given line L is x1=y0=z1\frac{x}{1} = \frac{y}{0} = \frac{z}{-1}. This line passes through the origin (0, 0, 0) and has a direction vector dL=(1,0,1)\vec{d}_L = (1, 0, -1). Any general point N on L can be represented as (t,0,t)(t, 0, -t) for some scalar tt. The coordinates of point P are (1, 2, -1). The vector PN\vec{PN} is given by NP=(t1,02,t(1))=(t1,2,t+1)N - P = (t-1, 0-2, -t - (-1)) = (t-1, -2, -t+1). Since PN is perpendicular to L, their direction vectors must be orthogonal. Therefore, their dot product is zero: PNdL=0\vec{PN} \cdot \vec{d}_L = 0 (t1)(1)+(2)(0)+(t+1)(1)=0(t-1)(1) + (-2)(0) + (-t+1)(-1) = 0 t1+0+t1=0t-1 + 0 + t-1 = 0 2t2=02t - 2 = 0 2t=22t = 2 t=1t = 1 Substitute t=1t=1 back into the general point N to find its coordinates: N=(1,0,1)N = (1, 0, -1) Now, we can find the vector PN\vec{PN}: PN=NP=(11,02,1(1))=(0,2,0)\vec{PN} = N - P = (1-1, 0-2, -1-(-1)) = (0, -2, 0) And its magnitude: PN=02+(2)2+02=4=2||\vec{PN}|| = \sqrt{0^2 + (-2)^2 + 0^2} = \sqrt{4} = 2

    Step 2: Determine the coordinates of Q, the intersection point of line PQ with L.

    • What we are doing: We are finding the point Q on line L such that the line segment PQ is parallel to the given plane.
    • Why: Q is the other crucial point for defining the vector PQ\vec{PQ}, the second line for which we need to find the angle.
    • Math: Line PQ passes through P(1, 2, -1). Point Q lies on line L, so its coordinates can be written as (k,0,k)(k, 0, -k) for some scalar kk. The vector PQ\vec{PQ} is given by QP=(k1,02,k(1))=(k1,2,k+1)Q - P = (k-1, 0-2, -k - (-1)) = (k-1, -2, -k+1). The line PQ is parallel to the plane x+y+2z=0x + y + 2z = 0. The normal vector to this plane is n=(1,1,2)\vec{n} = (1, 1, 2). Since line PQ is parallel to the plane, its direction vector PQ\vec{PQ} must be perpendicular to the normal vector of the plane. Therefore, their dot product is zero: PQn=0\vec{PQ} \cdot \vec{n} = 0 (k1)(1)+(2)(1)+(k+1)(2)=0(k-1)(1) + (-2)(1) + (-k+1)(2) = 0 k122k+2=0k-1 - 2 - 2k + 2 = 0 k1=0-k - 1 = 0 k=1-k = 1 k=1k = -1 Substitute k=1k=-1 back into the general point Q to find its coordinates: Q=(1,0,(1))=(1,0,1)Q = (-1, 0, -(-1)) = (-1, 0, 1) Now, we can find the vector PQ\vec{PQ}: PQ=QP=(11,02,1(1))=(2,2,2)\vec{PQ} = Q - P = (-1-1, 0-2, 1-(-1)) = (-2, -2, 2) And its magnitude: PQ=(2)2+(2)2+22=4+4+4=12=23||\vec{PQ}|| = \sqrt{(-2)^2 + (-2)^2 + 2^2} = \sqrt{4 + 4 + 4} = \sqrt{12} = 2\sqrt{3}

    Step 3: Calculate the acute angle α\alpha between PN\vec{PN} and PQ\vec{PQ}.

    • What we are doing: We are applying the dot product formula to find the cosine of the angle.
    • Why: This is the final step to answer the question.
    • Math: We have PN=(0,2,0)\vec{PN} = (0, -2, 0) and PQ=(2,2,2)\vec{PQ} = (-2, -2, 2). First, calculate the dot product PNPQ\vec{PN} \cdot \vec{PQ}: PNPQ=(0)(2)+(2)(2)+(0)(2)=0+4+0=4\vec{PN} \cdot \vec{PQ} = (0)(-2) + (-2)(-2) + (0)(2) = 0 + 4 + 0 = 4 Next, use the formula for cosα\cos\alpha: cosα=PNPQPNPQ\cos\alpha = \frac{|\vec{PN} \cdot \vec{PQ}|}{||\vec{PN}|| \cdot ||\vec{PQ}||} Since PNPQ=4>0\vec{PN} \cdot \vec{PQ} = 4 > 0, the angle is already acute, so the absolute value doesn't change the result. cosα=4223=443=13\cos\alpha = \frac{4}{2 \cdot 2\sqrt{3}} = \frac{4}{4\sqrt{3}} = \frac{1}{\sqrt{3}}
  3. Common Mistakes & Tips

    • Incorrect Direction Vector: Ensure the direction vector of the line L is correctly identified, especially with y/0y/0 terms (which means the y-component is 0).
    • Dot Product for Perpendicularity/Parallelism: Remember that a line perpendicular to another line (or a plane) means their direction vectors (or direction vector and normal vector) have a dot product of zero. A line parallel to a plane means its direction vector is perpendicular to the plane's normal vector.
    • Magnitude Calculation: Double-check the calculation of vector magnitudes to avoid arithmetic errors that propagate to the final angle.
  4. Summary

    We first determined the coordinates of N by finding the foot of the perpendicular from P to line L, utilizing the orthogonality of PN\vec{PN} and the direction vector of L. Next, we found the coordinates of Q by using the condition that the line PQ is parallel to the given plane, implying that PQ\vec{PQ} is orthogonal to the plane's normal vector. Finally, with vectors PN\vec{PN} and PQ\vec{PQ} established, we used the dot product formula to calculate the cosine of the acute angle between them. Our calculations yielded cosα=13\cos\alpha = \frac{1}{\sqrt{3}}.

  5. Final Answer

The final answer is 13\boxed{\frac{1}{\sqrt{3}}}.

Practice More 3D Geometry Questions

View All Questions