Hyperbolic trigonometric functions
| Lines | Parabolas | Cubics | Powers | Roots | Rational | Trig | Inv Trig | Exponentials | Logarithms | Hyp Trig |

Hyperbolic trigonometric functions

Pointer coordinates: (x,y)

`sinh(x)=(e^x-e^(-x))/2`
`cosh(x)=(e^x+e^(-x))/2`
`tanh(x)=(e^x-e^(-x))/(e^x+e^(-x))=(sinh(x))/(cosh(x))`
`"sech"(x)=2/(e^x+e^(-x))=1/(cosh(x))`
`"csch"(x)=2/(e^x-e^(-x))=1/(sinh(x))`
`"coth"(x)=(e^x+e^(-x))/(e^x-e^(-x))=(cosh(x))/(sinh(x))=1/tanh(x)`

This page requires Internet Explorer+SVGviewer 3.01 or Mozilla+SVG


Made with ASCIIsvg by Peter Jipsen, Chapman University, January 2005