To draw the equation of a circle, you need the center coordinates
and the radius
.
Once you know them, you can write the equation for the circle as
![(x-h)^2+(y-k)^2 = r^2](https://tex.z-dn.net/?f=%20%28x-h%29%5E2%2B%28y-k%29%5E2%20%3D%20r%5E2%20)
We can eyeball the center coordinates: from the origin, we have to go one step right and two steps below, so the coordinates are ![(1,-2)](https://tex.z-dn.net/?f=%20%281%2C-2%29%20)
For the radius, you can see that if you move three units up, down, left or right from the center, you reach the circumference. So, the radius is 3.
Given everything we said above, we're ready to write the equation:
![(x-1)^2+(y+2)^2 = 9](https://tex.z-dn.net/?f=%20%28x-1%29%5E2%2B%28y%2B2%29%5E2%20%3D%209%20)