题目
Problem
Relative to a fixed origin O, the points A, B, C and D have coordinates (0,4,1), (4,0,0), (3,5,2) and (2,2,k) respectively, where k is a constant.
(a) Determine the exact area of triangle ABC.
(b) Determine in terms of k, the volume of the tetrahedron ABCD, simplifying your answer.
(6)
题目中文翻译
相对于固定原点 O,点 A、B、C 和 D 的坐标分别为 (0,4,1)、(4,0,0)、(3,5,2) 和 (2,2,k),其中 k 为常数。
(a) 求三角形 ABC 的精确面积。
(b) 用 k 表示四面体 ABCD 的体积,并将答案化简。
解答
(a)
解法一
思路
展开
以 A 为共同起点构造 AB 和 AC。二者叉积的模是以这两条边组成的平行四边形面积,因此三角形面积是其一半。
答题过程
展开
The two side vectors are
AB=4−4−1,AC=311.
Their vector product is
AB×AC==i43j−41k−11−3i−7j+16k.
Therefore
Area of △ABC===21AB×AC21(−3)2+(−7)2+1622314.
解法二
思路
展开
官方替代路线是先用点积(等价于余弦定理)求两边夹角的余弦,再由 21absinA 求面积。为保持精确值,利用 sin2A=1−cos2A,无需先求角度近似值。
答题过程
展开
The relevant magnitudes and scalar product are
∣AB∣=33,∣AC∣=11,
and
AB⋅AC=4(3)+(−4)(1)+(−1)(1)=7.
If A denotes the angle BAC, then
cosA=33117=3637.
Since 0<A<π and the cosine is positive, A is acute. Hence
sinA===1−cos2A1−36349363314.
Therefore
Area of △ABC===21∣AB∣∣AC∣sinA213633633142314.
(b)
解法一
思路
展开
四面体体积等于由同一顶点引出的三个边向量所成平行六面体体积的六分之一。使用 (a) 已求得的叉积与 AD 作数量积,并注意体积必须取非负值。
答题过程
展开
The third side vector from A is
AD=2−2k−1.
Using the vector product from part (a),
(AB×AC)⋅AD===−3−716⋅2−2k−1−6+14+16(k−1)16k−8.
Therefore the volume of the tetrahedron is
V===61(AB×AC)⋅AD61∣16k−8∣34∣2k−1∣.