Using the hyperbolic sine and cosine generates a hyperbola rather than an ellipse:

vector(x,y)=vector(plusorminus(a*cosh(t)),b*sinh(t))

a=slider([0,4])

b=slider([0,4])

vector(plusorminus(a*cosh(n)),b*sinh(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.