An ellipse is generated parametrically using sine and cosine. When a = b, the ellipse is the special case of a circle.

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

a=slider([0,4])

b=slider([0,4])

vector(a*cos(2*pi*n),b*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.