Example
Substitute a point and compare with the circle radius.
highlighted = computed this step
Step 1 — Plot point and circle
Plot the point and circle.
Coordinate plot
Step 2 — Circle equation
Read the circle equation.
(x−2)2+(y+3)2=25
Step 3 — Test point
Read the test point.
P=(5,1)
Step 4 — Substitute point
Substitute the point into the circle.
(5−2)2+(1+3)2=25
Step 5 — Verdict
Compare with the radius squared.
25=25⇒on circle
point-on-circle
A point is on the circle when substituting its coordinates makes the left side equal r squared.