How do you find the equation of the circle given radius = 4; and center = (-2, 3)?

1 Answer
May 27, 2016

Applying the definition of circle.

Explanation:

The definition of the circle is "all the point with a fixed distance from the center".
You have to translate this in a formula.

The distance between two points in the plane with coordinates (x1,y1) and (x2,y2) is

d=(x1x2)2+(y1y2)2.

Reading our definition of circle we want that one of the two points is always the center and the distance is the radius. Then we have

4=(2x2)2+(3y2)2.

I used as center the first point, but in this formula you can swap the two points because the distance between two points does not change if you exchange the positions of the two points. Now, just to be more comfortable, I simply call x2 as x and y2 as y. So I have

4=(2x)2+(3y)2.

Just to get rid of the square root it is useful to do the square on both sides:

16=(2x)2+(3y)2

and now we can expande the binomials

16=4+x2+4x+9+y26y

we can reorder, move the 16 on the right side and subtract the 4 obtaining

x2+y2+4x6y12=0.