题目
Problem
Relative to a fixed origin O, the line l has equation
r=1−10−9+λ442where λ is a scalar parameter
Given that OA is a unit vector parallel to l,
(a) find OA
(2)
The point X lies on l.
Given that X is the point on l that is closest to the origin,
(b) find the coordinates of X.
(5)
The points O, X and A form the triangle OXA.
(c) Find the exact area of triangle OXA.
(3)
题目中文翻译
相对于固定原点 O,直线 l 的方程为
r=1−10−9+λ442其中 λ 为标量参数
已知 OA 是与 l 平行的单位向量,
(a) 求 OA。
点 X 在直线 l 上。
已知 X 是直线 l 上距离原点最近的点,
(b) 求点 X 的坐标。
点 O、X 和 A 构成三角形 OXA。
(c) 求三角形 OXA 的精确面积。
解答
(a)
解法一
思路
展开
直线的方向向量为 (4,4,2)。先求它的模,再用方向向量除以模,得到与直线同向的单位向量。
答题过程
展开
The magnitude of the direction vector of l is
42+42+22=36=6.
Therefore,
OA==61442323231.
(b)
解法一
思路
展开
距离原点最近的点 X 是原点到直线的垂足,所以 OX 与直线方向向量垂直。先用参数写出 X,再令点积为零求 λ。
答题过程
展开
A general point X on l has position vector
OX=1+4λ−10+4λ−9+2λ.
At the closest point, OX is perpendicular to the direction vector of l. Hence,
1+4λ−10+4λ−9+2λ⋅442=0.
Therefore,
4(1+4λ)++36λ−54=4(−10+4λ)2(−9+2λ)=0,0.
Thus,
λ=23.
Substituting this value into the equation of l gives
X==(1+4(23),−10+4(23),−9+2(23))(7,−4,−6).
解法二
思路
展开
官方替代路线把 OX2 写成 λ 的二次函数。距离最小时,距离平方也最小,因此对 OX2 关于 λ 求导并令其为零。
答题过程
展开
For a general point X on l,
OX2=(1+4λ)2+(−10+4λ)2+(−9+2λ)2.
At the minimum distance,
dλd(OX2)=0.
Hence,
8(1+4λ)++72λ−108=8(−10+4λ)4(−9+2λ)=0,0.
Therefore,
λ=23,
and hence
X=(7,−4,−6).
(c)
解法一
思路
展开
OA 平行于直线,而最近点对应的 OX 垂直于直线,所以三角形在 O 处为直角。利用 OA=1 和 OX 的长度即可直接求面积。
答题过程
展开
Since OA is parallel to l and OX is perpendicular to l,
OA⊥OX.
Also, OA=1, and
OX==72+(−4)2+(−6)2101.
Therefore,
Area(OXA)==21(OA)(OX)2101.
解法二
思路
展开
官方第一条替代路线使用向量积。三角形面积等于 21OX×OA,因此先计算向量积,再求其模。
答题过程
展开
Using the vector product,
OX×OA==i732j−432k−63138i−319j+322k.
Therefore,
Area(OXA)====21OX×OA21(38)2+(−319)2+(322)2211012101.
解法三
思路
展开
官方第二条替代路线用标量积先求三角形在 X 处的夹角。配合边长 OX、XA 与面积公式 21OX⋅XAsin∠OXA,同样可得精确面积。
答题过程
展开
At X, the two side vectors are
XO=−746
and
XA=OA−OX=−319314319.
Their lengths are
XO=101
and
XA=9192+142+192=102.
Also,
XO⋅XA=101.
Let θ=∠OXA. Then
cosθ===(XO)(XA)XO⋅XA101102101102101.
Hence,
sinθ=1−102101=1021.
Therefore,
Area(OXA)===21(XO)(XA)sinθ21(101)(102)(1021)2101.