Hyperbolic Sine — Definition, Formula & Examples
Hyperbolic sine, written as sinh(x), is a function defined using exponential functions that mirrors some properties of the ordinary sine function but traces a hyperbola rather than a circle. It is calculated as half the difference between and .
For any real number , the hyperbolic sine function is defined by , where is Euler's number. The function is odd, meaning , has domain , range , and satisfies the identity .
Key Formula
Where:
- = Any real number input
- = Euler's number, approximately 2.71828
How It Works
To evaluate , substitute the value of into the exponential formula and compute. The function grows exponentially for large positive (behaving like ) and decreases exponentially for large negative . Its derivative is , and its integral is , making it straightforward in calculus. Hyperbolic sine appears naturally when solving certain differential equations, modeling hanging cables (catenaries), and describing relativistic velocity addition in physics.
Worked Example
Problem: Evaluate sinh(2).
Step 1: Write the definition of sinh and substitute x = 2.
Step 2: Compute the exponential values. We have e² ≈ 7.3891 and e⁻² ≈ 0.1353.
Step 3: Subtract and divide by 2.
Answer: sinh(2) ≈ 3.6269
Another Example
Problem: Find the derivative of f(x) = sinh(3x).
Step 1: Recall that the derivative of sinh(u) with respect to x is cosh(u) · du/dx (chain rule).
Step 2: Here u = 3x, so du/dx = 3.
Step 3: Write the final result.
Answer: f'(x) = 3 cosh(3x)
Visualization
Why It Matters
Hyperbolic sine is essential in Calculus II and differential equations courses, where it appears in solutions to linear ODEs with constant coefficients. Engineers use it to model the shape of a freely hanging cable (catenary curve), and physicists encounter it in special relativity when describing rapidity. Mastering sinh and its companion functions also prepares you for integration techniques involving hyperbolic substitution.
Common Mistakes
Mistake: Using a plus sign instead of a minus sign in the formula, writing (eˣ + e⁻ˣ)/2.
Correction: That expression defines cosh(x), not sinh(x). Hyperbolic sine uses subtraction: sinh(x) = (eˣ − e⁻ˣ)/2.
Mistake: Assuming sinh(x) is periodic or bounded like sin(x).
Correction: Unlike sin(x), sinh(x) has no period and grows exponentially. Its range is all real numbers, not [−1, 1].
