Hyperbolic Functions and Their Inverses

Basis
Last updated: Tags: Elementary Function

Just as the pair (cosθ,sinθ)(\cos\theta, \sin\theta) traces the unit circle x2+y2=1x^2 + y^2 = 1 as θ\theta varies, the hyperbolic functions parametrize the unit hyperbola x2y2=1x^2 - y^2 = 1: the point (cosht,sinht)(\cosh t, \sinh t) lies on that hyperbola for every real tt. Beyond the geometric picture, they arise naturally as solutions to the differential equation y=yy'' = y, describe the shape of a hanging cable (the catenary), and appear in special relativity through Lorentz boosts. Unlike their trigonometric counterparts, they are not periodic — they are built directly from the exponential function.

Definitions

Hyperbolic cosine and hyperbolic sine are defined by

coshxex+ex2,sinhxexex2.(1)\cosh x \coloneqq \frac{e^x + e^{-x}}{2}, \qquad \sinh x \coloneqq \frac{e^x - e^{-x}}{2}. \tag{1}

You can think of coshx\cosh x as the even part and sinhx\sinh x as the odd part of the exponential, since ex=coshx+sinhxe^x = \cosh x + \sinh x and ex=coshxsinhxe^{-x} = \cosh x - \sinh x.

The remaining four hyperbolic functions are defined as ratios built from these two:

tanhxsinhxcoshx,cothxcoshxsinhx,\tanh x \coloneqq \frac{\sinh x}{\cosh x}, \qquad \operatorname{coth} x \coloneqq \frac{\cosh x}{\sinh x}, sechx1coshx,cschx1sinhx.\operatorname{sech} x \coloneqq \frac{1}{\cosh x}, \qquad \operatorname{csch} x \coloneqq \frac{1}{\sinh x}.

Note that cothx\operatorname{coth} x and cschx\operatorname{csch} x are undefined at x=0x = 0, where sinh0=0\sinh 0 = 0.

Fundamental identity

The central algebraic relation among the hyperbolic functions is

cosh2xsinh2x=1.\cosh^2 x - \sinh^2 x = 1.

Derivation. Substituting from definitions (1):

cosh2xsinh2x=(ex+ex2) ⁣2(exex2) ⁣2=(ex+ex)2(exex)24.\cosh^2 x - \sinh^2 x = \left(\frac{e^x + e^{-x}}{2}\right)^{\!2} - \left(\frac{e^x - e^{-x}}{2}\right)^{\!2} = \frac{(e^x + e^{-x})^2 - (e^x - e^{-x})^2}{4}.

Using the algebraic identity (a+b)2(ab)2=4ab(a + b)^2 - (a - b)^2 = 4ab with a=exa = e^x and b=exb = e^{-x}, the numerator becomes 4exex=4e0=44e^x e^{-x} = 4e^0 = 4. Dividing by 44 gives 11. \square

This mirrors the circular identity cos2θ+sin2θ=1\cos^2\theta + \sin^2\theta = 1, and it confirms that (cosht,sinht)(\cosh t,\, \sinh t) satisfies x2y2=1x^2 - y^2 = 1 for every real tt.

Addition formulas

For all real xx and yy:

cosh(x+y)=coshxcoshy+sinhxsinhy,\cosh(x + y) = \cosh x \cosh y + \sinh x \sinh y, sinh(x+y)=sinhxcoshy+coshxsinhy.\sinh(x + y) = \sinh x \cosh y + \cosh x \sinh y.

You can verify these by substituting definitions (1) and expanding. Compare with the circular formulas cos(x+y)=cosxcosysinxsiny\cos(x+y) = \cos x\cos y - \sin x\sin y and sin(x+y)=sinxcosy+cosxsiny\sin(x+y) = \sin x\cos y + \cos x\sin y: the cosh\cosh addition formula has a ++ sign where the cosine formula has a -. This sign flip is a direct consequence of the sign difference in the fundamental identity (cosh2sinh2=1\cosh^2 - \sinh^2 = 1 versus cos2+sin2=1\cos^2 + \sin^2 = 1).

Derivatives

Differentiating definitions (1) term by term with respect to xx:

(coshx)=exex2=sinhx,(sinhx)=ex+ex2=coshx.(\cosh x)' = \frac{e^x - e^{-x}}{2} = \sinh x, \qquad (\sinh x)' = \frac{e^x + e^{-x}}{2} = \cosh x.

So sinh\sinh and cosh\cosh are each other’s derivatives — they swap, in contrast to sin\sin and cos\cos, which alternate with a sign change under each differentiation.

For tanh\tanh, apply the quotient rule and then use the fundamental identity:

(tanhx)=(sinhx)coshxsinhx(coshx)cosh2x=cosh2xsinh2xcosh2x=1cosh2x=sech2x.(\tanh x)' = \frac{(\sinh x)'\cosh x - \sinh x\,(\cosh x)'}{\cosh^2 x} = \frac{\cosh^2 x - \sinh^2 x}{\cosh^2 x} = \frac{1}{\cosh^2 x} = \operatorname{sech}^2 x.

Applying the fundamental identity once more gives the alternative form sech2x=1tanh2x\operatorname{sech}^2 x = 1 - \tanh^2 x, so

(tanhx)=sech2x=1tanh2x.(\tanh x)' = \operatorname{sech}^2 x = 1 - \tanh^2 x.

The derivatives of the remaining three functions follow from the quotient and chain rules:

(cothx)=csch2x,(sechx)=sechxtanhx,(cschx)=cschxcothx.(\operatorname{coth} x)' = -\operatorname{csch}^2 x, \qquad (\operatorname{sech} x)' = -\operatorname{sech} x\tanh x, \qquad (\operatorname{csch} x)' = -\operatorname{csch} x\operatorname{coth} x.

Properties of cosh and sinh

  • cosh\cosh is even: cosh(x)=coshx\cosh(-x) = \cosh x. By the AM–GM inequality, ex+ex2exex=2e^x + e^{-x} \geq 2\sqrt{e^x \cdot e^{-x}} = 2, so coshx1\cosh x \geq 1 for all xRx \in \mathbb{R}, with equality only at x=0x = 0. The graph of y=coshxy = \cosh x is a catenary — the shape assumed by a uniform flexible chain hanging under gravity.
  • sinh\sinh is odd: sinh(x)=sinhx\sinh(-x) = -\sinh x. It is strictly increasing on all of R\mathbb{R} (since (sinhx)=coshx1>0(\sinh x)' = \cosh x \geq 1 > 0), with range R\mathbb{R}.
  • tanh\tanh is odd and strictly increasing, mapping R\mathbb{R} onto the open interval (1,1)(-1, 1). As x±x \to \pm\infty, ex0e^{-|x|} \to 0 forces tanhx±1\tanh x \to \pm 1, so y=±1y = \pm 1 are horizontal asymptotes.

Inverse hyperbolic functions

Because sinh\sinh is strictly increasing on R\mathbb{R}, it has a global inverse. For cosh\cosh, you must restrict to [0,)[0, \infty), where it is strictly increasing. For tanh\tanh the natural domain is R\mathbb{R} with range (1,1)(-1, 1).

The remarkable feature is that all three inverses have closed-form expressions in terms of the logarithm.

Arsinh

Set y=sinhx=exex2y = \sinh x = \dfrac{e^x - e^{-x}}{2} and solve for xx. Multiplying both sides by 2ex2e^x:

e2x2yex1=0.e^{2x} - 2y\,e^x - 1 = 0.

This is a quadratic in exe^x. The quadratic formula gives ex=y±y2+1e^x = y \pm \sqrt{y^2 + 1}. Since ex>0e^x > 0 and y2+1>y\sqrt{y^2+1} > |y|, only the positive root is admissible. Taking logarithms:

arsinhxln ⁣(x+x2+1),xR.\operatorname{arsinh} x \coloneqq \ln\!\left(x + \sqrt{x^2 + 1}\right), \qquad x \in \mathbb{R}.

Arcosh

Set y=coshx=ex+ex2y = \cosh x = \dfrac{e^x + e^{-x}}{2} with x0x \geq 0 and solve. Multiplying by 2ex2e^x:

e2x2yex+1=0,e^{2x} - 2y\,e^x + 1 = 0,

so ex=y±y21e^x = y \pm \sqrt{y^2 - 1}. This requires y1y \geq 1. For x0x \geq 0 the larger root corresponds to x0x \geq 0, so we choose the ++ sign. Taking logarithms:

arcoshxln ⁣(x+x21),x1.\operatorname{arcosh} x \coloneqq \ln\!\left(x + \sqrt{x^2 - 1}\right), \qquad x \geq 1.

Artanh

Set y=tanhx=exexex+exy = \tanh x = \dfrac{e^x - e^{-x}}{e^x + e^{-x}} and solve. Writing u=e2xu = e^{2x}:

y=u1u+1y(u+1)=u1u=1+y1y.y = \frac{u - 1}{u + 1} \quad\Longrightarrow\quad y(u + 1) = u - 1 \quad\Longrightarrow\quad u = \frac{1 + y}{1 - y}.

Since u=e2xu = e^{2x}, taking logarithms gives 2x=ln ⁣1+y1y2x = \ln\!\dfrac{1+y}{1-y}, so:

artanhx12ln1+x1x,x<1.\operatorname{artanh} x \coloneqq \frac{1}{2}\ln\frac{1 + x}{1 - x}, \qquad |x| < 1.

The restriction x<1|x| < 1 matches the range of tanh\tanh and keeps both 1+x1 + x and 1x1 - x strictly positive inside the logarithm.

Derivatives of inverse hyperbolic functions

You can find these derivatives either by differentiating the logarithmic expressions directly or by applying the inverse function theorem. Both routes are shown below.

Derivative of arsinh

Differentiating arsinhx=ln ⁣(x+x2+1)\operatorname{arsinh} x = \ln\!\left(x + \sqrt{x^2+1}\right):

(arsinhx)=1x+x2+1(1+xx2+1)=1x+x2+1x+x2+1x2+1=1x2+1.(\operatorname{arsinh} x)' = \frac{1}{x + \sqrt{x^2+1}} \cdot \left(1 + \frac{x}{\sqrt{x^2+1}}\right) = \frac{1}{x + \sqrt{x^2+1}} \cdot \frac{x + \sqrt{x^2+1}}{\sqrt{x^2+1}} = \frac{1}{\sqrt{x^2+1}}. arsinh(x)=1x2+1,xR.\operatorname{arsinh}'(x) = \frac{1}{\sqrt{x^2 + 1}}, \qquad x \in \mathbb{R}.

Derivative of arcosh

Differentiating arcoshx=ln ⁣(x+x21)\operatorname{arcosh} x = \ln\!\left(x + \sqrt{x^2-1}\right) for x>1x > 1:

(arcoshx)=1x+x21(1+xx21)=1x+x21x+x21x21=1x21.(\operatorname{arcosh} x)' = \frac{1}{x + \sqrt{x^2-1}} \cdot \left(1 + \frac{x}{\sqrt{x^2-1}}\right) = \frac{1}{x + \sqrt{x^2-1}} \cdot \frac{x + \sqrt{x^2-1}}{\sqrt{x^2-1}} = \frac{1}{\sqrt{x^2-1}}. arcosh(x)=1x21,x>1.\operatorname{arcosh}'(x) = \frac{1}{\sqrt{x^2 - 1}}, \qquad x > 1.

Derivative of artanh

Rewrite artanhx=12ln(1+x)12ln(1x)\operatorname{artanh} x = \dfrac{1}{2}\ln(1+x) - \dfrac{1}{2}\ln(1-x) and differentiate for x<1|x| < 1:

(artanhx)=1211+x+1211x=12(1x)+(1+x)(1+x)(1x)=11x2.(\operatorname{artanh} x)' = \frac{1}{2} \cdot \frac{1}{1+x} + \frac{1}{2} \cdot \frac{1}{1-x} = \frac{1}{2} \cdot \frac{(1-x) + (1+x)}{(1+x)(1-x)} = \frac{1}{1 - x^2}. artanh(x)=11x2,x<1.\operatorname{artanh}'(x) = \frac{1}{1 - x^2}, \qquad |x| < 1.

Compare this with arctan(x)=11+x2\arctan'(x) = \dfrac{1}{1+x^2} from Inverse Trigonometric Functions: the only difference is the sign in the denominator, a reflection of the cosh2sinh2=1\cosh^2 - \sinh^2 = 1 identity versus cos2+sin2=1\cos^2 + \sin^2 = 1.

Table of derivatives

Derivatives of the six hyperbolic functions, collected for reference:

FunctionDerivative
sinhx\sinh xcoshx\cosh x
coshx\cosh xsinhx\sinh x
tanhx\tanh xsech2x\operatorname{sech}^2 x
cothx\operatorname{coth} xcsch2x-\operatorname{csch}^2 x
sechx\operatorname{sech} xsechxtanhx-\operatorname{sech} x\tanh x
cschx\operatorname{csch} xcschxcothx-\operatorname{csch} x\operatorname{coth} x

Summary

  • The hyperbolic functions are defined via the exponential: coshxex+ex2\cosh x \coloneqq \dfrac{e^x+e^{-x}}{2}, sinhxexex2\sinh x \coloneqq \dfrac{e^x-e^{-x}}{2}, and tanhxsinhxcoshx\tanh x \coloneqq \dfrac{\sinh x}{\cosh x}.
  • The fundamental identity cosh2xsinh2x=1\cosh^2 x - \sinh^2 x = 1 mirrors the Pythagorean identity and shows that (cosht,sinht)(\cosh t, \sinh t) lies on the unit hyperbola.
  • Derivatives: (sinhx)=coshx(\sinh x)' = \cosh x, (coshx)=sinhx(\cosh x)' = \sinh x, (tanhx)=sech2x(\tanh x)' = \operatorname{sech}^2 x.
  • cosh\cosh is even and satisfies coshx1\cosh x \geq 1; sinh\sinh is odd and strictly increasing with range R\mathbb{R}; tanh\tanh maps R\mathbb{R} onto (1,1)(-1, 1).
  • The inverse hyperbolic functions have closed-form logarithmic expressions derived by solving for xx algebraically:
    • arsinhx=ln ⁣(x+x2+1)\operatorname{arsinh} x = \ln\!\left(x + \sqrt{x^2+1}\right), defined on R\mathbb{R}.
    • arcoshx=ln ⁣(x+x21)\operatorname{arcosh} x = \ln\!\left(x + \sqrt{x^2-1}\right), defined on [1,)[1, \infty).
    • artanhx=12ln1+x1x\operatorname{artanh} x = \dfrac{1}{2}\ln\dfrac{1+x}{1-x}, defined on (1,1)(-1, 1).
  • Their derivatives — 1x2+1\dfrac{1}{\sqrt{x^2+1}}, 1x21\dfrac{1}{\sqrt{x^2-1}}, 11x2\dfrac{1}{1-x^2} — closely parallel those of the inverse trigonometric functions, differing only in the signs under the square root and in the denominator.