Fiveable

Calculus I Unit 6 Review

QR code for Calculus I practice questions

6.9 Calculus of the Hyperbolic Functions

6.9 Calculus of the Hyperbolic Functions

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus I
Unit & Topic Study Guides

Hyperbolic Functions

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 exe^x and exe^{-x}. The three primary ones are:

  • sinhx=exex2\sinh x = \frac{e^x - e^{-x}}{2} (hyperbolic sine)
  • coshx=ex+ex2\cosh x = \frac{e^x + e^{-x}}{2} (hyperbolic cosine)
  • tanhx=sinhxcoshx=exexex+ex\tanh x = \frac{\sinh x}{\cosh x} = \frac{e^x - e^{-x}}{e^x + e^{-x}} (hyperbolic tangent)

The remaining three are reciprocals, just like in regular trig:

  • cschx=1sinhx\operatorname{csch} x = \frac{1}{\sinh x}
  • sechx=1coshx\operatorname{sech} x = \frac{1}{\cosh x}
  • cothx=1tanhx\operatorname{coth} x = \frac{1}{\tanh x}

Notice that coshx\cosh x is always positive and always 1\geq 1, while sinhx\sinh x 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, ddxcosx=sinx\frac{d}{dx}\cos x = -\sin x, but with hyperbolic functions there's no negative sign on the corresponding rule.

  • ddxsinhx=coshx\frac{d}{dx} \sinh x = \cosh x
  • ddxcoshx=sinhx\frac{d}{dx} \cosh x = \sinh x (no negative sign, unlike cosx\cos x)
  • ddxtanhx=sech2x\frac{d}{dx} \tanh x = \operatorname{sech}^2 x
  • ddxcschx=cschxcothx\frac{d}{dx} \operatorname{csch} x = -\operatorname{csch} x \coth x
  • ddxsechx=sechxtanhx\frac{d}{dx} \operatorname{sech} x = -\operatorname{sech} x \tanh x
  • ddxcothx=csch2x\frac{d}{dx} \operatorname{coth} x = -\operatorname{csch}^2 x

You can verify any of these by substituting the exponential definitions and differentiating directly. For example, differentiating sinhx=exex2\sinh x = \frac{e^x - e^{-x}}{2} gives ex+ex2=coshx\frac{e^x + e^{-x}}{2} = \cosh x.

Applications of hyperbolic derivatives and integrals, File:Hyperbolic functions.svg - Wikimedia Commons

Integrals of Hyperbolic Functions

Since integration reverses differentiation, many of these follow directly from the derivative table above.

  • sinhxdx=coshx+C\int \sinh x \, dx = \cosh x + C
  • coshxdx=sinhx+C\int \cosh x \, dx = \sinh x + C
  • tanhxdx=ln(coshx)+C\int \tanh x \, dx = \ln(\cosh x) + C
  • cothxdx=lnsinhx+C\int \operatorname{coth} x \, dx = \ln|\sinh x| + C
  • sechxdx=arctan(sinhx)+C\int \operatorname{sech} x \, dx = \arctan(\sinh x) + C
  • cschxdx=lntanhx2+C\int \operatorname{csch} x \, dx = \ln\left|\tanh \frac{x}{2}\right| + C

The first two are straightforward. For tanhxdx\int \tanh x \, dx, rewrite it as sinhxcoshxdx\int \frac{\sinh x}{\cosh x} \, dx and use the substitution u=coshxu = \cosh x, so du=sinhxdxdu = \sinh x \, dx. That turns it into duu=lnu+C=ln(coshx)+C\int \frac{du}{u} = \ln|u| + C = \ln(\cosh x) + C. You can drop the absolute value because coshx>0\cosh x > 0 always. The same substitution idea works for cothx\operatorname{coth} x.

Inverse Hyperbolic Functions

Each inverse hyperbolic function can be written as a logarithmic expression. This is because solving y=sinhxy = \sinh x for xx (for example) turns into solving an equation in exe^x, which yields a natural log.

  • sinh1x=ln(x+x2+1)\sinh^{-1} x = \ln\left(x + \sqrt{x^2 + 1}\right), domain: all real xx
  • cosh1x=ln(x+x21)\cosh^{-1} x = \ln\left(x + \sqrt{x^2 - 1}\right), domain: x1x \geq 1
  • tanh1x=12ln(1+x1x)\tanh^{-1} x = \frac{1}{2}\ln\left(\frac{1+x}{1-x}\right), domain: 1<x<1-1 < x < 1
  • csch1x=ln(1x+1x2+1)\operatorname{csch}^{-1} x = \ln\left(\frac{1}{x} + \sqrt{\frac{1}{x^2} + 1}\right), domain: x0x \neq 0
  • sech1x=ln(1x+1x21)\operatorname{sech}^{-1} x = \ln\left(\frac{1}{x} + \sqrt{\frac{1}{x^2} - 1}\right), domain: 0<x10 < x \leq 1
  • coth1x=12ln(x+1x1)\operatorname{coth}^{-1} x = \frac{1}{2}\ln\left(\frac{x+1}{x-1}\right), domain: x>1|x| > 1

Pay attention to the domain restrictions. They come from the ranges of the original hyperbolic functions. For instance, coshx1\cosh x \geq 1 for all xx, so cosh1\cosh^{-1} only accepts inputs 1\geq 1.

Applications of hyperbolic derivatives and integrals, Hyperbolic functions - Wikipedia

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.

  • ddxsinh1x=1x2+1\frac{d}{dx} \sinh^{-1} x = \frac{1}{\sqrt{x^2 + 1}}
  • ddxcosh1x=1x21\frac{d}{dx} \cosh^{-1} x = \frac{1}{\sqrt{x^2 - 1}}, for x>1x > 1
  • ddxtanh1x=11x2\frac{d}{dx} \tanh^{-1} x = \frac{1}{1 - x^2}, for x<1|x| < 1
  • ddxcsch1x=1xx2+1\frac{d}{dx} \operatorname{csch}^{-1} x = -\frac{1}{|x|\sqrt{x^2 + 1}}
  • ddxsech1x=1x1x2\frac{d}{dx} \operatorname{sech}^{-1} x = -\frac{1}{x\sqrt{1 - x^2}}, for 0<x<10 < x < 1
  • ddxcoth1x=11x2\frac{d}{dx} \operatorname{coth}^{-1} x = \frac{1}{1 - x^2}, for x>1|x| > 1

Notice that tanh1x\tanh^{-1} x and coth1x\operatorname{coth}^{-1} x have the same derivative formula, 11x2\frac{1}{1 - x^2}, but they apply on different domains. When you see 11x2dx\int \frac{1}{1 - x^2} \, dx, the correct antiderivative depends on whether x<1|x| < 1 (use tanh1x\tanh^{-1} x) or x>1|x| > 1 (use coth1x\operatorname{coth}^{-1} x).

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(xa)y = a \cosh\left(\frac{x}{a}\right)

where aa 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=cosh2x1 + \sinh^2 x = \cosh^2 x (the hyperbolic identity analogous to the Pythagorean identity).

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →