

InterviewSolution
1. |
Find the equation of the circle which is circumscribed about the triangle whose vertices are A( – 2, 3), b(5, 2) and C(6, – 1). Find the centre and radius of this circle. |
Answer» Since circle is circumscribed about the triangle whose vertices are A( – 2, 3), B(5, 2) and C(6, – 1), which implies points A, B and C are lie on circumference of circle and satisfy its equation. 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. Putting A(-2, 3), B(5, 2) and C(6, -1) in above equation, we get h2 + k2 + 4h – 6k + 13 = r2 ……….(ii) h2 + k2 – 10h – 4k + 29 = r2 ………(iii) h2 + k2 – 12h + 2k + 37 = r2 ………(iv) Subtract (ii) from (iii) – 14h + 2k + 16 = 0 or – 7h + k + 8 = 0 ….(v) Subtract (ii) from (iv) – 16h + 8k + 24 = 0 or -2h + k + 3 = 0 ……(vi) Solving (v) and (vi), we have h = 1 (vi) ⇒ -2 x 1 + k + 3 = 0 ⇒ k= -1 Therefore, Centre = (1, – 1) And, Equation (ii) ⇒ r = 5 [using values of h and k] Thus, required equation of the circle is (x – 1) 2 + (y + 1) 2 = 52 (x – 1) 2 + (y + 1) 2 = 25 |
|