Skip to main content

Section 10.6 Hyperbolic functions

Introduction goes here.
  • The similarity between the power series for \(\ee^{x}\text{,}\) \(\sin x\text{,}\) and \(\cos x\) suggests defining two new functions resembling the sine and cosine but without alternating signs in the power series:
    \begin{align*} \sinh x \amp = x+\frac{x^{3}}{3!}+\frac{x^{5}}{5!}+\frac{x^{7}}{7!}+\cdots=\frac{\ee^{x}-\ee^{-x}}{2} \\ \cosh x \amp = 1+\frac{x^{2}}{2!}+\frac{x^{4}}{4!}+\frac{x^{6}}{6!}+\cdots=\frac{\ee^{x}+\ee^{-x}}{2} \end{align*}
  • Define hyperbolic tangent etc. analogously
  • Derivative properties:
    \begin{equation*} \dv{x}\sinh x=\cosh x\qquad\dv{x}\cosh x=\sinh x \end{equation*}
  • Osborn’s rule: Any trigonometric identity can be ‘translated’ into an equally valid identity for hyperbolic functions by changing all trigonometric functions to their hyperbolic counterparts and swapping the sign for any term containing a product of two hyperbolic sines (or implying such a product, such as \(\sinh^{2} x\) or \(\tanh a\tanh b\)).
  • By eliminating the parameter, we get that \((x,y)=(\cosh t,\sinh t)\) traces out one branch of the hyperbola \(x^{2}-y^{2}=1\text{,}\) hence the name.
  • Catenary as the shape of a hanging chain... try to derive this using just what we know from this course (for reference, see Kline 16.4)
  • Hyperbolic substitutions for integrals:
    When you see... Substitute...
    \(a^{2}-x^{2}\) \(x=a\tanh u\)
    \(x^{2}+a^{2}\) \(x=a\sinh u\)
    \(x^{2}-a^{2}\) \(x=a\cosh u\)