题目
Problem
In this question you must show all stages of your working.
Solutions relying on calculator technology are not acceptable.
The straight line l1, shown in Figure 1, passes through the points P(−2,9) and Q(10,6).
(a) Find the equation of l1, giving your answer in the form y=mx+c, where m and c are constants to be found.
(3)
The straight line l2 passes through the origin O and is perpendicular to l1.
The lines l1 and l2 meet at the point R as shown in Figure 1.
(b) Find the coordinates of R.
(4)
(c) Find the exact area of triangle OPQ.
(3)
题目中文翻译
本题必须写出所有计算步骤。
不接受依赖计算器技术所得的解答。
如图 1 所示,直线 l1 经过点 P(−2,9) 和点 Q(10,6)。
(a) 求直线 l1 的方程,答案写成 y=mx+c 的形式,其中 m、c 为待求常数。
直线 l2 经过原点 O,并且垂直于 l1。如图 1 所示,直线 l1 与 l2 相交于点 R。
(b) 求点 R 的坐标。
(c) 求三角形 OPQ 面积的精确值。
解答
(a)
解法一
思路
展开
先用两点求斜率,再把其中一个点代入 y=mx+c 求截距。
答题过程
展开
The gradient of l1 is
m===10−(−2)6−912−3−41.
So
y=−41x+c.
Using P(−2,9),
9=9=c=−41(−2)+c21+c217.
Therefore
y=−41x+217.
解法二
思路
展开
这是官方评分资料列出的另一条路线:把点 P、Q 分别代入 y=mx+c,联立两个方程直接求 m 和 c。
答题过程
展开
Let
l1:y=mx+c.
Using P(−2,9) and Q(10,6),
9=6=−2m+c,10m+c.
Subtracting the first equation from the second gives
−3=m=12m−41.
Then
9=c=−2(−41)+c217.
Therefore
y=−41x+217.
(b)
解法一
思路
展开
垂直直线的斜率相乘为 −1。l1 的斜率是 −41,所以 l2 的斜率是 4。又因为 l2 过原点,所以方程是 y=4x。交点 R 由两条直线联立求出。
答题过程
展开
Since l2 is perpendicular to l1, its gradient is 4.
As l2 passes through the origin,
l2:y=4x.
At R, the two equations are equal:
4x=16x=17x=x=−41x+217−x+34342.
Then
y=4(2)=8.
Therefore
R=(2,8).
(c)
解法一
思路
展开
点 R 在 PQ 上,也在从原点作出的垂线 OR 上。所以 OR 是三角形 OPQ 以 PQ 为底的高。面积可以用 21×PQ×OR。
答题过程
展开
Since R lies on PQ and OR is perpendicular to PQ, the area of triangle OPQ is
21×PQ×OR.
Now
PQ====(10−(−2))2+(6−9)2122+(−3)2153317,
and
OR===22+8268217.
Therefore
Area==21(317)(217)51.
解法二
思路
展开
也可以直接用坐标面积公式。这个方法不需要先找 R,但要小心代入顺序和绝对值。
答题过程
展开
Using the coordinate area formula for O(0,0), P(−2,9) and Q(10,6),
Area===21∣0(9−6)+(−2)(6−0)+10(0−9)∣21∣−12−90∣51.