If the foot of the perpendicular from point (4, 3, 8) on the line L1:lx−a=3y−2=4z−b, l = 0 is (3, 5, 7), then the shortest distance between the line L 1 and line L2:3x−2=4y−4=5z−5 is equal to :
Options
Solution
1. Key Concepts and Formulas
Foot of the Perpendicular from a Point to a Line: If N is the foot of the perpendicular from point P onto line L, then N lies on L, and the vector PN is perpendicular to the direction vector of L. This means their dot product is zero.
Equation of a Line and Direction Ratios: A line passing through (x1,y1,z1) with direction ratios (l,m,n) is given by lx−x1=my−y1=nz−z1. The direction ratios (l,m,n) define the direction vector d=li^+mj^+nk^.
Shortest Distance Between Two Skew Lines: For two skew lines L1:r=a1+λp and L2:r=a2+μq, the shortest distance d is given by the formula:
d=∣p×q∣(a2−a1)⋅(p×q)
Here, a1 and a2 are position vectors of points on L1 and L2 respectively, and p and q are their direction vectors.
2. Step-by-Step Solution
This problem requires two main parts: first, determining the complete equation of line L1 using the given foot of the perpendicular, and then calculating the shortest distance between the fully defined L1 and L2.
Part 1: Determining the Equation of Line L1
We are given the point P(4,3,8) and the foot of the perpendicular from P onto line L1 as N(3,5,7). The equation of line L1 is L1:lx−a=3y−2=4z−b. We need to find a,b, and l.
Step 1: Use the property that the foot of the perpendicular N lies on L1.
Since N(3,5,7) is a point on L1, its coordinates must satisfy the equation of L1. This allows us to establish relationships between a,b, and l.
Substitute x=3,y=5,z=7 into the equation of L1:
l3−a=35−2=47−b
Simplify the middle term:
l3−a=1=47−b
From this, we equate the first and third parts to 1:
l3−a=1⟹3−a=l⟹a=3−l(Equation A)
47−b=1⟹7−b=4⟹b=3(Value of b determined)
Step 2: Use the property that PN is perpendicular to L1.
The line segment PN is perpendicular to L1. This means the dot product of the direction ratios of PN and the direction ratios of L1 must be zero.
First, find the direction ratios (DRs) of the vector PN:
P(4,3,8) and N(3,5,7).
DRs(PN)=(xN−xP,yN−yP,zN−zP)=(3−4,5−3,7−8)=(−1,2,−1).
Next, identify the direction ratios of line L1 from its equation:
DRs(L1)=(l,3,4).
Since PN is perpendicular to L1, their dot product is zero:
(−1)(l)+(2)(3)+(−1)(4)=0−l+6−4=0−l+2=0l=2(Value of l determined)
Now, substitute the value of l=2 into Equation A to find a:
a=3−l=3−2=1(Value of a determined)
With a=1,b=3, and l=2, the complete equation of line L1 is:
L1:2x−1=3y−2=4z−3
Part 2: Calculating the Shortest Distance Between L1 and L2
Now that L1 is fully defined, we will calculate the shortest distance between L1 and L2.
The lines are:
L1:2x−1=3y−2=4z−3L2:3x−2=4y−4=5z−5
Step 3: Extract necessary vectors for the shortest distance formula.
We convert the Cartesian equations of the lines into vector form r=a+λd.
For L1:
A point on L1 is (1,2,3), so a1=i^+2j^+3k^.
The direction vector of L1 is p=2i^+3j^+4k^.
For L2:
A point on L2 is (2,4,5), so a2=2i^+4j^+5k^.
The direction vector of L2 is q=3i^+4j^+5k^.
Step 4: Calculate the vector (a2−a1).
This vector connects a point on L1 to a point on L2.
a2−a1=(2i^+4j^+5k^)−(i^+2j^+3k^)a2−a1=(2−1)i^+(4−2)j^+(5−3)k^=i^+2j^+2k^
Step 5: Calculate the cross product (p×q).
This vector is perpendicular to both L1 and L2, representing the direction of the shortest distance.
p×q=i^23j^34k^45=i^(3⋅5−4⋅4)−j^(2⋅5−4⋅3)+k^(2⋅4−3⋅3)=i^(15−16)−j^(10−12)+k^(8−9)=−i^+2j^−k^
Step 6: Calculate the magnitude of (p×q).
This is the denominator of the shortest distance formula.
∣p×q∣=(−1)2+(2)2+(−1)2=1+4+1=6
Step 7: Calculate the scalar triple product (a2−a1)⋅(p×q).
This is the numerator (before taking absolute value) of the shortest distance formula.
(i^+2j^+2k^)⋅(−i^+2j^−k^)=(1)(−1)+(2)(2)+(2)(−1)=−1+4−2=1
Step 8: Apply the shortest distance formula.d=∣p×q∣(a2−a1)⋅(p×q)=61=61
3. Common Mistakes & Tips
Sign Errors: Be extremely careful with negative signs when calculating direction ratios, cross products, and dot products. A single sign error can propagate and lead to an incorrect final answer.
Correctly Identifying Vectors: Ensure you correctly extract the point vectors (a1,a2) and direction vectors (p,q) from the line equations. Remember that (x−x1)/l implies the line passes through (x1,y1,z1) and has direction ratios (l,m,n).
Perpendicularity Condition: Always remember that the dot product of the direction vectors of two perpendicular lines (or a line and a segment perpendicular to it) must be zero. This is a fundamental concept in 3D geometry.
4. Summary
This problem is a comprehensive application of 3D geometry principles. It first involves utilizing the properties of the foot of the perpendicular from a point to a line to fully define the unknown parameters of line L1. This process uses both the condition that the foot lies on the line and that the segment connecting the point to the foot is perpendicular to the line. Once L1 is determined, the problem transitions to finding the shortest distance between two skew lines, which involves converting the line equations to vector form, performing vector operations (subtraction, cross product, dot product, magnitude), and applying the standard shortest distance formula.
The final answer is 61, which corresponds to option (A).