The line l1 passes through the point (2, 6, 2) and is perpendicular to the plane 2x+y−2z=10. Then the shortest distance between the line l1 and the line 2x+1=−3y+4=2z is :
Options
Solution
Key Concepts and Formulas
Equation of a Line in 3D Space: A line passing through a point A1 with position vector a1=x1i^+y1j^+z1k^ and having a direction vector v1=ai^+bj^+ck^ can be represented in vector form as r=a1+λv1 or in Cartesian (symmetric) form as ax−x1=by−y1=cz−z1.
Direction Vector of a Line Perpendicular to a Plane: If a line is perpendicular to a plane given by Ax+By+Cz=D, its direction vector is parallel to the normal vector of the plane, which is n=Ai^+Bj^+Ck^. Thus, the direction vector of the line can be taken as v=n.
Shortest Distance Between Two Skew Lines: Two lines are skew if they are not parallel and do not intersect. The shortest distance d between two skew lines L1:r=a1+λv1 and L2:r=a2+μv2 is given by the formula:
d=∣v1×v2∣(a2−a1)⋅(v1×v2)
Here, (a2−a1) is a vector connecting a point on L1 to a point on L2, and (v1×v2) is a vector perpendicular to both lines, representing the direction of the common perpendicular. The scalar triple product in the numerator represents the volume of a parallelepiped, and dividing by the magnitude of the cross product (area of the base) gives the height, which is the shortest distance.
Step-by-Step Solution
1. Identify Parameters for Line l1
Line l1 passes through the point (2, 6, 2) and is perpendicular to the plane 2x+y−2z=10.
Finding the position vector a1: The line passes through the point (2,6,2).
So, a1=2i^+6j^+2k^.
Finding the direction vector v1: Since l1 is perpendicular to the plane 2x+y−2z=10, its direction vector must be parallel to the normal vector of the plane. The normal vector to the plane Ax+By+Cz=D is n=Ai^+Bj^+Ck^.
For the plane 2x+y−2z=10, the normal vector is n=2i^+1j^−2k^.
Therefore, the direction vector of l1 is v1=2i^+j^−2k^.
2. Identify Parameters for Line l2
Line l2 is given by the symmetric equation 2x+1=−3y+4=2z.
Finding the position vector a2: The standard symmetric form of a line is ax−x0=by−y0=cz−z0, where (x0,y0,z0) is a point on the line.
Comparing with 2x−(−1)=−3y−(−4)=2z−0, we find a point on l2 is (−1,−4,0).
So, a2=−1i^−4j^+0k^=−i^−4j^.
Finding the direction vector v2: From the denominators of the symmetric equation, the direction vector of l2 is (2,−3,2).
So, v2=2i^−3j^+2k^.
3. Calculate the Vector (a2−a1)
This vector connects a point on l1 to a point on l2, forming part of the numerator in our distance formula.
Given a1=(2,6,2) and a2=(−1,−4,0):
a2−a1=(−1−2)i^+(−4−6)j^+(0−2)k^a2−a1=−3i^−10j^−2k^
4. Calculate the Cross Product (v1×v2)
This vector gives the direction of the common perpendicular between the two lines and is crucial for both the numerator and denominator of the shortest distance formula.
Given v1=(2,1,−2) and v2=(2,−3,2):
v1×v2=i^22j^1−3k^−22=i^((1)(2)−(−2)(−3))−j^((2)(2)−(−2)(2))+k^((2)(−3)−(1)(2))=i^(2−6)−j^(4−(−4))+k^(−6−2)=−4i^−8j^−8k^
5. Calculate the Magnitude of the Cross Product ∣v1×v2∣
This is the denominator of the shortest distance formula.
∣v1×v2∣=(−4)2+(−8)2+(−8)2=16+64+64=144=12
6. Calculate the Scalar Triple Product (a2−a1)⋅(v1×v2)
This forms the numerator of the shortest distance formula.
We perform the dot product of a2−a1=(−3,−10,−2) and v1×v2=(−4,−8,−8):
(a2−a1)⋅(v1×v2)=(−3)(−4)+(−10)(−8)+(−2)(−8)=12+80+16=108
7. Calculate the Shortest Distance
Now, substitute the calculated values into the shortest distance formula:
d=∣v1×v2∣(a2−a1)⋅(v1×v2)d=12108d=∣9∣d=9
Common Mistakes & Tips
Sign Errors: Be extremely careful with signs when extracting points from symmetric equations (e.g., x+1 implies x0=−1) and during vector component calculations (dot products, cross products, and subtraction).
Cross Product Calculation: A common mistake is miscalculating the determinant for the cross product. Double-check each component.
Absolute Value: Remember that distance must always be non-negative. The absolute value in the shortest distance formula is essential.
Check for Parallelism: Before using the skew lines formula, it's good practice to quickly check if v1 and v2 are parallel (i.e., if one is a scalar multiple of the other, or if v1×v2=0). If they were parallel, a different formula for parallel lines would be used. In this case, v1×v2=−4i^−8j^−8k^=0, confirming they are skew.
Summary
To find the shortest distance between the two skew lines, we first determined the position vectors and direction vectors for each line based on the given information. For l1, the direction vector was derived from the normal of the perpendicular plane. We then calculated the vector connecting points on the two lines, the cross product of their direction vectors, and the magnitude of this cross product. Finally, we substituted these values into the shortest distance formula for skew lines, which yielded a distance of 9 units.
The final answer is 9, which corresponds to option (A).