Summary

The Excel SINH function returns the hyperbolic sine of a number.

Purpose 

Get hyperbolic sine of a number.

Return value 

The hyperbolic sine of a number.

Syntax

=SINH(number)
  • number - The hyperbolic angle.

How to use 

The SINH function returns the hyperbolic sine of a number. In geometric terms, the function returns the y-component of the point on the unit hyperbola defined by a hyperbolic angle. For example, the hyperbolic sine of 0 is 0, since the point corresponding to the hyperbolic angle of 0 is P=(1,0), where P=(x,y).

=SINH(0) // Returns the y-coordinate 0

A hyperbolic angle is defined as a ray from the origin of the coordinate system that passes through a point on the hyperbola. The area formed by the hyperbolic angle is equal to one-half the hyperbolic angle. Area above the x-axis is considered positive and area below the x-axis is negative.

Hyperbolic Angle and Functions

Shown below are some hyperbolic angles on the unit hyperbola and their corresponding points. As the angle approaches positive infinity, the angle converges to the diagonal asymptote in the first quadrant of the coordinate system. As the angle approaches negative infinity the angle converges to the diagonal asymptote in the fourth quadrant of the coordinate system.

Hyperbolic Angles along the Unit Hyperbola

Together the functions COSH and SINH parameterize the unit hyperbola. A point P = (x,y) along the curve is given in the form P = (COSH(a), SINH(a)). 

=COSH(a) // Returns x
=SINH(a) // Returns y
Dave Bruns Profile Picture

AuthorMicrosoft Most Valuable Professional Award

Dave Bruns

Hi - I'm Dave Bruns, and I run Exceljet with my wife, Lisa. Our goal is to help you work faster in Excel. We create short videos, and clear examples of formulas, functions, pivot tables, conditional formatting, and charts.