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

Question

If the line x23=y+12=z11{{x - 2} \over 3} = {{y + 1} \over 2} = {{z - 1} \over { - 1}} intersects the plane 2x + 3y – z + 13 = 0 at a point P and the plane 3x + y + 4z = 16 at a point Q, then PQ is equal to :

Options

Solution

Key Concepts and Formulas

This problem requires us to find two points of intersection of a line with two different planes and then calculate the distance between these two points. The essential concepts and formulas are:

  1. Parametric Form of a Line: A line passing through a point (x1,y1,z1)(x_1, y_1, z_1) with direction ratios (a,b,c)(a, b, c) can be expressed in its parametric form as: xx1a=yy1b=zz1c=λ\frac{x - x_1}{a} = \frac{y - y_1}{b} = \frac{z - z_1}{c} = \lambda where λ\lambda is a scalar parameter. Any point on the line can then be represented by its coordinates (x1+aλ,y1+bλ,z1+cλ)(x_1 + a\lambda, y_1 + b\lambda, z_1 + c\lambda). This form is crucial for representing a general point on the line.

  2. Intersection of a Line and a Plane: A point where a line intersects a plane must lie on both the line and the plane. To find this point, we substitute the parametric coordinates of a general point on the line into the equation of the plane. Solving the resulting linear equation for λ\lambda gives the specific parameter value for the intersection point. Substituting this λ\lambda back into the parametric form yields the coordinates of the intersection.

  3. Distance Formula in 3D: The distance between two points P(x1,y1,z1)P(x_1, y_1, z_1) and Q(x2,y2,z2)Q(x_2, y_2, z_2) in three-dimensional space is given by: PQ=(x2x1)2+(y2y1)2+(z2z1)2PQ = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}


Step-by-Step Solution

Step 1: Representing a General Point on the Line

Our first step is to express the coordinates of any arbitrary point on the given line using a single parameter. This is done by setting the given symmetric form of the line equal to λ\lambda.

The given line is: x23=y+12=z11\frac{x - 2}{3} = \frac{y + 1}{2} = \frac{z - 1}{-1}

Let's set each fraction equal to a parameter λ\lambda: x23=y+12=z11=λ\frac{x - 2}{3} = \frac{y + 1}{2} = \frac{z - 1}{-1} = \lambda

Now, we can express x,y,zx, y, z in terms of λ\lambda:

  • From x23=λx2=3λx=3λ+2\frac{x - 2}{3} = \lambda \Rightarrow x - 2 = 3\lambda \Rightarrow x = 3\lambda + 2
  • From y+12=λy+1=2λy=2λ1\frac{y + 1}{2} = \lambda \Rightarrow y + 1 = 2\lambda \Rightarrow y = 2\lambda - 1
  • From z11=λz1=λz=λ+1\frac{z - 1}{-1} = \lambda \Rightarrow z - 1 = -\lambda \Rightarrow z = -\lambda + 1

So, any point on the line can be represented as A(3λ+2,2λ1,λ+1)A(3\lambda + 2, 2\lambda - 1, -\lambda + 1). This parametric form is fundamental for finding the intersection points.

Step 2: Finding Point P (Intersection with the First Plane)

Point P is the intersection of the line with the plane 2x+3yz+13=02x + 3y - z + 13 = 0. Since P lies on both the line and the plane, its coordinates must satisfy both equations. We substitute the parametric coordinates of point A (from Step 1) into the equation of the first plane.

Substitute (3λ+2,2λ1,λ+1)(3\lambda + 2, 2\lambda - 1, -\lambda + 1) into 2x+3yz+13=02x + 3y - z + 13 = 0: 2(3λ+2)+3(2λ1)(λ+1)+13=02(3\lambda + 2) + 3(2\lambda - 1) - (-\lambda + 1) + 13 = 0

Now, we solve this linear equation for λ\lambda: 6λ+4+6λ3+λ1+13=06\lambda + 4 + 6\lambda - 3 + \lambda - 1 + 13 = 0

Combine the terms involving λ\lambda: (6λ+6λ+λ)=13λ(6\lambda + 6\lambda + \lambda) = 13\lambda Combine the constant terms: (431+13)=13(4 - 3 - 1 + 13) = 13

So, the equation simplifies to: 13λ+13=013\lambda + 13 = 0 13λ=1313\lambda = -13 λ=1\lambda = -1

Now, substitute λ=1\lambda = -1 back into the parametric form of the point to find the coordinates of P:

  • xP=3(1)+2=3+2=1x_P = 3(-1) + 2 = -3 + 2 = -1
  • yP=2(1)1=21=3y_P = 2(-1) - 1 = -2 - 1 = -3
  • zP=(1)+1=1+1=2z_P = -(-1) + 1 = 1 + 1 = 2

Thus, the coordinates of point P are (1,3,2)(-1, -3, 2).

Step 3: Finding Point Q (Intersection with the Second Plane)

Point Q is the intersection of the line with the plane 3x+y+4z=163x + y + 4z = 16. We follow the same procedure as for point P: substitute the parametric coordinates of point A into the equation of the second plane.

Substitute (3λ+2,2λ1,λ+1)(3\lambda + 2, 2\lambda - 1, -\lambda + 1) into 3x+y+4z=163x + y + 4z = 16: 3(3λ+2)+(2λ1)+4(λ+1)=163(3\lambda + 2) + (2\lambda - 1) + 4(-\lambda + 1) = 16

Now, solve this equation for λ\lambda: 9λ+6+2λ14λ+4=169\lambda + 6 + 2\lambda - 1 - 4\lambda + 4 = 16

Combine the terms involving λ\lambda: (9λ+2λ4λ)=7λ(9\lambda + 2\lambda - 4\lambda) = 7\lambda Combine the constant terms: (61+4)=9(6 - 1 + 4) = 9

So, the equation simplifies to: 7λ+9=167\lambda + 9 = 16 7λ=1697\lambda = 16 - 9 7λ=77\lambda = 7 λ=1\lambda = 1

Substitute λ=1\lambda = 1 back into the parametric form of the point to find the coordinates of Q:

  • xQ=3(1)+2=3+2=5x_Q = 3(1) + 2 = 3 + 2 = 5
  • yQ=2(1)1=21=1y_Q = 2(1) - 1 = 2 - 1 = 1
  • zQ=(1)+1=1+1=0z_Q = -(1) + 1 = -1 + 1 = 0

Thus, the coordinates of point Q are (5,1,0)(5, 1, 0).

Step 4: Calculating the Distance PQ

Now that we have the coordinates of both intersection points, P(1,3,2)P(-1, -3, 2) and Q(5,1,0)Q(5, 1, 0), we can use the 3D distance formula to find the length of the segment PQ.

PQ=(xQxP)2+(yQyP)2+(zQzP)2PQ = \sqrt{(x_Q - x_P)^2 + (y_Q - y_P)^2 + (z_Q - z_P)^2} PQ=(5(1))2+(1(3))2+(02)2PQ = \sqrt{(5 - (-1))^2 + (1 - (-3))^2 + (0 - 2)^2} PQ=(5+1)2+(1+3)2+(2)2PQ = \sqrt{(5 + 1)^2 + (1 + 3)^2 + (-2)^2} PQ=(6)2+(4)2+(2)2PQ = \sqrt{(6)^2 + (4)^2 + (-2)^2} PQ=36+16+4PQ = \sqrt{36 + 16 + 4} PQ=56PQ = \sqrt{56}

To simplify the radical 56\sqrt{56}, we look for perfect square factors. We know that 56=4×1456 = 4 \times 14. PQ=4×14=4×14=214PQ = \sqrt{4 \times 14} = \sqrt{4} \times \sqrt{14} = 2\sqrt{14}


Common Mistakes & Tips

  • Sign Errors are Critical: Be extremely cautious with negative signs, especially when distributing terms, combining like terms, and applying the distance formula. A simple sign error can lead to a completely different result. For example, (λ+1)-(-\lambda+1) must be λ1\lambda-1, not λ+1-\lambda+1.
  • Algebraic Precision: Double-check your arithmetic when solving for λ\lambda and calculating coordinates. Even minor calculation errors will propagate and lead to incorrect final answers.
  • Correct Variable Substitution: Ensure that the parametric form of the line is correctly substituted into each plane equation. Keep track of which λ\lambda value corresponds to which point.
  • Radical Simplification: Always simplify square roots completely. Look for the largest perfect square factor to express the radical in its simplest form, matching the format of the options provided.

Summary

This problem is a classic application of 3D geometry concepts. We systematically found the distance between two points, P and Q, which are defined as the intersection points of a given line with two different planes. The method involved first representing any point on the line using a parametric form. Then, by substituting these parametric coordinates into each plane's equation, we determined the specific parameter values for points P and Q, thus finding their exact coordinates. Finally, the standard 3D distance formula was applied to calculate the length of the segment PQ. This approach is highly effective for solving various problems involving lines and planes in 3D space.

The final answer is 214\boxed{2\sqrt{14}}, which corresponds to option (C).

Practice More 3D Geometry Questions

View All Questions