Animated Solution for Mathematics - Three Dimensional Geometry: The line of shortest distance between the lines 0x−2=1y−1=1z and 2x−3=2y−5=1z−1 makes an angle of cos−1272 with the plane P:ax−y−z=0,(a>0). If the image of the point (1,1,−5) in the plane P is (α,β,γ), then α+β−γ is equal to ______. (Enter 0 if no such plane exists)
Enter Numerical Value:
Visualized Solution
Analyze Line L1
Given Line L1:0x−2=1y−1=1z
Direction vector of L1 is b1=(0,1,1)
Analyze Line L2
Given Line L2:2x−3=2y−5=1z−1
Direction vector of L2 is b2=(2,2,1)
Direction of Shortest Distance Line
The line of shortest distance is perpendicular to both L1 and L2.
Direction vector d=b1×b2
d=i^02j^12k^11
Calculate Cross Product
Expanding the determinant:
d=i^(1−2)−j^(0−2)+k^(0−2)
d=−i^+2j^−2k^
Magnitude of Vector d
Magnitude ∣d∣=(−1)2+22+(−2)2
∣d∣=1+4+4=9=3
Analyze the Plane P
Plane P:ax−y−z=0
Normal vector n=(a,−1,−1)
Magnitude ∣n∣=a2+(−1)2+(−1)2=a2+2
Angle Between Line and Plane
Angle θ between line d and plane P is given by:
sinθ=∣d∣∣n∣∣d⋅n∣
Given cosθ=272
Convert cosθ to sinθ
sin2θ=1−cos2θ=1−272=2725
sinθ=2725=335
Dot Product Calculation
d⋅n=(−1)(a)+(2)(−1)+(−2)(−1)
d⋅n=−a−2+2=−a
Since a>0, ∣d⋅n∣=a
Set up the Equation for a
Substitute values into sinθ=∣d∣∣n∣∣d⋅n∣:
335=3a2+2a
35=a2+2a
Solve for a
Squaring both sides:
325=a2+2a2
25(a2+2)=3a2
25a2+50=3a2
22a2=−50
Conclusion
a2=−2250=−1125
Since a2<0, no real value of a exists.
Therefore, no such plane P exists.
Final Answer: 0
00:00 / 00:00
The Sigma Insight: Shortest Distance Between Two Skew Lines
Solution Diagram
The Geometry of the Invisible
My dear student, welcome to the world of 3D geometry. Today, we are not just solving an equation; we are navigating the architecture of space.
We are dealing with two skew lines—lines that never meet, yet exist in the same universe. Our mission is to find the line of shortest distance between them and then relate it to a plane. This is a classic JEE Advanced problem that tests not just your calculation, but your geometric intuition.
Phase 1
The Anatomy of the Lines
First, let us look at our lines, L1 and L2. They are given in symmetric form. The denominators are the keys to their orientation.
For L1, the denominators are (0,1,1), so our direction vector is b1=0i^+1j^+1k^. For L2, the denominators are (2,2,1), giving us b2=2i^+2j^+1k^.
Think of these vectors as arrows pointing in the direction of the lines. They define the 'flow' of the lines through space. Now, we need the line of shortest distance.
Geometrically, this line must be perpendicular to both L1 and L2. How do we find a vector that is perpendicular to two others? The cross product is our best friend here. We compute d=b1×b2.
d=i^02j^12k^11
Expanding this determinant, we get d=i^(1−2)−j^(0−2)+k^(0−2), which simplifies to d=−i^+2j^−2k^. This vector d is the backbone of our shortest distance line. Its magnitude is ∣d∣=(−1)2+22+(−2)2=9=3.
Phase 2
The Plane and the Trap
Now, we introduce the plane P:ax−y−z=0. The normal vector to this plane is n=(a,−1,−1). The magnitude of this normal is ∣n∣=a2+(−1)2+(−1)2=a2+2.
Here is where many students stumble. We are given the angle θ between the line and the plane, where cosθ=272. Remember, the angle between a line and a plane is defined by the sine function, not the cosine.
Why? Because the angle between the line and the plane's normal is the complement of the angle between the line and the plane itself. So, we must convert our given cosine value to sine:
sin2θ=1−cos2θ=1−272=2725⟹sinθ=335
Phase 3
The Algebraic Reality Check
We now use the formula for the angle between a line and a plane:
sinθ=∣d∣∣n∣∣d⋅n∣
Substituting our values, we get:
335=3⋅a2+2∣(−1)(a)+(2)(−1)+(−2)(−1)∣
Simplifying the numerator, we get ∣−a−2+2∣=∣−a∣=a (since a>0). The equation becomes:
335=3a2+2a
The 3 in the denominator cancels out beautifully. We are left with 35=a2+2a. Squaring both sides to eliminate the radicals gives us:
325=a2+2a2
Cross-multiplying, we get 25(a2+2)=3a2, which simplifies to 25a2+50=3a2, or 22a2=−50.
Conclusion
Look at that result: a2=−2250. A square of a real number cannot be negative. This is not a failure of your math; it is a discovery of the problem's nature.
It tells us that no such plane P exists that satisfies the given condition. In the high-stakes environment of JEE Advanced, trusting your derivation is just as important as the calculation itself. You have proven that the configuration is impossible. Therefore, the answer is 0. Well done on navigating this complex path!