5. By cheating

Maple has a built-in circle drawing function, in the plottools package.

> with(plots):
with(plottools):
display(circle([2,1],3));

That is certainly the easiest of all. But you didn't learn much by doing it. Besides, I said I would show 4 ways, and this is the fifth.