Example
Use a center and radius to write and plot a circle.
highlighted = computed this step
Step 1 — Plot the circle
Plot the center and radius.
Coordinate plot
Step 2 — Center
Read the center point.
C=(2,-3)
Step 3 — Radius
Square the radius.
r=5,r2=25
Step 4 — Equation
Write the circle in standard form.
(x−2)2+(y+3)2=25
circle-from-center-radius
A circle with center (h, k) and radius r has equation (x-h)^2 + (y-k)^2 = r^2.