Solveeit Logo

Question

Mathematics Question on Circle

Find the equation of a circle with center (2, 2) and passes through the point (4, 5).

Answer

The center of the circle is given as (h,k)=(2,2).(h, k) = (2, 2).
Since the circle passes through points (4,5),(4, 5), the radius (rr) of the circle is the distance between the points (2,2)(2, 2) and (4,5).(4, 5).

r=[(24)2+(25)2]r = √[(2-4)^2 + (2-5)^2]$$

=[(2)2\+(3)2]= √[(-2)^2 \+ (-3)^2]

=[4+9]= √[4+9]

=13= √13

Thus, the equation of the circle is

(xh)2+(yk)2=r2(x– h)^2+ (y – k)^2 = r^2

(xh)2\+(yk)2=(13)2(x –h)^2 \+ (y – k)^2 = (√13)^2

(x2)2\+(y2)2=(13)2(x –2)^2 \+ (y – 2)^2 = (√13)^2

x24x+4+y24y+4=13x^2 – 4x + 4 + y^2 – 4y + 4 = 13

x2\+y24x4y=5x^2 \+ y^2 – 4x – 4y = 5

∴ The equation of the required circle is x2\+y24x4y=5x^2 \+ y^2 – 4x – 4y = 5 (Ans.)