MCQMediumJEE 2023Equation of Plane

JEE Mathematics 2023 Question with Solution

Let P be the point of intersection of the line x+33=y+21=1z2\frac{x+3}{3} = \frac{y+2}{1} = \frac{1-z}{2} and the plane x+y+z=2x + y + z = 2. If the distance of the point P from the plane 3x4y+12z=323x - 4y + 12z = 32 is qq, then qq and 2q2q are the roots of the equation:

  • A

    x2+18x72=0x^2 + 18x - 72 = 0

  • B

    x2+18x+72=0x^2 + 18x + 72 = 0

  • C

    x218x72=0x^2 - 18x - 72 = 0

  • D

    x218x+72=0x^2 - 18x + 72 = 0

Answer

Correct answer:D

Step-by-step solution

Standard Method

Given: x+33=y+21=1z2=λ\frac{x + 3}{3} = \frac{y + 2}{1} = \frac{1 - z}{2} = \lambda and the plane x+y+z=2x + y + z = 2.

Find: The quadratic equation whose roots are qq and 2q2q, where qq is the distance of point P from the plane 3x4y+12z=323x - 4y + 12z = 32.

From the line,

x=3λ3,y=λ2,z=12λx = 3\lambda - 3, \quad y = \lambda - 2, \quad z = 1 - 2\lambda

Since point P lies on the plane x+y+z=2x + y + z = 2, substitute:

(3λ3)+(λ2)+(12λ)=2(3\lambda - 3) + (\lambda - 2) + (1 - 2\lambda) = 2 2λ4=22\lambda - 4 = 2 λ=3\lambda = 3

Hence,

P=(6,1,5)P = (6, 1, -5)

Now the distance of P(6,1,5)P(6,1,-5) from the plane 3x4y+12z32=03x - 4y + 12z - 32 = 0 is

q=3(6)4(1)+12(5)3232+(4)2+122q = \frac{|3(6) - 4(1) + 12(-5) - 32|}{\sqrt{3^2 + (-4)^2 + 12^2}} q=18460329+16+144=7813=6q = \frac{|18 - 4 - 60 - 32|}{\sqrt{9 + 16 + 144}} = \frac{78}{13} = 6

So the roots are q=6q = 6 and 2q=122q = 12.

Therefore,

Sum of roots=6+12=18,Product of roots=612=72\text{Sum of roots} = 6 + 12 = 18, \quad \text{Product of roots} = 6 \cdot 12 = 72

The required quadratic equation is

x218x+72=0x^2 - 18x + 72 = 0

Therefore, the correct option is D.

Using intersection point and plane-distance formula

Given: The line is x+33=y+21=1z2\frac{x + 3}{3} = \frac{y + 2}{1} = \frac{1 - z}{2} and the plane is x+y+z=2x + y + z = 2.

Find: The equation having roots qq and 2q2q.

  1. Write the line in parameter form using a common parameter λ\lambda.
  2. Find the intersection point with the plane x+y+z=2x + y + z = 2.
  3. Compute the perpendicular distance from that point to the plane 3x4y+12z=323x - 4y + 12z = 32.
  4. Form the quadratic using sum and product of roots.

Taking

x+33=y+21=1z2=λ\frac{x + 3}{3} = \frac{y + 2}{1} = \frac{1 - z}{2} = \lambda

we get

x=3λ3,y=λ2,z=12λx = 3\lambda - 3, \quad y = \lambda - 2, \quad z = 1 - 2\lambda

Substitute these into x+y+z=2x + y + z = 2:

3λ3+λ2+12λ=23\lambda - 3 + \lambda - 2 + 1 - 2\lambda = 2 2λ4=22\lambda - 4 = 2 λ=3\lambda = 3

Thus,

P=(333,32,123)=(6,1,5)P = (3\cdot 3 - 3, 3 - 2, 1 - 2\cdot 3) = (6, 1, -5)

Now use the distance formula from point (x1,y1,z1)\left(x_1,y_1,z_1\right) to plane Ax+By+Cz+D=0Ax + By + Cz + D = 0:

Distance=Ax1+By1+Cz1+DA2+B2+C2\text{Distance} = \frac{|Ax_1 + By_1 + Cz_1 + D|}{\sqrt{A^2 + B^2 + C^2}}

Here,

3x4y+12z32=03x - 4y + 12z - 32 = 0

So,

q=3641+12(5)3232+(4)2+122q = \frac{|3\cdot 6 - 4\cdot 1 + 12\cdot (-5) - 32|}{\sqrt{3^2 + (-4)^2 + 12^2}} q=18460329+16+144q = \frac{|18 - 4 - 60 - 32|}{\sqrt{9 + 16 + 144}} q=7813=6q = \frac{78}{13} = 6

Hence the roots are 66 and 1212. For a quadratic with roots α\alpha and β\beta,

x2(α+β)x+αβ=0x^2 - (\alpha + \beta)x + \alpha\beta = 0

So,

x2(6+12)x+(6)(12)=0x^2 - (6 + 12)x + (6)(12) = 0 x218x+72=0x^2 - 18x + 72 = 0

Therefore, the correct option is D.

Common mistakes

  • Taking z=2λ1z = 2\lambda - 1 instead of z=12λz = 1 - 2\lambda from 1z2=λ\frac{1-z}{2} = \lambda is incorrect because the sign changes when solving for zz. Rewrite carefully before substituting into the plane equation.

  • Using the plane-distance formula without first converting the plane to the form Ax+By+Cz+D=0Ax + By + Cz + D = 0 can cause sign confusion. Write 3x4y+12z=323x - 4y + 12z = 32 as 3x4y+12z32=03x - 4y + 12z - 32 = 0 before substitution.

  • Forgetting the modulus in the numerator of the distance formula gives a negative value for distance, which is impossible. Always use Ax1+By1+Cz1+D|Ax_1 + By_1 + Cz_1 + D|.

Practice more Equation of Plane questions

Get unlimited AI-adaptive practice, mastery tracking, and an AI tutor that explains every step — free to start.

Related questions