Three Dimensional Geometry: Mathematics | JEE Main
Let the plane P pass through the intersection of the planes 2x+3y−z=2 and x+2y+3z=6 and be perpendicular to the plane 2x+y−z=0. If d is the distance of P form the point (−7,1,1,) then d2 is equal to :
Your answer stays private
What feels right?
Hint 1 of 3
Using the family of planes, how can the plane P passing through the intersection of 2x+3y−z−2=0 and x+2y+3z−6=0 be expressed?
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 squared distance from the point (−7,1,1) to the plane is 83250.
Option analysis
Why each option works or fails
A · 83250
None. This is the correct value obtained by finding the family parameter λ=−38 and applying the perpendicular distance formula. Correctly determined the plane equation as 2x−7y−27z+42=0 and computed d2=22+(−7)2+(−27)2∣−14−7−27+42∣2=82...(−6)2 wait, let's check: 2(−7)−7(1)−27(1)+42=−14−7−27+42=−6? Wait: (−14−7−27+42)=−6, (−6)2=36. Let's re-verify.
B · 82250
A student might compute the denominator sum of squares a2+b2+c2 incorrectly, getting 82 instead of 83. Carefully compute the sum of squares: 32+(−4)2+(−7)2 or whichever normal vector components are found, verifying the sum to be 83.
C · 5315
A student may fail to correctly group the terms involving the parameter λ when applying the orthogonality condition n1⋅n2=0. Accurately expand the dot product with the normal vector (2,1,−1) to solve for λ before finding the distance.
D · 8325
A student may forget to square the entire numerator or make an arithmetic error evaluating the point into the plane equation. Ensure the absolute value of the plane evaluated at (−7,1,1) is squared properly in d2=a2+b2+c2(ax0+by0+cz0+d)2.
Reviewed route
Solution
StepWorking
01given
Planes P1:2x+3y−z−2=0 and P2:x+2y+3z−6=0. Plane P passes through the intersection of P1 and P2 and is perpendicular to P3:2x+y−z=0. Point is A(−7,1,1).
02goal
Find the equation of plane P and determine d2, where d is the perpendicular distance from (−7,1,1) to P.
03approach
Use the family of planes P1+λP2=0. Apply the orthogonality condition with P3, nP⋅n3=0, to find λ. Then use the perpendicular distance formula d=a2+b2+c2∣ax1+by1+cz1+d∣ and compute d2.
04execute
The equation of plane P is:
(2x+3y−z−2)+λ(x+2y+3z−6)=0⟹(2+λ)x+(3+2λ)y+(−1+3λ)z−(2+6λ)=0.
Since P⊥P3 (2x+y−z=0), the dot product of their normals must be zero:
2(2+λ)+1(3+2λ)+(−1)(−1+3λ)=04+2λ+3+2λ+1−3λ=08+λ=0⟹λ=−8.
Substituting λ=−8 into plane P:
(2−8)x+(3−16)y+(−1−24)z−(2−48)=0−6x−13y−25z+46=0⟹6x+13y+25z−46=0.
05execute
Distance d from (−7,1,1) to 6x+13y+25z−46=0:
d=62+132+252∣6(−7)+13(1)+25(1)−46∣
Numerator: ∣−42+13+25−46∣=∣−50∣=50.
Denominator: 36+169+625=830.
Therefore, d2=830502=8302500=83250.
✓verify
Check normal vector orthogonality: (6,13,25)⋅(2,1,−1)=12+13−25=0. Check intersection line: (6,13,25)=−(2,3,−1)+8(1,2,3), which correctly reflects λ=−8. Calculation is completely sound.
Hints that build this answer step by step
Using the family of planes, how can the plane P passing through the intersection of 2x+3y−z−2=0 and x+2y+3z−6=0 be expressed?
(2x+3y−z−2)+λ(x+2y+3z−6)=0
The normal vector of P is (2+λ)i^+(3+2λ)j^+(−1+3λ)k^. Since P is perpendicular to 2x+y−z=0, what is the value of λ?
λ=−8
Substituting λ=−8 into the equation of plane P yields −6x−13y−25z+46=0 (or 6x+13y+25z−46=0). What is d2, the square of the distance from (−7,1,1) to this plane?
Why can we write the equation of plane P as P1+λP2=0?
Any linear combination P1+λP2=0 represents a plane containing the common line of intersection of P1=0 and P2=0 because any point satisfying both P1=0 and P2=0 automatically satisfies P1+λP2=0.