题目
Problem
The plane Π has equation
r=123+λ03−2+μ112
where λ and μ are scalar parameters.
(a) Determine a vector perpendicular to Π
The line l meets Π at the point (1,2,3) and passes through the point (1,0,1)
(b) Determine the size of the acute angle between Π and l
Give your answer to the nearest degree.
(c) Determine the shortest distance between Π and the point (6,−3,−6)
(10)
题目中文翻译
平面 Π 的方程为
r=123+λ03−2+μ112
其中 λ 和 μ 为标量参数。
(a) 求一个垂直于 Π 的向量
直线 l 与 Π 交于点 (1,2,3),并经过点 (1,0,1)
(b) 求平面 Π 与直线 l 之间的锐角大小
答案取最接近的整数度数。
(c) 求平面 Π 与点 (6,−3,−6) 之间的最短距离
解答
(a)
解法一
思路
展开
平面内已有两个方向向量。它们的叉积同时垂直于这两个向量,因此就是平面的一个法向量。
答题过程
展开
A vector perpendicular to the plane is
03−2×112=8−2−3.
Hence one such vector is
8−2−3.
(b)
解法一:使用点积
思路
展开
先由直线上的两点求方向向量。直线与平面的夹角,等于直线方向与平面法向量夹角的余角,因此可直接使用正弦公式 sinθ=∣n∣∣d∣∣n⋅d∣ 求锐角。
答题过程
展开
A direction vector of l is
123−101=022.
Let θ be the acute angle between l and Π. With
n=8−2−3,d=022,
we have
sinθ===∣n∣∣d∣∣n⋅d∣778∣8(0)−2(2)−3(2)∣1545.
Therefore,
θ=sin−1(1545)=23.760…∘.
To the nearest degree,
θ=24∘.
解法二:使用叉积
思路
展开
法向量与直线方向向量的夹角是直线与平面夹角的余角,所以两向量夹角的正弦正好等于所求角的余弦。用叉积模长公式即可直接求出 cosθ。
答题过程
展开
Using the same vectors,
n×d=2−1616,
so
cosθ===∣n∣∣d∣∣n×d∣77822+(−16)2+1627782129.
Hence
θ=23.760…∘,
and therefore
θ=24∘.
(c)
解法一:点到平面距离公式
思路
展开
先用 (a) 的法向量和已知平面上的点写出平面的笛卡尔方程,再把给定点代入点到平面距离公式。
答题过程
展开
Using the normal vector from part (a) and the point (1,2,3), the plane has equation
8(x−1)−2(y−2)−3(z−3)=8x−2y−3z+5=0,0.
The shortest distance from (6,−3,−6) to Π is
d===82+(−2)2+(−3)2∣8(6)−2(−3)−3(−6)+5∣777777.
解法二:求垂足
思路
展开
从给定点沿平面法向量作直线,这条直线必垂直于平面。求它与平面的交点,即得垂足;给定点到垂足的距离就是最短距离。
答题过程
展开
The line through R=(6,−3,−6) perpendicular to Π is
r=6−3−6+t8−2−3.
Thus a point on this line has coordinates
(6+8t,−3−2t,−6−3t).
Substituting into 8x−2y−3z+5=0,
8(6+8t)−2(−3−2t)77+77t=−3(−6−3t)+5=0,0,
so t=−1. The foot of the perpendicular is therefore
H=(−2,−1,−3).
Hence
RH===(6+2)2+(−3+1)2+(−6+3)264+4+977.