A circle is the set of all points that are the same distance from one fixed point1. That fixed point is the centre, and the shared distance is the radius. Here we take a circle with centre at the origin and radius .
Pick any point on the circle. Measured from the centre it is across and up, which makes a right triangle, so by the Pythagorean theorem the two legs squared add up to the radius squared.
| Point | Position | |
|---|---|---|
| on the circle | ||
| on the circle | ||
| on the circle | ||
| inside |
You can test whether a point is on the circle just by checking whether it satisfies the equation.
The idea is the same for any radius. If the centre moves to , the horizontal gap becomes and the vertical gap .
| Centre | Equation |
|---|---|
Solving for gives for the top half and for the bottom half, and putting them together makes the whole circle. The two halves join at the ends , where .
Because one value of has two matching values of , a circle is not a function of the form , which is why it is drawn as two separate curves.
The large dots on the graph are the centre and the point on the circle. No matter which direction you go from the centre, the distance out to the circle is always the radius, and that is exactly what the equation says.