A circle is generated parametrically with sine and cosine:

vector(x,y)=R*vector(cos(2*pi*t),sin(2*pi*t))

R=slider([0,5])

R*vector(cos(2*pi*n),sin(2*pi*n))


Graph of the formula

This file was created by Graphing Calculator 4.0.
Visit Pacific Tech to download the helper application to view and edit these equations live.