题目
Problem
The lines l1 and l2 have equations
l1:r=i+j+k+λ(i+3k)
and
l2:r=2i+sj+μ(i−2j+k)
where s is a constant and λ and μ are scalar parameters.
Given that l1 and l2 both lie in a common plane Π1,
(a) show that an equation for Π1 is 3x+y−z=3.
(b) find the value of s.
The plane Π2 has equation
r⋅(i+j−2k)=3.
(c) Find an equation for the line of intersection of Π1 and Π2.
(d) Find the acute angle between Π1 and Π2, giving your answer in degrees to 3 significant figures.
(13)
题目中文翻译
直线 l1 和 l2 的方程为
l1:r=i+j+k+λ(i+3k)
以及
l2:r=2i+sj+μ(i−2j+k)
其中 s 为常数,λ 和 μ 为标量参数。
已知 l1 和 l2 都位于同一平面 Π1 中,
(a) 证明 Π1 的方程为 3x+y−z=3。
(b) 求 s 的值。
平面 Π2 的方程为
r⋅(i+j−2k)=3
(c) 求 Π1 和 Π2 的交线方程。
(d) 求 Π1 和 Π2 的锐角,并将答案以度为单位写到 3 位有效数字。
解答
(a)
解法一
思路
展开
平面同时包含两条直线,因此两条直线的方向向量都平行于平面。用这两个方向向量作叉积即可得到平面的法向量,再代入 l1 上一点确定常数项。
答题过程
展开
The direction vectors of l1 and l2 are
d1=103,d2=1−21.
Hence a normal vector to Π1 is
d1×d2===i11j0−2k316i+2j−2k2(3i+j−k).
Therefore an equation of Π1 has the form
3x+y−z=d.
The point (1,1,1) lies on l1, so it also lies on Π1. Thus
d=3(1)+1−1=3.
Therefore
3x+y−z=3.
解法二
思路
展开
官方评分资料还允许直接写出平面的参数式。平面经过 l1 上的点 (1,1,1),并平行于两条直线的方向向量;由此写出 x,y,z 后消去两个参数。
答题过程
展开
A vector equation of Π1 is
r=i+j+k+λ(i+3k)+μ(i−2j+k).
Therefore
x=1+λ+μ,y=1−2μ,z=1+3λ+μ.
These equations give
3x+y−z==3(1+λ+μ)+(1−2μ)−(1+3λ+μ)3.
Hence
3x+y−z=3.
(b)
解法一
思路
展开
取 l2 上参数 μ=0 对应的点 (2,s,0)。由于整条直线位于 Π1 内,这一点必须满足 (a) 中的平面方程。
答题过程
展开
When μ=0, the point (2,s,0) lies on l2 and hence on Π1.
Substituting this point into 3x+y−z=3 gives
3(2)+s−0=3.
Therefore
s=−3.
(c)
解法一
思路
展开
两平面的交线同时垂直于两个法向量,所以交线方向向量可由两个法向量的叉积求得。再联立平面方程找交线上的一点。
答题过程
展开
The normal vectors of Π1 and Π2 are
n1=31−1,n2=11−2.
A direction vector of their line of intersection is
n2×n1==i13j11k−2−1i−5j−2k.
Set x=0. The two plane equations become
y−z=3,y−2z=3.
Subtracting gives z=0, and hence y=3. Thus (0,3,0) is on the line.
Therefore an equation of the line of intersection is
r=3j+t(i−5j−2k),t∈R.
解法二
思路
展开
也可以直接联立两个平面的 Cartesian 方程,先消去一个变量,再令余下一个变量为参数。这是官方评分资料列出的替代路线。
答题过程
展开
The two plane equations are
3x+y−z=3,x+y−2z=3.
Subtracting the second equation from the first gives
2x+z=0,
so z=−2x. Substitution into x+y−2z=3 gives
x+y+4x=3,
and hence y=3−5x.
Letting x=t,
(x,y,z)=(t,3−5t,−2t).
Therefore
r=3j+t(i−5j−2k),t∈R.
(d)
解法一
思路
展开
两平面的锐夹角等于两个法向量的锐夹角。使用点积公式求其余弦,并取锐角。
答题过程
展开
Let θ be the acute angle between the planes. Then
cosθ===∣n1∣∣n2∣∣n1⋅n2∣32+12+(−1)212+12+(−2)2∣3(1)+1(1)+(−1)(−2)∣666.
Therefore
θ=cos−1(666)=42.4∘(3 s.f.).
Hence the acute angle is
42.4∘.
解法二
思路
展开
官方替代解法使用叉积求夹角的正弦。因为题目明确要求锐角,所以由正弦反求时选择锐角值。
答题过程
展开
From part (c),
∣n1×n2∣=∣i−5j−2k∣=30.
Hence
sinθ===∣n1∣∣n2∣∣n1×n2∣116301155.
Since θ is acute,
θ=sin−1(1155)=42.4∘(3 s.f.).