Hyperbolic Cosine y = cosh(x) = ex +2e x
Generated on January 31, 2026
70
60
50
40
y
30
20
10
0 Even, bowl shaped; minimum 1 at x=0.
4 2 0 2 4
x
Overview
Hyperbolic cosine grows like e^{|x|}/2 and models catenary curves. It is even and strictly
convex.
Domain, Range, Symmetry
Domain: ( , ). Range: [1, ). Symmetry: even, cosh( x)=cosh(x). Minimum at x=0 equ
Calculus
Derivative: d/dx cosh(x)=sinh(x). Second derivative: d²/dx² cosh(x)=cosh(x) 1, confirmin
convexity. Integral: cosh(x)dx=sinh(x)+C.
Series Expansion
Maclaurin series: cosh(x)=1 + x²/2! + x /4! + x /6! + , containing only even powers,
reflecting its symmetry.
Asymptotics
As |x| , cosh(x) (1/2) e^{|x|}. The ratio cosh(x)/e^{|x|} 1/2 captures exponential gro
rate.
Catenary & Physics
The curve y=a cosh(x/a) describes an ideal hanging chain; it minimizes potential energy
appears in gateway arches and suspension designs.
PDE Connections
In separation of variables for Laplace/heat equations, hyperbolic functions appear as solu
in one dimension with exponential behavior.
Transforms & Identities
Identity: cosh²(x) sinh²(x)=1. Relationship with cosine via complex arguments: cos(ix)=c
Computation Notes
For large |x| use expm1 to maintain precision, and guard against overflow by clipping inp
fixed precision contexts.
References & Further Reading
References 1. Apostol, Tom M. Calculus, Vol. 1. 2. Stewart, James. Calculus: Early
Transcendentals. 3. Weisstein, Eric W. MathWorld entries for the function. 4. Kreyszig, Erw
Advanced Engineering Mathematics. Generated on January 31, 2026.