Three Dimensional Geometry: Mathematics | JEE Main
If λ1<λ2 are two values of λ such that the angle between the planes P1:r⋅(3i^−5j^+k^)=7 and P2:r⋅(λi^+j^−3k^)=9 is sin−1(526), then the square of the length of perpendicular from the point (38λ1,10λ2,2) to the plane P1 is
Your answer stays private
What feels right?
Hint 1 of 3
If the angle θ between the normal vectors of P1 and P2 satisfies sinθ=526, what is cosθ?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Type the value - units or words beside it are fine.
Step-by-step solutionView
Correct answer
The values of λ are λ1=−2 and λ2=1, giving the point (−76,10,2), whose squared perpendicular distance to the plane P1 is 315.
Option analysis
Why each option works or fails
Reviewed route
Solution
StepWorking
01given
Planes are P1:3x−5y+z=7 and P2:λx+y−3z=9. The angle between them is θ=sin−1(526). We have λ1<λ2 as the roots for λ.
02goal
Find the square of the perpendicular distance from the point (38λ1,10λ2,2) to the plane P1.
03approach
Use cosθ=∣n1∣∣n2∣∣n1⋅n2∣. From sinθ=526, find cosθ=1−sin2θ=51. Form a quadratic equation in λ by equating cosθ, find λ1 and λ2, obtain the coordinate of the point, and compute d2.
04execute
The normal vectors are n1=3i^−5j^+k^ and n2=λi^+j^−3k^. Thus, ∣n1∣=9+25+1=35, ∣n2∣=λ2+1+9=λ2+10, and n1⋅n2=3λ−5−3=3λ−8. With cosθ=51, squaring gives 35(λ2+10)(3λ−8)2=251.
05execute
Cross-multiplying: 5(3λ−8)2=7(λ2+10)⟹5(9λ2−48λ+64)=7λ2+70⟹45λ2−240λ+320=7λ2+70⟹38λ2−240λ+250=0⟹19λ2−120λ+125=0. Factoring gives (19λ−25)(λ−5)=0, so λ=1925 or λ=5. Since λ1<λ2, λ1=1925 and λ2=5.
06execute
The point is (38λ1,10λ2,2)=(38×1925,10×5,2)=(50,50,2). The perpendicular distance d to P1:3x−5y+z−7=0 is d=35∣3(50)−5(50)+2−7∣=35∣150−250−5∣=35∣−105∣=35105. Therefore, d2=351052=3511025=315.
✓verify
Notice 105/35=335, so (335)2=9×35=315. Everything is integer-consistent and verified.
Hints that build this answer step by step
If the angle θ between the normal vectors of P1 and P2 satisfies sinθ=526, what is cosθ?
cosθ=51
Using cosθ=∣n1∣∣n2∣∣n1⋅n2∣=51 with n1=(3,−5,1) and n2=(λ,1,−3), what are the roots for λ?
λ1=−2 and λ2=1
With (λ1,λ2)=(−2,1), the point is (38(−2),10(1),2)=(−76,10,2). What is the square of the perpendicular distance from this point to 3x−5y+z−7=0?
Why do we use cos θ for the angle between planes when the dot product is between two planes?
The angle between two planes is defined as the angle between their normal vectors, which obeys cos θ = |n1 · n2| / (|n1| |n2|). Unlike the line-plane angle which uses sin θ, plane-plane angle uses cos θ.