Fiveable

โˆซCalculus I Unit 1 Review

QR code for Calculus I practice questions

1.4 Inverse Functions

1.4 Inverse Functions

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โˆซCalculus I
Unit & Topic Study Guides

Inverse functions reverse the input-output relationship of a function, letting you "undo" what the original function does. Understanding them is essential for solving equations and sets the stage for key Calculus I topics like derivatives of inverse functions. This guide covers how to test for invertibility, find and graph inverses, and work with inverse trigonometric functions.

Inverse Functions

Horizontal line test for invertibility

A function has an inverse only if it's one-to-one, meaning every output comes from exactly one input. The horizontal line test gives you a quick visual check for this.

Draw horizontal lines across the graph of the function:

  • If any horizontal line hits the graph more than once, the function is not one-to-one and doesn't have an inverse. For example, f(x)=x2f(x) = x^2 (on all of R\mathbb{R}) fails because the line y=4y = 4 hits the parabola at both x=2x = 2 and x=โˆ’2x = -2.
  • If no horizontal line hits the graph more than once, the function is one-to-one and has an inverse. Exponential functions like f(x)=2xf(x) = 2^x pass this test.

A function that passes the horizontal line test is called injective. A function that's strictly increasing or strictly decreasing over its entire domain (a monotonic function) will always pass the horizontal line test and therefore always has an inverse.

Computation and graphing of inverses

To find the inverse of a function f(x)f(x):

  1. Replace f(x)f(x) with yy
  2. Swap xx and yy
  3. Solve the new equation for yy
  4. Write the result as fโˆ’1(x)f^{-1}(x)

Example: Find the inverse of f(x)=3xโˆ’5f(x) = 3x - 5.

  1. y=3xโˆ’5y = 3x - 5

  2. x=3yโˆ’5x = 3y - 5

  3. x+5=3yx + 5 = 3y, so y=x+53y = \frac{x + 5}{3}

  4. fโˆ’1(x)=x+53f^{-1}(x) = \frac{x + 5}{3}

The domain of fโˆ’1f^{-1} equals the range of ff, and the range of fโˆ’1f^{-1} equals the domain of ff. For instance, f(x)=x2f(x) = x^2 with domain [0,โˆž)[0, \infty) has range [0,โˆž)[0, \infty), and its inverse fโˆ’1(x)=xf^{-1}(x) = \sqrt{x} has domain [0,โˆž)[0, \infty) and range [0,โˆž)[0, \infty).

Graphing: The graph of fโˆ’1f^{-1} is the reflection of the graph of ff across the line y=xy = x. Every point (a,b)(a, b) on ff becomes (b,a)(b, a) on fโˆ’1f^{-1}. So if (2,4)(2, 4) is on ff, then (4,2)(4, 2) is on fโˆ’1f^{-1}.

Horizontal line test for invertibility, algebra precalculus - What is the difference between $f(x)=x^2 +1$ and $f(x)=x^3 -1$ when ...

Applications of inverse trigonometric functions

Trig functions take angles and produce ratios. Inverse trig functions do the opposite: they take a ratio and return an angle.

  • arcsinโก(x)\arcsin(x) (or sinโกโˆ’1(x)\sin^{-1}(x)) returns the angle whose sine is xx
  • arccosโก(x)\arccos(x) (or cosโกโˆ’1(x)\cos^{-1}(x)) returns the angle whose cosine is xx
  • arctanโก(x)\arctan(x) (or tanโกโˆ’1(x)\tan^{-1}(x)) returns the angle whose tangent is xx

Because sine, cosine, and tangent aren't one-to-one on their full domains, we restrict their domains so that each inverse function gives a single output. You need to know these restricted domains and ranges:

FunctionDomainRange
arcsinโก(x)\arcsin(x)[โˆ’1,1][-1, 1][โˆ’ฯ€2,ฯ€2]\left[-\frac{\pi}{2}, \frac{\pi}{2}\right]
arccosโก(x)\arccos(x)[โˆ’1,1][-1, 1][0,ฯ€][0, \pi]
arctanโก(x)\arctan(x)(โˆ’โˆž,โˆž)(-\infty, \infty)(โˆ’ฯ€2,ฯ€2)\left(-\frac{\pi}{2}, \frac{\pi}{2}\right)
Example: arccosโกโ€‰โฃ(โˆ’32)=5ฯ€6\arccos\!\left(-\frac{\sqrt{3}}{2}\right) = \frac{5\pi}{6} because cosโกโ€‰โฃ(5ฯ€6)=โˆ’32\cos\!\left(\frac{5\pi}{6}\right) = -\frac{\sqrt{3}}{2} and 5ฯ€6\frac{5\pi}{6} falls within [0,ฯ€][0, \pi].

Functions vs. their inverses

Composing a function with its inverse gives you back the original input. This is the defining property of inverse functions:

  • f(fโˆ’1(x))=xf(f^{-1}(x)) = x for all xx in the domain of fโˆ’1f^{-1}
  • fโˆ’1(f(x))=xf^{-1}(f(x)) = x for all xx in the domain of ff

This is a useful way to verify that two functions are actually inverses of each other. Just compose them both ways and check that you get xx.

The derivative of an inverse function is related to the derivative of the original:

(fโˆ’1)โ€ฒ(x)=1fโ€ฒโ€‰โฃ(fโˆ’1(x))\left(f^{-1}\right)'(x) = \frac{1}{f'\!\left(f^{-1}(x)\right)}

This formula says: evaluate the derivative of ff at the point fโˆ’1(x)f^{-1}(x), then take the reciprocal. You'll use this frequently later in the course. Note that fโ€ฒ(fโˆ’1(x))f'(f^{-1}(x)) can't equal zero for this to work.

Horizontal line test for invertibility, Identify Functions Using Graphs | College Algebra Corequisite

Equations with inverse functions

Inverse functions are the main tool for isolating a variable trapped inside a function. The process is straightforward:

  1. Start with an equation like f(x)=af(x) = a
  2. Apply fโˆ’1f^{-1} to both sides: fโˆ’1(f(x))=fโˆ’1(a)f^{-1}(f(x)) = f^{-1}(a)
  3. Simplify the left side: x=fโˆ’1(a)x = f^{-1}(a)

For trigonometric equations, you need to account for periodicity. Inverse trig functions give you only the principal value (the one angle in the restricted range), but trig equations typically have infinitely many solutions.

Example: Solve cosโก(x)=โˆ’22\cos(x) = -\frac{\sqrt{2}}{2}.

  1. The principal value is arccosโกโ€‰โฃ(โˆ’22)=3ฯ€4\arccos\!\left(-\frac{\sqrt{2}}{2}\right) = \frac{3\pi}{4}

  2. Cosine is also negative and equals โˆ’22-\frac{\sqrt{2}}{2} at 5ฯ€4\frac{5\pi}{4}, which is 2ฯ€โˆ’3ฯ€42\pi - \frac{3\pi}{4}

  3. The general solutions are x=3ฯ€4+2ฯ€nx = \frac{3\pi}{4} + 2\pi n or x=5ฯ€4+2ฯ€nx = \frac{5\pi}{4} + 2\pi n, where nn is any integer

Function properties and invertibility

A few properties tie together the ideas in this section:

  • A surjective (onto) function maps to every element in its codomain. A function that's both injective (one-to-one) and surjective is called bijective, and bijective functions always have inverses.
  • A monotonic function is strictly increasing or strictly decreasing over its entire domain. Monotonic functions are always one-to-one, so they're always invertible.
  • The composition of two invertible functions is also invertible: if h(x)=f(g(x))h(x) = f(g(x)), then hโˆ’1(x)=gโˆ’1(fโˆ’1(x))h^{-1}(x) = g^{-1}(f^{-1}(x)). Notice the order reverses.
2,589 studying โ†’