Math & Trig

SINH Formula

SINH returns the hyperbolic sine of a number, defined as (e^x - e^(-x))/2. Hyperbolic functions model catenary curves (hanging cables), relativistic velocity addition, and appear in solutions to certain differential equations. While less common in everyday spreadsheet work, they're essential in engineering and physics.

Syntax

SINH(number)
ParameterDescription
number Parameter of the SINH function.
Try SINH in Viztab — free, no signup

Examples

SINH of 1

Formula
=SINH(1)
Returns ~1.1752. The hyperbolic sine of 1 is (e¹ - e⁻¹)/2 ≈ 1.1752.

Catenary calculation

Formula
=50*COSH(A1/50)
Models a catenary curve (hanging cable) with a 50-unit sag parameter. The cable's height at horizontal position A1 is given by this formula.

SINH of 0

Formula
=SINH(0)
Returns 0. Like regular sine, hyperbolic sine passes through the origin: SINH(0) = 0.

Common Errors

#VALUE!

Non-numeric input returns #VALUE!.

#NUM!

Very large arguments (e.g., SINH(710)) overflow and return #NUM!.

Tips

Not periodic

Unlike SIN, SINH is not periodic — it grows exponentially in both directions. SINH(x) ≈ EXP(x)/2 for large positive x.

Odd function

SINH(-x) = -SINH(x). It's symmetric about the origin, like regular sine.

Engineering applications

SINH appears in transmission line equations, heat transfer through fins, and special relativity. If a formula calls for it, use SINH directly.

Try SINH in Viztab

Import your data and use SINH with 370+ other formulas. No signup required.

Open Viztab

Related Formulas