We can also generate a hyperbola using secant and tangent functions:

vector(x,y)=vector(a*sec(t),b*tan(t))

a=slider([0,4])

b=slider([0,4])

vector(a*sec(n),b*tan(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.