Inverse Hyperbolic Functions

Download as PDF

Ever wondered what happens when you 'undo' a hyperbolic function? Welcome to the world of inverse hyperbolic functions! These unique functions, like arsinh(x) and arcosh(x), are essential in calculus, physics, and engineering, and they have a surprising connection to natural logarithms.

Inverse Hyperbolic Functions — an original Algebra911 reference diagram defining inverse hyperbolic functions with its key formula and a worked example.
Inverse Hyperbolic Functions: The Complete Guide

What Are Inverse Hyperbolic Functions?

Inverse hyperbolic functions are the inverse functions of the hyperbolic functions, in the same way that inverse trigonometric functions (like arcsin) are the inverses of trigonometric functions (like sin). If you have a hyperbolic function that relates x and y, its inverse function swaps the roles of x and y. For example, if y=sinh(x), then the inverse function gives us x in terms of y.

We denote the inverse hyperbolic sine function as arsinh(x) or sinh1(x). The 'ar' prefix stands for 'area', because these functions can be used to calculate the area of a hyperbolic sector, similar to how inverse trigonometric functions relate to the arc length of a circle sector.

So, the fundamental relationship is:

If y=f(x) is a hyperbolic function, then x=f1(y) is the corresponding inverse hyperbolic function.

For the main functions, this looks like:

  • If y=sinh(x), then x=arsinh(y)
  • If y=cosh(x), then x=arcosh(y) (with some domain considerations)
  • If y=tanh(x), then x=artanh(y)

A crucial warning about notation: The notation sinh1(x) can be confusing. It means the inverse function of sinh, not the reciprocal (sinh(x))1, which is 1sinh(x) or csch(x). Because of this potential confusion, many mathematicians and textbooks prefer the arsinh(x) notation. In this lesson, we'll use both, but remember they mean the same thing!

The Main Inverse Hyperbolic Functions: Formulas and Domains

Being able to express inverse hyperbolic functions as logarithms is incredibly useful for solving equations and for calculus operations like differentiation and integration. Here is a reference table of the most common inverse hyperbolic functions, their logarithmic forms, and the domains for which they are defined.

arsinh(x)=ln(x+x2+1)
arcosh(x)=ln(x+x21)
artanh(x)=12ln(1+x1x)

The table below summarizes these and others.

FunctionLogarithmic FormulaDomain (Input x)Range (Output y)
arsinh(x)ln(x+x2+1)All real numbers (,)All real numbers (,)
arcosh(x)ln(x+x21)x1y0
artanh(x)12ln(1+x1x)1<x<1All real numbers (,)
arcoth(x)12ln(x+1x1)|x|>1 (i.e., x>1 or x<1)All real numbers except 0
arsech(x)ln(1+1x2x)0<x1y0
arcsch(x)ln(1x+1+x2|x|)All real numbers except 0All real numbers except 0

Pay close attention to the domains! You cannot, for example, take the arcosh of 0.5 or the artanh of 2, because those values are outside the functions' domains. This is a common source of errors.

How Do You Calculate Values of Inverse Hyperbolic Functions?

Calculating the value of an inverse hyperbolic function might seem intimidating, but once you have the logarithmic formulas, it's just a matter of substitution and careful arithmetic. You don't need a special button on your calculator (though some scientific calculators have them); you just need the natural log (ln) button.

Example 1

Problem: Find the exact value of arsinh(1).

Solution:

We use the formula for arsinh(x):
arsinh(x)=ln(x+x2+1)

Substitute x=1 into the formula:

arsinh(1)=ln(1+12+1)

Simplify the expression inside the logarithm:

arsinh(1)=ln(1+1+1)

arsinh(1)=ln(1+2)

This is the exact answer. If you need a decimal approximation, you can use a calculator: ln(1+2)ln(1+1.414)=ln(2.414)0.881.

Example 2

Problem: Evaluate arcosh(2).

Solution:

First, check the domain. The domain for arcosh(x) is x1. Since 21, we can proceed.

Use the formula for arcosh(x):
arcosh(x)=ln(x+x21)

Substitute x=2:

arcosh(2)=ln(2+221)

Simplify the expression:

arcosh(2)=ln(2+41)

arcosh(2)=ln(2+3)

This is the exact value. The decimal approximation is ln(2+3)ln(2+1.732)=ln(3.732)1.317.

Example 3

Problem: Find the value of artanh(0.5).

Solution:

First, check the domain. The domain for artanh(x) is 1<x<1. Since 1<0.5<1, our input is valid.

Use the formula for artanh(x):
artanh(x)=12ln(1+x1x)

Substitute x=0.5:

artanh(0.5)=12ln(1+(0.5)1(0.5))

Simplify the fraction inside the logarithm:

artanh(0.5)=12ln(10.51+0.5)

artanh(0.5)=12ln(0.51.5)

artanh(0.5)=12ln(13)

Using the logarithm property ln(a/b)=ln(a)ln(b) or ln(1/c)=ln(c), we can also write this as 12ln(3). This is the exact answer. The decimal approximation is 12×1.09860.549.

What Do the Graphs of Inverse Hyperbolic Functions Look Like?

Understanding the graph of a function is key to understanding its behavior. The graphs of the inverse hyperbolic functions are reflections of the hyperbolic function graphs across the line y=x. Let's look at the three main ones.

Graph of y=arsinh(x)

The graph of y=arsinh(x) is a reflection of y=sinh(x) across the line y=x. Since sinh(x) has a domain and range of all real numbers, so does its inverse, arsinh(x). The graph passes through the origin (0,0) and increases continuously. It looks a bit like a gentle 'S' curve that has been stretched vertically.

Graph of y=arcosh(x)

This one is a bit trickier. The function y=cosh(x) is an even function (like y=x2) and fails the horizontal line test, meaning it doesn't have a simple inverse. To create an inverse, we first restrict the domain of cosh(x) to x0. By doing this, we get a one-to-one function whose range is y1.

The graph of y=arcosh(x) is the reflection of this restricted y=cosh(x) graph. Its domain is x1 and its range is y0. The graph starts at the point (1,0) and increases from there, curving upwards.

Graph of y=artanh(x)

The graph of y=tanh(x) has two horizontal asymptotes at y=1 and y=1. When we reflect this graph across the line y=x to get y=artanh(x), these horizontal asymptotes become vertical asymptotes at x=1 and x=1. Therefore, the domain of artanh(x) is 1<x<1. The graph passes through the origin and rises steeply as it approaches the vertical asymptotes.

Key formulas for inverse hyperbolic functions by Algebra911.
Key formulas for inverse hyperbolic functions by Algebra911.

What Are Some Common Mistakes to Avoid?

Inverse hyperbolic functions have a few tricky spots where students often make mistakes. Being aware of them is the first step to avoiding them!

  • Notation Confusion: The biggest mistake is confusing sinh1(x) with (sinh(x))1. Remember, sinh1(x) is the inverse function (arsinh), while (sinh(x))1=1sinh(x)=csch(x). They are completely different. To be safe, use the arsinh(x) notation.
  • Domain Errors for arcosh(x): Forgetting that the domain of arcosh(x) is x1. You cannot plug a number like 0.7 or 2 into arcosh(x). Your calculator will give you an error, and the logarithmic formula would involve the square root of a negative number.
  • Domain Errors for artanh(x): Similarly, forgetting that the domain of artanh(x) is strictly between 1 and 1 (i.e., 1<x<1). Trying to calculate artanh(1) or artanh(2) is not possible. The logarithmic formula would involve taking the log of zero or a negative number.
  • Formula Mix-ups: The logarithmic formulas for arsinh(x) and arcosh(x) are very similar: one has x2+1 and the other has x21. It's easy to mix them up. A good way to remember is that arcosh(x) has the minus sign, and its domain x1 ensures that the term inside the square root, x21, is never negative.

Quick Summary and Reference

This lesson covered a lot of ground. Here are the most important points to remember about inverse hyperbolic functions:

  1. They are Inverses: They 'undo' the hyperbolic functions. If y=sinh(x), then x=arsinh(y).
  2. Logarithmic Forms: Their most powerful feature is that they can be written using natural logarithms. This makes them easy to work with in algebra and calculus.
  3. The Three Main Formulas: You should be most familiar with these three functions and their domains.
arsinh(x)=ln(x+x2+1)
Domain: All real numbers.
arcosh(x)=ln(x+x21)
Domain: x1.
artanh(x)=12ln(1+x1x)
Domain: 1<x<1.

Mastering these formulas and being mindful of their domains will give you a solid foundation for using inverse hyperbolic functions in more advanced math courses.

Frequently Asked Questions

Is sinh⁻¹(x) the same as 1/sinh(x)?

No, they are very different. The notation sinh1(x) refers to the inverse function, also written as arsinh(x). The expression 1sinh(x) is the reciprocal of sinh(x), which is the hyperbolic cosecant function, csch(x).

Why are these functions important? Where are they used?

Inverse hyperbolic functions appear in many areas of science and engineering. They are used in calculus to solve certain types of integrals, in physics to calculate the angle of a hanging cable (a catenary), and in special relativity to relate different observers' measurements of velocity.

What is the main difference between inverse hyperbolic and inverse trigonometric functions?

The biggest difference is their algebraic form. Inverse hyperbolic functions can be expressed using natural logarithms, like arsinh(x)=ln(x+x2+1). Inverse trigonometric functions (like arcsin(x)) do not have a similar representation with elementary functions.

Do I need a special calculator to evaluate inverse hyperbolic functions?

Not necessarily. While some advanced scientific calculators have dedicated buttons for them, you can always use their logarithmic forms. As long as your calculator has a natural log (ln) button, you can find the value of any inverse hyperbolic function.

Why is the domain of arcosh(x) restricted to x ≥ 1?

The range of the original function, y=cosh(x), is y1. When we find an inverse function, the domain and range swap. Therefore, the domain of the inverse function, arcosh(x), must be x1.

What does 'arsinh' stand for?

The 'ar' prefix stands for 'area'. The value of arsinh(u) is related to the area of a specific sector of the unit hyperbola x2y2=1. This is analogous to how 'arcsin' relates to the arc length of a sector of the unit circle.

Can I find the inverse hyperbolic sine of a negative number?

Yes, you can. The domain of arsinh(x) is all real numbers, so you can input any positive, negative, or zero value. For example, arsinh(1)=ln(1+2), which is a valid real number.