Three Dimensional Geometry: Mathematics | JEE Main
Let the plane P:4x−y+z=10 be rotated by an angle 2π about its line of intersection with the plane x+y−z=4. If α is the distance of the point (2,3,−4) from the new position of the plane P, then 35α is
Your answer stays private
What feels right?
Hint 1 of 4
Any plane passing through the intersection of P1:4x−y+z−10=0 and P2:x+y−z−4=0 can be represented using a parameter λ. What is its normal vector nnew?
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 rotated plane has equation x−4y+4z+2=0, and the perpendicular distance from (2,3,−4) yields α=518, giving 35α=126.
Option analysis
Why each option works or fails
A · 90
Believing that evaluating the distance formula with reversed signs in the plane's constant term or normal vector gives ∣−18∣/33 or miscomputing the numerator as 18 with a denominator of 7 instead of the true value. Ensure the normal vector is normalized using A2+B2+C2=12+(−4)2+42=33 is avoided; check that the equation is x−4y+4z+2=0 with magnitude 1+16+16=33 properly simplified to 33 vs 18.
B · 85
Making an arithmetic error when evaluating the perpendicular distance numerator ∣1(2)−4(3)+4(−4)+2∣. Carefully compute 2−12−16+2=−24, giving an absolute value of 24, but check the exact plane parameter λ.
C · 105
Taking λ with an arithmetic error in the dot product equation n1⋅nnew=0, leading to an incorrect normal vector. Check the dot product: 4(4+λ)−1(−1+λ)+1(1−λ)=16+4λ+1−λ+1−λ=18+2λ=0, giving λ=−9.
D · 126
None. The student correctly sets up the family of planes, uses orthogonality to determine λ=−9, finds the rotated plane equation −5x−10y+10z+26=0 or equivalent, and computes the distance correctly. This is the correct option.
Reviewed route
Solution
StepWorking
01given
Given planes P1:4x−y+z−10=0 and P2:x+y−z−4=0. Point A=(2,3,−4). P1 is rotated by 2π about the line of intersection of P1 and P2.
02goal
Find 35α, where α is the perpendicular distance from (2,3,−4) to the rotated plane Pnew.
03approach
Any plane passing through the line of intersection of P1 and P2 has the equation P1+λP2=0. Since Pnew is rotated by 2π from P1, the normal to Pnew is perpendicular to the normal to P1. Use the dot product of normal vectors nnew⋅n1=0 to find λ, then calculate distance α.
04execute
The plane is (4x−y+z−10)+λ(x+y−z−4)=0⟹(4+λ)x+(−1+λ)y+(1−λ)z−(10+4λ)=0.
Its normal vector is nnew=(4+λ,−1+λ,1−λ).
The normal to P1 is n1=(4,−1,1).
Applying orthogonality nnew⋅n1=0:
4(4+λ)−1(−1+λ)+1(1−λ)=016+4λ+1−λ+1−λ=0⟹18+2λ=0⟹λ=−9.
05execute
Substitute λ=−9 into Pnew:
(4−9)x+(−1−9)y+(1−(−9))z−(10+4(−9))=0−5x−10y+10z−(10−36)=0⟹−5x−10y+10z+26=0
which can be written as 5x+10y−10z−26=0.
Now find the distance α from (2,3,−4):
α=52+102+(−10)2∣5(2)+10(3)−10(−4)−26∣=25+100+100∣10+30+40−26∣=22554=1554=518.
06execute
Calculate 35α:
35α=35×518=7×18=126.
✓verify
Check orthogonality of normal vectors: nnew=(−5,−10,10), n1=(4,−1,1).
nnew⋅n1=(−5)(4)+(−10)(−1)+(10)(1)=−20+10+10=0. Thus the rotation angle is indeed 2π.
Hints that build this answer step by step
Any plane passing through the intersection of P1:4x−y+z−10=0 and P2:x+y−z−4=0 can be represented using a parameter λ. What is its normal vector nnew?
(4+λ)i^+(−1+λ)j^+(1−λ)k^
Since the new plane is rotated by 2π relative to the original plane P1, their normal vectors must be perpendicular. What is the value of λ?
λ=−9
Substitute λ=−9 into (4+λ)x+(−1+λ)y+(1−λ)z−(10+4λ)=0 and simplify. What is the equation of the rotated plane?
−5x−10y+10z+26=0
What is the perpendicular distance α from (2,3,−4) to −5x−10y+10z+26=0, and what is 35α?
Why is the normal of the new plane perpendicular to the normal of P1?
Rotating a plane by π/2 about a line in it rotates its normal vector by π/2. Therefore, the new normal vector is perpendicular to the original normal vector.