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

Question

Let the line L:x12=y+11=z31L: \frac{x-1}{2}=\frac{y+1}{-1}=\frac{z-3}{1} intersect the plane 2x+y+3z=162 x+y+3 z=16 at the point PP. Let the point QQ be the foot of perpendicular from the point R(1,1,3)R(1,-1,-3) on the line LL. If α\alpha is the area of triangle PQRP Q R, then α2\alpha^{2} is equal to __________.

Answer: 1

Solution

1. Key Concepts and Formulas

  • Parametric Form of a Line: A line passing through a point (x1,y1,z1)(x_1, y_1, z_1) with direction ratios (a,b,c)(a, b, c) can be represented as xx1a=yy1b=zz1c=t\frac{x-x_1}{a} = \frac{y-y_1}{b} = \frac{z-z_1}{c} = t. Any point on this line can be expressed as (x1+at,y1+bt,z1+ct)(x_1+at, y_1+bt, z_1+ct).
  • Intersection of a Line and a Plane: To find the intersection point, substitute the parametric coordinates of a general point on the line into the equation of the plane and solve for the parameter tt.
  • Foot of Perpendicular from a Point to a Line: If QQ is the foot of the perpendicular from point RR to line LL, then the vector RQ\vec{RQ} is perpendicular to the direction vector of line LL. Their dot product must be zero: RQdL=0\vec{RQ} \cdot \vec{d_L} = 0.
  • Area of a Right-Angled Triangle: If a triangle PQRPQR is right-angled at QQ, its area α\alpha can be calculated as 12×base×height=12QPRQ\frac{1}{2} \times \text{base} \times \text{height} = \frac{1}{2} |\vec{QP}| |\vec{RQ}|. Alternatively, the area can be found using the cross product: α=12QP×QR\alpha = \frac{1}{2} |\vec{QP} \times \vec{QR}|.

2. Step-by-Step Solution

Step 1: Parameterize the Line LL The given line LL is: L:x12=y+11=z31L: \frac{x-1}{2}=\frac{y+1}{-1}=\frac{z-3}{1} To represent any point on this line, we introduce a parameter, say tt: x12=y+11=z31=t\frac{x-1}{2}=\frac{y+1}{-1}=\frac{z-3}{1}=t From this, the coordinates (x,y,z)(x, y, z) of any point on line LL can be expressed in terms of tt: x=2t+1x = 2t+1 y=t1y = -t-1 z=t+3z = t+3 So, a general point on line LL is (2t+1,t1,t+3)(2t+1, -t-1, t+3). The direction vector of line LL is dL=(2,1,1)\vec{d_L} = (2, -1, 1).

Step 2: Find the Point PP (Intersection of Line LL and Plane) The point PP is the intersection of line LL and the plane 2x+y+3z=162x+y+3z=16. Since PP lies on line LL, its coordinates can be written as (2t+1,t1,t+3)(2t+1, -t-1, t+3) for some specific value of tt. Since PP also lies on the plane, these coordinates must satisfy the plane's equation. Substitute the parametric coordinates of PP into the plane equation: 2(2t+1)+(t1)+3(t+3)=162(2t+1) + (-t-1) + 3(t+3) = 16 Expand and simplify: 4t+2t1+3t+9=164t+2 - t-1 + 3t+9 = 16 Combine like terms: (4tt+3t)+(21+9)=16(4t - t + 3t) + (2 - 1 + 9) = 16 6t+10=166t + 10 = 16 6t=66t = 6 t=1t = 1 Now, substitute t=1t=1 back into the parametric coordinates to find the coordinates of PP: P=(2(1)+1,(1)1,(1)+3)=(3,2,4)P = (2(1)+1, -(1)-1, (1)+3) = (3, -2, 4) So, the point PP is (3,2,4)(3, -2, 4).

Step 3: Find the Point QQ (Foot of Perpendicular from RR to Line LL) The point RR is given as (1,1,3)(1, -1, -3). Let QQ be the foot of the perpendicular from RR to line LL. Since QQ lies on line LL, its coordinates can be represented using the parametric form from Step 1, let's use a parameter kk to distinguish it from the parameter for PP: Q=(2k+1,k1,k+3)Q = (2k+1, -k-1, k+3) Now, we form the vector RQ\vec{RQ}: RQ=QR=((2k+1)1,(k1)(1),(k+3)(3))\vec{RQ} = Q - R = ((2k+1)-1, (-k-1)-(-1), (k+3)-(-3)) RQ=(2k,k,k+6)\vec{RQ} = (2k, -k, k+6) The direction vector of line LL is dL=(2,1,1)\vec{d_L} = (2, -1, 1). Since QQ is the foot of the perpendicular from RR to LL, the vector RQ\vec{RQ} must be perpendicular to the direction vector dL\vec{d_L}. Therefore, their dot product is zero: RQdL=0\vec{RQ} \cdot \vec{d_L} = 0 (2k)(2)+(k)(1)+(k+6)(1)=0(2k)(2) + (-k)(-1) + (k+6)(1) = 0 4k+k+k+6=04k + k + k + 6 = 0 6k+6=06k + 6 = 0 6k=66k = -6 k=1k = -1 Substitute k=1k=-1 back into the parametric coordinates of QQ: Q=(2(1)+1,(1)1,(1)+3)=(2+1,11,1+3)=(1,0,2)Q = (2(-1)+1, -(-1)-1, (-1)+3) = (-2+1, 1-1, -1+3) = (-1, 0, 2) So, the point QQ is (1,0,2)(-1, 0, 2).

Step 4: Calculate the Area of Triangle PQRPQR (α\alpha) We have the coordinates of the three vertices: P(3,2,4)P(3, -2, 4) Q(1,0,2)Q(-1, 0, 2) R(1,1,3)R(1, -1, -3) Since QQ is the foot of the perpendicular from RR to the line LL, and PP lies on line LL, the line segment RQRQ is perpendicular to the line segment PQPQ. This means that triangle PQRPQR is a right-angled triangle with the right angle at QQ. The area α\alpha of a right-angled triangle is 12×base×height\frac{1}{2} \times \text{base} \times \text{height}. Here, the base can be QP|\vec{QP}| and the height can be RQ|\vec{RQ}|.

First, calculate the vector QP\vec{QP}: QP=PQ=(3(1),20,42)=(4,2,2)\vec{QP} = P - Q = (3 - (-1), -2 - 0, 4 - 2) = (4, -2, 2) Now, calculate the magnitude of QP\vec{QP}: QP=42+(2)2+22=16+4+4=24|\vec{QP}| = \sqrt{4^2 + (-2)^2 + 2^2} = \sqrt{16 + 4 + 4} = \sqrt{24} Next, calculate the vector RQ\vec{RQ}: RQ=QR=(11,0(1),2(3))=(2,1,5)\vec{RQ} = Q - R = (-1 - 1, 0 - (-1), 2 - (-3)) = (-2, 1, 5) Now, calculate the magnitude of RQ\vec{RQ}: RQ=(2)2+12+52=4+1+25=30|\vec{RQ}| = \sqrt{(-2)^2 + 1^2 + 5^2} = \sqrt{4 + 1 + 25} = \sqrt{30} The area α\alpha of triangle PQRPQR is: α=12QPRQ=122430\alpha = \frac{1}{2} |\vec{QP}| |\vec{RQ}| = \frac{1}{2} \sqrt{24} \sqrt{30} α=1224×30=12720\alpha = \frac{1}{2} \sqrt{24 \times 30} = \frac{1}{2} \sqrt{720}

Step 5: Calculate α2\alpha^2 We need to find α2\alpha^2: α2=(12720)2=14×720\alpha^2 = \left(\frac{1}{2} \sqrt{720}\right)^2 = \frac{1}{4} \times 720 α2=180\alpha^2 = 180

3. Common Mistakes & Tips

  • Parameter Consistency: Use distinct parameters (e.g., tt for PP and kk for QQ) when finding multiple points on the same line to avoid confusion.
  • Vector Direction: Ensure correct vector subtraction (e.g., PQP-Q for QP\vec{QP}) to avoid sign errors.
  • Geometric Interpretation: Recognize that the foot of the perpendicular from a point to a line creates a right-angled triangle with any other point on the line. This simplifies area calculation.
  • Calculation Accuracy: Double-check arithmetic, especially with squares, square roots, and dot/cross products.

4. Summary

We first parameterized the given line to represent any point on it. Then, we used the plane equation to find the coordinates of point PP. Next, we applied the condition for the foot of the perpendicular to find point QQ. Finally, recognizing that triangle PQRPQR is right-angled at QQ, we calculated the lengths of the sides QPQP and RQRQ and used them to find the area of the triangle. The square of the area, α2\alpha^2, was then calculated. Our calculations yield α2=180\alpha^2 = 180.

5. Final Answer The final answer is 1\boxed{1}.

Practice More 3D Geometry Questions

View All Questions