题目
Problem
Relative to a fixed origin O, the line l has equation
r=2−13+λ42−1
where λ is a scalar parameter.
The point A and the point B lie on line l.
Given that
- A has coordinates (−2,a,4)
- B has coordinates (b,3,1)
(a) find the value of the constant a and the value of the constant b.
(2)
(b) Hence find vector AB.
(2)
The point C has coordinates (4,7,−2).
(c) Find the size of angle CAB, giving your answer in degrees to one decimal place.
(4)
The point D lies on the line l so that the area of triangle CAD is twice the area of triangle CAB.
(d) Find the coordinates of the two possible positions of D.
(4)
题目中文翻译
相对于固定原点 O,直线 l 的方程为
r=2−13+λ42−1
其中 λ 是标量参数。
点 A 与点 B 都在线 l 上。
已知
- A 的坐标为 (−2,a,4);
- B 的坐标为 (b,3,1)。
(a) 求常数 a 与常数 b 的值。
(b) 进而求向量 AB。
点 C 的坐标为 (4,7,−2)。
(c) 求角 CAB 的大小,答案用度数表示并保留到 1 位小数。
点 D 在线 l 上,并且三角形 CAD 的面积是三角形 CAB 面积的两倍。
(d) 求点 D 的两个可能位置的坐标。
解答
(a)
The line is
r=2−13+λ42−1
So a general point on the line has coordinates
(2+4λ, −1+2λ, 3−λ)
For
A=(−2,a,4)
use the x coordinate:
2+4λ=−2
so
λ=−1
Then
a=−1+2(−1)=−3
For
B=(b,3,1)
use the y coordinate:
−1+2λ=3
so
λ=2
Then
b=2+4(2)=10
Therefore
a=−3,b=10
(b)
Using
A=(−2,−3,4)
and
B=(10,3,1)
we get
AB=B−A
So
AB=10−(−2)3−(−3)1−4=126−3
Therefore
AB=126−3
(c)
We need angle CAB, so use vectors
AC
and
AB
Now
C=(4,7,−2)
so
AC=C−A=4−(−2)7−(−3)−2−4=610−6
Also,
AB=126−3
The scalar product is
AC⋅AB=6(12)+10(6)+(−6)(−3)
So
AC⋅AB=150
Also,
∣AC∣=62+102+(−6)2=172
and
∣AB∣=122+62+(−3)2=189
Therefore
cos∠CAB=172189150
Hence
∠CAB=33.7∘
to one decimal place.
So
33.7∘
(d)
Since A, B and D lie on the same line, the height from C to the line is the same for triangles CAB and CAD.
So the area ratio is the same as the base length ratio:
area of CABarea of CAD=ABAD
We are told
area of CAD=2⋅area of CAB
Therefore
AD=2AB
On the line, A corresponds to
λ=−1
and B corresponds to
λ=2
So the parameter difference from A to B is
3
For AD=2AB, the parameter difference from A to D must be
6
Thus
λ=−1+6=5
or
λ=−1−6=−7
When λ=5,
D=(2+4(5), −1+2(5), 3−5)
so
D=(22,9,−2)
When λ=−7,
D=(2+4(−7), −1+2(−7), 3−(−7))
so
D=(−26,−15,10)
Therefore the two possible positions of D are
(22,9,−2) and (−26,−15,10)