✔ 最佳答案
Let (h,k) be the centre of circle
The centre of a circle lies on the straight line 2x + y - 4 = 0
2h + k - 4 = 0------------------------(1)
the circle passes through A( 0, 1) and B( 2, -1)
h² + (k-1)² = (h-2)² + (k+1)² = square of radius
h² - (h-2)² = (k+1)² - (k-1)²
(2h-2)(2) = (2k)(2) [By a²-b²≡a²+2ab+b²]
h - 1 = k--------------------------(2)
sub (2) into (1):
2h + (h-1) - 4 = 0
3h = 5
h = 5/3
sub h = 5/3 into (2):
k = 5/3 - 1 = 2/3
∴centre =
equation of the circle:
(x - 5/3)² + (y- 2/3)² = h² + (k-1)²
(x - 5/3)² + (y- 2/3)² = (5/3)² + (2/3 - 1)²
(x - 5/3)² + (y- 2/3)² = 26/9
(3x - 5)² + (3y- 2)² = 26
2007-11-08 15:57:35 補充:
centre = (5/3 , 2/3)
2007-11-08 16:52:32 補充:
equation of the circle 是 (x - 5/3)² (y- 2/3)² = h² (k-1)²因為equation of any real circle是(x - h)² (y - k)² = r²(h,k)是圓心,r是半徑