# AP Precalculus Inverse Functions

> AP Precalculus · Unit 2: Exponential and Logarithmic Functions
> Source: https://www.owlsprep.com/study/ap-precalculus-u2-inverse-functions/

This guide covers inverse function existence, algebraic inversion, graphical reflection, composition verification, and domain restriction, aligned to AP Precalculus Unit 2 learning objectives for exam preparation.

**Prerequisites:** Domain and range of algebraic functions; Composition of functions; Vertical line test for functions

## Learning objectives

- Explain when an inverse function exists
- Find inverse functions algebraically and verify via composition
- Identify graphical properties of inverse functions
- Solve for single values of inverse functions without full inversion
- Restrict domains for non-one-to-one functions to make them invertible

## Definition and Core Properties

An inverse function reverses the input-output mapping of an original invertible function. If the original function $f$ takes input $x$ to output $y = f(x)$, then the inverse function $f^{-1}$ takes input $y$ to output $x = f^{-1}(y)$.

**Inverse Function** — A function that reverses the mapping of an invertible original function, satisfying the core composition identities: $f(f^{-1}(y)) = y$ and $f^{-1}(f(x)) = x$.

*Notation:* $f^{-1}$

*Example:* If $f(x) = 2x$, then $f^{-1}(x) = \frac{x}{2}$, since $f(f^{-1}(5)) = f(2.5) = 5$.

> **warning**
>
> A critical common misconception: $f^{-1}$ **never means** $\frac{1}{f(x)}$. The exponent $-1$ here denotes function inversion, not reciprocation.

Inverse functions are a foundational topic for AP Precalculus, making up approximately 6-8% of exam points, and are the basis for defining logarithms, the core of Unit 2.

## Existence of Inverses and the Horizontal Line Test

An inverse function only exists if the original function is one-to-one (injective) on its domain. By definition, a function is one-to-one if whenever $f(a) = f(b)$, then $a = b$: no two distinct inputs produce the same output.

The simplest graphical test for one-to-oneness is the **horizontal line test**: a function passes the test if no horizontal line intersects its graph more than once. If any horizontal line crosses multiple times, the function is not invertible over its full domain.

Many common functions (like quadratics) are not one-to-one over their full domain, but we can restrict the domain to an interval where the function is strictly monotonic (always increasing or decreasing), which guarantees it is one-to-one and invertible.

**Worked example:** Determine if $f(x) = 3x^3 - 6$ has an inverse over its entire domain $\mathbb{R}$. If not, explain why.

1. Apply the algebraic one-to-one test: set $f(a) = f(b)$

   $$3a^3 - 6 = 3b^3 - 6$$
2. Simplify the equation: add 6 to both sides and divide by 3

   $$a^3 = b^3 \implies a = b$$
3. Confirm with the horizontal line test: $f(x)$ is a strictly increasing cubic function, so every horizontal line intersects it exactly once.
4. Conclusion: $f$ is one-to-one over $\mathbb{R}$, so it has an inverse over its entire domain.

> **Exam tip:** On MCQ questions asking to identify an invertible function from a set of graphs, draw 2-3 test horizontal lines across each graph to quickly check for multiple intersections — don't rely solely on memory of function shapes.

## Algebraic Inversion and Composition Verification

Once we confirm a function is invertible (or restrict it to an invertible domain), we can find its inverse algebraically using this standard 4-step process:

1. Replace $f(x)$ with $y$
2. Swap the positions of $x$ and $y$ (this reflects the domain-range swap between $f$ and $f^{-1}$)
3. Solve the new equation for $y$
4. Replace $y$ with $f^{-1}(x)$, and set the domain of $f^{-1}$ equal to the range of the original $f$.

By definition, any valid inverse must satisfy both composition identities: $f(f^{-1}(x)) = x$ and $f^{-1}(f(x)) = x$. Checking these identities is the most reliable way to confirm you did the algebra correctly.

**Worked example:** Find the inverse of $f(x) = \frac{3x + 2}{x - 4}$ for $x > 4$, and verify your result.

1. Step 1: Replace $f(x)$ with $y$

   $$y = \frac{3x + 2}{x - 4}$$
2. Step 2: Swap $x$ and $y$

   $$x = \frac{3y + 2}{y - 4}$$
3. Step 3: Solve for $y$ by rearranging terms

   $$x(y-4) = 3y + 2 \\ xy - 4x = 3y + 2 \\ xy - 3y = 4x + 2 \\ y(x-3) = 4x + 2 \\ y = \frac{4x + 2}{x - 3}$$
4. Step 4: Set the domain of $f^{-1}$: the range of $f(x)$ for $x>4$ is $y \neq 3$, so

   $$f^{-1}(x) = \frac{4x + 2}{x - 3}, \quad x > 3$$
5. Verify the composition identity $f(f^{-1}(x)) = x$

   $$f(f^{-1}(x)) = \frac{3\left(\frac{4x+2}{x-3}\right) + 2}{\left(\frac{4x+2}{x-3}\right) - 4} = \frac{14x}{14} = x$$
6. The identity holds, so the inverse is correct.

> **Exam tip:** Always verify your inverse with at least one composition identity on FRQ questions to earn full credit, and never forget to write the domain of the inverse to match the original function's range.

## Graphical Properties of Inverse Functions

The graph of $y = f^{-1}(x)$ is the reflection of the graph of $y = f(x)$ over the line $y = x$. This matches the algebraic step of swapping $x$ and $y$ when finding inverses.

- A point $(a,b)$ on the graph of $f$ corresponds to a point $(b,a)$ on the graph of $f^{-1}$, so we can find $f^{-1}(b)$ directly if we know $f(a) = b$.
- If $f$ is strictly increasing, $f^{-1}$ is also strictly increasing; if $f$ is strictly decreasing, $f^{-1}$ is strictly decreasing.
- Almost all intersections of $f$ and $f^{-1}$ (for the AP Precalculus scope) lie on the line $y=x$.

**Worked example:** The graph of the invertible function $f(x)$ passes through the points $(-3, 0)$, $(0, 5)$, $(2, -1)$, and $(4, 2)$. Find the value of $f^{-1}(2)$.

1. By the reflection property, $f^{-1}(k) = a$ if and only if $f(a) = k$.
2. We need $f^{-1}(2)$, so we look for the input $a$ such that $f(a) = 2$.
3. From the given points, $f(4) = 2$, so $a = 4$.
4. Conclusion: $f^{-1}(2) = 4$.

> **Exam tip:** If you are asked for only a single value of $f^{-1}(k)$, never waste time calculating the entire inverse function. Just solve $f(x) = k$ for $x$ — that solution is your answer.

## AP-Style Worked Practice Problems

**Worked example:** If $f(x) = 4 - 3x^3$ is invertible, what is $f^{-1}(-20)$?

A) $-2$
B) $2$
C) $\frac{1}{2}$
D) $-\frac{16}{3}$

1. Use the inverse property: $f^{-1}(k)$ is the solution to $f(x) = k$, so we do not need to find the entire inverse. Set $f(x) = -20$

   $$4 - 3x^3 = -20$$
2. Simplify and solve for $x$

   $$-3x^3 = -24 \\ x^3 = 8 \\ x = 2$$
3. Since $f(2) = -20$, $f^{-1}(-20) = 2$. The correct answer is B.

**Worked example:** Let $f(x) = x^2 + 6x + 10$, with domain restriction $x \geq -3$.

(a) Explain why $f(x)$ is invertible over this domain.
(b) Find $f^{-1}(x)$ and state the domain of $f^{-1}$.
(c) Verify your inverse using the composition identity $f(f^{-1}(x)) = x$.

1. Part (a): Rewrite by completing the square

   $$f(x) = (x+3)^2 + 1$$
2. For $x \geq -3$, $f(x)$ is strictly increasing, so it is one-to-one, passes the horizontal line test, and is invertible.
3. Part (b): Find the inverse: set $y = (x+3)^2 + 1$, swap $x$ and $y$

   $$x = (y+3)^2 + 1$$
4. Rearrange and solve for $y$. The range of $f^{-1}$ equals the domain of $f$, so $y \geq -3$, so we take the positive root

   $$(y+3)^2 = x - 1 \\ f^{-1}(x) = \sqrt{x - 1} - 3$$
5. The range of the original $f(x)$ is $[1, \infty)$, so the domain of $f^{-1}(x)$ is $[1, \infty)$.
6. Part (c): Verify the composition identity

   $$f(f^{-1}(x)) = \left(\sqrt{x-1}\right)^2 + 1 = (x-1) + 1 = x$$
7. The identity holds, so the inverse is correct.

## Common pitfalls

- **Wrong:** Writing $f^{-1}(x) = \frac{1}{f(x)}$ when asked for the inverse of $f(x)$
  - Why it fails: Students confuse inverse function notation $f^{-1}$ with exponent notation for reciprocals, where $x^{-1} = 1/x$
  - Correct: Memorize that $f^{-1}$ exclusively denotes the inverse function that reverses $f$, not the reciprocal, and confirm with the composition identity to avoid this mistake.
- **Wrong:** Forgetting to restrict the original function's domain before inverting a non-one-to-one function, and forgetting to match the inverse's domain to the original's range
  - Why it fails: Students focus on the algebraic inversion step and skip domain/range checks, which are required for full credit on FRQs
  - Correct: After inverting, always set $\text{dom}(f^{-1}) = \text{range}(f)$, where $f$ is the domain-restricted original function.
- **Wrong:** Reflecting the graph of $f(x)$ over the x-axis ($y=0$) instead of $y=x$ to get $f^{-1}(x)$
  - Why it fails: Students mix up reflection rules for different function transformations, confusing inverse reflection with vertical reflection
  - Correct: Remember that swapping $x$ and $y$ maps $(a,b)$ to $(b,a)$, which only occurs when reflecting over $y=x$, not any other line.
- **Wrong:** When finding the inverse of $f(x) = x^2$ for $x \geq 0$, writing the inverse as $f^{-1}(x) = \pm \sqrt{x}$
  - Why it fails: Students remember that squaring has two square roots, and forget the original function is restricted to non-negative inputs, so the inverse must have non-negative outputs
  - Correct: The range of $f^{-1}$ equals the domain of $f$, so we only take the non-negative root, giving $f^{-1}(x) = \sqrt{x}$ for $x \geq 0$.
- **Wrong:** Only checking one composition identity to verify an inverse, and stopping, even for non-one-to-one functions
  - Why it fails: Students assume that if one composition works, the other must, but one composition can equal $x$ over a restricted domain even if the inverse is incorrectly defined
  - Correct: Check both composition identities for the full domain to confirm your inverse is correct.

## Cheatsheet

| Category | Formula / Rule | Notes |
| --- | --- | --- |
| Inverse Core Identity | $f^{-1}(f(x)) = x$ <br> $f(f^{-1}(x)) = x$ | Holds for all $x$ in the domain of the inner function |
| Domain-Range Swap | $\text{dom}(f^{-1}) = \text{range}(f)$ <br> $\text{range}(f^{-1}) = \text{dom}(f)$ | Always apply after finding the inverse algebraically |
| Horizontal Line Test | Graphical test for invertibility | If any horizontal line crosses $f(x)$ more than once, $f$ is not invertible over its full domain |
| Algebraic Inversion Steps | 1. Replace $f(x)$ with $y$ <br> 2. Swap $x$ and $y$ <br> 3. Solve for $y$ <br> 4. Replace $y$ with $f^{-1}(x)$ | Standard method for algebraic functions |
| Graphical Property | Graph of $f^{-1}(x)$ = reflection of $f(x)$ over $y=x$ | Maps $(a,b)$ on $f$ to $(b,a)$ on $f^{-1}$ |
| Find Single Inverse Value | $f^{-1}(k) = x \iff f(x) = k$ | No need to find the entire inverse to get one value |
| Monotonic Function Rule | All strictly increasing/decreasing functions are invertible | Confirms invertibility without the horizontal line test |

## What's next

Inverse functions are the foundational prerequisite for the next core topic in Unit 2: logarithms. By definition, a logarithm is the inverse function of an exponential function, so every key property of logarithms comes directly from the inverse function properties we covered in this chapter. Without mastering how to check for invertibility, find inverses, and use the domain-range swap property, you will not be able to correctly simplify logarithmic expressions, solve exponential and logarithmic equations, or interpret logarithmic scales in real-world contexts. Beyond Unit 2, inverse functions are also critical for inverse trigonometric functions in Unit 3 and for derivatives of inverse functions in future AP Calculus courses.

- [Inverse trigonometric functions](https://www.owlsprep.com/study/ap-precalculus-u3-inverse-trigonometric-functions/)
- [Logarithmic expressions](https://www.owlsprep.com/study/ap-precalculus-u2-logarithmic-expressions/)
- [Inverses of exponential functions](https://www.owlsprep.com/study/ap-precalculus-u2-inverses-of-exponential-functions/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-precalculus-u2-inverse-functions/
