Hyperbolic Functions and Their Derivatives
Click here for a printable version of this page.The last set of functions that we’re going to be looking in this chapter at are the hyperbolic functions. In many physical situations combinations of $e^x$ and $e^{−x}$ arise fairly often. Because of this these combinations are given names. There are six hyperbolic functions and they are defined as follows.
Definition of the Hyperbolic Functions
$$\begin{array}{ll} \sinh (x) = \displaystyle \frac{e^x - e^{-x}}{2} & \hspace{1.0in}\cosh (x) = \displaystyle \frac{e^x+ e^{ - x}}{2} \\ \tanh (x) = \displaystyle \frac{{\sinh (x)}}{{\cosh (x)}} & \hspace{1.0in}\coth (x) = \displaystyle \frac{{\cosh (x)}}{{\sinh (x)}} = \displaystyle \frac{1}{{\tanh (x)}} \\ {\mbox{sech}}(x) = \displaystyle \frac{1}{{\cosh (x)}} & \hspace{1.0in}{\mbox{csch}}(x) = \displaystyle \frac{1}{{\sinh (x)}} \end{array}$$Notice that the hyperbolic tangent, cotangent, secant, and cosecant are defined in a similar ways as with the standard trigonometric functions. This can make it easier to remember.
From the definitions, which rely on exponential functions, we can easily determine the domains and ranges of these functions.
$$\begin{array}{lcccc} && \text{Domain} && \text{Range} \\ y=\sinh(x) && (-\infty,\infty) && (-\infty,\infty) \\ y=\cosh(x) && (-\infty,\infty) && [1,\infty) \\ y=\tanh(x) && (-\infty,\infty) && (-1,1) \\ y=\coth(x) && (-\infty,0)\cup(0,\infty) && (-\infty,-1)\cup(1,\infty) \\ y=\mbox{sech}(x) && (-\infty,\infty) && (0,1] \\ y=\mbox{csch}(x) && (-\infty,0)\cup(0,\infty) && (-\infty,0)\cup(0,\infty) \\ \end{array}$$Below are the graphs of the hyperbolic sine, cosine, and tangent funtions.
While these six new functions have many interesting relationships with one another, here are some identities that are similar, but not the same, to some of the more common trigonometric identities.
$$\begin{array}{ll} \sinh \left( { - x} \right) = - \sinh \left( x \right) & \hspace{1.0in}\cosh \left( { - x} \right) = \cosh \left( x \right) \\ {\cosh ^2}\left( x \right) - {\sinh ^2}\left( x \right) = 1 & \hspace{1.0in}1 - {\tanh ^2}\left( x \right) = {\mbox{sec}}{{\mbox{h}}^{\mbox{2}}}\left( x \right) \end{array}$$You should be able to verify these easily with the definitions of the functions, so we leave this as an exercise.
Derivatives of Hyperbolic Functions
Because the hyperbolic functions are defined in terms of exponential functions finding their derivatives is fairly simple. Just remember to use the chain rule when taking the derivative of $e^{-x}$. We’ll do the derivative for hyperbolic sine and leave the rest to you as an exercise.
$$\begin{align*} \frac{d}{dx}\left[\sinh(x)\right] &= \frac{d}{dx}\left[\frac{e^x-e^{-x}}{2}\right] \\ &= \frac{1}{2}\,\frac{d}{dx}\left[e^x-e^{-x}\right] \\ &= \frac{1}{2}\left(e^x-e^{-x}(-1)\right) \\ &= \frac{e^x+e^{-x}}{2} \\ &= \cosh(x) \end{align*}$$Note that there was no need to use the quotient rule as the denominator was just a constant.
The other derivatives can be found in a similar way or by using the quotient rule where appropriate. Here are all six derivatives.
Derivatives of Hyperbolic Functions
$$\begin{array}{lll} \displaystyle \frac{d}{{dx}}\left[ {\sinh (x)} \right] = \cosh (x) && \displaystyle \frac{d}{{dx}}\left[ {\cosh (x)} \right] = \sinh (x) \\ \displaystyle \frac{d}{{dx}}\left[ {\tanh (x)} \right] = \mbox{sech}^{2}(x) && \displaystyle \frac{d}{{dx}}\left[ {\coth (x)} \right] = - {\mbox{csch}}^{2}(x) \\ \displaystyle \frac{d}{{dx}}\left[ {{\mbox{sech}}(x)} \right] = - {\mbox{sech }}(x)\tanh(x) && \displaystyle \frac{d}{{dx}}\left[ {{\mbox{csch}}(x)} \right] = - {\mbox{csch }}(x){\coth}(x) \end{array}$$We see some similarities to the derivatives of the basic trigonometric functions, but be careful as they are not the same.
Let's do some practice.
Determine the derivative of each.
- $f\left( x \right) = 2{x^5}\cosh (x)$
- $\displaystyle h\left( t \right) = \dfrac{{\sinh (t)}}{{t + 1}}$
Here we use the product rule and our new formula for the derivative of $\cosh(x)$.
$$f'\left( x \right) = 10{x^4}\cosh (x) + 2{x^5}\sinh (x)$$
For this function, we'll need the new formula for the derivative of $\sinh(t)$ as well as the quotient rule.
$$h'\left( t \right) = \dfrac{{\left( {t + 1} \right)\cosh (t) - \sinh (t)}}{{{{\left( {t + 1} \right)}^2}}}$$
Inverse Hyperbolic Functions
Note: The following content is adapted from OpenStax and is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Access for free at https://openstax.org/books/calculus-volume-1/pages/1-introduction.

From the graphs of the hyperbolic functions, we see that all of them are one-to-one except $\cosh(x)$ and $\mbox{sech}(x)$. If we restrict the domains of these two functions to the interval $[0,\infty)$, then all the hyperbolic functions are one-to-one, and we can define the inverse hyperbolic functions. Since the hyperbolic functions themselves involve exponential functions, the inverse hyperbolic functions involve logarithmic functions. Included are the alternate notations for these functions.
Definitions of the Inverse Hyperbolic Functions
$$\begin{array}{ll} \sinh^{-1} (x) =\mbox{arsinh}(x)= \ln\left(x+\sqrt{x^2+1}\right) & \hspace{1.0in}\cosh^{-1} (x) =\mbox{arcosh}= \ln\left(x+\sqrt{x^2-1}\right) \\ \tanh^{-1} (x) = \mbox{artanh}= \dfrac{1}{2}\ln\left(\dfrac{1+x}{1-x}\right) & \hspace{1.0in}\coth^{-1} (x) = \mbox{arcoth} =\dfrac{1}{2}\ln\left(\dfrac{1+x}{1-x}\right) \\ {\mbox{sech}}^{-1}(x) = \mbox{arsech} =\ln\left(\dfrac{1+\sqrt{1-x^2}}{x}\right) & \hspace{1.0in}{\mbox{csch}}^{-1}(x) =\mbox{arcsch}= \ln\left(\dfrac{1}{x}+\dfrac{\sqrt{1+x^2}}{|x|}\right) \end{array}$$Before explaining how these come about, it is important to understand the domains and ranges of these functions. For example, the definition for the inverse hyperbolic tangent and cotangent look identical, but they are defined on entirely different domains.
$$\begin{array}{lcccc} && \text{Domain} && \text{Range} \\ y=\sinh^{-1}(x) && (-\infty,\infty) && (-\infty,\infty) \\ y=\cosh^{-1}(x) && [1,\infty) && [0,\infty) \\ y=\tanh^{-1}(x) && (-1,1) && (-\infty,\infty) \\ y=\coth^{-1}(x) && (-\infty,-1)\cup(1,\infty) && (-\infty,0)\cup(0,\infty) \\ y=\mbox{sech}^{-1}(x) && (0,1] && [0,\infty) \\ y=\mbox{csch}^{-1}(x) && (-\infty,0)\cup(0,\infty) && (-\infty,0)\cup(0,\infty) \\ \end{array}$$Let's look at how to derive the formula for the inverse hyperbolic sine function. The others follow similarly.
Suppose $y=\sinh^{-1}(x)$. Then $x=\sinh(y)$ and, by the definition of the hyperbolic sine function,
$$x=\frac{e^y-e^{-y}}{2}.$$Therefore,
$$e^y-2x-e^{-y}=0.$$Multiplying this equation by $e^y$, which is always positive, we obtain
$$e^{2y}-2xe^y-1=0.$$This can be solved like a quadratic equation in terms of $e^y$, with the solutions
$$e^y=\frac{2x\pm\sqrt{4x^2+4}}{2}=x\pm\sqrt{x^2+1}.$$Since $e^y>0$, the only solution possible is the one with the addition. Finally, solving for $y$, we conclude that
$$\sinh^{-1}(x)=y=\ln\left(x+\sqrt{x^2+1}\right).$$We leave the remaining definitions as exercises.
Derivatives of Inverse Hyperbolic Functions
We can use the definitions of the inverse hyperbolic functions to easily compute their derivatives. We will need to remember how to take the derivative of the natural logarithm function as well as using the chain rule.
Use the definition of the inverse hyperbolic sine function to determine the derivative of $y=\sinh^{-1}(x)$. Simplify your derivative.
Here are the derivatives of all six inverse hyperbolic functions. Remember that the domains of the inverse hyperbolic tangent and cotangent are different, even though they look identical in their definitions.
Derivatives of Inverse Hyperbolic Functions
$$\begin{array}{lll} \displaystyle \frac{d}{{dx}}\left[ {\sinh^{-1} (x)} \right] = \frac{1}{\sqrt{x^2+1}} && \displaystyle \frac{d}{{dx}}\left[ {\cosh^{-1} (x)} \right] = \frac{1}{\sqrt{x^2-1}} \\ \displaystyle \frac{d}{{dx}}\left[ {\tanh^{-1} (x)} \right] = \frac{1}{1-x^2} && \displaystyle \frac{d}{{dx}}\left[ {\coth^{-1} (x)} \right] = \frac{1}{1-x^2} \\ \displaystyle \frac{d}{{dx}}\left[ {{\mbox{sech}}^{-1}(x)} \right] = \frac{-1}{x\sqrt{1-x^2}} && \displaystyle \frac{d}{{dx}}\left[ {{\mbox{csch}}^{-1}(x)} \right] = \frac{-1}{|x|\sqrt{x^2+1}} \end{array}$$As always, we should do lots of practice problems with these new derivatives.
Evaluate the following derivatives.
- $\dfrac{d}{dx}\left[\cosh^{-1}\left(\frac{x}{3}\right)\right]$
- $\dfrac{d}{dx}\left[\left(\tanh^{-1}(x)\right)^2\right]$
We need to use the chain rule along with the new derivative rules.
$$\begin{align*} \dfrac{d}{dx}\left[\cosh^{-1}\left(\frac{x}{3}\right)\right] &= \dfrac{1}{\sqrt{\left(\frac{x}{3}\right)^2-1}}\cdot \frac{1}{3} \\ &= \dfrac{1}{\sqrt{\frac{x^2}{9}-1}}\cdot \frac{1}{3} \\ &= \dfrac{1}{\sqrt{x^2-9}} \end{align*}$$We need to use the chain rule along with the new derivative rules.
$$\dfrac{d}{dx}\left[\left(\tanh^{-1}(x)\right)^2\right]=2\tanh^{-1}(x)\frac{1}{1-x^2}=\frac{2\tanh^{-1}(x)}{1-x^2}$$Applications
One physical application of hyperbolic functions involves hanging cables. If a cable of uniform density is suspended between two supports without any load other than its own weight, the cable forms a curve called a catenary. High-voltage power lines, chains hanging between two posts, and strands of a spider’s web all form catenaries.
Hyperbolic functions can be used to model catenaries. Specifically, functions of the form $y=a\cosh\left(\frac{x}{a}\right)$ are catenaries.
A chain hangs from two posts 2 m apart to form a catenary described by the equation $y=3\cosh\left(\frac{x}{3}\right)−2$. Find the slope of the catenary at the left fence post.
First, let's take a quick look at the graph of this function.
Since the shape of the hanging chain will be symmetric through the center, and that the posts are located 2 meters apart, we will imagine that the posts are located at the $x=-1$ and $x=1$ locations.
So to find the slope of the caternary at the left post, we simply need to compute $\dfrac{dy}{dx}\biggr\vert_{x=-1}$. Let's start by finding the derivative.
$$\frac{dy}{dx}=3\sinh\left(\frac{x}{3}\right)\cdot\frac{1}{3}=\sinh\left(\frac{x}{3}\right)$$Now we evaluate this at $x=-1$.
$$\dfrac{dy}{dx}\biggr\vert_{x=-1}=\sinh\left(\frac{-1}{3}\right)=\frac{1-e^{2/3}}{2\sqrt[3]{e}}\approx-0.3395$$Note: The following content is adapted from Paul's Online Math Notes, with permission, and is not shared under the Creative Commons license.
Practice Problems
For problems 1 – 7 differentiate the given function.
- $f\left( x \right) = \sinh \left( x \right) + 2\cosh \left( x \right) - {\mathop{\rm sech}\nolimits} \left( x \right)$
- $R\left( t \right) = \tan \left( t \right) + {t^2}{\mathop{\rm csch}\nolimits} \left( t \right)$
- $\displaystyle g\left( z \right) = \frac{{z + 1}}{{\tanh \left( z \right)}}$
- $k(w)=\cot(3w)+\coth(3w)$
- $A(x)=\,\mbox{sech}\left(\ln(x)\right)$
- $P(y)=\cosh^{-1}\left(\sinh(y)\right)$
- $v(t)=t^2\tanh^{-1}\left(e^t\right)$
Remember to use the product rule for the second term.
$$R'\left( t \right) = {{\sec }^2}\left( t \right) + 2t{\mathop{\rm csch}\nolimits} \left( t \right) - {t^2}{\mathop{\rm csch}\nolimits} \left( t \right)\coth \left( t \right)$$Remember to use the quotient rule.
$$g'\left( z \right) = \frac{{\tanh \left( z \right) - \left( {z + 1} \right){{{\mathop{\rm sech}\nolimits} }^2}\left( z \right)}}{{{{\tanh }^2}\left( z \right)}}$$Not that the first term is the regular cotangent function.
$$k'(w)=-3\csc^2(3w)-3\,\mbox{csch}^2(3w)$$We will use the chain rule.
$$A'(x)=\frac{-\,\mbox{sech}\left(\ln(x)\right)\tanh\left(\ln(x)\right)}{x}$$We will use the chain rule.
$$P'(y)=\frac{1}{\sqrt{\sinh^2(y)-1}}\cdot\cosh(y)=\frac{\cosh(y)}{\sqrt{\sinh^2(y)-1}}$$Make sure to use the product rule as well as the chain rule.
$$\begin{align*} v'(t) &= t^2\cdot\frac{1}{1-\left(e^t\right)^2}\cdot e^t+2t\tanh^{-1}\left(e^t\right)\\ &= \frac{t^2 e^t}{1-e^{2t}}+2t\tanh^{-1}\left(e^t\right) \end{align*}$$Assignment Problems
For problems 1 – 12 differentiate the given function.
- $h\left( w \right) = {w^2} - 3\sinh \left( w \right)$
- $g\left( x \right) = \cos \left( x \right) + \cosh \left( x \right)$
- $H\left( t \right) = 3{\mathop{\rm csch}\nolimits} \left( t \right) + 7\sinh \left( t \right)$
- $A\left( r \right) = \tan \left( r \right)\tanh \left( r \right)$
- $f\left( x \right) = {{\bf{e}}^x}\cosh \left( x \right)$
- $\displaystyle f\left( z \right) = \frac{{{\mathop{\rm sech}\nolimits} \left( z \right) + 1}}{{1 - z}}$
- $\displaystyle Q\left( w \right) = \frac{{\coth \left( w \right)}}{{w + \sinh \left( w \right)}}$
- $m(t)=\mbox{csch}\left(t\ln(t)\right)$
- $y=\dfrac{\tanh(4x)}{x+e^x}$
- $g(z)=z\sinh^{-1}(3z)+z\sinh(3z)$
- $p(x)=\mbox{sech}^{-1}\left(\frac{x}{5}\right)$
- $y=\ln\left(\tanh^{-1}\left(\frac{w}{2}\right)\right)$