nmohindru
sset009
Circle passes through points \((1, 2)\) , \((2, 5)\) , and \((5, 4)\) .
What is the diameter of the circle?
* \(\sqrt{18}\)
* \(\sqrt{20}\)
* \(\sqrt{22}\)
* \(\sqrt{26}\)
* \(\sqrt{30}\)
i see no easy way of solving this based on teh OA.
any thoughts?
The three points form a right angle triangle at point (2,5) .
Distance between (1,2) and (2,5) = \(sqrt (10)\) (1,2) and (5,4) = \(sqrt (20)\) and (2,5) and (5,4) = \(sqrt(10)\)
Therefore diameter of circle = hypoteneuse of triangle = \(sqrt(20)\)
Since any right angle triangle formed between three points of circle hypoteneuse is diameter
Its nice that you were able to spot the hypoteneuse and the point of right angle. However with this approach, you would be stuck if this is not the case.
The following is an approach which would give result no matter where the points are on the circle. The drawback is that it would take 3-5 min to solve.
Equation of circle is
(x-h)^2 + (y-k)^2 = r^2
where (h,k) are coordinates of center, r = radius and (x,y) are points on circle
Insert the 3 points to obtain the following equations
h^2 + k^2 - 2h -4k + 5 = r^2
h^2 + k^2 - 4h -10k + 29 = r^2
h^2 + k^2 - 10h -8k + 41 = r^2
Solve them and (h,k) = (3,3)
Hence r = sqrt 5
Diameter = 2 sqrt 5 = sqrt 20