题目
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)
题目中文翻译
点 P、Q 和 R 的坐标分别为 (−3,7)、(9,11) 和 (12,2)。
(a) 证明角 PQR=90∘。
已知点 S 使得 PQRS 构成一个矩形。
(b) 求点 S 的坐标。
解答
(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).
解法三
思路
展开
矩形的两组对边分别平行,所以 PS∥QR,且 RS∥PQ。分别写出经过 P 的直线 PS 和经过 R 的直线 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 the point P(−3,7), the equation of 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.
Using the point R(12,2), the equation of RS is
y−2=y−2=y=31(x−12)31x−431x−2.
Solve the equations of PS and RS simultaneously:
−3x−2=−310x=x=31x−200.
Substituting x=0 into y=−3x−2 gives
y==−3(0)−2−2.
Therefore, the coordinates of S are
S=(0,−2).