题目
Problem
The skew lines l1 and l2 have equations
l1:r=(i+2j−5k)+λ(5i+j)
and
l2:r=(2i−4j+4k)+μ(8i−2j+3k)
where λ and μ are scalar parameters.
(a) Determine a vector that is perpendicular to both l1 and l2.
(b) Determine an equation of the plane parallel to l1 that contains l2
(i) in the form r=a+sb+tc,
(ii) in the form r⋅n=p.
(c) Determine the shortest distance between l1 and l2.
Give your answer in simplest form.
(10)
题目中文翻译
异面直线 l1 和 l2 的方程为
l1:r=(i+2j−5k)+λ(5i+j)
以及
l2:r=(2i−4j+4k)+μ(8i−2j+3k)
其中 λ 和 μ 为标量参数。
(a) 求一个同时垂直于 l1 和 l2 的向量。
(b) 求包含 l2 且与 l1 平行的平面方程:
(i) 写成 r=a+sb+tc 的形式;
(ii) 写成 r⋅n=p 的形式。
(c) 求 l1 和 l2 的最短距离。
答案写成最简形式。
解答
(a)
解法一:使用向量积
思路
展开
同时垂直于两条直线的向量,必须垂直于它们的方向向量。因此直接计算两个方向向量的向量积,再把结果约成较简单的非零倍数。
答题过程
展开
The direction vectors of l1 and l2 are
d1=510,d2=8−23.
Thus
d1×d2==i58j1−2k033i−15j−18k.
Therefore, one suitable vector is
n=i−5j−6k.
(b)(i)
解法一
思路
展开
所求平面包含 l2,所以可取 l2 上的点作为平面的位置向量,并取 l2 的方向向量作为第一个平面方向。平面还与 l1 平行,因此 l1 的方向向量可作为第二个平面方向。
答题过程
展开
A vector equation of the plane is
r=2−44+s8−23+t510.
(b)(ii)
解法一
思路
展开
(a) 的向量同时垂直于平面内的两个方向,因此就是平面的法向量。把 l2 上的已知点代入 r⋅n=p 求出常数 p。
答题过程
展开
Using n=i−5j−6k and the point
(2,−4,4),
p===2−44⋅1−5−62+20−24−2.
Hence the equation of the plane is
r⋅(i−5j−6k)=−2.
(c)
解法一:投影到公垂直方向
思路
展开
这是官方评分资料给出的直接路线。任取两条直线上的点,以连接这两点的向量在公垂直向量上的投影长度,便是两条异面直线的最短距离。
答题过程
展开
Take
A=(1,2,−5)∈l1,B=(2,−4,4)∈l2.
Then
AB=1−69.
Using the common perpendicular vector
n=(1,−5,−6), the shortest distance is
d====∣n∣AB⋅n12+(−5)2+(−6)2∣1+30−54∣6223622362.
解法二:求两个平行平面之间的距离
思路
展开
(b) 已得到包含 l2 的平面。再作一个法向量相同、包含 l1 的平面;由于两个平面分别包含两条直线,且平面法向量是两直线的公垂直方向,两平面之间的距离就是两异面直线的最短距离。
答题过程
展开
The plane containing l2 is
r⋅n=−2,n=(1,−5,−6).
For the parallel plane containing l1, use the point (1,2,−5):
12−5⋅1−5−6==1−10+3021.
Thus the second plane is
r⋅n=21. Therefore,
d===12+(−5)2+(−6)2∣21−(−2)∣6223622362.
解法三:求最近点
思路
展开
取两条直线上的一般点。最近点之间的连接向量必须同时垂直于两条直线的方向向量,因此可建立两个点积为零的方程,求出两个参数,再计算连接向量的模。
答题过程
展开
Let P be the point on l1 with parameter λ, and let Q
be the point on l2 with parameter μ. Then
PQ=1+8μ−5λ−6−2μ−λ9+3μ.
For PQ to be the common perpendicular,
PQ⋅510=0
and
PQ⋅8−23=0.
These give
38μ−26λ=77μ−38λ=1,−47.
Solving simultaneously,
λ=−62207,μ=−3170.
Hence
PQ=−23/62115/6269/31.
Therefore,
d====∣PQ∣621(−23)2+1152+13826223622362.