Welcome to the World of Hyperbolic Functions!

In your previous math studies, you’ve worked extensively with trigonometric functions like sine and cosine. These are often called "circular functions" because they relate to the coordinates of a circle. In this chapter, we are going to meet their cousins: the Hyperbolic Functions.

Don't worry if the names sound a bit intimidating—"sinh" and "cosh" might look like typos at first! In reality, these functions are just specific combinations of the exponential function \( e^x \) that you already know. They are incredibly useful in engineering and physics, especially for describing the shape of a hanging cable (like a power line) or the path of a spacecraft.

Let’s dive in and see how they work!


1. Defining the Big Three: Sinh, Cosh, and Tanh

The three primary hyperbolic functions are sinh (pronounced "shine"), cosh (pronounced "cosh"), and tanh (pronounced "than"). Unlike trigonometry, which uses circles, these are defined using the number \( e \).

The Exponential Definitions

Hyperbolic Sine: \( \sinh x = \frac{e^x - e^{-x}}{2} \)
Hyperbolic Cosine: \( \cosh x = \frac{e^x + e^{-x}}{2} \)
Hyperbolic Tangent: \( \tanh x = \frac{\sinh x}{\cosh x} = \frac{e^x - e^{-x}}{e^x + e^{-x}} \)

Why do they have these names?

In trigonometry, the "circular" identity is \( \cos^2 x + \sin^2 x = 1 \). In this chapter, we use the "hyperbolic" identity: \( \cosh^2 x - \sinh^2 x = 1 \). This equation looks exactly like the formula for a hyperbola in coordinate geometry!

Quick Review: Remember that \( \cosh x \) is the "average" of \( e^x \) and \( e^{-x} \), while \( \sinh x \) is half the "difference" between them.


2. Visualizing the Functions (Graphs)

Understanding what these functions look like will help you predict answers and avoid mistakes.

The Graph of \( y = \cosh x \)

The \( \cosh \) graph looks like a "U" shape (a parabola), but it's actually a curve called a catenary.
Real-world analogy: If you hold the two ends of a jump rope and let it hang loosely, the shape it forms is exactly a \( \cosh \) curve!
Key features: It never goes below 1. The y-intercept is always \( (0, 1) \).

The Graph of \( y = \sinh x \)

The \( \sinh \) graph looks a bit like \( y = x^3 \). It starts low on the left and goes high on the right.
Key features: It passes through the origin \( (0, 0) \). It can be positive, negative, or zero.

The Graph of \( y = \tanh x \)

The \( \tanh \) graph is shaped like an "S".
Key features: It is "squashed" between two horizontal boundaries (asymptotes) at \( y = 1 \) and \( y = -1 \). It will never go above 1 or below -1.

Key Takeaway: If you are solving an equation and get \( \tanh x = 2 \), you know immediately there is no solution because tanh stays between -1 and 1!


3. Hyperbolic Identities and Osborn’s Rule

Just like trig, hyperbolic functions have identities. The good news? They are almost identical to the trig ones you already know!

Common Identities

1. \( \cosh^2 x - \sinh^2 x = 1 \) (Notice the minus sign!)
2. \( 1 - \tanh^2 x = \text{sech}^2 x \)
3. \( \sinh(2x) = 2 \sinh x \cosh x \)
4. \( \cosh(2x) = \cosh^2 x + \sinh^2 x \)

Memory Aid: Osborn’s Rule

To turn a standard trig identity into a hyperbolic one, simply replace \( \sin \) with \( \sinh \) and \( \cos \) with \( \cosh \).
The Catch: Whenever you see a product of two sines (like \( \sin^2 x \) or \( \sin A \sin B \)), you must change the sign (from + to - or - to +).

Example:
Trig: \( \cos(2x) = \cos^2 x - \sin^2 x \)
Hyperbolic: \( \cosh(2x) = \cosh^2 x + \sinh^2 x \) (We changed the sign because of the \( \sinh^2 \)).


4. Inverse Hyperbolic Functions

Sometimes we need to go backward. If \( y = \sinh x \), then \( x = \text{arsinh } y \). Because hyperbolic functions are made of \( e^x \), their inverses can be written using natural logarithms (\( \ln \)).

The Logarithmic Forms (From the Syllabus)

\( \text{arsinh } x = \ln(x + \sqrt{x^2 + 1}) \) for all \( x \)
\( \text{arcosh } x = \ln(x + \sqrt{x^2 - 1}) \) for \( x \geq 1 \)
\( \text{artanh } x = \frac{1}{2} \ln(\frac{1+x}{1-x}) \) for \( |x| < 1 \)

Common Mistake: When using \( \text{arcosh } x \), remember that it only exists for \( x \geq 1 \). If you try to calculate \( \text{arcosh }(0.5) \) on your calculator, you will get an error!


5. Solving Equations

When you are asked to solve an equation like \( 3 \cosh x + \sinh x = 8 \), you generally have two strategies:

Strategy A: The Exponential Substitution
Replace \( \cosh x \) and \( \sinh x \) with their definitions (\( \frac{e^x + e^{-x}}{2} \)). This usually results in a quadratic equation in terms of \( e^x \). Let \( u = e^x \), solve for \( u \), and then find \( x = \ln u \).

Strategy B: Using Identities
Use identities like \( \cosh^2 x = 1 + \sinh^2 x \) to make the whole equation use only one type of function (e.g., all \( \sinh \)).

Step-by-Step Example: Solve \( \cosh^2 x - 5 \sinh x = 7 \)
1. Replace \( \cosh^2 x \) with \( 1 + \sinh^2 x \).
2. Equation becomes: \( (1 + \sinh^2 x) - 5 \sinh x = 7 \).
3. Simplify: \( \sinh^2 x - 5 \sinh x - 6 = 0 \).
4. Factorize: \( (\sinh x - 6)(\sinh x + 1) = 0 \).
5. Solutions: \( \sinh x = 6 \) or \( \sinh x = -1 \).
6. Find final \( x \) values using the \( \text{arsinh} \) log formula or calculator.


6. Differentiation and Integration

The derivatives of hyperbolic functions are very clean and easy to remember—even easier than trig!

Derivatives

\( \frac{d}{dx}(\sinh x) = \cosh x \)
\( \frac{d}{dx}(\cosh x) = \sinh x \) (No negative sign here! This is different from trig!)
\( \frac{d}{dx}(\tanh x) = \text{sech}^2 x \)

Integration

Integration is just the reverse.
\( \int \sinh x \, dx = \cosh x + C \)
\( \int \cosh x \, dx = \sinh x + C \)

Quick Review Box:
- Sinh/Cosh derivatives: Both are positive! Just swap them.
- Standard Integrals: Often, you will use inverse hyperbolic functions to solve integrals like \( \int \frac{1}{\sqrt{x^2+1}} \, dx = \text{arsinh } x + C \).


Summary Checklist

- Do I know the definitions of \( \sinh \), \( \cosh \), and \( \tanh \) in terms of \( e \)?
- Can I sketch the three main graphs and identify their asymptotes/intercepts?
- Do I know how to use Osborn's Rule to find identities?
- Can I convert inverse functions into their \( \ln \) forms?
- Can I solve equations by substituting \( u = e^x \)?

Don't worry if this seems like a lot to memorize. With practice, the connection between trig and hyperbolic functions becomes very natural. You've got this!