题目
Problem
The points P, Q and R have coordinates (−3,7), (9,11) and (12,2) respectively.
(a) Prove that angle PQR=90∘.
(3)
Given that the point S is such that PQRS forms a rectangle,
(b) find the coordinates of S.
(2)
解答
(a)
解法一
思路
展开
角 PQR 的顶点是 Q,所以要看线段 QP 和 QR 是否垂直。两条非竖直直线垂直时,斜率乘积为 −1。
答题过程
展开
Find the gradients of PQ and QR:
mPQ=mQR=9−(−3)11−7=124=31,12−92−11=3−9=−3.
Then
mPQmQR==31(−3)−1.
Therefore PQ and QR are perpendicular, so
∠PQR=90∘.
解法二
思路
展开
也可以用勾股定理。若 PQ2+QR2=PR2,并且这两条较短边在 Q 相交,则 Q 处是直角。
答题过程
展开
Calculate the squared lengths:
PQ2===QR2===PR2===(9−(−3))2+(11−7)2122+42160,(12−9)2+(2−11)232+(−9)290,(12−(−3))2+(2−7)2152+(−5)2250.
Since
PQ2+QR2===160+90250PR2,
angle PQR is a right angle. Hence
∠PQR=90∘.
解法三
思路
展开
向量点积为 0 表示两个向量垂直。这里用从 Q 出发的两个向量 QP 和 QR 最直接。
答题过程
展开
Use vectors from Q:
QP=QR=(−3−97−11)=(−12−4),(12−92−11)=(3−9).
Their scalar product is
QP⋅QR===(−12)(3)+(−4)(−9)−36+360.
Therefore QP and QR are perpendicular, so
∠PQR=90∘.
(b)
解法一
思路
展开
矩形 PQRS 的顶点按顺序排列,所以从 Q 到 R 的位移,等于从 P 到 S 的位移。先求 QR,再加到点 P 上。
答题过程
展开
The vector from Q to R is
QR==(12−92−11)(3−9).
Since PQRS is a rectangle,
PS=QR.
So
S==(−3,7)+(3,−9)(0,−2).
Therefore
S=(0,−2).
解法二
思路
展开
矩形的对角线互相平分。也就是说,PR 和 QS 有同一个中点。先求 PR 的中点,再用这个中点倒推出 S。
答题过程
展开
The midpoint of PR is
(2−3+12,27+2)=(29,29).
Let S=(x,y). Since the midpoint of QS is the same point,
(29+x,211+y)=(29,29).
Hence
9+x=9,11+y=9.
So
x=0,y=−2.
Therefore
S=(0,−2).
解法三
思路
展开
利用平行线与联立方程组法。
由于 PQRS 构成一个矩形,其对边必须相互平行。我们可以得出:
- 直线 PS 平行于 QR,因此它的斜率 mPS=mQR=−3。由于直线 PS 经过点 P(−3,7),我们可以写出直线 PS 的方程。
- 直线 RS 平行于 PQ,因此它的斜率 mRS=mPQ=31。由于直线 RS 经过点 R(12,2),我们可以写出直线 RS 的方程。
联立直线 PS 和直线 RS 的方程求得交点,即为点 S 的坐标。
答题过程
展开
Since PQRS is a rectangle, the opposite sides are parallel.
Line PS is parallel to QR, so its gradient is:
mPS=mQR=−3
Using point P(−3,7), the equation of line PS is:
y−7=y−7=y=−3(x−(−3))−3x−9−3x−2.
Line RS is parallel to PQ, so its gradient is:
mRS=mPQ=31
\begin{align*}
Using point R(12,2), the equation of line RS is:
\end{align*}
y−2=y−2=y=31(x−12)31x−431x−2.
Solve the equations for line PS and line RS simultaneously:
−3x−2=−310x=x=31x−200.
\begin{align*}
Substituting x=0 back into y=−3x−2 gives:
\end{align*}
y=−3(0)−2=−2.
Therefore, the coordinates of S are:
S=(0,−2).