Lines l1 and l2 have vector equations
l1:r=12−3+s2−11,l2:r=1−12+t11−2.
(a) Show that l1 and l2 are not parallel. [2]
(b) Show that l1 and l2 intersect, and find the position vector of their point of intersection. [4]
(c) Find the acute angle between l1 and l2, correct to 1 decimal place. [3]
Show worked solutionHide worked solution
Worked solution
Part (a): Showing l1 and l2 are not parallel
The direction vectors are d1=2−11 and d2=11−2.
If the lines were parallel, d1=kd2 for some constant k. From the first component, 2=k(1)⟹k=2. Checking against the second component: k(1)=2, but the second component of d1 is −1=2.
Check independently using a different pair: from the first and third components, k=2 (first) but k(−2)=1⟹k=−21 (third), these disagree too. Since no single constant k works consistently, d1 and d2 are not scalar multiples of each other, so l1 and l2 are not parallel.
Part (b): Showing l1 and l2 intersect, and finding the point
Writing out each line in components:
l1:x=1+2s,y=2−s,z=−3+sl2:x=1+t,y=−1+t,z=2−2t
Setting the x- and y-components equal to each other:
1+2s=1+t⟹t=2s(1)2−s=−1+t⟹t=3−s(2)
Substituting (1) into (2):
2s=3−s⟹3s=3⟹s=1,t=2
Check the third (z) component is also consistent:zl1=−3+s=−3+1=−2,zl2=2−2t=2−2(2)=−2
Both give z=−2, so all three components agree at s=1, t=2. The lines genuinely intersect (this is not guaranteed in 3D, so checking the third equation is essential).
Point of intersection: substituting s=1 into l1:
r=1+2(1)2−1−3+1=31−2
Check using l2 with t=2:1+2−1+22−2(2)=31−2, the same point, confirming the intersection.
Part (c): Acute angle between l1 and l2
Scalar product of the direction vectors:d1⋅d2=(2)(1)+(−1)(1)+(1)(−2)=2−1−2=−1
Since d1⋅d2 is negative, the angle between the vectors is obtuse; the angle between the lines is defined to be the acute angle, so we use the modulus of the scalar product:
cosθ=∣d1∣∣d2∣∣d1⋅d2∣=6×61=61
θ=cos−1(61)≈80.4∘
Check by recomputing the scalar product in a different order:(−1)(1)+(1)(−2)+(2)(1)=−1−2+2=−1 (matches. Also ∣d1∣2∣d2∣2=6×6=36, so ∣d1∣∣d2∣=6, giving cosθ=61≈0.1667 and θ≈80.4∘ again) the same result. (Note cos−1(−61)≈99.6∘ is the obtuse angle between the direction vectors as written; the acute angle between the lines is its supplement, 80.4∘.)
Final answers
(a) d1 and d2 are not scalar multiples, so l1∦l2.