67 total
By the end of these notes, you will be able to:
A circle is the set of all points in a flat plane that are the exact same distance from one fixed point. That fixed point is called the centre, and that fixed distance is called the radius.
Think of it like this: if you tie a piece of string to a pin on a piece of paper, hold the string tight, and trace all the way around — every point your pencil touches is the same distance from the pin. That traced path is a circle.
To write an equation that describes a circle, we use Pythagoras' theorem — the rule that says in a right-angled triangle, the square of the longest side equals the sum of the squares of the other two sides.
Here is how we do it:
If you draw a right-angled triangle between C and P:
Applying Pythagoras' theorem:
(x−a)2+(y−b)2=r2
This is the equation of a circle with centre (a,b) and radius r.
(x−a)2+(y−b)2=r2
This is the most useful form because the centre and radius can be read off directly.
| What you see | What it means |
|---|---|
| (x−a)2 | The x-coordinate of the centre is +a |
| (y−b)2 | The y-coordinate of the centre is +b |
| r2 on the right | Square root this to get the radius |
⚠️ Be careful with signs! The formula uses minus signs inside the brackets. If you see (x+4)2, rewrite it as (x−(−4))2, so the x-coordinate of the centre is −4, not +4.
Sign in to view full notes