Skip to main content
Logo image

Coordinated Calculus

Section 2.8 Derivatives of Hyperbolic Functions

There is an important class of functions that show up in many real-life situations: the so-called hyperbolic functions. Hyperbolic functions can be used to describe the shape of electrical lines freely hanging between two poles or any idealized hanging chain or cable supported only at its ends and hanging under its own weight. Hyperbolic functions can also be used to describe the path of a spacecraft performing a “gravitational slingshot” maneuver.
Figure 2.95. Freely-hanging electric power cables can form a catenary.

Subsection 2.8.1 The Hyperbolic Trigonometric Functions

There are two “fundamental” hyperbolic trigonometric functions, the hyperbolic sine (\(\sinh\)) and hyperbolic cosine (\(\cosh\)). These functions are defined in terms of the functions \(e^x\) and \(e^{-x}\text{.}\) Graphs of the hyperbolic sine and hyperbolic cosine are given below in Figure 2.96.

Hyperbolic Functions.

\begin{equation*} \sinh(x)=\frac{e^x-e^{-x}}{2} \hskip 1cm \cosh(x) = \frac{e^x+e^{-x}}{2} \end{equation*}
Figure 2.96. On the left, the graphs of \(y=\frac12e^x\) (in red), \(y=-\frac12e^{-x}\) (in blue), and \(y=\sinh(x)\) (in black). On the right, the graphs of \(y=\frac12e^x\) (in red), \(y=\frac12e^{-x}\) (in blue), and \(y=\cosh(x)\) (in black).

Example 2.97.

A cable hanging between two supports will form the shape of a hyperbolic cosine. In particular, the formula
\begin{equation*} y = \frac{T}{w}\cosh\left(\frac{wx}{T}\right), \end{equation*}
where \(T\) is the tension at its lowest point and \(w\) is the weight of the cable per unit length, will yield the total cable sag when evaluated at \(x=0\text{.}\) We can calculate the total sag in a powerline hanging between two poles spaced 400 feet apart where the mass per unit length is \(50\) lb/ft and the tension at the lowest point is \(2025\) lbs. Specifically, the total sag is given by
\begin{equation*} y = \frac{2025 \mbox{ lb}}{50 \mbox{ lb/ft}}\cosh\left(\frac{50\times 0}{2025}\right)=40.5 \mbox{ ft}. \end{equation*}
In addition to the hyperbolic sine and cosine, there is also a hyperbolic tangent function which is defined as you might expect.

Hyperbolic Tangent.

\begin{equation*} \tanh(x)=\frac{\sinh(x)}{\cosh(x)}=\frac{e^x-e^{-x}}{e^x+e^{-x}} \end{equation*}

Subsection 2.8.2 Identities and Properties

Similar to the usual trigonometric functions, the hyperbolic trigonometric functions have several important properties. While we will not take the time to directly show these properties are valid, we do encourage the reader to confirm these properties by using the formulas and by inspecting the graphs in Figure 2.96 above.

Properties of Hyperbolic Functions.

  • \(\cosh(0) = 1\text{;}\)
  • \(\sinh(0) = 0\text{;}\)
  • \(\cosh(-x) = \cosh(x)\text{;}\)
  • \(\sinh(-x) = -\sinh(x)\text{.}\)
It is also useful to discuss the long-run behavior of the hyperbolic trigonometric functions. Again, inspection of Figure 2.96 above suggests that as \(x\rightarrow\infty\text{,}\) the graph of \(\cosh(x)\) resembles the graph of \(\frac12e^x\text{.}\) Similarly, it appears that as \(x\rightarrow-\infty\text{,}\) the graph of \(\cosh(x)\) resembles the graph of \(\frac12e^{-x}\text{.}\) This behavior is further explained by using the formulas for \(\cosh(x)\) and \(\sinh(x)\) and the facts that \(e^{-x}\rightarrow0\) as \(x\rightarrow\infty\text{,}\) and \(e^{x}\rightarrow0\) as \(x\rightarrow-\infty\text{.}\)
Recall that the trig functions were defined on the unit circle, giving us the Pythagorean identity: if we set \(x = \cos(\theta)\) and \(y=\sin(\theta)\text{,}\) then the point \((x,y)\) lies on the unit circle, and we have
\begin{equation*} \cos^2(\theta) + \sin^2(\theta) = 1\text{ because }x^2+y^2 = 1\text{.} \end{equation*}
In fact, an analogous identity holds for the hyperbolic trigonometric functions.

A Hyperbolic Identity.

\begin{equation*} \cosh^2(\theta) - \sinh^2(\theta) = 1 \end{equation*}
This identity shows us how the hyperbolic functions got their name. Suppose \((x,y)\) is a point in the plane, and \(x = \cosh\theta\) and \(y=\sinh\theta\) for some \(\theta\text{.}\) Then the point \((x,y)\) lies on the hyperbola \(x^2-y^2 = 1\text{.}\)

Subsection 2.8.3 Derivatives of Hyperbolic Functions

We now proceed to calculate the derivatives of each of the hyperbolic functions.

Example 2.98.

Calculate the derivatives
  1. \(\displaystyle \frac{d}{dx}[\cosh(x)]\)
  2. \(\displaystyle \frac{d}{dx}[\sinh(x)]\)
  3. \(\displaystyle \frac{d}{dx}[\tanh(x)]\)
Hint.
Recall that \(\frac{d}{dx}[e^x]=e^x\text{,}\) \(\sinh(x)=\frac{e^x-e^{-x}}{2}\text{,}\) \(\cosh(x) = \frac{e^x+e^{-x}}{2}\text{,}\) and \(\tanh(x)=\frac{\sinh(x)}{\cosh(x)}=\frac{e^x-e^{-x}}{e^x+e^{-x}} \text{.}\)
Answer.
  1. \begin{equation*} \frac{d}{dx}[\cosh(x)] =\sinh(x)\text{.} \end{equation*}
  2. \begin{equation*} \frac{d}{dx}[\sinh(x)] = \cosh(x)\text{.} \end{equation*}
  3. \begin{equation*} \frac{d}{dx}[\tanh(x)] =\frac{1}{\cosh^2(x)}\text{.} \end{equation*}
Solution.
  1. \begin{equation*} \frac{d}{dx}[\cosh(x)] = \frac{d}{dx}\left[\frac{e^x+e^{-x}}{2}\right]=\frac{e^x-e^{-x}}{2}=\sinh(x)\text{.} \end{equation*}
  2. \begin{equation*} \frac{d}{dx}[\sinh(x)] = \frac{d}{dx}\left[\frac{e^x-e^{-x}}{2}\right]=\frac{e^x+e^{-x}}{2}=\cosh(x)\text{.} \end{equation*}
  3. \begin{equation*} \frac{d}{dx}[\tanh(x)] = \frac{d}{dx}\left[\frac{\sinh(x)}{\cosh(x)}\right]=\frac{(\cosh(x))^2-(\sinh(x))^2}{(\cosh(x))^2}=\frac{1}{\cosh^2(x)}\text{.} \end{equation*}

Derivatives of Hyperbolic Trigonometric Functions.

  • \(\frac{d}{dx}[\cosh(x)]=\sinh(x)\text{.}\)
  • \(\frac{d}{dx}[\sinh(x)]=\cosh(x)\text{.}\)
  • \(\frac{d}{dx}[\tanh(x)]=\frac{1}{\cosh^2(x)}\text{.}\)

Subsection 2.8.4 Applications of Hyperbolic Trigonometry

A company wishes to build a suspension bridge that stretches between the basketball arena and the baseball stadium on the other side of the railway lines in a particular city. The center part of the bridge will be suspended between two concrete pillars 280 feet apart and 80 feet high. The cable holding the bridge is to be exactly 30 feet above the railway tracks in the middle of the bridge, i.e. it sags exactly 50 feet.
In 1691, Gottfried Leibniz and Christian Huygens determined that any cable hanging under the force of gravity must have the shape of the graph of
\begin{equation*} y(x) = a \cosh\left( \frac x a \right) + b. \end{equation*}
This shape is known as a catenary. The parameter \(a\) is the ratio of cable tension to cable density. The only use of the parameter \(b\) is to provide a vertical shift, if needed.
We can ask two important questions. First, what values must \(a\) and \(b\) have in order for the catenary to fit the constraints provided by the placement of the concrete pillars and the low point of the cable?
In order to find \(a\) and \(b\) we need to solve two separate equations. We know that \(y(0)=30\) to ensure we have sufficient clearance above the railway tracks. We also know that \(y(140)=80\) since the cable attaches to a 80 foot tall pillar 140 feet from the lowest point (center). Therefore we have
\begin{equation*} 30=a \cosh\left( \frac 0 a \right) + b\text{,} \end{equation*}
\begin{equation*} 80=a \cosh\left( \frac{140}{a} \right) + b\text{.} \end{equation*}
Since \(\cosh(0)=1\) we can simplify the first equation to \(30=a+b\text{.}\) Substituting this equation into the second equation yields \(80=a \cosh\left( \frac{140}{a} \right) +30-a\text{.}\) Now, by graphing the function \(y=x \cosh\left( \frac{140}{x} \right) +30-x\) and the line \(y=80\) and then graphically searching for the point of intersection (as in [cross-reference to target(s) "solvinghyper" missing or not unique] below), we see that \(80=a \cosh\left( \frac{140}{a} \right) +30-a\) when \(a \approx 203.82\text{.}\)
Figure 2.99. Solving \(80=a \cosh\left( \frac{140}{a} \right) +30-a\text{.}\)
Using the value of \(a \approx 203.82\) together with \(30=a+b\) we have \(b=-173.82\text{.}\) Therefore, the height of the bridge can be modeled by the equation
\begin{equation*} h(x)=203.82 \cosh\left(\frac{x}{203.82}\right) - 173.82\text{.} \end{equation*}

Subsection 2.8.5 Summary

  • Hyperbolic functions are useful in modeling the shape of a cable hanging between two poles.
  • The hyperbolic functions are defined in terms of elementary exponential functions:
    \begin{equation*} \sinh(x)=\frac{e^x-e^{-x}}2, \ \ \cosh(x)=\frac{e^x+e^{-x}}2, \ \text{and} \end{equation*}
    \begin{equation*} \tanh(x)=\frac{\sinh(x)}{\cosh(x)}=\frac{e^x-e^{-x}}{e^x+e^{-x}}\text{.} \end{equation*}
  • Hyperbolic sine and hyperbolic cosine satisfy an identity similar to the Pythagorean identity: \(\cosh^2(x)-\sinh^2(x)=1\) for any real number \(x\text{.}\)
  • The derivatives of the hyperbolic functions are also reminiscent of the regular trigonometric derivatives:
    \begin{equation*} \frac{d}{dx}[\sinh(x)]=\cosh(x), \ \ \frac{d}{dx}[\cosh(x)]=\sinh(x), \ \text{and} \end{equation*}
    \begin{equation*} \frac{d}{dx}[\tanh(x)]=\frac1{\cosh^2(x)}\text{.} \end{equation*}

Exercises 2.8.6 Exercises

1. Simplifying Hyperbolic Trigonometric Functions.

Simplify the expression
\(\cosh(\ln t) =\)

2. Limits of Hyperbolic Functions.

Find the limit of the function as \(x\to \infty\text{.}\)
\(\displaystyle \lim\limits_{x\to\infty} \frac{e^{4 x}}{\sinh(4 x)}=\)
(If the function diverges as \(x\to\infty\text{,}\) enter infinity or -infinity.)

3. Limits of Hyperbolic Functions.

PTX:ERROR: WeBWorK problem Library/Michigan/Chap3Sec8/Q25.pg with seed 116 does not return valid XML It may not be PTX compatible Use -a to halt with returned content

4. Graphs of Hyperbolic Functions.

Match each hyperbolic function or inverse hyperbolic function to its graph.
  1. \(\displaystyle \tanh^{-1}(x)\)
  2. \(\displaystyle \sinh(x)\)
  3. \(\displaystyle \tanh(x)\)
  4. \(\displaystyle \cosh(x)\)
  5. \(\displaystyle \sinh^{-1}(x)\)

5. Derivatives of Hyperbolic Functions.

PTX:ERROR: WeBWorK problem Library/UVA-Stew5e/setUVA-Stew5e-C03S09-HyperFuncts/3-9-33.pg with seed 118 does not have a statement tag Maybe it uses something other than BEGIN_TEXT or BEGIN_PGML to print the statement in its PG code Use -a to halt with returned content

6. Derivatives of Hyperbolic Functions.

PTX:ERROR: WeBWorK problem Library/UVA-Stew5e/setUVA-Stew5e-C03S09-HyperFuncts/3-9-34.pg with seed 119 does not have a statement tag Maybe it uses something other than BEGIN_TEXT or BEGIN_PGML to print the statement in its PG code Use -a to halt with returned content

7. Derivatives of Hyperbolic Functions.

PTX:ERROR: WeBWorK problem Library/UVA-Stew5e/setUVA-Stew5e-C03S09-HyperFuncts/3-9-38.pg with seed 120 does not have a statement tag Maybe it uses something other than BEGIN_TEXT or BEGIN_PGML to print the statement in its PG code Use -a to halt with returned content

8. Derivatives of Hyperbolic Functions.

If
\begin{equation*} f(x) = \frac{4 - \cosh x}{2 + \cosh x} \end{equation*}
then \(f'( x ) =\) .

9. Derivatives of Hyperbolic Functions.

Find the derivative of the function \(f(t)=\cosh^2(5 t)-\sinh^2(5 t)\text{.}\) Simplify your answer completely.
\(f'(t) =\)