Hyperbolic functions are defined using exponentials rather than the unit circle, which is what sets them apart from the regular trig functions you already know. They show up when modeling physical situations like the shape of a hanging cable (a catenary), signal processing, and certain differential equations. This section covers their definitions, derivatives, integrals, inverses, and a key real-world application.
Definitions of the Hyperbolic Functions
The six hyperbolic functions are built from combinations of ex and eโx. The three primary ones are:
The remaining three are reciprocals, just like in regular trig:
cschx=sinhx1โ
sechx=coshx1โ
cothx=tanhx1โ
Notice that coshx is always positive and always โฅ1, while sinhx can be any real number. This is worth remembering because it affects domains later.
Derivatives of Hyperbolic Functions
The derivative rules here look a lot like regular trig derivatives, but watch the signs carefully. With regular trig, dxdโcosx=โsinx, but with hyperbolic functions there's no negative sign on the corresponding rule.
dxdโsinhx=coshx
dxdโcoshx=sinhx (no negative sign, unlike cosx)
dxdโtanhx=sech2x
dxdโcschx=โcschxcothx
dxdโsechx=โsechxtanhx
dxdโcothx=โcsch2x
You can verify any of these by substituting the exponential definitions and differentiating directly. For example, differentiating sinhx=2exโeโxโ gives 2ex+eโxโ=coshx.
Integrals of Hyperbolic Functions
Since integration reverses differentiation, many of these follow directly from the derivative table above.
โซsinhxdx=coshx+C
โซcoshxdx=sinhx+C
โซtanhxdx=ln(coshx)+C
โซcothxdx=lnโฃsinhxโฃ+C
โซsechxdx=arctan(sinhx)+C
โซcschxdx=lnโtanh2xโโ+C
The first two are straightforward. For โซtanhxdx, rewrite it as โซcoshxsinhxโdx and use the substitution u=coshx, so du=sinhxdx. That turns it into โซuduโ=lnโฃuโฃ+C=ln(coshx)+C. You can drop the absolute value because coshx>0 always. The same substitution idea works for cothx.
Inverse Hyperbolic Functions
Each inverse hyperbolic function can be written as a logarithmic expression. This is because solving y=sinhx for x (for example) turns into solving an equation in ex, which yields a natural log.
Pay attention to the domain restrictions. They come from the ranges of the original hyperbolic functions. For instance, coshxโฅ1 for all x, so coshโ1 only accepts inputs โฅ1.
Derivatives of Inverse Hyperbolic Functions
These derivatives are important because they produce algebraic expressions involving square roots and rational functions. That means they show up as antiderivative results when you integrate certain algebraic forms.
dxdโsinhโ1x=x2+1โ1โ
dxdโcoshโ1x=x2โ1โ1โ, for x>1
dxdโtanhโ1x=1โx21โ, for โฃxโฃ<1
dxdโcschโ1x=โโฃxโฃx2+1โ1โ
dxdโsechโ1x=โx1โx2โ1โ, for 0<x<1
dxdโcothโ1x=1โx21โ, for โฃxโฃ>1
Notice that tanhโ1x and cothโ1x have the same derivative formula, 1โx21โ, but they apply on different domains. When you see โซ1โx21โdx, the correct antiderivative depends on whether โฃxโฃ<1 (use tanhโ1x) or โฃxโฃ>1 (use cothโ1x).
Catenary Curves
A catenary is the curve formed when a uniform cable or chain hangs freely under its own weight between two fixed points. Its equation is:
y=acosh(axโ)
where a is a constant determined by the ratio of the cable's tension to its weight per unit length. This shape minimizes the potential energy of the system, which is why it naturally appears as the equilibrium position.
Applications in engineering and architecture:
Suspension bridges: The main cables approximate a catenary when supporting only their own weight. (When the cable supports a uniformly distributed deck load, the shape is actually a parabola, not a catenary. Exam problems sometimes test this distinction.)
Power lines: Cables between utility poles form catenaries. Engineers use the catenary equation to calculate how much the cable sags, which determines tower height and spacing needed to maintain safe ground clearance.
Arches and domes: An inverted catenary (flipped upside down) is an ideal arch shape because it carries loads in pure compression, minimizing internal bending stresses. The Gateway Arch in St. Louis is a well-known example of a weighted catenary shape.
In physics problems, the catenary is a classic application of calculus of variations and mechanical equilibrium. You may be asked to find the arc length of a catenary using the arc length integral, which simplifies nicely because 1+sinh2x=cosh2x (the hyperbolic identity analogous to the Pythagorean identity).