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

Question

Let a line pass through two distinct points P(2,1,3)P(-2,-1,3) and QQ, and be parallel to the vector 3i^+2j^+2k^3 \hat{i}+2 \hat{j}+2 \hat{k}. If the distance of the point Q from the point R(1,3,3)\mathrm{R}(1,3,3) is 5 , then the square of the area of PQR\triangle P Q R is equal to :

Options

Solution

1. Key Concepts and Formulas

  • Equation of a Line in 3D: A line passing through a point A(x0,y0,z0)A(x_0, y_0, z_0) and parallel to a direction vector d=ai^+bj^+ck^\vec{d} = a\hat{i}+b\hat{j}+c\hat{k} can be represented parametrically as (x0+at,y0+bt,z0+ct)(x_0+at, y_0+bt, z_0+ct), where tt is a scalar parameter. This allows us to express any point on the line in terms of tt.
  • Distance Formula in 3D: The distance between two points (x1,y1,z1)(x_1, y_1, z_1) and (x2,y2,z2)(x_2, y_2, z_2) is given by (x2x1)2+(y2y1)2+(z2z1)2\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2 + (z_2-z_1)^2}.
  • Area of a Triangle in 3D: If two vectors u\vec{u} and v\vec{v} represent two sides of a triangle originating from a common vertex, the area of the triangle is given by 12u×v\frac{1}{2} \|\vec{u} \times \vec{v}\|. The square of the area is then 14u×v2\frac{1}{4} \|\vec{u} \times \vec{v}\|^2.

2. Step-by-Step Solution

Step 1: Represent Point Q in Parametric Form

  • What we are doing: We are defining the coordinates of point QQ using the given information that it lies on a line passing through PP and parallel to a specific vector.
  • Why we are doing it: This allows us to express the unknown coordinates of QQ in terms of a single variable, tt, which can then be solved for using the distance condition. Given point P(2,1,3)P(-2,-1,3) and direction vector d=3i^+2j^+2k^\vec{d} = 3\hat{i}+2\hat{j}+2\hat{k}. Any point QQ on the line passing through PP and parallel to d\vec{d} can be written as: Q=P+tdQ = P + t\vec{d} Q(xQ,yQ,zQ)=(2+3t,1+2t,3+2t)Q(x_Q, y_Q, z_Q) = (-2 + 3t,\, -1 + 2t,\, 3 + 2t) The problem states that PP and QQ are distinct points, which implies t0t \neq 0.

Step 2: Use the Distance Condition to Find the Parameter 't'

  • What we are doing: We are using the given distance between QQ and RR to form an equation and solve for the parameter tt.
  • Why we are doing it: Finding tt will allow us to determine the exact coordinates of point QQ. We are given that the distance QR=5QR = 5. Point RR is (1,3,3)(1,3,3). Using the distance formula, QR2=52=25QR^2 = 5^2 = 25: (xQxR)2+(yQyR)2+(zQzR)2=25(x_Q - x_R)^2 + (y_Q - y_R)^2 + (z_Q - z_R)^2 = 25 Substitute the coordinates of QQ and RR: ((2+3t)1)2+((1+2t)3)2+((3+2t)3)2=25((-2 + 3t) - 1)^2 + ((-1 + 2t) - 3)^2 + ((3 + 2t) - 3)^2 = 25 Simplify the terms inside the parentheses: (3t3)2+(2t4)2+(2t)2=25(3t - 3)^2 + (2t - 4)^2 + (2t)^2 = 25 Expand and simplify the equation: 9(t22t+1)+4(t24t+4)+4t2=259(t^2 - 2t + 1) + 4(t^2 - 4t + 4) + 4t^2 = 25 9t218t+9+4t216t+16+4t2=259t^2 - 18t + 9 + 4t^2 - 16t + 16 + 4t^2 = 25 Combine like terms: (9t2+4t2+4t2)+(18t16t)+(9+16)=25(9t^2 + 4t^2 + 4t^2) + (-18t - 16t) + (9 + 16) = 25 17t234t+25=2517t^2 - 34t + 25 = 25 Subtract 25 from both sides: 17t234t=017t^2 - 34t = 0 Factor out 17t17t: 17t(t2)=017t(t - 2) = 0 This gives two possible values for tt: t=0t=0 or t=2t=2. Since PP and QQ are distinct points, t0t \neq 0. Therefore, t=2t=2.

Step 3: Determine the Coordinates of Point Q

  • What we are doing: We are substituting the value of tt back into the parametric form of QQ to find its exact coordinates.
  • Why we are doing it: We need the coordinates of QQ to form the vectors required for calculating the triangle's area. Substitute t=2t=2 into Q=(2+3t,1+2t,3+2t)Q = (-2 + 3t,\, -1 + 2t,\, 3 + 2t): Q=(2+3(2),1+2(2),3+2(2))Q = (-2 + 3(2),\, -1 + 2(2),\, 3 + 2(2)) Q=(2+6,1+4,3+4)Q = (-2 + 6,\, -1 + 4,\, 3 + 4) Q=(4,3,7)Q = (4, 3, 7) So, the coordinates of point QQ are (4,3,7)(4,3,7).

Step 4: Calculate Vectors PQ\vec{PQ} and PR\vec{PR}

  • What we are doing: We are forming two vectors that represent two sides of the triangle PQR\triangle PQR originating from a common vertex PP.
  • Why we are doing it: These vectors are necessary for calculating the cross product, which is used in the area formula. Given P(2,1,3)P(-2,-1,3), Q(4,3,7)Q(4,3,7), and R(1,3,3)R(1,3,3). Vector PQ\vec{PQ}: PQ=QP=(4(2),3(1),73)=(6,4,4)\vec{PQ} = Q - P = (4 - (-2),\, 3 - (-1),\, 7 - 3) = (6, 4, 4) Vector PR\vec{PR}: PR=RP=(1(2),3(1),33)=(3,4,0)\vec{PR} = R - P = (1 - (-2),\, 3 - (-1),\, 3 - 3) = (3, 4, 0)

Step 5: Compute the Cross Product PQ×PR\vec{PQ} \times \vec{PR}

  • What we are doing: We are calculating the cross product of the two vectors PQ\vec{PQ} and PR\vec{PR}.
  • Why we are doing it: The magnitude of this cross product is directly related to the area of the parallelogram formed by the vectors, and thus to the area of the triangle. PQ×PR=i^j^k^644340\vec{PQ} \times \vec{PR} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 6 & 4 & 4 \\ 3 & 4 & 0 \end{vmatrix} Expand the determinant:
    • i^\hat{i}-component: (4×0)(4×4)=016=16(4 \times 0) - (4 \times 4) = 0 - 16 = -16
    • j^\hat{j}-component: ((6×0)(4×3))=(012)=12-((6 \times 0) - (4 \times 3)) = -(0 - 12) = 12
    • k^\hat{k}-component: (6×4)(4×3)=2412=12(6 \times 4) - (4 \times 3) = 24 - 12 = 12 So, the cross product vector is: PQ×PR=16i^+12j^+12k^\vec{PQ} \times \vec{PR} = -16\hat{i} + 12\hat{j} + 12\hat{k}

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

  • What we are doing: We are using the formula for the square of the area of a triangle, which involves the magnitude squared of the cross product.
  • Why we are doing it: This is the final quantity requested by the problem. The square of the area of PQR\triangle PQR is given by 14PQ×PR2\frac{1}{4} \|\vec{PQ} \times \vec{PR}\|^2. First, calculate the magnitude squared of the cross product vector: PQ×PR2=(16)2+(12)2+(12)2\|\vec{PQ} \times \vec{PR}\|^2 = (-16)^2 + (12)^2 + (12)^2 =256+144+144= 256 + 144 + 144 =544= 544 Now, calculate the square of the area: Area2=14×544=136\text{Area}^2 = \frac{1}{4} \times 544 = 136

3. Common Mistakes & Tips

  • Forgetting t0t \neq 0: Always check conditions like "distinct points" as they can eliminate extraneous solutions for the parameter tt.
  • Cross Product Sign Error: Remember the negative sign for the j^\hat{j} component when expanding a 3×33 \times 3 determinant for the cross product.
  • Magnitude vs. Magnitude Squared: Pay close attention to whether the problem asks for the area or the square of the area, and calculate u×v\|\vec{u} \times \vec{v}\| or u×v2\|\vec{u} \times \vec{v}\|^2 accordingly.

4. Summary

We first expressed point QQ parametrically using point PP and the given direction vector. Then, we used the distance condition between QQ and RR to solve for the parameter tt, which allowed us to find the exact coordinates of QQ. With the coordinates of PP, QQ, and RR, we formed vectors PQ\vec{PQ} and PR\vec{PR}. Finally, we computed their cross product, found its magnitude squared, and divided by 4 to obtain the square of the area of PQR\triangle PQR. The calculated square of the area is 136.

5. Final Answer

The square of the area of PQR\triangle PQR is 136.

The final answer is 136\boxed{\text{136}}, which corresponds to option (C).

Practice More 3D Geometry Questions

View All Questions