Trigonometry/Cosh, Sinh and Tanh

From testwiki
Jump to navigation Jump to search

The functions cosh x, sinh x and tanh xhave much the same relationship to the rectangular hyperbola y2 = x2 - 1 as the circular functions do to the circle y2 = 1 - x2. They are therefore sometimes called the hyperbolic functions (h for hyperbolic).

Template:ExampleRobox

cosh is an abbreviation for 'cosine hyperbolic', and sinh is an abbreviation for 'sine hyperbolic'.

sinh is pronounced sinch,

cosh is pronounced 'cosh', as you'd expect,

and tanh is pronounced tanch.

Template:Robox/Close


[Diagram of rectangular hyperbola to illustrate]

Definitions

They are defined as

cosh(x)=12(ex+ex);sinh(x)=12(exex);tanh(x)=sinh(x)cosh(x)

Equivalently,

ex=cosh(x)+sinh(x);ex=cosh(x)sinh(x)


Reciprocal functions may be defined in the obvious way:

sech(x)=1cosh(x);cosech(x)=1sinh(x);coth(x)=1tanh(x)

1 - tanh2(x) = sech2(x); coth2(x) - 1 = cosech2(x)


It is easily shown that cosh2(x)sinh2(x)=1, analogous to the result cos2(x)+sin2(x)=1. In consequence, sinh(x) is always less in absolute value than cosh(x).

sinh(-x) = -sinh(x); cosh(-x) = cosh(x); tanh(-x) = -tanh(x).

Their ranges of values differ greatly from the corresponding circular functions:

  • cosh(x) has its minimum value of 1 for x = 0, and tends to infinity as x tends to plus or minus infinity;
  • sinh(x) is zero for x = 0, and tends to infinity as x tends to infinity and to minus infinity as x tends to minus infinity;
  • tanh(x) is zero for x = 0, and tends to 1 as x tends to infinity and to -1 as x tends to minus infinity.

[Add graph]

Addition formulae

There are results very similar to those for circular functions; they are easily proved directly from the definitions of cosh and sinh:

sinh(x±y) = sinh(x)cosh(y) ± cosh(x)sinh(y)
cosh(x±y) = cosh(x)cosh(y) ± sinh(x)sinh(y)

Inverse functions

If y = sinh(x), we can define the inverse function x = sinh-1y, and similarly for cosh and tanh. The inverses of sinh and tanh are uniquely defined for all x. For cosh, the inverse does not exist for values of y less than 1. For y = 1, x = 0. For y > 1, there will be two corresponding values of x, of equal absolute value but opposite sign. Normally, the positive value would be used. From the definitions of the functions,

sinh1x=ln(x+x2+1)
cosh1x=ln(x+x21)
tanh1x=12ln(1+x1x)

Simplifying a cosh(x) + b sinh(x)

If a > |b| then

acosh(x)+bsinh(x)=a2b2cosh(x+c) where :tanh(c)=ba

If |a| < b then

acosh(x)+bsinh(x)=b2a2sinh(x+d) where :tanh(d)=ab

Relations to complex numbers

  • cos(ix)=cosh(x)
  • cos(x)=cosh(ix)
  • sin(ix)=isinh(x)
  • isin(x)=sinh(ix)
  • tan(ix)=itanh(x)
  • itan(x)=tanh(ix)

The addition formulae and other results can be proved from these relationships.

The gudermannian

The gudermannian (named after Christoph Gudermann, 1798–1852) is defined as gd(x) = tan-1(sinh(x)). We have the following properties:

  • gd(0) = 0;
  • gd(-x) = -gd(x);
  • gd(x) tends to Template:Fracπ as x tends to infinity, and -Template:Fracπ as x tends to minus infinity.

The inverse function gd-1(x) = sinh-1(tan(x)) = ln(sec(x)+tan(x)).

Differentiation

As can be proved from the definitions above,

ddxsinh(x)=cosh(x);ddxcosh(x)=sinh(x);ddxtanh(x)=sech2(x);ddxgd(x)=sech(x)

We also have

ddxsinh1(x)=1x2+1;ddxcosh1(x)=1x21;ddxtanh1(x)=11x2;ddxgd1(x)=sec(x).

Template:BookCat