Skip to content

FP3 Chapter 1: Hyperbolic Functions

This lecture introduces hyperbolic functions, which arise naturally from certain rational function integrals. These functions share many properties with trigonometric functions but exhibit exponential growth behaviour. We’ll explore their definitions, properties, and applications.

Consider the following integrals that appear frequently in calculus:

dxx2±a2\int \frac{dx}{\sqrt{x^2 \pm a^2}}

These integrals have important applications in physics and engineering, particularly in:

  • The length of a catenary curve (hanging chain)
  • The motion of a pendulum
  • Problems in special relativity

Their solutions lead us naturally to hyperbolic functions.

Module 1: Definitions and Basic Properties

Section titled “Module 1: Definitions and Basic Properties”
  1. coshx1\cosh x \geq 1 for all real xx
  2. sinhx\sinh x is odd: sinh(x)=sinh(x)\sinh(-x) = -\sinh(x)
  3. coshx\cosh x is even: cosh(x)=cosh(x)\cosh(-x) = \cosh(x)
  • sinhx\sinh x is similar to sinx\sin x but grows exponentially as x|x| \to \infty
  • coshx\cosh x is similar to cosx\cos x but has minimum value 1 and grows exponentially
  • tanhx\tanh x has horizontal asymptotes at y=±1y = \pm 1

Graphs of sinh, cosh, and tanh

Example 1: Solve the equation sinhx=3\sinh x = 3

Section titled “Example 1: Solve the equation sinh⁡x=3\sinh x = 3sinhx=3”

Step 1. Using the definition:

exex2=3\frac{e^x - e^{-x}}{2} = 3

Step 2. Let y=exy = e^x. Then ex=1ye^{-x} = \dfrac{1}{y}:

y1y=6y - \frac{1}{y} = 6

Step 3. Rearrange to standard form:

y26y1=0y^2 - 6y - 1 = 0

Step 4. Solve quadratic equation:

y=6±36+42=3±10y = \frac{6 \pm \sqrt{36 + 4}}{2} = 3 \pm \sqrt{10}

Step 5. Since y=exy = e^x, and we need y>0y > 0:

x=ln(3+10)x = \ln(3 + \sqrt{10})

Module 2: Inverse Hyperbolic Functions and Identities

Section titled “Module 2: Inverse Hyperbolic Functions and Identities”

To find the domain of an inverse function:

  1. Check if the original function is one-to-one (injective)
  2. If not, restrict the domain to make it one-to-one
  3. The range of the original function becomes the domain of the inverse function
  4. The domain of the original function becomes the range of the inverse function

For example, coshx\cosh x is not one-to-one as it’s even, so we restrict its domain to [0,)[0,\infty) to define cosh1\cosh^{-1}.

Exercise: Domains of Inverse Hyperbolic Functions

Section titled “Exercise: Domains of Inverse Hyperbolic Functions”

For each of the six hyperbolic functions, determine:

  1. Whether the function is one-to-one on R\mathbb{R}
  2. If not, what domain restriction is needed
  3. The domain of its inverse function
FunctionOne-to-one?Restriction neededDomain of inverse
sinhx\sinh xYesNone<x<-\infty < x < \infty
coshx\cosh xNo (even)x0x \geq 0x1x \geq 1
tanhx\tanh xYesNone1<x<1-1 < x < 1
sechx\operatorname{sech} xNo (even)x0x \geq 00<x10 < x \leq 1
cschx\operatorname{csch} xNo (asymptote)x<0x < 0 or x>0x > 0x0x \neq 0
cothx\coth xNo (asymptote)x<0x < 0 or x>0x > 0x<1x < -1 or x>1x > 1

Explanation:

  • sinhx\sinh x: Strictly increasing everywhere, so inverse exists for all xRx \in \mathbb{R}
  • coshx\cosh x: Even function, restrict to x0x \geq 0 where minimum value is 1
  • tanhx\tanh x: Strictly increasing with horizontal asymptotes at y=±1y = \pm 1
  • sechx\operatorname{sech} x: Even function, restrict to x0x \geq 0 where 0<y10 < y \leq 1
  • cschx\operatorname{csch} x: Has vertical asymptote at x=0x = 0, need to consider x<0x < 0 and x>0x > 0 separately
  • cothx\coth x: Has vertical asymptote at x=0x = 0 and horizontal asymptotes at y=±1y = \pm 1

Graphs of inverse hyperbolic functions

For any real xx:

coshx=cos(ix)\cosh x = \cos(ix)

sinhx=isin(ix)\sinh x = -i\sin(ix)

1. Addition Formulas:

sinh(x+y)=sinhxcoshy+coshxsinhy\sinh(x+y) = \sinh x \cosh y + \cosh x \sinh y

cosh(x+y)=coshxcoshy+sinhxsinhy\cosh(x+y) = \cosh x \cosh y + \sinh x \sinh y

2. Double Angle Formulas:

sinh(2x)=2sinhxcoshx\sinh(2x) = 2\sinh x \cosh x

cosh(2x)=cosh2x+sinh2x=2cosh2x1\cosh(2x) = \cosh^2 x + \sinh^2 x = 2\cosh^2 x - 1

3. Pythagorean-like Identities:

1tanh2x=sech2x(dividing fundamental identity by cosh2x)1 - \tanh^2 x = \operatorname{sech}^2 x \quad \text{(dividing fundamental identity by } \cosh^2 x\text{)}

coth2x1=csch2x(dividing fundamental identity by sinh2x)\coth^2 x - 1 = \operatorname{csch}^2 x \quad \text{(dividing fundamental identity by } \sinh^2 x\text{)}

Solve the equation:

7sechxtanhx=57\operatorname{sech} x - \tanh x = 5

Give your answers in the form lna\ln a where aa is a rational number.

Solution:

Method 1: Using the definitions

7coshxsinhxcoshx=5\frac{7}{\cosh x} - \frac{\sinh x}{\cosh x} = 5

7sinhxcoshx=5\frac{7 - \sinh x}{\cosh x} = 5

7sinhx=5coshx7 - \sinh x = 5\cosh x

7exex2=5ex+ex27 - \frac{e^x - e^{-x}}{2} = 5\frac{e^x + e^{-x}}{2}

14(exex)=5(ex+ex)14 - (e^x - e^{-x}) = 5(e^x + e^{-x})

14ex+ex=5ex+5ex14 - e^x + e^{-x} = 5e^x + 5e^{-x}

146ex4ex=014 - 6e^x - 4e^{-x} = 0

3e2x7ex+2=03e^{2x} - 7e^x + 2 = 0

Let y=exy = e^x, then:

3y27y+2=0(3y1)(y2)=03y^2 - 7y + 2 = 0 \Rightarrow (3y-1)(y-2) = 0

Therefore y=13y = \dfrac{1}{3} or y=2y = 2.

Hence x=ln ⁣(13)x = \ln\!\left(\dfrac{1}{3}\right) or x=ln2x = \ln 2.

Method 2: Using sech2x+tanh2x=1\operatorname{sech}^2 x + \tanh^2 x = 1

(7sechx5)2=tanh2x(7\operatorname{sech} x - 5)^2 = \tanh^2 x

49sech2x70sechx+25=1sech2x49\operatorname{sech}^2 x - 70\operatorname{sech} x + 25 = 1 - \operatorname{sech}^2 x

50sech2x70sechx+24=050\operatorname{sech}^2 x - 70\operatorname{sech} x + 24 = 0

2(5sechx3)(5sechx4)=02(5\operatorname{sech} x - 3)(5\operatorname{sech} x - 4) = 0

sechx=35 or 45\operatorname{sech} x = \frac{3}{5} \text{ or } \frac{4}{5}

Leading to the same answers.

(a) Starting from the definitions of sinhx\sinh x and coshx\cosh x in terms of exponentials, prove that:

cosh2x=1+2sinh2x\cosh 2x = 1 + 2\sinh^2 x

Solution:

RHS=1+2sinh2x=1+2(exex2)2\text{RHS} = 1 + 2\sinh^2 x = 1 + 2\left(\frac{e^x - e^{-x}}{2}\right)^2

=1+2(e2x2+e2x4)= 1 + 2\left(\frac{e^{2x} - 2 + e^{-2x}}{4}\right)

=1+e2x2+e2x2= 1 + \frac{e^{2x} - 2 + e^{-2x}}{2}

=2+e2x2+e2x2= \frac{2 + e^{2x} - 2 + e^{-2x}}{2}

=e2x+e2x2= \frac{e^{2x} + e^{-2x}}{2}

=cosh2x=LHS= \cosh 2x = \text{LHS}

(b) Solve the equation:

cosh2x3sinhx=15\cosh 2x - 3\sinh x = 15

giving your answers as exact logarithms.

Solution:

  1. Using part (a):

1+2sinh2x3sinhx=151 + 2\sinh^2 x - 3\sinh x = 15

  1. Rearrange:

2sinh2x3sinhx14=02\sinh^2 x - 3\sinh x - 14 = 0

  1. Factorise:

(sinhx+2)(2sinhx7)=0(\sinh x + 2)(2\sinh x - 7) = 0

  1. Therefore:

sinhx=2 or sinhx=72\sinh x = -2 \text{ or } \sinh x = \frac{7}{2}

  1. For sinhx=2\sinh x = -2:

x=ln(2+(2)2+1)=ln(2+5)x = \ln(-2 + \sqrt{(-2)^2 + 1}) = \ln(-2 + \sqrt{5})

  1. For sinhx=72\sinh x = \dfrac{7}{2}:

x=ln ⁣(72+(72)2+1)=ln ⁣(7+532)x = \ln\!\left(\frac{7}{2} + \sqrt{\left(\frac{7}{2}\right)^2 + 1}\right) = \ln\!\left(\frac{7 + \sqrt{53}}{2}\right)

Solve the equation:

5tanhx+7=5sechx5\tanh x + 7 = 5\operatorname{sech} x

Give each answer in the form lnk\ln k where kk is a rational number.

Solution:

Method 1: Using exponential definitions

5exexex+ex+7=10ex+ex5\frac{e^x - e^{-x}}{e^x + e^{-x}} + 7 = \frac{10}{e^x + e^{-x}}

5(exex)+7(ex+ex)=105(e^x - e^{-x}) + 7(e^x + e^{-x}) = 10

5ex5ex+7ex+7ex=105e^x - 5e^{-x} + 7e^x + 7e^{-x} = 10

12ex+2ex=1012e^x + 2e^{-x} = 10

6e2x5ex+1=06e^{2x} - 5e^x + 1 = 0

Let y=exy = e^x, then:

6y25y+1=0(3y1)(2y1)=06y^2 - 5y + 1 = 0 \Rightarrow (3y-1)(2y-1) = 0

Therefore y=13y = \dfrac{1}{3} or y=12y = \dfrac{1}{2}.

Hence x=ln ⁣(13)x = \ln\!\left(\dfrac{1}{3}\right) or x=ln ⁣(12)x = \ln\!\left(\dfrac{1}{2}\right).

Method 2: Using tanh2x+sech2x=1\tanh^2 x + \operatorname{sech}^2 x = 1

5tanhx+7=5sechx5\tanh x + 7 = 5\operatorname{sech} x

5tanhx5sechx=75\tanh x - 5\operatorname{sech} x = -7

25tanh2x+70tanhx+49=25sech2x25\tanh^2 x + 70\tanh x + 49 = 25\operatorname{sech}^2 x

25tanh2x+70tanhx+49=25(1tanh2x)25\tanh^2 x + 70\tanh x + 49 = 25(1-\tanh^2 x)

50tanh2x+70tanhx+24=050\tanh^2 x + 70\tanh x + 24 = 0

2(5tanhx+3)(5tanhx+4)=02(5\tanh x + 3)(5\tanh x + 4) = 0

tanhx=35 or 45\tanh x = -\frac{3}{5} \text{ or } -\frac{4}{5}

Using tanhx=exexex+ex=45\tanh x = \dfrac{e^x - e^{-x}}{e^x + e^{-x}} = -\dfrac{4}{5}:

exexex+ex=45ex=12x=ln ⁣(12)\frac{e^x - e^{-x}}{e^x + e^{-x}} = -\frac{4}{5} \Rightarrow e^x = \frac{1}{2} \Rightarrow x = \ln\!\left(\frac{1}{2}\right)

Similarly for tanhx=35\tanh x = -\dfrac{3}{5}:

exexex+ex=35ex=13x=ln ⁣(13)\frac{e^x - e^{-x}}{e^x + e^{-x}} = -\frac{3}{5} \Rightarrow e^x = \frac{1}{3} \Rightarrow x = \ln\!\left(\frac{1}{3}\right)

Method 3: Using sinhx\sinh x and coshx\cosh x

5sinhx+7coshx=55\sinh x + 7\cosh x = 5

5sinhx+7coshx5=05\sinh x + 7\cosh x - 5 = 0

24sinh2x+50sinhx+24=024\sinh^2 x + 50\sinh x + 24 = 0

sinhx=43 or 34\sinh x = -\frac{4}{3} \text{ or } -\frac{3}{4}

Using sinhx=exex2\sinh x = \dfrac{e^x - e^{-x}}{2}:

exex2=43ex=13 or 12\frac{e^x - e^{-x}}{2} = -\frac{4}{3} \Rightarrow e^x = \frac{1}{3} \text{ or } \frac{1}{2}

Leading to the same answers.

Challenge (Optional): Deriving the Catenary Equation

Section titled “Challenge (Optional): Deriving the Catenary Equation”

Consider a flexible chain hanging under its own weight. We’ll derive its shape — the famous catenary curve y=acosh ⁣(xa)y = a\cosh\!\left(\dfrac{x}{a}\right).

Let’s establish our coordinate system:

  • xx-axis horizontal, yy-axis vertical upward
  • ρ\rho = mass per unit length of the chain
  • ss = arc length from the bottom to point P(x,y)P(x,y)
  • TT = tension at point PP
  • ThT_h = horizontal component of tension (constant throughout the chain)

Catenary setup diagram

For a small segment of the chain:

  • Mass of segment = ρs\rho s (proportional to arc length)
  • Tension TT acts tangent to the curve
  • ThT_h remains constant (key insight!)
  • θ\theta is the angle between TT and horizontal

Force analysis diagram

From the force balance:

Tsinθ=ρsg(vertical force balance)T\sin\theta = \rho s g \quad \text{(vertical force balance)}

Tcosθ=Th(horizontal force balance)T\cos\theta = T_h \quad \text{(horizontal force balance)}

Part 3: Deriving the Differential Equation

Section titled “Part 3: Deriving the Differential Equation”

Differential triangle

For a small segment:

sinθ=dyds\sin\theta = \frac{dy}{ds}

cosθ=dxds\cos\theta = \frac{dx}{ds}

Dividing the force equations:

tanθ=ρsgTh=dydx\tan\theta = \frac{\rho s g}{T_h} = \frac{dy}{dx}

Let a=Thρga = \dfrac{T_h}{\rho g}, then:

dydx=sa\frac{dy}{dx} = \frac{s}{a}

From the differential triangle:

ds2=dx2+dy2thereforedsdx=1+(dydx)2ds^2 = dx^2 + dy^2 \quad \text{therefore} \quad \frac{ds}{dx} = \sqrt{1 + \left(\frac{dy}{dx}\right)^2}

Differentiating dydx=sa\dfrac{dy}{dx} = \dfrac{s}{a} with respect to xx:

d2ydx2=1adsdx=1a1+(dydx)2\frac{d^2y}{dx^2} = \frac{1}{a}\frac{ds}{dx} = \frac{1}{a}\sqrt{1 + \left(\frac{dy}{dx}\right)^2}

We have derived the differential equation:

d2ydx2=1a1+(dydx)2\frac{d^2y}{dx^2} = \frac{1}{a}\sqrt{1 + \left(\frac{dy}{dx}\right)^2}

Question: Try to solve this equation with the following hints:

  1. Substitute dydx\dfrac{dy}{dx} by pp.
  2. The derivative of arsinh(p)\operatorname{arsinh}(p) is 11+p2\dfrac{1}{\sqrt{1 + p^2}}. (We will study this in Chapter 3. You can also prove it by yourself using the definition of arsinh(p)\operatorname{arsinh}(p).)
  3. The derivative of sinh(x)\sinh(x) is cosh(x)\cosh(x). (We will also study this in Chapter 3. You can also prove it by yourself using the definition of sinh(x)\sinh(x) and cosh(x)\cosh(x) in terms of exponentials.)

Solution:

  1. Using the hint about arsinh(p)\operatorname{arsinh}(p), we can integrate directly:

arsinh(p)=xa+C1\operatorname{arsinh}(p) = \frac{x}{a} + C_1

  1. Therefore:

p=sinh ⁣(xa+C1)p = \sinh\!\left(\frac{x}{a} + C_1\right)

  1. Since p=dydxp = \dfrac{dy}{dx}, we can absorb C1C_1 into our choice of origin:

dydx=sinh ⁣(xa)\frac{dy}{dx} = \sinh\!\left(\frac{x}{a}\right)

  1. Integrating again:

y=acosh ⁣(xa)+C2y = a\cosh\!\left(\frac{x}{a}\right) + C_2

This is the general equation of a catenary curve, where:

  • aa determines the “scale” of the curve
  • C2C_2 shifts the curve vertically
  1. Prove that the tension at any point is:

T=Thcosh ⁣(xa)T = T_h\cosh\!\left(\frac{x}{a}\right)

  1. Research: Why do suspension bridges follow a parabolic shape instead of a catenary? (Hint: Consider how the load is distributed)