← Skill tree MathScape

Inverse Functions

This concept page covers the theory and applications of inverse functions.


Definition

A function $f$ has an inverse function $f^{-1}$ if and only if $f$ is one-to-one (injective).

If $f^{-1}$ exists, then:


One-to-One Functions

A function $f$ is one-to-one if different inputs produce different outputs:

$$f(x_1) = f(x_2) \implies x_1 = x_2$$

Horizontal Line Test: A function is one-to-one if and only if no horizontal line intersects its graph more than once.


Finding Inverse Functions

To find $f^{-1}$:

  1. Write $y = f(x)$
  2. Solve for $x$ in terms of $y$
  3. Swap $x$ and $y$ to get $y = f^{-1}(x)$

Example: Find the inverse of $f(x) = 2x + 3$.

  1. $y = 2x + 3$
  2. $x = \frac{y - 3}{2}$
  3. $f^{-1}(x) = \frac{x - 3}{2}$

Properties

Domain and Range

Graphical Relationship

The graph of $f^{-1}$ is the reflection of the graph of $f$ across the line $y = x$.

Derivative of Inverse Functions

If $f$ is differentiable and $f'(x) \neq 0$:

$$\frac{d}{dx}[f^{-1}(x)] = \frac{1}{f'(f^{-1}(x))}$$


Important Inverse Functions

Function Inverse Domain Restriction
$e^x$ $\ln x$ $x > 0$
$\sin x$ $\arcsin x$ $[-1, 1]$
$\cos x$ $\arccos x$ $[-1, 1]$
$\tan x$ $\arctan x$ $\mathbb{R}$

Related Skills


← Skills Index