题目
Problem
The line l1 has equation r=23−7+λ122 where λ is a scalar parameter.
The line l2 has equation r=23−7+μ4−18 where μ is a scalar parameter.
Given that l1 and l2 meet at the point P
(a) state the coordinates of P
(1)
Given that the angle between lines l1 and l2 is θ
(b) find the value of cosθ, giving the answer as a fully simplified fraction.
(3)
The point Q lies on l1 where λ=6
Given that point R lies on l2 such that triangle QPR is an isosceles triangle with PQ=PR
(c) find the exact area of triangle QPR
(3)
(d) find the coordinates of the possible positions of point R
(3)
题目中文翻译
直线 l1 的方程为 r=23−7+λ122,其中 λ 为标量参数。
直线 l2 的方程为 r=23−7+μ4−18,其中 μ 为标量参数。
已知 l1 与 l2 相交于点 P。
(a) 写出点 P 的坐标。
已知直线 l1 与 l2 的夹角为 θ,
(b) 求 cosθ 的值,并将答案化为最简分数。
点 Q 在 l1 上,且 λ=6。
已知点 R 在 l2 上,并且三角形 QPR 是等腰三角形,满足 PQ=PR,
(c) 求三角形 QPR 的精确面积。
(d) 求点 R 可能的位置坐标。
解答
(a)
解法一
思路
展开
两条直线的参数方程有相同的起点向量,所以当两个参数都为 0 时,它们经过同一个点。这个点就是交点 P。
答题过程
展开
Both lines contain the point with position vector
23−7.
Therefore
P=(2,3,−7).
(b)
解法一
思路
展开
两条直线的夹角就是它们方向向量的夹角。用点积公式 a⋅b=∣a∣∣b∣cosθ。
答题过程
展开
The direction vectors are
a=122,b=4−18.
Their scalar product is
a⋅b=1(4)+2(−1)+2(8)=18.
Also,
∣a∣=12+22+22=3,
and
∣b∣=42+(−1)2+82=9.
Hence
18=3⋅9cosθ.
Therefore
cosθ=32.
(c)
解法一
思路
展开
先由 λ=6 找到 PQ 的长度。又因为 PQ=PR,且两边夹角就是两条直线的夹角 θ,所以三角形面积可用 21absinC。
答题过程
展开
Since Q lies on l1 with λ=6,
PQ=6122=61212.
So
PQ=62+122+122=18.
Since PQ=PR, we also have
PR=18.
From part (b),
cosθ=32.
Thus
sinθ=1−(32)2=35.
Therefore
Area of △QPR=21(PQ)(PR)sinθ=21(18)(18)⋅35=545.
So the exact area is
545.
(d)
解法一
思路
展开
点 R 在 l2 上,所以 PR 是 l2 的方向向量的某个倍数。由 PR=PQ=18 求出参数 μ 的两个可能值,再代回 l2。
答题过程
展开
A general point R on l2 has
PR=μ4−18.
Since PR=18,
μ4−18=18.
So
μ2(42+(−1)2+82)81μ2μ2μ=182=324=4=±2.
Using
r=23−7+μ4−18,
when μ=2,
R=(2,3,−7)+2(4,−1,8)=(10,1,9).
When μ=−2,
R=(2,3,−7)−2(4,−1,8)=(−6,5,−23).
Therefore the possible positions of R are
(10,1,9)and(−6,5,−23).