Hyperbolic Functions and Their Properties
In mathematics, hyperbolic functions are analogs of the ordinary trigonometric functions, but are defined using the hyperbola rather than the circle. Just as trigonometric functions relate to the coordinates of points on the unit circle, hyperbolic functions relate to the coordinates of points on the unit hyperbola. They are widely used in calculus, differential equations, and various areas of physics and engineering.
Definition of Hyperbolic Functions
The fundamental hyperbolic functions are the hyperbolic sine (sinh), hyperbolic cosine (cosh), and hyperbolic tangent (tanh). They are defined in terms of the exponential function, ex.
Hyperbolic Sine (sinh x)
The hyperbolic sine of x is defined as:
sinh x = (ex - e-x) / 2
This function is an odd function, meaning sinh(-x) = -sinh(x). Its graph passes through the origin (0,0) and increases monotonically.
Hyperbolic Cosine (cosh x)
The hyperbolic cosine of x is defined as:
cosh x = (ex + e-x) / 2
This function is an even function, meaning cosh(-x) = cosh(x). Its graph is a catenary curve, symmetric about the y-axis, with a minimum value of 1 at x=0.
Hyperbolic Tangent (tanh x)
The hyperbolic tangent of x is defined as:
tanh x = sinh x / cosh x = (ex - e-x) / (ex + e-x)
This function is also an odd function. Its graph has horizontal asymptotes at y = 1 and y = -1, and it increases monotonically from -1 to 1.
Other Hyperbolic Functions
Similar to trigonometric functions, other hyperbolic functions can be defined:
- Hyperbolic cosecant (csch x) = 1 / sinh x = 2 / (ex - e-x)
- Hyperbolic secant (sech x) = 1 / cosh x = 2 / (ex + e-x)
- Hyperbolic cotangent (coth x) = 1 / tanh x = cosh x / sinh x = (ex + e-x) / (ex - e-x)
Fundamental Identities of Hyperbolic Functions
Hyperbolic functions satisfy identities analogous to trigonometric identities, but with some sign differences. The most fundamental identity is derived from the definitions of sinh x and cosh x.
The Pythagorean Identity
Consider the expression (cosh x)2 - (sinh x)2:
(cosh x)2 - (sinh x)2 = [ (ex + e-x) / 2 ]2 - [ (ex - e-x) / 2 ]2
= [ (e2x + 2exe-x + e-2x) / 4 ] - [ (e2x - 2exe-x + e-2x) / 4 ]
= [ (e2x + 2 + e-2x) - (e2x - 2 + e-2x) ] / 4
= (e2x + 2 + e-2x - e2x + 2 - e-2x) / 4
= 4 / 4 = 1
Thus, the primary hyperbolic identity is:
cosh2 x - sinh2 x = 1
This is analogous to the trigonometric identity cos2 θ + sin2 θ = 1. The difference in sign is crucial and arises from the definition related to the hyperbola.
Other Identities
Other identities can be derived from the fundamental ones:
- tanh2 x + sech2 x = 1
- coth2 x - csch2 x = 1
These can be derived by dividing the primary identity by cosh2 x and sinh2 x respectively.
Addition and Subtraction Formulas
Similar to trigonometric functions, hyperbolic functions have addition and subtraction formulas for sinh, cosh, and tanh.
Addition Formulas:
- sinh(x + y) = sinh x cosh y + cosh x sinh y
- cosh(x + y) = cosh x cosh y + sinh x sinh y
- tanh(x + y) = (tanh x + tanh y) / (1 + tanh x tanh y)
Subtraction Formulas:
- sinh(x - y) = sinh x cosh y - cosh x sinh y
- cosh(x - y) = cosh x cosh y - sinh x sinh y
- tanh(x - y) = (tanh x - tanh y) / (1 - tanh x tanh y)
These formulas are particularly useful for simplifying expressions and solving differential equations.
Double and Half Angle Formulas
By setting x = y in the addition formulas, we can derive formulas for double angles.
Double Angle Formulas:
- sinh(2x) = 2 sinh x cosh x
- cosh(2x) = cosh2 x + sinh2 x = 2 cosh2 x - 1 = 2 sinh2 x + 1
- tanh(2x) = 2 tanh x / (1 + tanh2 x)
The multiple forms for cosh(2x) are derived using the identity cosh2 x - sinh2 x = 1.
Half Angle Formulas:
These can be derived from the double angle formulas. For example, from cosh(2x) = 2 cosh2 x - 1, we can set x = θ/2 to get cosh(θ) = 2 cosh2(θ/2) - 1, which rearranges to:
cosh2(θ/2) = (1 + cosh θ) / 2
Similarly:
- sinh2(θ/2) = (cosh θ - 1) / 2
- tanh2(θ/2) = (cosh θ - 1) / (cosh θ + 1)
Derivatives of Hyperbolic Functions
The derivatives of hyperbolic functions are straightforward and closely resemble those of trigonometric functions, with some sign adjustments.
- d/dx (sinh x) = cosh x
- d/dx (cosh x) = sinh x
- d/dx (tanh x) = sech2 x
- d/dx (csch x) = -csch x coth x
- d/dx (sech x) = -sech x tanh x
- d/dx (coth x) = -csch2 x
Note the sign difference in the derivatives of cosh x compared to cos x.
Integrals of Hyperbolic Functions
The integrals of hyperbolic functions are directly related to their derivatives.
- ∫ sinh x dx = cosh x + C
- ∫ cosh x dx = sinh x + C
- ∫ tanh x dx = ln(cosh x) + C
- ∫ sech2 x dx = tanh x + C
- ∫ csch2 x dx = -coth x + C
- ∫ sech x tanh x dx = -sech x + C
- ∫ csch x coth x dx = -csch x + C
Memory Trick for Derivatives:
The derivatives of sinh, cosh, and tanh are very similar to their trigonometric counterparts. The key difference is that the derivative of cosh(x) is sinh(x), not -sinh(x). Think of it as 'cosh' having a 'co' in its name, but its derivative doesn't get the negative sign that 'cos' derivatives do.
Inverse Hyperbolic Functions
Inverse hyperbolic functions, denoted as sinh-1 x, cosh-1 x, etc., are the inverse functions of the hyperbolic functions. They are also known as area hyperbolic functions because they represent the area under a hyperbola.
Definitions in terms of logarithms:
The inverse hyperbolic functions can be expressed using natural logarithms.
- sinh-1 x = ln(x + √(x2 + 1))
- cosh-1 x = ln(x + √(x2 - 1)) (for x ≥ 1)
- tanh-1 x = ½ ln((1 + x) / (1 - x)) (for |x| < 1)
- csch-1 x = ln((1 + √(1 + x2)) / x) (for x ≠ 0)
- sech-1 x = ln((1 + √(1 - x2)) / x) (for 0 < x ≤ 1)
- coth-1 x = ½ ln((x + 1) / (x - 1)) (for |x| > 1)
These logarithmic forms are extremely useful for integration and solving equations involving inverse hyperbolic functions.
Derivatives of Inverse Hyperbolic Functions:
- d/dx (sinh-1 x) = 1 / √(x2 + 1)
- d/dx (cosh-1 x) = 1 / √(x2 - 1) (for x > 1)
- d/dx (tanh-1 x) = 1 / (1 - x2) (for |x| < 1)
- d/dx (csch-1 x) = -1 / (|x|√(x2 + 1)) (for x ≠ 0)
- d/dx (sech-1 x) = -1 / (x√(1 - x2)) (for 0 < x < 1)
- d/dx (coth-1 x) = 1 / (1 - x2) (for |x| > 1)
Key Distinction: cosh-1 x and coth-1 x domains
Remember that cosh-1 x is defined only for x ≥ 1, and coth-1 x is defined only for |x| > 1. The derivative of tanh-1 x and coth-1 x have the same form, 1 / (1 - x2), but their domains of validity differ.
Applications of Hyperbolic Functions
Hyperbolic functions appear in many areas of science and engineering.
Catenary Curve:
The shape of a flexible chain or cable hanging under its own weight between two points is described by the cosh function. This curve is called a catenary. For example, the shape of power lines or suspension bridge cables often approximates a catenary.
Relativity:
In special relativity, hyperbolic functions are used to describe Lorentz transformations. For instance, a boost in velocity in one direction can be represented using hyperbolic rotations, which are analogous to trigonometric rotations in Euclidean space.
Fluid Dynamics:
Hyperbolic functions are used in the study of fluid flow, particularly in solutions to certain differential equations describing wave propagation or flow in channels.
Electrical Engineering:
In analyzing transmission lines, hyperbolic functions appear in the solutions for voltage and current along the line.
Differential Equations:
Many second-order linear homogeneous differential equations with constant coefficients have solutions involving hyperbolic functions, especially those with characteristic equations having real roots of opposite sign. For example, the equation y'' - k2y = 0 has solutions of the form y = A sinh(kx) + B cosh(kx).
Relationship with Trigonometric Functions
There's a deep connection between hyperbolic and trigonometric functions through complex numbers, via Euler's formula.
Euler's formula states: eiθ = cos θ + i sin θ
From this, we can derive:
- cos θ = (eiθ + e-iθ) / 2
- sin θ = (eiθ - e-iθ) / (2i)
Now, compare these with the definitions of hyperbolic functions:
- cosh x = (ex + e-x) / 2
- sinh x = (ex - e-x) / 2
If we substitute x = iθ into the hyperbolic functions:
- cosh(iθ) = (eiθ + e-iθ) / 2 = cos θ
- sinh(iθ) = (eiθ - e-iθ) / 2 = i sin θ
Conversely, if we substitute θ = ix into the trigonometric functions:
- cos(ix) = (ei(ix) + e-i(ix)) / 2 = (e-x + ex) / 2 = cosh x
- sin(ix) = (ei(ix) - e-i(ix)) / (2i) = (e-x - ex) / (2i) = -(ex - e-x) / (2i) = (i/i) * -(ex - e-x) / (2i) = i * (ex - e-x) / 2 = i sinh x
These relationships explain why the identities for hyperbolic functions are so similar to those of trigonometric functions, often differing only by signs.
Summary of Key Relationships:
| Hyperbolic Function | Relationship with Trigonometric Function |
|---|---|
| cosh(ix) | = cos(x) |
| sinh(ix) | = i sin(x) |
| cos(ix) | = cosh(x) |
| sin(ix) | = i sinh(x) |
Graphical Representation
Understanding the graphs of hyperbolic functions helps in visualizing their properties.
Graph of sinh x:
This graph is similar to y = ex/2 but with an additional term -e-x/2 which pulls it down near the origin. It passes through (0,0), rises steeply for x > 0, and falls steeply for x < 0.
Graph of cosh x:
This graph is the classic catenary shape. It has a minimum value of 1 at x=0. For positive x, it increases, and due to its even nature, it mirrors this for negative x. It resembles y = ex/2 for large positive x and y = e-x/2 for large negative x.
Graph of tanh x:
This graph starts at -1 for large negative x, increases through (0,0), and approaches 1 for large positive x. It has horizontal asymptotes at y = -1 and y = 1.