题目
Problem
The line l1 has equation 3x−4y+20=0.
The line l2 cuts the x-axis at R(8,0) and is parallel to l1.
(a) Find the equation of l2, writing your answer in the form ax+by+c=0, where a, b and c are integers to be found.
(3)
The line l1 cuts the x-axis at P and the y-axis at Q.
Given that PQRS is a parallelogram, find
(b) the area of PQRS,
(3)
(c) the coordinates of S.
(2)
解答
(a)
解法一
思路
展开
平行线斜率相同。也可以直接保持 3x−4y+c=0 的形式,再代入点 R(8,0) 求 c。
答题过程
展开
Since l2 is parallel to l1, write
3x−4y+c=0.
As R(8,0) lies on l2,
3(8)−4(0)+c=c=0−24.
Therefore
3x−4y−24=0.
(b)
解法一
思路
展开
先求 P,Q。由于 PQ 和 RS 平行,PR 是水平距离,OQ 是垂直高度,所以平行四边形面积可用底乘高。
答题过程
展开
For P, set y=0 in 3x−4y+20=0:
3x+20=0⇒x=−320.
So
P=(−320,0).
For Q, set x=0:
−4y+20=0⇒y=5.
So Q=(0,5).
The horizontal distance PR is
8−(−320)=344.
Therefore
Area==344⋅53220.
(c)
解法一
思路
展开
在平行四边形 PQRS 中,从 Q 到 R 的位移等于从 P 到 S 的位移。
答题过程
展开
QR==(8,0)−(0,5)(8,−5).
Therefore
S===P+QR(−320,0)+(8,−5)(34,−5).