

InterviewSolution
1. |
Show that the points A(1, 0), B(2, – 7), C(8, 1) and D(9, – 6) all lie on the same circle. Find the equation of this circle, its centre and radius. |
Answer» The general equation of a circle: (x – h)2 + (y – k) 2 = r2 …(i) where (h, k) is the centre and r is the radius. Consider points (1, 0), (2, – 7) and (8, 1) lie on the circle. Putting (1, 0), (2, – 7) and (8, 1) in (i) Putting (1, 0) ⇒ h2 + k2 + 1 – 2h = r2 ……(ii) Putting (2, – 7) ⇒ h2 + k2 + 53 – 4h + 14k = r2 …….(iii) Putting (8, 1) ⇒ (8 – h)2 + (1 – k) 2 = r2 h2 + k2 + 65 – 16h – 2k = r2 ………….(iv) Subtract (ii) from (iii), we get h – 7k – 26 = 0 ……(v) Subtract (ii) from (iv), we get 7h + k – 32 = 0 ……(vi) Solving (v) and (vi) h = 5 and k = – 3 Equation (iv) ⇒ r = 25 [using h = 5 and k = – 3] Therefore, Centre (5, – 3) Radius = 25 Check for (9, – 6): To check if (9, – 6) lies on the circle, (9 – 5)2 + ( – 6 + 3)2 = 52 25 = 25 Which is true. Hence, all the points are lie on circle. |
|