If the line, 1x−3=−1y+2=−2z+λ lies in the plane, 2x−4y+3z=2, then the shortest distance between this line and the line, 12x−1=9y=4z is :
Options
Solution
1. Key Concepts and Formulas
Condition for a Line to Lie in a Plane: A line given by lx−x1=my−y1=nz−z1 (with a point P1(x1,y1,z1) and direction vector b=(l,m,n)) lies in a plane Ax+By+Cz=D (with normal vector n=(A,B,C)) if and only if:
The point P1 on the line satisfies the plane equation, i.e., Ax1+By1+Cz1=D.
The direction vector of the line b is perpendicular to the normal vector of the plane n, i.e., b⋅n=0, or Al+Bm+Cn=0.
Shortest Distance Between Two Lines: For two lines L1:r=a1+tb1 and L2:r=a2+sb2:
If the lines are skew (non-parallel and non-intersecting), the shortest distance d is given by:
d=∣∣b1×b2∣∣∣(a2−a1)⋅(b1×b2)∣
If the lines are coplanar (either parallel or intersecting), the shortest distance is 0 if they intersect, or calculated differently if they are parallel. If the scalar triple product (a2−a1)⋅(b1×b2) is zero, the lines are coplanar. If they are also non-parallel, they must intersect, and the shortest distance is 0.
2. Step-by-Step Solution
Part 1: Finding the value of λ
We are given the line L1:1x−3=−1y+2=−2z+λ and the plane P:2x−4y+3z=2.
Step 1.1: Identify a point and direction vector for line L1.
From the equation of L1, a point on the line is P1(3,−2,−λ).
The direction vector of L1 is b1=(1,−1,−2).
Step 1.2: Identify the normal vector for the plane P.
From the equation of plane P, the normal vector is n=(2,−4,3).
Step 1.3: Apply the first condition for L1 to lie in the plane P.
For L1 to lie in P, the point P1(3,−2,−λ) must satisfy the plane's equation 2x−4y+3z=2.
Substitute the coordinates of P1:
2(3)−4(−2)+3(−λ)=26+8−3λ=214−3λ=23λ=12λ=4
Step 1.4: Apply the second condition for L1 to lie in the plane P (and verify).
The direction vector of the line b1 must be perpendicular to the normal vector of the plane n. Their dot product must be zero.
Calculate b1⋅n:
(1,−1,−2)⋅(2,−4,3)=(1)(2)+(−1)(−4)+(−2)(3)=2+4−6=0
Since the dot product is 0, this condition is satisfied. This confirms that for λ=4, the line L1 lies in the plane P.
Part 2: Finding the shortest distance between the two lines
Now that we have λ=4, the first line is L1:1x−3=−1y+2=−2z+4.
The second line is L2:12x−1=9y=4z.
Step 2.1: Extract points and direction vectors for both lines.
For L1: a1=(3,−2,−4) and b1=(1,−1,−2).
For L2: a2=(1,0,0) and b2=(12,9,4).
Step 2.2: Check if line L2 also lies in the same plane P.
This step is crucial for understanding the nature of the lines.
Point P2(1,0,0) on L2. Substitute into plane P:2x−4y+3z=2:
2(1)−4(0)+3(0)=2−0+0=2
The point P2 satisfies the plane equation.
Now, check if b2 is perpendicular to n:
b2⋅n=(12,9,4)⋅(2,−4,3)=(12)(2)+(9)(−4)+(4)(3)=24−36+12=0
Since both conditions are met, the line L2 also lies in the plane 2x−4y+3z=2.
Step 2.3: Determine the relationship between L1 and L2.
Both lines L1 and L2 lie in the same plane.
Their direction vectors are b1=(1,−1,−2) and b2=(12,9,4).
Since 121=9−1=4−2, the direction vectors are not proportional, meaning the lines are not parallel.
As both lines are coplanar and not parallel, they must intersect.
Step 2.4: Conclude the shortest distance.
The shortest distance between two intersecting lines is always 0.
(For completeness, we can also use the shortest distance formula for skew lines and observe the result):
Calculate the cross product (b1×b2):
b1×b2=i112j−19k−24=i((−1)(4)−(9)(−2))−j((1)(4)−(12)(−2))+k((1)(9)−(12)(−1))=i(−4+18)−j(4+24)+k(9+12)=14i−28j+21k=(14,−28,21)
Calculate the scalar triple product (a2−a1)⋅(b1×b2):
(−2,2,4)⋅(14,−28,21)=(−2)(14)+(2)(−28)+(4)(21)=−28−56+84=−84+84=0
Calculate the magnitude of the cross product ∣∣b1×b2∣∣:
∣∣b1×b2∣∣=∣∣(14,−28,21)∣∣=142+(−28)2+212=196+784+441=1421
Substitute values into the shortest distance formula:
d=∣∣b1×b2∣∣∣(a2−a1)⋅(b1×b2)∣=1421∣0∣=0
3. Common Mistakes & Tips
Verifying both conditions for a line in a plane: Always check both that a point on the line satisfies the plane equation and that the line's direction vector is perpendicular to the plane's normal vector.
Vector Arithmetic: Be meticulous with vector calculations, especially cross products and dot products, as sign errors are very common.
Interpreting Shortest Distance: If the scalar triple product (a2−a1)⋅(b1×b2) is zero for two non-parallel lines, it implies that the lines are coplanar and thus intersect. The shortest distance between intersecting lines is always 0.
4. Summary
We first determined the value of λ by applying the conditions for a line to lie within a plane. This yielded λ=4. Then, we analyzed the relationship between the two lines. We found that both lines lie in the same plane and are not parallel. This implies that they must intersect. We confirmed this by calculating the scalar triple product using the shortest distance formula, which resulted in zero. Therefore, the shortest distance between the two lines is 0.
5. Final Answer
The final answer is 0, which corresponds to option (C).