Solveeit Logo

Question

Question: Which of the following equations represents a circle with center (1,-2) and radius 5?...

Which of the following equations represents a circle with center (1,-2) and radius 5?

Answer

The equation of the circle is (x1)2+(y+2)2=25(x - 1)^2 + (y + 2)^2 = 25. Alternatively, in general form, it is x2+y22x+4y20=0x^2 + y^2 - 2x + 4y - 20 = 0.

Explanation

Solution

The standard equation of a circle with center (h,k)(h, k) and radius rr is given by:

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

Given:

Center (h,k)=(1,2)(h, k) = (1, -2)

Radius r=5r = 5

Substitute the values of hh, kk, and rr into the standard equation:

(x1)2+(y(2))2=52(x - 1)^2 + (y - (-2))^2 = 5^2

(x1)2+(y+2)2=25(x - 1)^2 + (y + 2)^2 = 25

This is the equation of the circle.

To express it in the general form x2+y2+Dx+Ey+F=0x^2 + y^2 + Dx + Ey + F = 0, we can expand the equation:

(x22x+1)+(y2+4y+4)=25(x^2 - 2x + 1) + (y^2 + 4y + 4) = 25

x2+y22x+4y+1+425=0x^2 + y^2 - 2x + 4y + 1 + 4 - 25 = 0

x2+y22x+4y20=0x^2 + y^2 - 2x + 4y - 20 = 0

Both forms are correct representations of the circle.

Explanation of the solution:

The equation of a circle with center (h,k)(h, k) and radius rr is (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2. Substitute the given center (1,2)(1, -2) and radius 55 into this formula to get (x1)2+(y(2))2=52(x - 1)^2 + (y - (-2))^2 = 5^2, which simplifies to (x1)2+(y+2)2=25(x - 1)^2 + (y + 2)^2 = 25. This equation can also be expanded to x2+y22x+4y20=0x^2 + y^2 - 2x + 4y - 20 = 0.