题目
Problem
The point P has coordinates (1,2,1).
The line l has Cartesian equation
5x−3=3y+1=−8z+5.
The plane Π1 contains the point P and the line l.
(a) Show that a Cartesian equation for Π1 is
6x−2y+3z=5.
The point Q has coordinates (2,k,−7), where k is a constant.
(b) Show that the shortest distance between Π1 and Q is
72∣k+7∣.
The plane Π2 has Cartesian equation 8x−4y+z=−3.
Given that the shortest distance between Π1 and Q is the same as the shortest distance between Π2 and Q,
(c) determine the possible values of k.
(11)
题目中文翻译
点 P 的坐标为 (1,2,1)。
直线 l 的 Cartesian 方程为
5x−3=3y+1=−8z+5.
平面 Π1 包含点 P 和直线 l。
(a) 证明 Π1 的一个 Cartesian 方程为
6x−2y+3z=5.
点 Q 的坐标为 (2,k,−7),其中 k 为常数。
(b) 证明 Π1 与 Q 之间的最短距离为
72∣k+7∣.
平面 Π2 的 Cartesian 方程为 8x−4y+z=−3。
已知 Π1 与 Q 之间的最短距离,等于 Π2 与 Q 之间的最短距离,
(c) 求 k 的可能值。
解答
(a)
解法一
思路
展开
平面包含直线 l,因此包含其方向向量;也包含从直线上一点指向 P 的向量。两向量的叉积给出平面的法向量,再代入 P 求常数项。
答题过程
展开
The line l has direction vector
d=53−8
and contains the point A=(3,−1,−5). Also,
AP=−236.
Hence a normal vector to Π1 is
d×AP===i5−2j33k−8642i−14j+21k7(6i−2j+3k).
Thus the plane has equation
6x−2y+3z=d.
Since P=(1,2,1) lies in the plane,
d=6(1)−2(2)+3(1)=5.
Therefore
6x−2y+3z=5.
解法二
思路
展开
因为待证的平面方程已经给出,也可以分别验证点 P 位于该平面,且直线 l 上的任意点都满足该方程。这样便证明该平面同时包含 P 和整条直线 l。
答题过程
展开
For P=(1,2,1),
6(1)−2(2)+3(1)=5,
so P lies in the stated plane.
Writing the line in parametric form gives
x=3+5t,y=−1+3t,z=−5−8t.
For every t,
6x−2y+3z===6(3+5t)−2(−1+3t)+3(−5−8t)18+30t+2−6t−15−24t5.
Thus the whole line l lies in the plane. Since the plane contains both P and l, its equation is
6x−2y+3z=5.
(b)
解法一
思路
展开
直接使用点到平面的距离公式。绝对值不可省略,因为 k 未知,代入平面方程所得的带符号量可能为正也可能为负。
答题过程
展开
The distance from Q=(2,k,−7) to Π1 is
d1===62+(−2)2+32∣6(2)−2k+3(−7)−5∣7∣−2k−14∣72∣k+7∣.
(c)
解法一
思路
展开
先求点 Q 到 Π2 的距离,再与 (b) 的结果相等。含绝对值方程应拆成正负两种情形,避免平方后引入或遗漏解。
答题过程
展开
Writing Π2 as 8x−4y+z+3=0, the distance from Q to Π2 is
d2===82+(−4)2+12∣8(2)−4k−7+3∣9∣12−4k∣94∣k−3∣.
Equating the two distances gives
72∣k+7∣=94∣k−3∣,
so
9∣k+7∣=14∣k−3∣.
Therefore either
9(k+7)=14(k−3),
which gives k=21, or
9(k+7)=−14(k−3),
which gives 23k=−21 and hence k=−21/23.
Thus the possible values are
k=21ork=−2321.