You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
The inverse hyperbolic functions arise when solving equations like sinh x = k. Unlike inverse trig functions, they can be expressed as natural logarithms, making them very useful in integration.
arsinh x = ln(x + sqrt(x^2 + 1)) -- Domain: all reals, Range: all reals
arcosh x = ln(x + sqrt(x^2 - 1)) -- Domain: [1, infinity), Range: [0, infinity)
artanh x = (1/2) ln((1 + x)/(1 - x)) -- Domain: (-1, 1), Range: all reals
Let y = arsinh x, so sinh y = x.
(e^y - e^(-y))/2 = x
Multiply by e^y: e^(2y) - 2x e^y - 1 = 0
Quadratic in e^y: e^y = x + sqrt(x^2 + 1) (taking the positive root since e^y > 0)
arsinh x = ln(x + sqrt(x^2 + 1))
Let y = arcosh x, so cosh y = x (with y >= 0).
e^(2y) - 2x e^y + 1 = 0
e^y = x + sqrt(x^2 - 1) (taking the larger root for y >= 0)
arcosh x = ln(x + sqrt(x^2 - 1))
Let y = artanh x, so tanh y = x.
(e^(2y) - 1)/(e^(2y) + 1) = x
e^(2y) = (1 + x)/(1 - x)
artanh x = (1/2) ln((1 + x)/(1 - x))
Find arsinh(3/4).
arsinh(3/4) = ln(3/4 + sqrt(9/16 + 1)) = ln(3/4 + 5/4) = ln 2
Find arcosh(5/3).
arcosh(5/3) = ln(5/3 + sqrt(25/9 - 1)) = ln(5/3 + 4/3) = ln 3
Find artanh(1/3).
artanh(1/3) = (1/2) ln((4/3)/(2/3)) = (1/2) ln 2 = ln(2)/2
y = arsinh x: Passes through origin, odd function, increasing, shape like a flattened cubic.
y = arcosh x: Starts at (1, 0), increasing, defined only for x >= 1.
y = artanh x: Passes through origin, odd function, vertical asymptotes at x = -1 and x = 1.
integral of 1/sqrt(x^2 + a^2) dx = arsinh(x/a) + C
integral of 1/sqrt(x^2 - a^2) dx = arcosh(x/a) + C (for x > a)
integral of 1/(a^2 - x^2) dx = (1/a) artanh(x/a) + C (for |x| < a)
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.