题目
Problem
The planes Π1 and Π2 have equations
Π1:x−5y+3z=11,
Π2:3x−2y+2z=7.
The planes Π1 and Π2 intersect in the line l.
(a) Find a vector equation for l, giving your answer in the form r=a+λb where a and b are constant vectors and λ is a scalar parameter.
The point P(2,0,3) lies on Π1.
The line m, which passes through P, is parallel to l.
The point Q(3,2,1) lies on Π2.
The line n, which passes through Q, is also parallel to l.
(b) Find, in exact simplified form, the shortest distance between m and n.
(10)
题目中文翻译
平面 Π1 和 Π2 的方程分别为
Π1:x−5y+3z=11,
Π2:3x−2y+2z=7
平面 Π1 和 Π2 的交线记为 l。
(a) 求 l 的向量方程,答案写成 r=a+λb 的形式,其中 a 和 b 为常向量,λ 为标量参数。
点 P(2,0,3) 在 Π1 上。
过 P 且平行于 l 的直线为 m。
点 Q(3,2,1) 在 Π2 上。
过 Q 且也平行于 l 的直线为 n。
(b) 求 m 和 n 的最短距离,并化为最简精确形式。
解答
(a)
解法一
思路
展开
交线方向同时垂直于两个平面的法向量,因此可由法向量叉积求出。再联立两个平面方程,令一个坐标为零,找交线上的一点。
答题过程
展开
The normal vectors of the planes are
n1=1−53,n2=3−22.
A direction vector of the line of intersection is
n1×n2==i13j−5−2k32−4i+7j+13k.
To find a point on the line, set z=0. Then
x−5y=11,3x−2y=7.
Solving gives x=1 and y=−2. Therefore
r=1−20+λ−4713,λ∈R.
解法二
思路
展开
官方替代路线直接消去 Cartesian 方程中的变量。把 z 选作参数后,分别用它表示 x,y;再适当缩放参数,使方向向量没有分数。
答题过程
展开
From Π1,
x=11+5y−3z.
Substituting into the equation of Π2 gives
3(11+5y−3z)−2y+2z=7,
so
13y−7z=−26.
Hence
y=−2+137z.
Substitution into x=11+5y−3z gives
x=1−134z.
Let z=13λ. Then
x=1−4λ,y=−2+7λ,z=13λ.
Therefore
r=1−20+λ−4713.
(b)
解法一
思路
展开
两直线平行且方向向量为 d。连接两线上给定点的向量为 PQ;它在垂直于 d 方向上的分量就是两平行线的最短距离,可用 ∣d×PQ∣/∣d∣ 求得。
答题过程
展开
Let
d=−4713.
The vector from P to Q is
PQ=3−22−01−3=12−2.
Now
d×PQ==i−41j72k13−2−40i+5j−15k.
Therefore the shortest distance is
d====∣d∣∣d×PQ∣(−4)2+72+132(−40)2+52+(−15)2234574395481.
解法二
思路
展开
也可以求连接向量 PQ 与直线方向向量的夹角。最短距离是 ∣PQ∣sinθ;由点积求 cosθ,再利用 sin2θ=1−cos2θ。
答题过程
展开
Let θ be the angle between PQ and d. Then
∣PQ∣=3,∣d∣=234,
and
PQ⋅d=1(−4)+2(7)+(−2)(13)=−16.
Thus
cosθ=−323416.
The shortest distance is
d=====∣PQ∣∣sinθ∣31−cos2θ31−9(234)256234574395481.