题目
Problem
The points A and B have coordinates (−4,11) and (8,2) respectively.
(a) Find the gradient of AB.
(2)
The line l is the perpendicular bisector of AB.
(b) Find an equation for l, giving your answer in the form ax+by+c=0, where a, b and c are integers to be found.
(4)
The point C lies on l such that the area of triangle ABC is 37.5 square units.
(c) Find the possible coordinates of C.
(5)
解答
(a)
解法一
思路
展开
用两点斜率公式:纵坐标差除以横坐标差。
答题过程
展开
gradient of AB===8−(−4)2−1112−9−43.
(b)
解法一
思路
展开
垂直平分线经过 AB 的中点,并且斜率是 AB 斜率的负倒数。
答题过程
展开
The midpoint of AB is
(2−4+8,211+2)=(2,213).
Since the gradient of AB is −43, the gradient of l is 34.
So
y−213=34(x−2).
Multiply by 6:
6y−39=8x−6y+23=8x−160.
(c)
解法一
思路
展开
把 AB 当作底边。点 C 在 AB 的垂直平分线上,所以从 C 到直线 AB 的垂直距离就是 MC,其中 M 是 AB 的中点。由三角形面积求出 MC,再沿着斜率为 34 的方向移动。斜率 34 对应的方向向量可以取 (3,4),长度正好是 5。
答题过程
展开
The length of AB is
AB===(8−(−4))2+(2−11)2122+(−9)215.
Let M be the midpoint of AB. Since C lies on the perpendicular bisector, the perpendicular height from C to AB is MC.
Using the area,
21(15)(MC)=MC=37.55.
The line l has gradient 34, so a direction vector of length 5 along l is (3,4) or (−3,−4).
Since
M=(2,213),
the possible points are
C=(2,213)+(3,4)=(5,221),
or
C=(2,213)−(3,4)=(−1,25).
Therefore
C=(5,221)orC=(−1,25).