题目
Problem
A circle has equation
x2+y2+8x−14y−79=0
(a) Find
(i) the coordinates of the centre of the circle,
(ii) the radius of the circle.
(3)
Given that P is the point on the circle that is nearest the origin O,
(b) find the exact length of OP
(2)
解答
(a)
解法一
思路
展开
对 x 和 y 分别配方,化成 (x−a)2+(y−b)2=r2 的形式,直接读出圆心和半径。
答题过程
展开
Completing the square for both x and y,
x2+8x+y2−14y=(x+4)2−16+(y−7)2−49=(x+4)2+(y−7)2=7979144.
(i) The centre is (−4,7).
(ii) The radius is 144=12.
(b)
解法一
思路
展开
原点 O 到圆心 C 的距离是 OC。P 是圆上离 O 最近的点,所以 O、P、C 三点共线,OP=∣OC−r∣。
答题过程
展开
The centre is C(−4,7) and the radius is r=12.
The distance from the origin O to C is
OC=(−4)2+72=16+49=65.
Since 65<12, the origin lies inside the circle. The point P on the circle nearest to O lies on the line OC, so
OP=r−OC=12−65.