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

Question

If the line, x12=y+13=z24{{x - 1} \over 2} = {{y + 1} \over 3} = {{z - 2} \over 4} meets the plane, x + 2y + 3z = 15 at a point P, then the distance of P from the origin is :

Options

Solution

Here's a detailed, step-by-step solution for the given problem, adhering to the requested structure and aiming for clarity and educational value.

  1. Key Concepts and Formulas

    • Equation of a Line in Symmetric Form: 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 written as xx1a=yy1b=zz1c\frac{x - x_1}{a} = \frac{y - y_1}{b} = \frac{z - z_1}{c}.
    • General Point on a Line: To represent any point on a line given in symmetric form, we introduce a parameter (e.g., λ\lambda) by setting each ratio equal to this parameter. This allows us to express the coordinates (x,y,z)(x, y, z) of any point on the line in terms of λ\lambda.
    • Equation of a Plane: A linear equation in x,y,zx, y, z of the form Ax+By+Cz=DAx + By + Cz = D represents a plane.
    • Intersection of a Line and a Plane: The point where a line meets a plane must satisfy both the equation of the line and the equation of the plane. By substituting the parameterized coordinates of a general point on the line into the plane's equation, we can find the specific value of the parameter that corresponds to the intersection point.
    • Distance Formula in 3D: The distance of a point P(x,y,z)P(x, y, z) from the origin O(0,0,0)O(0, 0, 0) is given by the formula OP=x2+y2+z2OP = \sqrt{x^2 + y^2 + z^2}.
  2. Step-by-Step Solution

    Step 1: Parameterize the Line

    The given equation of the line is: x12=y+13=z24\frac{x - 1}{2} = \frac{y + 1}{3} = \frac{z - 2}{4} To find a general point on this line, we set each ratio equal to a parameter, say λ\lambda. This allows us to express the coordinates (x,y,z)(x, y, z) of any point on the line in terms of λ\lambda. x12=y+13=z24=λ\frac{x - 1}{2} = \frac{y + 1}{3} = \frac{z - 2}{4} = \lambda From this, we can solve for x,y,x, y, and zz in terms of λ\lambda:

    • From x12=λx1=2λx=2λ+1\frac{x - 1}{2} = \lambda \Rightarrow x - 1 = 2\lambda \Rightarrow x = 2\lambda + 1
    • From y+13=λy+1=3λy=3λ1\frac{y + 1}{3} = \lambda \Rightarrow y + 1 = 3\lambda \Rightarrow y = 3\lambda - 1
    • From z24=λz2=4λz=4λ+2\frac{z - 2}{4} = \lambda \Rightarrow z - 2 = 4\lambda \Rightarrow z = 4\lambda + 2 Thus, any point P on the line can be represented by the coordinates (2λ+1,3λ1,4λ+2)(2\lambda + 1, 3\lambda - 1, 4\lambda + 2).

    Step 2: Substitute Point P into the Plane Equation

    The line meets the plane x+2y+3z=15x + 2y + 3z = 15 at point P. This means the coordinates of point P must satisfy the equation of the plane. We substitute the parameterized coordinates of P into the plane equation: (2λ+1)+2(3λ1)+3(4λ+2)=15(2\lambda + 1) + 2(3\lambda - 1) + 3(4\lambda + 2) = 15

    Step 3: Solve for the Parameter λ\lambda

    Now, we simplify and solve the equation for λ\lambda: 2λ+1+6λ2+12λ+6=152\lambda + 1 + 6\lambda - 2 + 12\lambda + 6 = 15 Combine the terms involving λ\lambda and the constant terms: (2λ+6λ+12λ)+(12+6)=15(2\lambda + 6\lambda + 12\lambda) + (1 - 2 + 6) = 15 20λ+5=1520\lambda + 5 = 15 Subtract 5 from both sides: 20λ=15520\lambda = 15 - 5 20λ=1020\lambda = 10 Divide by 20 to find λ\lambda: λ=1020\lambda = \frac{10}{20} λ=12\lambda = \frac{1}{2}

    Step 4: Determine the Coordinates of Point P

    Now that we have the value of λ=12\lambda = \frac{1}{2}, we substitute it back into the parameterized coordinates of P from Step 1:

    • x=2(12)+1=1+1=2x = 2\left(\frac{1}{2}\right) + 1 = 1 + 1 = 2
    • y=3(12)1=321=322=12y = 3\left(\frac{1}{2}\right) - 1 = \frac{3}{2} - 1 = \frac{3 - 2}{2} = \frac{1}{2}
    • z=4(12)+2=2+2=4z = 4\left(\frac{1}{2}\right) + 2 = 2 + 2 = 4 So, the coordinates of the intersection point P are (2,12,4)\left(2, \frac{1}{2}, 4\right).

    Step 5: Calculate the Distance of P from the Origin

    We need to find the distance of point P (2,12,4)\left(2, \frac{1}{2}, 4\right) from the origin O(0,0,0)O(0,0,0). Using the 3D distance formula from the origin OP=x2+y2+z2OP = \sqrt{x^2 + y^2 + z^2}: OP=(2)2+(12)2+(4)2OP = \sqrt{(2)^2 + \left(\frac{1}{2}\right)^2 + (4)^2} OP=4+14+16OP = \sqrt{4 + \frac{1}{4} + 16} Combine the integer terms: OP=20+14OP = \sqrt{20 + \frac{1}{4}} To add the terms, find a common denominator: OP=804+14OP = \sqrt{\frac{80}{4} + \frac{1}{4}} OP=814OP = \sqrt{\frac{81}{4}} Take the square root of the numerator and the denominator: OP=814OP = \frac{\sqrt{81}}{\sqrt{4}} OP=92OP = \frac{9}{2}

  3. Common Mistakes & Tips

    • Algebraic Precision: Errors in simplifying the equation for λ\lambda or substituting its value can lead to incorrect coordinates for P. Double-check all arithmetic.
    • Parameterization: Ensure each coordinate (x,y,zx, y, z) is correctly expressed in terms of λ\lambda. A common mistake is to incorrectly isolate the variable.
    • Distance Formula: Remember the correct 3D distance formula. For distance from the origin, it's a direct application of x2+y2+z2\sqrt{x^2+y^2+z^2}.
    • Verification: After finding P, a quick check by substituting its coordinates back into both the line and plane equations can help catch errors.
  4. Summary

    To find the distance of the intersection point P from the origin, we first parameterized the given line to represent any point on it. We then substituted these parameterized coordinates into the plane equation to solve for the specific parameter value λ\lambda that corresponds to the intersection point. Using this value of λ\lambda, we determined the exact coordinates of P. Finally, we applied the 3D distance formula to calculate the distance of P from the origin. The calculated distance is 92\frac{9}{2}.

  5. Final Answer

    The distance of P from the origin is 92\frac{9}{2}. This corresponds to option (C).

    The final answer is 92\boxed{\frac{9}{2}}

Practice More 3D Geometry Questions

View All Questions