Derivatives of Hyperbolic Trigonometric Functions

Suggested Prerequesites:

Intro to Hyperbolic trig Functions, Useful Hyperbolic Trig Identities, Derivatives of exponentials, The Chain rule


Hyperbolic trig functions, although many people discredit them, can actually be very useful. True, there are few examples of explicit hyperbolic functions in the physical world. However, using hyperbolic functions can make exponentials appear to behave like trigonometric functions -- an analogy that can provide much intuition.

In any case, we still want to know the derivatives of the hyperbolic functions. We'll find the derivatives of sinh and cosh from their definitions in terms of exponentials:

ddx sinh(x) &sp;=&sp; ddx ( 12 ) (e^x^  -  e^-x^) &sp;=&sp; ( 12 ) (e^x^  +  e^-x^) &sp;=&sp; cosh(x)

ddx cosh(x) &sp;=&sp; ddx ( 12 ) (e^x^  +  e^-x^) &sp;=&sp; ddx ( 12 ) (e^x^  -  e^-x^) &sp;=&sp; sinh(x)

OK, let's take a look at this. The derivatives of sinh and cosh seem to behave just like the derivatives of sin and cos, except that the annoying negative signs have gone away. (Remember: Dxsin(x) = cos(x), Dxcos(x) = -sin(x)) We can find the derivatives of the other hyperbolic trig functions using the quotient rule, the chain rule and the derivatives we've just derived:

ddx tanh(x) &sp;=&sp; ddx sinh(x) cosh(x) &sp;=&sp; cosh^2^(x)  -  sinh^2^(x) cosh^2^(x) &sp;=&sp; 1 cosh^2^(x) &sp;=&sp; sech^2^(x)

ddx coth(x) &sp;=&sp; ddx cosh(x) sinh(x) &sp;=&sp; cosh^2^(x)  -  sinh^2^(x) sinh^2^(x) &sp;=&sp; -1 sinh^2^(x) &sp;=&sp; -csch^2^(x)

ddx sech(x) &sp;=&sp; ddx (coshx)^-1^ &sp;=&sp; (-1)(coshx)^-2^(sinhx) &sp;=&sp; -sech(x) tanh(x)

ddx csch(x) &sp;=&sp; ddx (sinhx)^-1^ &sp;=&sp; (-1)(sinhx)^-2^(coshx) &sp;=&sp; -csc(x) coth(x)

So, as with sinh and cosh, the derivatives of the other hyperbolic trig functions closely resemble those of the normal trig functions, with some discrepancies over negative signs. Be careful, though -- those negative signs can easily cause big errors!

Some examples:

  1. D_x_(sinh^2^x  -  cosh^2^x) &sp;=&sp; 2 sinhx&sp;coshx  -  2 coshx&sp;sinhx &sp;=&sp; 0

    This is the result we would expect since sinh^2^x  -  cosh^2^ &sp;=&sp; 1

  2. D_x_(ln (sinhx)  ) &sp;=&sp; coshx sinhx &sp;=&sp; tanhx


Exercises:

    Find the derivative with respect to x of each of the following functions:
  1. y &sp;=&sp; esinh2x

  2. y &sp;=&sp; tanhx x

  3. y &sp;=&sp; cosh(e^lnx^)


Solutions to the exercises | Back to the Calculus page | Back to the World Web Math top page

jjnichol@mit.edu