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

Question

A plane P is parallel to two lines whose direction ratios are 2,1,3-2,1,-3 and 1,2,2-1,2,-2 and it contains the point (2,2,2)(2,2,-2). Let P intersect the co-ordinate axes at the points A,B,C\mathrm{A}, \mathrm{B}, \mathrm{C} making the intercepts α,β,γ\alpha, \beta, \gamma. If V\mathrm{V} is the volume of the tetrahedron OABC\mathrm{OABC}, where O\mathrm{O} is the origin, and p=α+β+γ\mathrm{p}=\alpha+\beta+\gamma, then the ordered pair (V,p)(\mathrm{V}, \mathrm{p}) is equal to :

Options

Solution

Key Concepts and Formulas

  1. Normal Vector to a Plane: If a plane is parallel to two lines with direction vectors d1\vec{d_1} and d2\vec{d_2}, its normal vector n\vec{n} is perpendicular to both. This means n\vec{n} can be found by taking their cross product: n=d1×d2\vec{n} = \vec{d_1} \times \vec{d_2}.
  2. Equation of a Plane: The equation of a plane passing through a point (x0,y0,z0)(x_0, y_0, z_0) with a normal vector n=(A,B,C)\vec{n} = (A, B, C) is given by A(xx0)+B(yy0)+C(zz0)=0A(x-x_0) + B(y-y_0) + C(z-z_0) = 0.
  3. Intercept Form of a Plane: A plane intersecting the x,y,zx, y, z axes at α,β,γ\alpha, \beta, \gamma respectively has the equation xα+yβ+zγ=1\frac{x}{\alpha} + \frac{y}{\beta} + \frac{z}{\gamma} = 1.
  4. Volume of a Tetrahedron OABC: For a tetrahedron with vertices at the origin O(0,0,0)O(0,0,0) and points A(α,0,0)A(\alpha, 0, 0), B(0,β,0)B(0, \beta, 0), C(0,0,γ)C(0, 0, \gamma) on the coordinate axes, its volume VV is given by V=16αβγV = \frac{1}{6} |\alpha \beta \gamma|. The absolute value ensures a positive volume.

Step-by-Step Solution

Step 1: Determine the Normal Vector to the Plane P

The plane P is parallel to two lines with direction ratios (2,1,3)(-2, 1, -3) and (1,2,2)(-1, 2, -2). Let the direction vectors of these lines be d1=2i^+j^3k^\vec{d_1} = -2\hat{i} + \hat{j} - 3\hat{k} and d2=i^+2j^2k^\vec{d_2} = -\hat{i} + 2\hat{j} - 2\hat{k}.

  • Why this step? A plane parallel to two lines has a normal vector that is perpendicular to the direction vectors of both lines. The cross product of two vectors yields a vector perpendicular to both.

We calculate the normal vector n\vec{n} using the cross product: n=d1×d2=i^j^k^213122\vec{n} = \vec{d_1} \times \vec{d_2} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ -2 & 1 & -3 \\ -1 & 2 & -2 \end{vmatrix} n=i^((1)(2)(3)(2))j^((2)(2)(3)(1))+k^((2)(2)(1)(1))\vec{n} = \hat{i}((1)(-2) - (-3)(2)) - \hat{j}((-2)(-2) - (-3)(-1)) + \hat{k}((-2)(2) - (1)(-1)) n=i^(2+6)j^(43)+k^(4+1)\vec{n} = \hat{i}(-2 + 6) - \hat{j}(4 - 3) + \hat{k}(-4 + 1) n=4i^j^3k^\vec{n} = 4\hat{i} - \hat{j} - 3\hat{k} Thus, the normal vector to the plane P is n=(4,1,3)\vec{n} = (4, -1, -3).

Step 2: Find the Equation of the Plane P

The plane P contains the point (2,2,2)(2, 2, -2) and has a normal vector n=(4,1,3)\vec{n} = (4, -1, -3).

  • Why this step? With a point on the plane and its normal vector, we can directly write down the equation of the plane.

Using the formula A(xx0)+B(yy0)+C(zz0)=0A(x-x_0) + B(y-y_0) + C(z-z_0) = 0: 4(x2)1(y2)3(z(2))=04(x-2) - 1(y-2) - 3(z-(-2)) = 0 4(x2)(y2)3(z+2)=04(x-2) - (y-2) - 3(z+2) = 0 Expand and simplify the equation: 4x8y+23z6=04x - 8 - y + 2 - 3z - 6 = 0 4xy3z12=04x - y - 3z - 12 = 0 4xy3z=124x - y - 3z = 12 This is the standard form of the equation of plane P.

Step 3: Determine the Intercepts α,β,γ\alpha, \beta, \gamma

To find the intercepts, we convert the plane's equation into the intercept form xα+yβ+zγ=1\frac{x}{\alpha} + \frac{y}{\beta} + \frac{z}{\gamma} = 1.

  • Why this step? The problem asks for the intercepts, which are directly identifiable from the intercept form.

Divide the entire equation 4xy3z=124x - y - 3z = 12 by 12: 4x12y123z12=1212\frac{4x}{12} - \frac{y}{12} - \frac{3z}{12} = \frac{12}{12} x3+y12+z4=1\frac{x}{3} + \frac{y}{-12} + \frac{z}{-4} = 1 By comparing this with the intercept form, we identify the intercepts: α=3\alpha = 3 β=12\beta = -12 γ=4\gamma = -4

Step 4: Calculate the value of p

The problem defines p=α+β+γp = \alpha + \beta + \gamma.

  • Why this step? This is a direct calculation based on the definition given in the question.

Substitute the values of α,β,γ\alpha, \beta, \gamma: p=3+(12)+(4)p = 3 + (-12) + (-4) p=3124p = 3 - 12 - 4 p=13p = -13

Step 5: Calculate the Volume V of the Tetrahedron OABC

The volume VV of the tetrahedron OABCOABC (where OO is the origin and A,B,CA, B, C are the points where the plane intersects the coordinate axes) is given by the formula V=16αβγV = \frac{1}{6} |\alpha \beta \gamma|.

  • Why this step? This is the standard formula for the volume of a tetrahedron with vertices at the origin and on the coordinate axes. The absolute value is crucial as volume must be positive.

Substitute the values of α,β,γ\alpha, \beta, \gamma: V=16(3)(12)(4)V = \frac{1}{6} |(3)(-12)(-4)| V=16(3)(48)V = \frac{1}{6} |(3)(48)| V=16144V = \frac{1}{6} |144| V=1446V = \frac{144}{6} V=24V = 24

Step 6: Form the Ordered Pair (V, p)

We have calculated V=24V = 24 and p=13p = -13. The ordered pair (V,p)(V, p) is (24,13)(24, -13).


Common Mistakes & Tips

  • Absolute Value for Volume: Always remember to take the absolute value of the product αβγ\alpha \beta \gamma when calculating the volume of the tetrahedron, as volume is a positive quantity.
  • Sign Errors: Be careful with signs during the cross product calculation and when expanding the plane equation. A small sign error can lead to incorrect intercepts.
  • Intercept Form Conversion: Ensure the plane equation is correctly converted to the intercept form xα+yβ+zγ=1\frac{x}{\alpha} + \frac{y}{\beta} + \frac{z}{\gamma} = 1. This includes correctly handling negative signs in the denominator (e.g., y12\frac{-y}{12} should be written as y12\frac{y}{-12}).

Summary

First, we determined the normal vector to the plane by taking the cross product of the direction vectors of the two parallel lines. Using this normal vector and the given point on the plane, we found the equation of the plane. We then converted this equation into the intercept form to find the intercepts α,β,γ\alpha, \beta, \gamma. With these intercepts, we calculated p=α+β+γp = \alpha + \beta + \gamma and the volume V=16αβγV = \frac{1}{6} |\alpha \beta \gamma| of the tetrahedron OABC. The calculated values are V=24V=24 and p=13p=-13.

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

Practice More 3D Geometry Questions

View All Questions