JustToThePoint English Website Version
JustToThePoint en español

Hyperbolic Functions (Real & Complex): A Step-by-Step Guide

As long as algebra is taught in school, there will be prayer in school, Cokie Roberts

image info

Introduction

Hyperbolic functions are a family of mathematical functions that resemble or mirror many features of the trigonometric functions but arise from the geometry of hyperbolas rather than circles. Just as the circular functions $\cos\theta$ and $\sin\theta$ parametrize the unit circle $x^2 + y^2 = 1$ via $(\cos\theta, \sin\theta)$, the hyperbolic functions $\cosh t$ and $\sinh t$ parametrize the unit hyperbola $x^2 - y^2 = 1$ via $(\cosh t, \sinh t)$.

They are defined using the exponential functions $e^x$ and $e^{-x}$ and they are indeed essential in various fields, including calculus, differential equations (specifically heat transfer and wave equations), special relativity, complex analysis, and more.

Hyperbolic functions are defined via the exponential function. The six primary hyperbolic functions are:
Hyperbolic Sine: $\sinh(x) = \frac{e^x - e^{-x}}{2}$.
Hyperbolic Cosine: $\cosh(x) = \frac{e^x + e^{-x}}{2}$.
Tangent Hyperbolic: $\tanh(x) = \frac{\sinh(x)}{\cosh(x)} = \frac{e^x - e^{-x}}{e^x + e^{-x}}$.
Reciprocal functions.
Hyperbolic Secant: $ \text{sech}(x) = \frac{1}{\cosh(x)}$.
Hyperbolic Cosecant: $\text{csch}(x) = \frac{1}{\sinh(x)}$/
Hyperbolic Cotangent: $\coth(x) = \frac{\cosh(x)}{\sinh(x)} = \frac{e^x + e^{-x}}{e^x - e^{-x}}$

image info

Properties

Because differentiating either function twice returns the original function ($y'' = y$) both are valid solutions to the linear second-order ordinary differential equation (ODE) $y'' - y = 0 \iff y'' = y$. Together, they form a fundamental set of solutions because they are linearly independent and satisfy two distinct, complementary initial conditions at $x = 0$:

  1. For $y(x) = \cosh(x)$: The initial conditions are $y(0) = 1$ and $y'(0) = 0$. (It starts at 1 with a flat slope).
  2. For $y(x) = \sinh(x)$: The initial conditions are $y(0) = 0$ and $y'(0) = 1$. (It starts at 0 with a slope of 1).

Because the ODE $y'' = y$ is a linear, homogeneous differential equation, any valid solution can be written as a linear combination of our fundamental set. This gives us the first form of the general solution: $y(x) = A \cosh(x) + B \sinh(x)$ where $A$ and $B$ are any real constants.

However, we also know that the exponential functions $e^x$ and $e^{-x}$ both satisfy $y'' = y$. Therefore, an equally valid way to write the exact same general solution is: $y(x) = C e^x + D e^{-x}$

These two general solutions are mathematically identical. We can bridge them using the explicit exponential definitions of the hyperbolic functions: $\cosh(x) = \frac{e^x + e^{-x}}{2}$ and $\sinh(x) = \frac{e^x - e^{-x}}{2}$.

Substituting these into the first general solution gives: $y(x) = A \left( \frac{e^x + e^{-x}}{2} \right) + B \left( \frac{e^x - e^{-x}}{2} \right) = \left( \frac{A + B}{2} \right) e^x + \left( \frac{A - B}{2} \right) e^{-x}$. This proves that the two forms are perfectly equivalent, where the constants are simply related by $C = \frac{A + B}{2}$ and $D = \frac{A - B}{2}$.

$y = \sinh(x)$:
It passes through the origin: $\sinh(0) = 0$.
It is smooth and monotonically (strictly) increasing on $\mathbb{R}$ (since $\sinh'(x) = \cosh(x) > 0$ everywhere). No local maxima or minima.
Unbounded range $(−\infty, \infty)$: $\sinh(x) \to +\infty$ as $x \to +\infty$ and $\sinh(x) \to -\infty$ as $x \to -\infty$.
Asymptotic behavior: $\sinh(x) \sim \frac{1}{2}e^x$ as $x \to +\infty$ and $\sinh(x) \sim -\frac{1}{2}e^{-x}$ as $x \to -\infty$.
Odd symmetry: $\sinh(-x) = -\sinh x$ (the graph is symmetric about the origin).

$y = \cosh(x)$:
Unique global minimum at $(0, 1)$ (y-intercept): $\cosh(x) \geq 1$ for all $x$. Derivative: $\frac{d}{dx}\cosh x = \sinh x$.
Strictly decreasing on $(-\infty, 0)$ ($\sinh x < 0$ for $x < 0$) and strictly increasing on $(0, \infty)$ ($\sinh x > 0$ for $x > 0$).
Even function: symmetric about the $y$-axis, $\cosh(-x) = \cosh x$.
Asymptotic: $\cosh(x) \sim \frac{1}{2}e^{|x|}$ as $|x| \to \infty$.
The graph of $y = \cosh(x)$ is a catenary — the U-shaped curve formed by a heavy, flexible chain or cable hanging freely under its own weight between two points. It has a single minimum at x = 0, and grows symmetrically like half of $e^{|x|}$ far from the origin.

For large $|x|$, one of the exponentials dominates: (i) $x \to +\infty$: $\cosh x \sim \frac{1}{2}e^{x}$. (ii) $x \to -\infty$: $e^{-x}$ dominates, so $\cosh x \sim \frac{1}{2}e^{-x} = \frac{1}{2}e^{|x|}$. In both directions, $\cosh x$ grows like $\frac{1}{2}e^{|x|}$ and tends to $+\infty$. Range: $[1, \infty)$.

$y = \tanh(x)$:
Passes through the origin: $\tanh(0) = 0$.
Derivative: $\frac{d}{dx}\tanh x = \operatorname{sech}^2 x = \frac{1}{\cosh^2 x} > 0$ for all $x$.
Strictly increasing on $\mathbb{R}$.
Bounded: $-1 < \tanh(x) < 1$ for all $x$.
Horizontal asymptotes: $y = 1$, $\lim_{x \to +\infty}\tanh(x) = 1$ from below; and $y = -1$ $\lim_{x \to -\infty}\tanh(x) = -1$ from above.
Odd symmetry: $\tanh(-x) = -\tanh x$.
Sigmoid-like (“S”-shaped) curve: it transitions smoothly from $-1$ to $+1$; it is a bounded, increasing sigmoid function widely used in machine learning (as an activation function) and in physics.

Derivation of $\operatorname{arsinh}$. Set $y = \sinh(x) = \frac{e^x - e^{-x}}{2}$. Then $2y = e^x - e^{-x}$. Multiplying by $e^x$: $2ye^x = e^{2x} - 1$, or $e^{2x} - 2ye^x - 1 = 0$. This is a quadratic in $e^x$, and the solution is $e^x = \frac{2y \pm \sqrt{4y^2 + 4}}{2} = y \pm \sqrt{y^2 + 1}.$

Since $e^x > 0$ and $\sqrt{y^2+1} > |y|$, only the $+$ sign gives a positive result: $e^x = y + \sqrt{y^2+1}$, so $\boxed{x = \ln(y + \sqrt{y^2+1})}$.

Derivatives: $\frac{d}{dx}\mathbb{arsinh}(x) = \frac{1}{\sqrt{x^2+1}}, \frac{d}{dx}\mathbb{arcosh}(x) = \frac{1}{\sqrt{x-1}\sqrt{x+1}}, \frac{d}{dx}\mathbb{artanh}(x) = \frac{1}{1-x^2}.$

Examples

  1. These derivatives appear frequently in integration, e.g., $\int \frac{dx}{\sqrt{x^2+1}} = \operatorname{arsinh}(x) + C = \ln(x + \sqrt{x^2+1}) + C$.
  2. $\sinh(2) = \frac{e^2 - e^{-2}}{2} = \frac{7.389 - 0.135}{2} \approx 3.627.$
  3. Solve the equation $\cosh(x) = 2$.
    Using the inverse: $x = \pm\operatorname{arcosh}(2) = \pm\ln(2 + \sqrt{3}) \approx \pm 1.317$.
    Verification: $\cosh(1.317) = \frac{e^{1.317} + e^{-1.317}}{2} \approx \frac{3.732 + 0.268}{2} = 2.000$ ✓.
    The $\pm$ arises because $\cosh$ is an even function, if $\cosh(x_0) = 2$, then $\cosh(-x_0) = 2$ as well.
  4. Solve the equation $\tanh(x) = 0.5$.
    $x = \operatorname{artanh}(0.5) = \frac{1}{2}\ln\!\left(\frac{1.5}{0.5}\right) = \frac{1}{2}\ln 3 \approx 0.549.$

Complex Hyperbolic functions

Hyperbolic functions are analogs of trigonometric functions (sine, cosine, etc.), but they are defined using the exponential function and relate to the geometry of a hyperbola rather than a circle. When extended to complex analysis, these functions exhibit fascinating properties, periodicity, and applications in physics, engineering, and pure mathematics.

The hyperbolic sine (sinh), hyperbolic cosine (cosh), and other related functions are defined using the exponential function $e^z$, where z is a complex number. For a complex variable z = x + iy, the definitions are:

$cosh(z) = \frac{e^z + e^{-z}}{2}, sinh(z) = \frac{e^z - e^{-z}}{2}, \tanh(z) = \frac{\sinh(z)}{\cosh(z)} = \frac{e^z - e^{-z}}{e^z + e^{-z}}$

Reciprocal functions. Hyperbolic Cotangent: $\coth(z) = \frac{\cosh(z)}{\sinh(z)}$, Hyperbolic Secant: $sech(z) = \frac{1}{\cosh(z)}$, Hyperbolic Cosecant: $csch(z) = \frac{1}{\sinh(z)}$

Properties of Complex Hyperbolic Functions

From the definitions: $\cosh(iz) = \frac{e^{iz} + e^{-iz}}{2} = \cos(z), \qquad \sinh(iz) = \frac{e^{iz} - e^{-iz}}{2} = \frac{2i\sin(z)}{2i} \cdot i = i\sin(z).$

$$\boxed{\begin{aligned} \cos(z) &= \cosh(iz), & \cosh(z) &= \cos(iz), \\ \sin(z) &= -i\sinh(iz), & \sinh(z) &= -i\sin(iz), \\ \tan(z) &= -i\tanh(iz), & \tanh(z) &= -i\tan(iz). \end{aligned}}$$

Trigonometric and hyperbolic functions are essentially the same functions, related by a rotation of $\pi/2$ in the complex plane (multiplication by $i$). The “oscillatory” behavior of $\cos$ and $\sin$ on the real axis transforms into the “exponential growth” behavior of $\cosh$ and $\sinh$ — and vice versa.

Derivation for $\cosh$: $\cosh(x + iy) = \cosh x\cosh(iy) + \sinh x\sinh(iy) = \cosh x\cos y + i\sinh x\sin y,$ using $\cosh(iy) = \cos y$ and $\sinh(iy) = i\sin y$.

Connecting to the trigonometric decompositions. These formulas are consistent with the decompositions of $\cos(z)$ and $\sin(z)$ derived in the section on complex trigonometric functions. Indeed, the bridge identities guarantee: $\cos(x + iy) = \cosh(i(x+iy)) = \cosh(ix - y)$
Using: $\boxed{\cosh(x + iy) = \cosh(x)\cos(y) + i\sinh(x)\sin(y)}$, but now the real part is -y and the imaginary part is x, so:
$\cosh(-y)\cos(x) + i\sinh(-y)\sin(x) =[\cosh(-y) = \cosh(-y), \sinh(-y) = -\sinh(y)]$ Thus,
$\cos x\cosh y - i\sin x\sinh y.$
$Similarly, \sin (x+iy)=\sin x\cosh y+i\cos x\sinh y$.

The radius of convergence is $\infty$ (both are entire functions). Comparing with the trigonometric series: $\sin z = \sum_{n=0}^{\infty} \frac{(-1)^n z^{2n+1}}{(2n+1)!}, \qquad \cos z = \sum_{n=0}^{\infty} \frac{(-1)^n z^{2n}}{(2n)!}.$

The only difference is the absence of the alternating factor $(-1)^n$ in the hyperbolic series.

Bitcoin donation

JustToThePoint Copyright © 2011 - 2026 Anawim. ALL RIGHTS RESERVED. Bilingual e-books, articles, and videos to help your child and your entire family succeed, develop a healthy lifestyle, and have a lot of fun. Social Issues, Join us.

This website uses cookies to improve your navigation experience.
By continuing, you are consenting to our use of cookies, in accordance with our Cookies Policy and Website Terms and Conditions of use.