题目
Problem
The plane Π has equation
r=−152+λ207+μ3−23
where λ and μ are scalar parameters.
(a) Determine a vector perpendicular to Π
The line l passes through the point A(1,7,3) and meets Π at the point B(−1,5,2)
The acute angle between Π and l is α
(b) Determine the value of α to the nearest degree.
(c) Determine the exact shortest distance from A to Π
(2)
(4)
(4)
题目中文翻译
平面 Π 的方程为
r=−152+λ207+μ3−23
其中 λ 和 μ 为标量参数。
(a) 求一个垂直于 Π 的向量。
直线 l 经过点 A(1,7,3) 并与 Π 交于点 B(−1,5,2)。
直线 l 与平面 Π 的锐角为 α。
(b) 求 α,答案四舍五入到最接近的度数。
(c) 求 A 到 Π 的准确最短距离。
解答
(a)
解法一
思路
展开
平面的两个参数向量都平行于平面,因此它们的叉积同时垂直于这两个方向,也就是平面的一个法向量。
答题过程
展开
The direction vectors of the plane are
u=207andv=3−23.
Their cross product is
u×v==i23j0−2k7314i+15j−4k.
Therefore, one vector perpendicular to Π is
1415−4.
解法二
思路
展开
官方评分资料也允许设一般法向量 (p,q,r),并分别与两个平面方向向量作点积。令两个点积都等于零,选择方便的比例值即可得到法向量。
答题过程
展开
Let a normal vector be
n=pqr.
Since n is perpendicular to both direction vectors,
2p+7r=3p−2q+3r=0,0.
Choose r=−4. The first equation gives p=14, and the second gives
42−2q−12=0,
so q=15. Hence
n=1415−4.
(b)
解法一
思路
展开
直线方向向量可由 A−B 得到。直线与平面的夹角 α 满足 sinα=∣d∣∣n∣∣d⋅n∣;绝对值确保取锐角。
答题过程
展开
A direction vector of l is
d=BA=221.
Also,
∣d∣=∣n∣==d⋅n==3,142+152+(−4)2437,2(14)+2(15)+1(−4)54.
For the acute angle between a line and a plane,
sinα===∣d∣∣n∣∣d⋅n∣34375443718.
Thus
α=sin−1(43718)=59.435…∘.
Therefore, to the nearest degree,
α=59∘.
解法二
思路
展开
也可以先求直线与平面法向量的锐角 β。它与所求线面角互余,因此先用点积求 cosβ,再计算 α=90∘−β。
答题过程
展开
Let β be the acute angle between l and the normal to Π. Then
cosβ==∣d∣∣n∣∣d⋅n∣43718.
Hence
β=α==30.564…∘,90∘−β59.435…∘.
Therefore,
α=59∘.
(c)
解法一
思路
展开
先用 (a) 的法向量和已知平面上的点 B 写出平面的笛卡尔方程,再套用点到平面的距离公式。这是官方评分资料的主路线。
答题过程
展开
Using the normal vector from part (a), write the plane as
14x+15y−4z=d.
Since B=(−1,5,2) lies on Π,
d==14(−1)+15(5)−4(2)53.
Thus the equation of Π is
14x+15y−4z=53.
The perpendicular distance from A=(1,7,3) to Π is
D==142+152+(−4)2∣14(1)+15(7)−4(3)−53∣43754.
解法二
思路
展开
官方替代路线利用 (b) 的线面角。因为 B 在平面上,AB 与其在平面上的投影构成直角三角形,所以点到平面的距离等于 ∣AB∣sinα。
答题过程
展开
From part (b),
sinα=43718.
Also,
∣AB∣==(1+1)2+(7−5)2+(3−2)23.
Therefore, the perpendicular distance is
D===∣AB∣sinα3(43718)43754.
解法三
思路
展开
另一条官方替代路线是把 BA 投影到单位法向量上。该投影长度正是从 A 到平面的垂直距离。
答题过程
展开
The unit normal vector is
n=43711415−4.
Since
BA=221,
the perpendicular distance is
D===BA⋅n437∣2(14)+2(15)+1(−4)∣43754.