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 f1(x)f^{-1}(x)

Example: Find the inverse of f(x)=3x5f(x) = 3x - 5.

  1. y=3x5y = 3x - 5

  2. x=3y5x = 3y - 5

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

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

The domain of f1f^{-1} equals the range of ff, and the range of f1f^{-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 f1(x)=xf^{-1}(x) = \sqrt{x} has domain [0,)[0, \infty) and range [0,)[0, \infty).

Graphing: The graph of f1f^{-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 f1f^{-1}. So if (2,4)(2, 4) is on ff, then (4,2)(4, 2) is on f1f^{-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 sin1(x)\sin^{-1}(x)) returns the angle whose sine is xx
  • arccos(x)\arccos(x) (or cos1(x)\cos^{-1}(x)) returns the angle whose cosine is xx
  • arctan(x)\arctan(x) (or tan1(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(f1(x))=xf(f^{-1}(x)) = x for all xx in the domain of f1f^{-1}
  • f1(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:

(f1)(x)=1f ⁣(f1(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 f1(x)f^{-1}(x), then take the reciprocal. You'll use this frequently later in the course. Note that f(f1(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 f1f^{-1} to both sides: f1(f(x))=f1(a)f^{-1}(f(x)) = f^{-1}(a)
  3. Simplify the left side: x=f1(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 h1(x)=g1(f1(x))h^{-1}(x) = g^{-1}(f^{-1}(x)). Notice the order reverses.
Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →