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

Question

Let Q\mathrm{Q} and R\mathrm{R} be the feet of perpendiculars from the point P(a,a,a)\mathrm{P}(a, a, a) on the lines x=y,z=1x=y, z=1 and x=y,z=1x=-y, z=-1 respectively. If QPR\angle \mathrm{QPR} is a right angle, then 12a212 a^2 is equal to _________.

Answer: 1

Solution

1. Key Concepts and Formulas

  • Parameterization of a Line in 3D: A line in 3D space can be represented parametrically. For a line defined by two equations like x=y,z=kx=y, z=k, a general point on the line can be written as (t,t,k)(t, t, k). Similarly, for x=y,z=kx=-y, z=k', a general point is (s,s,k)(s, -s, k'). The direction vector of the line is obtained by taking the coefficients of the parameter (e.g., for (t,t,k)(t,t,k), the direction vector is (1,1,0)(1,1,0)).
  • Foot of Perpendicular from a Point to a Line: To find the foot of the perpendicular QQ from a point P(x0,y0,z0)P(x_0, y_0, z_0) to a line LL with direction vector d=(l,m,n)\vec{d}=(l,m,n), we first express a general point on the line LL parametrically, say Q(λ)Q(\lambda). The vector PQ\vec{PQ} connecting PP to this general point must be perpendicular to the direction vector of the line LL.
  • Condition for Perpendicular Vectors: Two non-zero vectors u\vec{u} and v\vec{v} are perpendicular (orthogonal) if and only if their dot product is zero: uv=0\vec{u} \cdot \vec{v} = 0.

2. Step-by-Step Solution

Step 1: Parameterize the lines and find their direction vectors. The given point is P(a,a,a)P(a, a, a).

  • Line 1: x=y,z=1x=y, z=1. A general point on this line can be represented as Qg(t,t,1)Q_g(t, t, 1). The direction vector of this line, d1\vec{d_1}, can be found by observing the change in coordinates with respect to tt. Here, d1=(1,1,0)\vec{d_1} = (1, 1, 0).

  • Line 2: x=y,z=1x=-y, z=-1. A general point on this line can be represented as Rg(s,s,1)R_g(s, -s, -1). The direction vector of this line, d2\vec{d_2}, is d2=(1,1,0)\vec{d_2} = (1, -1, 0).

Step 2: Find the coordinates of Q, the foot of the perpendicular from P to Line 1. Let Q(t,t,1)Q(t, t, 1) be the foot of the perpendicular from P(a,a,a)P(a, a, a) to Line 1. The vector PQ\vec{PQ} is given by: PQ=(ta,ta,1a)\vec{PQ} = (t-a, t-a, 1-a) Since PQ\vec{PQ} is perpendicular to Line 1, its dot product with the direction vector d1=(1,1,0)\vec{d_1}=(1,1,0) must be zero: PQd1=(ta)(1)+(ta)(1)+(1a)(0)=0\vec{PQ} \cdot \vec{d_1} = (t-a)(1) + (t-a)(1) + (1-a)(0) = 0 2(ta)=0    t=a2(t-a) = 0 \implies t=a Substituting t=at=a back into the coordinates of QgQ_g, we get the coordinates of QQ: Q=(a,a,1)Q = (a, a, 1)

Step 3: Find the coordinates of R, the foot of the perpendicular from P to Line 2. Let R(s,s,1)R(s, -s, -1) be the foot of the perpendicular from P(a,a,a)P(a, a, a) to Line 2. The vector PR\vec{PR} is given by: PR=(sa,sa,1a)\vec{PR} = (s-a, -s-a, -1-a) Since PR\vec{PR} is perpendicular to Line 2, its dot product with the direction vector d2=(1,1,0)\vec{d_2}=(1,-1,0) must be zero: PRd2=(sa)(1)+(sa)(1)+(1a)(0)=0\vec{PR} \cdot \vec{d_2} = (s-a)(1) + (-s-a)(-1) + (-1-a)(0) = 0 sa+s+a=0s-a + s+a = 0 2s=0    s=02s = 0 \implies s=0 Substituting s=0s=0 back into the coordinates of RgR_g, we get the coordinates of RR: R=(0,0,1)R = (0, 0, -1)

Step 4: Use the condition that QPR\angle QPR is a right angle. If QPR\angle QPR is a right angle, then the vectors PQ\vec{PQ} and PR\vec{PR} must be perpendicular. First, let's find the components of PQ\vec{PQ} and PR\vec{PR} using the calculated coordinates of P,Q,RP, Q, R: P=(a,a,a)P = (a, a, a) Q=(a,a,1)Q = (a, a, 1) R=(0,0,1)R = (0, 0, -1) PQ=QP=(aa,aa,1a)=(0,0,1a)\vec{PQ} = Q - P = (a-a, a-a, 1-a) = (0, 0, 1-a) PR=RP=(0a,0a,1a)=(a,a,1a)\vec{PR} = R - P = (0-a, 0-a, -1-a) = (-a, -a, -1-a) Now, set their dot product to zero: PQPR=(0)(a)+(0)(a)+(1a)(1a)=0\vec{PQ} \cdot \vec{PR} = (0)(-a) + (0)(-a) + (1-a)(-1-a) = 0 (1a)(1a)=0(1-a)(-1-a) = 0 This simplifies to: (1a)(1+a)=0-(1-a)(1+a) = 0 (1a2)=0-(1-a^2) = 0 a21=0a^2 - 1 = 0 a2=1a^2 = 1

Step 5: Calculate the final required value. The problem asks for the value of 12a212a^2. 12a2=12(1)=1212a^2 = 12(1) = 12

3. Common Mistakes & Tips

  • Incorrect Parameterization: Ensure the parametric equations correctly represent the given lines. For lines like x=y,z=kx=y, z=k, remember that zz is constant, and xx and yy are equal (or related as specified).
  • Dot Product Errors: Double-check the calculation of the dot product for both finding the foot of the perpendicular and for the angle condition. A sign error can lead to an incorrect result.
  • Vector Definition: Always define vectors consistently (e.g., PQ=QP\vec{PQ} = Q-P). Reversing the order (e.g., QP\vec{QP}) would reverse the sign of the vector components, but the dot product for perpendicularity would still be zero.

4. Summary

This problem involved finding the feet of perpendiculars from a given point to two lines in 3D space, and then applying the condition that the angle between the two resulting vectors (from the given point to the feet of perpendiculars) is 9090^\circ. We parameterized each line, used the dot product condition for perpendicularity to find the coordinates of the feet of perpendiculars, and finally used the dot product condition for the angle between the two vectors PQ\vec{PQ} and PR\vec{PR} to solve for a2a^2. The value of a2a^2 was found to be 1, leading to 12a2=1212a^2 = 12.

5. Final Answer

The final answer is 12\boxed{12}.

Practice More 3D Geometry Questions

View All Questions