Find the equation of the circle passing through (0, 0) and making intercepts a and b on the coordinate axes.

0 votes
24 views
asked Feb 9, 2018 in Mathematics by Rohit Singh (61,782 points) 35 133 355
Find the equation of the circle passing through (0, 0) and making intercepts a and b on the coordinate axes.

1 Answer

0 votes
answered Feb 9, 2018 by sameer (82,980 points) 5 11 37

Let the equation of the required circle be (x – h)2 + (y – k)2 = r2.
Since the centre of the circle passes through (0, 0),
(0 – h)2 + (0 – k)2 = r2
⇒ h2 + k2 = r2
The equation of the circle now becomes (x – h)2 + (y – k)2 = h2 + k2.
It is given that the circle makes intercepts a and b on the coordinate axes. This means that the circle passes through points (a, 0) and (0, b). Therefore,
(a – h)2 + (0 – k)2 = h2 + k2 …………………… (1)
(0 – h)2 + (b – k)2 = h2 + k2 …………………… (2)
From equation (1), we obtain a2 – 2ah + h2 + k2 = h2 + k2
⇒ a2 – 2ah = 0
⇒ a(a – 2h) = 0
⇒ a = 0 or (a – 2h) = 0
However, a ≠ 0; hence, (a – 2h) = 0 ⇒ h =a/2.
From equation (2), we obtain h2 + b2 – 2bk + k2 = h2 + k2
⇒ b2 – 2bk = 0
⇒ b(b – 2k) = 0
⇒ b = 0 or(b – 2k) = 0
However, b ≠ 0; hence, (b – 2k) = 0 ⇒ k =b/2. 

Thus, the equation of the required circle is

...