Solveeit Logo

Question

Mathematics Question on Circle

Find the equation of the circle passing through the points (4,1)(4, 1) and (6,5)(6, 5) and whose center is on line 4x+y=16.4x + y = 16.

Answer

Let the equation of the required circle be (xh)2+(yk)2=r2.(x - h)^2 + (y - k)^2 = r^2 .
Since the circle passes through points (4,1)(4, 1) and (6,5),(6, 5),

(4h)2+(1k)2=r2(1)(4 - h)^2 + (1 - k)^ 2 = r^2 … (1)
(6h)2+(5k)2=r2(2)(6 - h) ^2 + (5 - k) ^2 = r^2 … (2)

Since the center (h,k)(h, k) of the circle lies on the line
4x+y=16,4x + y = 16,

4h+k=16(3)4h + k = 16 … (3)
From equations (1) and (2), we obtain
(4h)2+(1k)2=(6h)2+(5k)2(4 - h)^2 + (1 - k)^2 = (6 - h)^2 + (5 - k)^2
168h+h2+12k+k2=3612h+h2+2510k+k2⇒ 16 - 8h + h^2 + 1 - 2k + k^2 = 36 - 12h + h^2 + 25 - 10k + k^2
168h+12k=3612h+2510k⇒ 16 - 8h + 1 - 2k = 36 - 12h + 25 - 10k
4h+8k=44⇒ 4h + 8k = 44
⇒ h + 2k = 11 … (4)$$

On solving equations (3) and (4), we obtain h=3h = 3 and k = 4. $$
On substituting the values of h and k in equation (1), we obtain
(43)2+(14)2=r2(4 - 3)^2 + (1 - 4)^2 = r^2
(1)2+(3)2=r2⇒ (1)^2 + (- 3) ^2 = r ^2
1+9=r2⇒ 1 + 9 = r^2
r2=10⇒ r ^2 = 10
r=10⇒ r = √10

Thus, the equation of the required circle is
(x3)2+(y4)2=(10)2(x - 3) ^2 + (y - 4) ^2 = (√10)^2
x26x+9+y28y+16=10x^2 - 6x + 9 + y ^2 - 8y + 16 = 10
x^2 + y^2 - 6x - 8y + 15 = 0$$$ ∴ The equation of the required circle is x^2 + y^2 – 6x – 8y + 15 = 0$ (Ans)