If the shortest distance between the lines r=(−i+3k)+λ(i−aj) and r=(−j+2k)+μ(i−j+k) is 32, then the integral value of a is equal to ___________.
Answer: 1
Solution
1. Key Concepts and Formulas
Vector Form of a Line: A line in 3D space can be represented by the vector equation r=a+λb, where a is the position vector of a point on the line, and b is the direction vector of the line.
Shortest Distance Between Skew Lines: Skew lines are lines that are neither parallel nor intersecting. For two skew lines, Line 1: r=a1+λb1 and Line 2: r=a2+μb2, the shortest distance d between them is given by the formula:
d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣
2. Step-by-Step Solution
Step 1: Identify the position and direction vectors for each line.
We are given the equations of two lines:
Line 1: r=(−i+3k)+λ(i−aj)
Comparing this with r=a1+λb1:
a1=−i+0j+3k (position vector of a point on Line 1)
b1=i−aj+0k (direction vector of Line 1)
Line 2: r=(−j+2k)+μ(i−j+k)
Comparing this with r=a2+μb2:
a2=0i−j+2k (position vector of a point on Line 2)
b2=i−j+k (direction vector of Line 2)
Step 2: Calculate the vector (a2−a1).
This vector connects a point on Line 1 to a point on Line 2, and is crucial for the numerator of the shortest distance formula.
a2−a1=(0i−j+2k)−(−i+0j+3k)=(0−(−1))i+(−1−0)j+(2−3)k=i−j−k
Step 3: Calculate the cross product (b1×b2).
This vector is perpendicular to both direction vectors and indicates the direction of the shortest distance. Its magnitude forms the denominator of the formula.
b1×b2=i11j−a−1k01=i((−a)(1)−(0)(−1))−j((1)(1)−(0)(1))+k((1)(−1)−(−a)(1))=i(−a−0)−j(1−0)+k(−1+a)=−ai−j+(a−1)k
Step 4: Calculate the scalar triple product (a2−a1)⋅(b1×b2).
This value forms the numerator of the shortest distance formula (taking its absolute value).
(a2−a1)⋅(b1×b2)=(i−j−k)⋅(−ai−j+(a−1)k)=(1)(−a)+(−1)(−1)+(−1)(a−1)=−a+1−a+1=2−2a
Step 5: Calculate the magnitude of the cross product ∣b1×b2∣.
This magnitude forms the denominator of the shortest distance formula.
∣b1×b2∣=∣−ai−j+(a−1)k∣=(−a)2+(−1)2+(a−1)2=a2+1+a2−2a+1=2a2−2a+2
Step 6: Substitute the calculated values into the shortest distance formula and solve for 'a'.
We are given that the shortest distance d=32.
d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣32=2a2−2a+2∣2−2a∣
To eliminate the square roots, square both sides of the equation:
(32)2=(2(a2−a+1)∣2(1−a)∣)232=2(a2−a+1)4(1−a)232=a2−a+12(1−a)2
Now, cross-multiply:
2(a2−a+1)=3⋅2(1−a)22(a2−a+1)=6(1−a)2
Divide both sides by 2:
a2−a+1=3(1−a)2
Expand the right side:
a2−a+1=3(1−2a+a2)a2−a+1=3−6a+3a2
Rearrange the terms to form a quadratic equation:
0=3a2−a2−6a+a+3−10=2a2−5a+2
Solve this quadratic equation using factorization or the quadratic formula.
By factorization:
2a2−4a−a+2=02a(a−2)−1(a−2)=0(2a−1)(a−2)=0
This gives two possible values for 'a':
2a−1=0⇒a=21a−2=0⇒a=2
Step 7: Identify the integral value of 'a'.
The problem asks for the integral value of 'a'. From the two solutions, a=21 and a=2, the integral value is a=2.
3. Common Mistakes & Tips
Sign Errors: Be extremely careful with signs when calculating vector differences, cross products, and dot products. A single sign error can lead to an incorrect quadratic equation.
Absolute Value: Remember to use the absolute value in the numerator of the shortest distance formula, as distance is always non-negative. Squaring both sides of the equation correctly handles the absolute value, but be mindful of its initial presence.
Lines Intersecting: If the numerator (a2−a1)⋅(b1×b2) evaluates to zero, it implies the lines intersect, and thus the shortest distance is zero. In this problem, if a=1, the numerator becomes 2−2(1)=0, meaning the lines would intersect, and the shortest distance would be 0, which contradicts the given distance 2/3. This indicates that a=1 is not a valid solution for the given shortest distance.
4. Summary
This problem involved finding an unknown parameter 'a' in the direction vector of a line, given the shortest distance between two skew lines. We began by identifying the position and direction vectors for both lines. Then, we systematically calculated the required components of the shortest distance formula: the vector connecting points on the lines, the cross product of the direction vectors, the scalar triple product, and the magnitude of the cross product. Substituting these into the formula and squaring both sides led to a quadratic equation in 'a'. Solving this quadratic equation yielded two values for 'a', from which the integral value was selected. The integral value of 'a' found was 2.