题目
Problem
The line joining the points (−2,5) and (4,15) is the diameter of a circle C.
(a) Find an equation for C.
(5)
(b) Hence find the exact coordinates of the point on C that is nearest the x-axis.
(2)
解答
(a)
解法一
思路
展开
直径两端点已知。圆心是直径中点,半径平方可以用圆心到任一端点的距离平方来求。
答题过程
展开
The centre is the midpoint of (−2,5) and (4,15):
(2−2+4,25+15)=(1,10).
The radius squared is
r2===(4−1)2+(15−10)232+5234.
Therefore, the equation of C is
(x−1)2+(y−10)2=34.
(b)
解法一
思路
展开
圆心是 (1,10),离 x-axis 最近的点在圆心正下方,所以 x 坐标不变,y 坐标减去半径。
答题过程
展开
The centre is (1,10) and the radius is 34.
The point on C nearest the x-axis is vertically below the centre.
Therefore, its coordinates are
(1,10−34).