Mathwords logoMathwords

Cosh — Definition, Formula & Examples

Cosh is the standard abbreviation for the hyperbolic cosine function, written as cosh(x)\cosh(x). It returns the average of exe^x and exe^{-x} and produces a smooth, U-shaped curve called a catenary.

The hyperbolic cosine function is defined for all real numbers xx by cosh(x)=ex+ex2\cosh(x) = \frac{e^{x} + e^{-x}}{2}, where ee is Euler's number. It is an even function with range [1,)[1, \infty), satisfying the identity cosh2(x)sinh2(x)=1\cosh^2(x) - \sinh^2(x) = 1.

Key Formula

cosh(x)=ex+ex2\cosh(x) = \frac{e^{x} + e^{-x}}{2}
Where:
  • xx = Any real number (the input to the function)
  • ee = Euler's number, approximately 2.71828

How It Works

To evaluate cosh(x)\cosh(x), compute exe^x and exe^{-x}, add them, and divide by 2. Because you are averaging two positive exponentials, the output is always at least 1. The function is symmetric about the yy-axis, meaning cosh(x)=cosh(x)\cosh(-x) = \cosh(x). Engineers use cosh to describe the shape a hanging cable or chain naturally assumes under gravity — this curve is called a catenary. In calculus, cosh has the convenient property that its derivative is sinh(x)\sinh(x), and the derivative of sinh(x)\sinh(x) is cosh(x)\cosh(x), creating a clean differentiation cycle.

Worked Example

Problem: Evaluate cosh(2) to four decimal places.
Step 1: Compute e2e^2.
e27.3891e^{2} \approx 7.3891
Step 2: Compute e2e^{-2}.
e20.1353e^{-2} \approx 0.1353
Step 3: Add the two values and divide by 2.
cosh(2)=7.3891+0.13532=7.52442=3.7622\cosh(2) = \frac{7.3891 + 0.1353}{2} = \frac{7.5244}{2} = 3.7622
Answer: cosh(2)3.7622\cosh(2) \approx 3.7622

Another Example

Problem: Verify that cosh(0) = 1.
Step 1: Substitute x=0x = 0 into the definition.
cosh(0)=e0+e02\cosh(0) = \frac{e^{0} + e^{-0}}{2}
Step 2: Since e0=1e^0 = 1, simplify.
cosh(0)=1+12=1\cosh(0) = \frac{1 + 1}{2} = 1
Answer: cosh(0)=1\cosh(0) = 1, confirming the minimum value of the function.

Visualization

Why It Matters

Cosh appears throughout college-level calculus, differential equations, and physics. Structural engineers rely on the catenary curve y=acosh(x/a)y = a\cosh(x/a) to design arches and suspension cables that distribute load evenly. In differential equations, cosh(x)\cosh(x) and sinh(x)\sinh(x) serve as the fundamental solutions to yy=0y'' - y = 0, making them as central to that course as sine and cosine are to oscillatory problems.

Common Mistakes

Mistake: Confusing the sign in the identity: writing cosh2(x)+sinh2(x)=1\cosh^2(x) + \sinh^2(x) = 1 instead of the correct form.
Correction: The hyperbolic Pythagorean identity uses a minus sign: cosh2(x)sinh2(x)=1\cosh^2(x) - \sinh^2(x) = 1. The plus sign belongs to the circular identity cos2(x)+sin2(x)=1\cos^2(x) + \sin^2(x) = 1.
Mistake: Assuming cosh(x)\cosh(x) can output values less than 1 or negative values.
Correction: Because exe^x and exe^{-x} are both positive, their average is always at least 1. The minimum value cosh(0)=1\cosh(0) = 1 is a global minimum.

Related Terms