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

Question

Let P(α,β,γ)\mathrm{P}(\alpha, \beta, \gamma) be the image of the point Q(3,3,1)\mathrm{Q}(3,-3,1) in the line x01=y31=z11\frac{x-0}{1}=\frac{y-3}{1}=\frac{z-1}{-1} and R\mathrm{R} be the point (2,5,1)(2,5,-1). If the area of the triangle PQR\mathrm{PQR} is λ\lambda and λ2=14 K\lambda^2=14 \mathrm{~K}, then K\mathrm{K} is equal to :

Options

Solution

Key Concepts and Formulas

  • Image of a Point in a Line: The image of a point Q\mathrm{Q} in a line LL is a point P\mathrm{P} such that the line LL is the perpendicular bisector of the segment QP\mathrm{QP}. This means:
    • The line segment connecting Q\mathrm{Q} and P\mathrm{P} is perpendicular to LL.
    • The foot of the perpendicular from Q\mathrm{Q} to LL (let's call it M\mathrm{M}) is the midpoint of QP\mathrm{QP}.
  • Vector Perpendicularity: Two vectors are perpendicular if and only if their dot product is zero. If a\vec{a} is perpendicular to b\vec{b}, then ab=0\vec{a} \cdot \vec{b} = 0.
  • Area of a Triangle in 3D: The area of a triangle with vertices P\mathrm{P}, Q\mathrm{Q}, R\mathrm{R} can be calculated as half the magnitude of the cross product of two vectors representing two sides of the triangle originating from a common vertex. For example, Area=12PQ×PR\text{Area} = \frac{1}{2} |\vec{PQ} \times \vec{PR}|.

Step-by-Step Solution

Step 1: Finding the Coordinates of Point P (Image of Q)

Our first task is to find the coordinates of P(α,β,γ)\mathrm{P}(\alpha, \beta, \gamma), which is the image of Q(3,3,1)\mathrm{Q}(3,-3,1) in the given line L:x01=y31=z11L: \frac{x-0}{1}=\frac{y-3}{1}=\frac{z-1}{-1}.

1.1 Parameterize the Line and Define a General Point M A general point M\mathrm{M} on the line LL can be expressed in terms of a parameter, say μ\mu. Let x1=y31=z11=μ\frac{x}{1}=\frac{y-3}{1}=\frac{z-1}{-1} = \mu. From this, we get the coordinates of M\mathrm{M}: x=μx = \mu y=μ+3y = \mu+3 z=μ+1z = -\mu+1 So, M(μ,μ+3,μ+1)\mathrm{M}(\mu, \mu+3, -\mu+1) represents any point on the line LL.

1.2 Apply the Perpendicularity Condition to find the Foot of the Perpendicular The line segment QM\mathrm{QM} is perpendicular to the line LL. First, determine the direction vector of the line LL, which is given by the denominators in its symmetric form: dL=(1,1,1)\vec{d_L} = (1, 1, -1). Next, form the vector QM\vec{QM} connecting Q(3,3,1)\mathrm{Q}(3,-3,1) to M(μ,μ+3,μ+1)\mathrm{M}(\mu, \mu+3, -\mu+1): QM=(μ3,(μ+3)(3),(μ+1)1)\vec{QM} = (\mu-3, (\mu+3)-(-3), (-\mu+1)-1) QM=(μ3,μ+6,μ)\vec{QM} = (\mu-3, \mu+6, -\mu) Since QM\vec{QM} is perpendicular to dL\vec{d_L}, their dot product must be zero: QMdL=0\vec{QM} \cdot \vec{d_L} = 0 (μ3)(1)+(μ+6)(1)+(μ)(1)=0(\mu-3)(1) + (\mu+6)(1) + (-\mu)(-1) = 0 μ3+μ+6+μ=0\mu-3 + \mu+6 + \mu = 0 3μ+3=03\mu + 3 = 0 3μ=33\mu = -3 μ=1\mu = -1 This value of μ\mu corresponds to the specific point M\mathrm{M} on the line that is the foot of the perpendicular from Q\mathrm{Q}.

1.3 Find the Coordinates of the Foot of the Perpendicular M Substitute μ=1\mu = -1 back into the coordinates of M\mathrm{M}: M(1,(1)+3,(1)+1)\mathrm{M}(-1, (-1)+3, -(-1)+1) M(1,2,2)\mathrm{M}(-1, 2, 2)

1.4 Use the Midpoint Formula to Find P Since P\mathrm{P} is the image of Q\mathrm{Q} in the line LL, the foot of the perpendicular M\mathrm{M} is the midpoint of the line segment PQ\mathrm{PQ}. Let P=(α,β,γ)\mathrm{P} = (\alpha, \beta, \gamma). Using the midpoint formula: M=(xQ+xP2,yQ+yP2,zQ+zP2)\mathrm{M} = \left(\frac{x_Q+x_P}{2}, \frac{y_Q+y_P}{2}, \frac{z_Q+z_P}{2}\right) Substitute the coordinates of M(1,2,2)\mathrm{M}(-1, 2, 2) and Q(3,3,1)\mathrm{Q}(3, -3, 1): For the x-coordinate: 1=3+α2    2=3+α    α=5-1 = \frac{3+\alpha}{2} \implies -2 = 3+\alpha \implies \alpha = -5 For the y-coordinate: 2=3+β2    4=3+β    β=72 = \frac{-3+\beta}{2} \implies 4 = -3+\beta \implies \beta = 7 For the z-coordinate: 2=1+γ2    4=1+γ    γ=32 = \frac{1+\gamma}{2} \implies 4 = 1+\gamma \implies \gamma = 3 Thus, the coordinates of point P\mathrm{P} are (5,7,3)(-5, 7, 3).

Step 2: Calculating the Area of Triangle PQR

Now we have all three vertices: P(5,7,3)\mathrm{P}(-5, 7, 3), Q(3,3,1)\mathrm{Q}(3, -3, 1), and R(2,5,1)\mathrm{R}(2, 5, -1). We will calculate the area of PQR\triangle \mathrm{PQR}, denoted by λ\lambda, using the vector cross product method.

2.1 Calculate Vectors Representing Two Sides of the Triangle Let's choose PQ\vec{PQ} and QR\vec{QR} as the two vectors originating from vertex Q\mathrm{Q}. PQ=QP=(3(5),37,13)\vec{PQ} = \mathrm{Q} - \mathrm{P} = (3 - (-5), -3 - 7, 1 - 3) PQ=(8,10,2)\vec{PQ} = (8, -10, -2) QR=RQ=(23,5(3),11)\vec{QR} = \mathrm{R} - \mathrm{Q} = (2 - 3, 5 - (-3), -1 - 1) QR=(1,8,2)\vec{QR} = (-1, 8, -2)

2.2 Compute the Cross Product PQ×QR\vec{PQ} \times \vec{QR} The cross product is calculated as a determinant: PQ×QR=i^j^k^8102182\vec{PQ} \times \vec{QR} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 8 & -10 & -2 \\ -1 & 8 & -2 \end{vmatrix} =i^((10)(2)(2)(8))j^((8)(2)(2)(1))+k^((8)(8)(10)(1))= \hat{i}((-10)(-2) - (-2)(8)) - \hat{j}((8)(-2) - (-2)(-1)) + \hat{k}((8)(8) - (-10)(-1)) =i^(20(16))j^(162)+k^(6410)= \hat{i}(20 - (-16)) - \hat{j}(-16 - 2) + \hat{k}(64 - 10) =i^(20+16)j^(18)+k^(54)= \hat{i}(20 + 16) - \hat{j}(-18) + \hat{k}(54) =36i^+18j^+54k^= 36\hat{i} + 18\hat{j} + 54\hat{k}

2.3 Find the Magnitude of the Cross Product and the Area λ\lambda The magnitude of the cross product is: PQ×QR=(36)2+(18)2+(54)2|\vec{PQ} \times \vec{QR}| = \sqrt{(36)^2 + (18)^2 + (54)^2} To simplify calculations, observe that 36=2×1836 = 2 \times 18, 18=1×1818 = 1 \times 18, and 54=3×1854 = 3 \times 18. PQ×QR=(2×18)2+(1×18)2+(3×18)2|\vec{PQ} \times \vec{QR}| = \sqrt{(2 \times 18)^2 + (1 \times 18)^2 + (3 \times 18)^2} PQ×QR=182(22+12+32)|\vec{PQ} \times \vec{QR}| = \sqrt{18^2 (2^2 + 1^2 + 3^2)} PQ×QR=182(4+1+9)|\vec{PQ} \times \vec{QR}| = \sqrt{18^2 (4 + 1 + 9)} PQ×QR=182(14)|\vec{PQ} \times \vec{QR}| = \sqrt{18^2 (14)} PQ×QR=1814|\vec{PQ} \times \vec{QR}| = 18\sqrt{14} The area of PQR\triangle \mathrm{PQR} is λ=12PQ×QR\lambda = \frac{1}{2} |\vec{PQ} \times \vec{QR}|: λ=12(1814)\lambda = \frac{1}{2} (18\sqrt{14}) λ=914\lambda = 9\sqrt{14}

Step 3: Determining the Value of K

We are given the relation λ2=14 K\lambda^2 = 14\mathrm{~K}. We have found λ=914\lambda = 9\sqrt{14}. Let's calculate λ2\lambda^2: λ2=(914)2=92×(14)2=81×14\lambda^2 = (9\sqrt{14})^2 = 9^2 \times (\sqrt{14})^2 = 81 \times 14 Now, equate this to 14 K14\mathrm{~K}: 81×14=14 K81 \times 14 = 14\mathrm{~K} Divide both sides by 14: K=81\mathrm{K} = 81


Common Mistakes & Tips

  • Sign Errors in Vector Operations: Be meticulous with positive and negative signs when calculating vector components, especially in the cross product. A single sign error can drastically alter the result.
  • Order of Cross Product: While PQ×QR=QR×PQ|\vec{PQ} \times \vec{QR}| = |\vec{QR} \times \vec{PQ}|, ensure consistent order within the determinant expansion to avoid errors. The magnitude will be the same, but the vector direction will be opposite.
  • Simplifying Radicals: When calculating magnitudes, factoring out common terms (like 18218^2 in this case) before squaring and summing can significantly simplify arithmetic and prevent calculation errors with large numbers.
  • Conceptual Link: Always remember why you are using a particular formula (e.g., dot product for perpendicularity, midpoint for image). This reinforces understanding and helps debug your steps.

Summary

The problem required us to first find the image of a point in a line, which was achieved by finding the foot of the perpendicular from the point to the line (using the dot product condition for orthogonality) and then using the midpoint formula. Once the coordinates of the image point were determined, we calculated the area of the triangle formed by the three points using the magnitude of the cross product of two side vectors. Finally, we used the given relation between the area squared and K to solve for K. All steps were executed carefully, leading to the value of K.

The final answer is 81\boxed{81}, which corresponds to option (B).

Practice More 3D Geometry Questions

View All Questions