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

Question

Let Q\mathrm{Q} and R\mathrm{R} be two points on the line x+12=y+23=z12\frac{x+1}{2}=\frac{y+2}{3}=\frac{z-1}{2} at a distance 26\sqrt{26} from the point P(4,2,7)P(4,2,7). Then the square of the area of the triangle PQRP Q R is ___________.

Answer: 1

Solution

1. Key Concepts and Formulas

  • Foot of the Perpendicular from a Point to a Line: To find the shortest distance from an external point PP to a line LL, we find the point TT on LL such that the vector PT\vec{PT} is perpendicular to the direction vector of the line LL. This condition is expressed by their dot product being zero: PTd=0\vec{PT} \cdot \vec{d} = 0.
  • Properties of an Isosceles Triangle: If two points QQ and RR on a line LL are equidistant from an external point PP (i.e., PQ=PRPQ = PR), then PQR\triangle PQR is an isosceles triangle. The altitude from PP to the base QRQR (which is PTPT, where TT is the foot of the perpendicular from PP to LL) will also bisect the base QRQR. Thus, TT is the midpoint of QRQR.
  • Pythagorean Theorem: In a right-angled triangle PTQ\triangle PTQ, where PTPT is perpendicular to TQTQ, we have PQ2=PT2+QT2PQ^2 = PT^2 + QT^2.
  • Area of a Triangle: The area of PQR\triangle PQR is given by 12×base×height\frac{1}{2} \times \text{base} \times \text{height}. In this case, the base is QRQR and the height is PTPT.

2. Step-by-Step Solution

Step 1: Parametrize the Line and Identify Key Vectors

We are given the line LL in symmetric form: x+12=y+23=z12\frac{x+1}{2}=\frac{y+2}{3}=\frac{z-1}{2} To represent any general point on this line, we introduce a parameter tt. This allows us to express the coordinates of any point on LL in terms of tt. Let a general point TT on the line LL be (x,y,z)(x, y, z). By setting each fraction equal to tt: x+12=t    x=2t1\frac{x+1}{2} = t \implies x = 2t - 1 y+23=t    y=3t2\frac{y+2}{3} = t \implies y = 3t - 2 z12=t    z=2t+1\frac{z-1}{2} = t \implies z = 2t + 1 So, any point on the line LL can be represented as T(2t1,3t2,2t+1)T(2t-1, 3t-2, 2t+1).

The given external point is P(4,2,7)P(4,2,7).

The direction vector of the line LL, denoted as d\vec{d}, is derived from the denominators of the symmetric form: d=(2,3,2)\vec{d} = (2, 3, 2)

Now, we form the vector PT\vec{PT} connecting point PP to the general point TT on the line. This vector is crucial for finding the foot of the perpendicular. PT=((2t1)4,(3t2)2,(2t+1)7)\vec{PT} = ( (2t-1) - 4, (3t-2) - 2, (2t+1) - 7 ) PT=(2t5,3t4,2t6)\vec{PT} = (2t-5, 3t-4, 2t-6)

Step 2: Find the Foot of the Perpendicular, TT

The point TT on line LL that is the foot of the perpendicular from PP is characterized by the fact that the vector PT\vec{PT} is perpendicular to the line LL. This means PT\vec{PT} must be perpendicular to the direction vector d\vec{d} of the line. The dot product of two perpendicular vectors is zero. PTd=0\vec{PT} \cdot \vec{d} = 0 Substitute the components of PT\vec{PT} and d\vec{d}: (2t5)(2)+(3t4)(3)+(2t6)(2)=0(2t-5)(2) + (3t-4)(3) + (2t-6)(2) = 0 Expand and simplify the equation to solve for tt: (4t10)+(9t12)+(4t12)=0(4t - 10) + (9t - 12) + (4t - 12) = 0 (4t+9t+4t)+(101212)=0(4t + 9t + 4t) + (-10 - 12 - 12) = 0 17t34=017t - 34 = 0 17t=3417t = 34 t=2t = 2 Now, substitute the value t=2t=2 back into the parametric coordinates of TT to find the exact coordinates of the foot of the perpendicular: Tx=2(2)1=41=3T_x = 2(2) - 1 = 4 - 1 = 3 Ty=3(2)2=62=4T_y = 3(2) - 2 = 6 - 2 = 4 Tz=2(2)+1=4+1=5T_z = 2(2) + 1 = 4 + 1 = 5 So, the foot of the perpendicular from PP to the line LL is T(3,4,5)T(3,4,5).

Step 3: Calculate the Height of the Triangle, PTPT

The distance PTPT is the perpendicular distance from point P(4,2,7)P(4,2,7) to the line LL. As established by the properties of an isosceles triangle, this distance PTPT is the height of PQR\triangle PQR with respect to the base QRQR. We use the 3D distance formula between P(4,2,7)P(4,2,7) and T(3,4,5)T(3,4,5): PT=(34)2+(42)2+(57)2PT = \sqrt{(3-4)^2 + (4-2)^2 + (5-7)^2} PT=(1)2+(2)2+(2)2PT = \sqrt{(-1)^2 + (2)^2 + (-2)^2} PT=1+4+4PT = \sqrt{1 + 4 + 4} PT=9=3PT = \sqrt{9} = 3 Thus, the height of PQR\triangle PQR is PT=3PT = 3 units.

Step 4: Calculate Half the Base of the Triangle, QTQT

We are given that points QQ and RR are on the line LL and are at a distance 26\sqrt{26} from PP. This means PQ=26PQ = \sqrt{26}. Consider the right-angled triangle PTQ\triangle PTQ. The hypotenuse is PQPQ, one leg is PTPT (the height we just calculated), and the other leg is QTQT. We apply the Pythagorean theorem: PQ2=PT2+QT2PQ^2 = PT^2 + QT^2 Substitute the known values PQ=26PQ = \sqrt{26} and PT=3PT = 3: (26)2=(3)2+QT2(\sqrt{26})^2 = (3)^2 + QT^2 26=9+QT226 = 9 + QT^2 QT2=269QT^2 = 26 - 9 QT2=17QT^2 = 17 QT=17QT = \sqrt{17} Since TT is the midpoint of QRQR (because PQR\triangle PQR is isosceles and PTPT is the altitude), the full base QRQR is twice the length of QTQT: QR=2×QT=217QR = 2 \times QT = 2\sqrt{17}

Step 5: Calculate the Area of PQR\triangle PQR

The area of a triangle is given by the formula 12×base×height\frac{1}{2} \times \text{base} \times \text{height}. Here, the base is QR=217QR = 2\sqrt{17} and the height is PT=3PT = 3. Area(PQR)=12×QR×PT\text{Area}(\triangle PQR) = \frac{1}{2} \times QR \times PT Area(PQR)=12×(217)×3\text{Area}(\triangle PQR) = \frac{1}{2} \times (2\sqrt{17}) \times 3 Area(PQR)=317\text{Area}(\triangle PQR) = 3\sqrt{17}

Step 6: Calculate the Square of the Area of PQR\triangle PQR

The question asks for the square of the area of PQR\triangle PQR. (Area(PQR))2=(317)2(\text{Area}(\triangle PQR))^2 = (3\sqrt{17})^2 (Area(PQR))2=32×(17)2(\text{Area}(\triangle PQR))^2 = 3^2 \times (\sqrt{17})^2 (Area(PQR))2=9×17(\text{Area}(\triangle PQR))^2 = 9 \times 17 (Area(PQR))2=153(\text{Area}(\triangle PQR))^2 = 153

3. Common Mistakes & Tips

  • Incorrectly Identifying the Triangle Type: Failing to recognize that PQR\triangle PQR is an isosceles triangle can lead to an incorrect approach for finding the base or height.
  • Errors in Finding the Foot of the Perpendicular: This step involves algebraic manipulation and dot product calculation. A common mistake is an arithmetic error or incorrectly setting up the dot product equation.
  • Misapplication of Pythagorean Theorem: Ensure you correctly identify the hypotenuse and legs in the right-angled triangle PTQ\triangle PTQ.

4. Summary

We began by parametrizing the given line and identifying its direction vector. We then found the foot of the perpendicular TT from point PP to the line by utilizing the condition that PT\vec{PT} is perpendicular to the line's direction vector. This allowed us to calculate the height PTPT of the triangle. Recognizing PQR\triangle PQR as an isosceles triangle and using the given distance PQPQ along with the calculated height PTPT in the right-angled triangle PTQ\triangle PTQ, we determined half the base QTQT. Finally, we calculated the area of PQR\triangle PQR using the base QR=2QTQR=2QT and height PTPT, and then squared this area to arrive at the final answer.

The final answer is 153\boxed{153}.

Practice More 3D Geometry Questions

View All Questions