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

Question

Let the vertices Q and R of the triangle PQR lie on the line x+35=y12=z+43,QR=5\frac{x+3}{5}=\frac{y-1}{2}=\frac{z+4}{3}, \mathrm{QR}=5 and the coordinates of the point PP be (0,2,3)(0,2,3). If the area of the triangle PQRP Q R is mn\frac{m}{n} then :

Options

Solution

Key Concepts and Formulas

  • Area of a Triangle: The area of a triangle can be calculated using the formula Area=12×base×height\text{Area} = \frac{1}{2} \times \text{base} \times \text{height}. In 3D geometry, the height is the perpendicular distance from a vertex to the line containing its opposite side (the base).
  • Parametric Form of a Line: A line given in symmetric form xx0a=yy0b=zz0c\frac{x-x_0}{a}=\frac{y-y_0}{b}=\frac{z-z_0}{c} can be expressed in parametric form as x=x0+aλx = x_0 + a\lambda, y=y0+bλy = y_0 + b\lambda, z=z0+cλz = z_0 + c\lambda, where (x0,y0,z0)(x_0, y_0, z_0) is a point on the line and (a,b,c)(a,b,c) are its direction ratios.
  • Perpendicularity of Vectors: Two vectors u\vec{u} and v\vec{v} are perpendicular if and only if their dot product is zero, i.e., uv=0\vec{u} \cdot \vec{v} = 0.

Step-by-Step Solution

Step 1: Representing a General Point on the Line QR

  • What and Why: We begin by expressing any general point on the line containing the base QR in terms of a single parameter. This allows us to represent the foot of the perpendicular (let's call it H) from P to the line QR, which is essential for finding the height.
  • Math: The equation of the line on which Q and R lie is given as: x+35=y12=z+43\frac{x+3}{5}=\frac{y-1}{2}=\frac{z+4}{3} Let's set this equal to a parameter λ\lambda: x+35=y12=z+43=λ\frac{x+3}{5}=\frac{y-1}{2}=\frac{z+4}{3} = \lambda From this, we can write the coordinates of any point H on the line as: H(5λ3,2λ+1,3λ4)H(5\lambda - 3, 2\lambda + 1, 3\lambda - 4)
  • Explanation: This parametric representation is a fundamental tool in 3D geometry, allowing us to refer to any point on the line using a single variable, λ\lambda.

Step 2: Defining the Vector PH\vec{PH}

  • What and Why: We need to find the height of the triangle, which is the perpendicular distance from point P to the line QR. To do this, we first form a vector from the point P to the general point H on the line.
  • Math: The coordinates of point P are (0,2,3)(0,2,3). The coordinates of the general point H are (5λ3,2λ+1,3λ4)(5\lambda - 3, 2\lambda + 1, 3\lambda - 4). The vector PH\vec{PH} is obtained by subtracting the coordinates of P from H: PH=((5λ3)0,(2λ+1)2,(3λ4)3)\vec{PH} = ( (5\lambda - 3) - 0, (2\lambda + 1) - 2, (3\lambda - 4) - 3 ) PH=(5λ3,2λ1,3λ7)\vec{PH} = (5\lambda - 3, 2\lambda - 1, 3\lambda - 7)
  • Explanation: This vector represents the segment connecting vertex P to any point on the line QR. When H is the foot of the perpendicular, the magnitude of this vector will be the height.

Step 3: Using the Perpendicularity Condition

  • What and Why: The height of the triangle is the perpendicular distance from P to the line QR. This means the vector PH\vec{PH} (where H is the foot of the perpendicular) must be perpendicular to the direction vector of the line QR. We use the dot product property for perpendicular vectors.
  • Math: The direction ratios of the line QR are given by the denominators in its symmetric equation, which are (5,2,3)(5,2,3). So, the direction vector of the line QR is d=(5,2,3)\vec{d} = (5,2,3). Since PH\vec{PH} is perpendicular to the line QR, their dot product must be zero: PHd=0\vec{PH} \cdot \vec{d} = 0 (5λ3)(5)+(2λ1)(2)+(3λ7)(3)=0(5\lambda - 3)(5) + (2\lambda - 1)(2) + (3\lambda - 7)(3) = 0
  • Explanation: This step translates the geometric condition of perpendicularity into an algebraic equation involving λ\lambda, which we can then solve.

Step 4: Solving for λ\lambda

  • What and Why: We solve the equation obtained from the dot product to find the specific value of λ\lambda. This value of λ\lambda will correspond to the unique point H on the line that is closest to P (i.e., the foot of the perpendicular).
  • Math: Expanding and simplifying the equation: 25λ15+4λ2+9λ21=025\lambda - 15 + 4\lambda - 2 + 9\lambda - 21 = 0 Combine the terms with λ\lambda and the constant terms: (25λ+4λ+9λ)+(15221)=0(25\lambda + 4\lambda + 9\lambda) + (-15 - 2 - 21) = 0 38λ38=038\lambda - 38 = 0 38λ=3838\lambda = 38 λ=1\lambda = 1
  • Explanation: The solution for λ\lambda pinpoints the exact location of the foot of the perpendicular H on the line QR.

Step 5: Finding the Coordinates of H

  • What and Why: Now that we have the value of λ\lambda, we substitute it back into the parametric equations for H to find its exact coordinates. H is the foot of the perpendicular from P to the line QR.
  • Math: Substitute λ=1\lambda = 1 into H(5λ3,2λ+1,3λ4)H(5\lambda - 3, 2\lambda + 1, 3\lambda - 4):
    • xH=5(1)3=2x_H = 5(1) - 3 = 2
    • yH=2(1)+1=3y_H = 2(1) + 1 = 3
    • zH=3(1)4=1z_H = 3(1) - 4 = -1 So, the coordinates of H are (2,3,1)(2,3,-1).
  • Explanation: With the specific coordinates of H, we can now calculate the length of the segment PH, which is the height of the triangle.

Step 6: Calculating the Height PH

  • What and Why: The height of the triangle is the distance between point P and the foot of the perpendicular H. We use the 3D distance formula to calculate this length.
  • Math: The coordinates of P are (0,2,3)(0,2,3) and H are (2,3,1)(2,3,-1). Using the distance formula d=(x2x1)2+(y2y1)2+(z2z1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}: PH=(20)2+(32)2+(13)2PH = \sqrt{(2 - 0)^2 + (3 - 2)^2 + (-1 - 3)^2} PH=(2)2+(1)2+(4)2PH = \sqrt{(2)^2 + (1)^2 + (-4)^2} PH=4+1+16PH = \sqrt{4 + 1 + 16} PH=21PH = \sqrt{21}
  • Explanation: This value, 21\sqrt{21}, is the height of the triangle PQR.

Step 7: Calculating the Area of Triangle PQR

  • What and Why: We now have both the base length QR and the height PH. We can directly apply the area formula for a triangle.
  • Math: We are given that the length of the base QR is 5. We calculated the height PH=21PH = \sqrt{21}. Using the area formula: Area=12×base×height\text{Area} = \frac{1}{2} \times \text{base} \times \text{height} Area=12×QR×PH\text{Area} = \frac{1}{2} \times QR \times PH Area=12×5×21\text{Area} = \frac{1}{2} \times 5 \times \sqrt{21} Area=5212\text{Area} = \frac{5\sqrt{21}}{2}
  • Explanation: All necessary components are in place to compute the area of the triangle.

Step 8: Comparing with the Given Form mn\frac{m}{n} and Checking Options

  • What and Why: The problem states the area is mn\frac{m}{n}. We need to compare our calculated area with this form and then check which of the given options holds true.
  • Math: Our calculated area is 5212\frac{5\sqrt{21}}{2}. So, we can set mn=5212\frac{m}{n} = \frac{5\sqrt{21}}{2}. This suggests m=521m = 5\sqrt{21} and n=2n=2 (or scalar multiples thereof). Let's check Option (A): 2m521n=02m - 5\sqrt{21}n = 0. Substitute m=521m = 5\sqrt{21} and n=2n=2: 2(521)521(2)=10211021=02(5\sqrt{21}) - 5\sqrt{21}(2) = 10\sqrt{21} - 10\sqrt{21} = 0 Since the equation holds true, Option (A) is the correct choice.
  • Explanation: This final step confirms that our calculated area matches one of the given relationships between mm and nn.

Common Mistakes & Tips

  • Parametric Form Errors: Ensure correct algebraic manipulation when converting the symmetric form of a line to its parametric form. A common error is sign mistakes or incorrect coefficient association.
  • Vector Direction: Always use the direction vector of the line for the perpendicularity condition, not just any point on the line. The direction vector is derived from the denominators of the symmetric equation.
  • Calculation Accuracy: Be meticulous with arithmetic, especially when dealing with squares and square roots in the distance formula and during the dot product calculation.

Summary

This problem effectively tests the application of 3D geometry concepts to find the area of a triangle. The core idea is to determine the height of the triangle by finding the perpendicular distance from a vertex to the line containing its opposite side. This involves representing a general point on the line using a parametric form, forming a vector from the vertex to this general point, and then using the perpendicularity condition (dot product equals zero) to locate the foot of the perpendicular. Once the height is found, the standard area formula is applied. The problem concludes by matching the calculated area with the given options.

The final answer is A\boxed{\text{A}}.

Practice More 3D Geometry Questions

View All Questions