Three Dimensional Geometry: Mathematics | JEE Main
A plane P contains the line of intersection of the plane r⋅(i^+j^+k^)=6 and r⋅(2i^+3j^+4k^)=−5. If P passes through the point (0,2,−2), then the square of distance of the point (12,12,18) from the plane P is
Your answer stays private
What feels right?
Hint 1 of 3
How is the family of planes passing through the intersection of the two given planes represented?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Step-by-step solutionView
Correct answer
The plane equation is x+2y+3z+4=0, giving a squared distance of 620 from the point (12,12,18).
Option analysis
Why each option works or fails
A · 1240
The student calculated the denominator of the distance formula as a2+b2+c2 but omitted squaring the denominator when calculating the squared distance, accidentally doubling the final value. Ensure both the numerator and the denominator are properly squared: d2=a2+b2+c2(ax1+by1+cz1+d)2.
B · 620
None. This is the correct option. The equation of the pencil of planes is (x+y+z−6)+λ(2x+3y+4z+5)=0. Substituting (0,2,−2) gives λ=−1, yielding the plane x+2y+3z+4=0. The squared distance from (12,12,18) is 12+22+32(12+24+54+4)2=14942=620.
C · 310
The student inadvertently divided the squared numerator by 2(a2+b2+c2) or introduced an extraneous factor of 1/2 while computing the squared distance. The square of the perpendicular distance from (x1,y1,z1) to ax+by+cz+d=0 is strictly a2+b2+c2(ax1+by1+cz1+d)2 without any factor of 1/2.
D · 155
The student mistakenly divided by 4(a2+b2+c2) or introduced an extra factor of 1/4 during simplification. Carefully compute 14942=148836=620 without multiplying or dividing by extra scaling constants.
Reviewed route
Solution
StepWorking
01given
Planes P1:x+y+z−6=0 and P2:2x+3y+4z+5=0. Plane P passes through (0,2,−2) and the line of intersection of P1 and P2.
02goal
Find the square of the perpendicular distance of the point (12,12,18) from plane P.
03approach
Use the family of planes equation P1+λP2=0. Substitute the point (0,2,−2) to find λ. Then apply the perpendicular distance formula d=a2+b2+c2∣ax0+by0+cz0+d∣ and square it.
04execute
Substitute (0,2,−2) into (x+y+z−6)+λ(2x+3y+4z+5)=0:
(0+2−2−6)+λ(0+3(2)+4(−2)+5)=0⟹−6+3λ=0⟹λ=2.
Thus, the plane equation is:
(x+y+z−6)+2(2x+3y+4z+5)=0⟹5x+7y+9z+4=0.
05execute
Calculate the perpendicular distance from (12,12,18) to 5x+7y+9z+4=0:
d=52+72+92∣5(12)+7(12)+9(18)+4∣=25+49+81∣60+84+162+4∣=155310.
Square of distance d2=1553102=2×310=620.
✓verify
Check that (0,2,−2) satisfies 5(0)+7(2)+9(−2)+4=0+14−18+4=0 (verified). d2=620 is positive and matches arithmetic.
Hints that build this answer step by step
How is the family of planes passing through the intersection of the two given planes represented?
(x+y+z−6)+λ(2x+3y+4z+5)=0
What is the value of λ when the plane passes through the point (0,2,−2)?
λ=−1
Using the plane equation x+2y+3z+4=0, what is the square of the perpendicular distance from (12,12,18) to this plane?
Consider two planes, P1 = 0 and P2 = 0. Any plane passing through their line of intersection has the form P1 + λP2 = 0, where λ is a real scalar. It can also be the plane P2 = 0 if λ is infinite.