Circles

A Circle Is a Distance Rule

A circle is not really about roundness. It is about distance.

A circle is the set of all points that sit the same distance from a fixed center.

That fixed distance is the radius rr, and the fixed point is the center (h,k)(h, k).

As the point travels around, the horizontal gap xhx - h and the vertical gap yky - k keep changing, but the radius (the hypotenuse) never does. Their squares always add up to r2r^2.


The Equation

Every point (x,y)(x, y) on the circle is exactly distance rr from the center:

(xh)2+(yk)2=r\sqrt{(x - h)^2 + (y - k)^2} = r

Square both sides and the roots disappear, leaving the standard equation of a circle:

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

It is just the distance formula with the distance pinned to rr.


Reading Off Center and Radius

The equation hands you everything if you read the signs carefully.

(x2)2+(y+3)2=25(x - 2)^2 + (y + 3)^2 = 25

  • Center: (2,3)(2, -3)
  • Radius: 25=5\sqrt{25} = 5

Watch the signs. (y+3)(y + 3) means (y(3))(y - (-3)), so the center’s yy is 3-3, not +3+3. The equation always subtracts the center coordinates.


Centered at the Origin

When the center is (0,0)(0, 0), the hh and kk vanish and the equation shrinks to its simplest form:

x2+y2=r2x^2 + y^2 = r^2

You have already met this one: it is the unit circle when r=1r = 1.


Example

Write the equation of the circle with center (1,4)(1, 4) and radius 22.

Drop the values straight into the standard form:

(x1)2+(y4)2=4(x - 1)^2 + (y - 4)^2 = 4

Remember to square the radius: r=2r = 2 gives r2=4r^2 = 4 on the right.