Study Guide

AP Precalculus Inverse Functions

AP PrecalculusΒ· AP Precalculus CED β€” Exponential and Logarithmic FunctionsΒ· 14 min read

1. Definition and Core Propertiesβ˜…β˜…β˜†β˜†β˜†β± 3 min

An inverse function reverses the input-output mapping of an original invertible function. If the original function takes input to output , then the inverse function takes input to output .

πŸ“˜ Definition

Inverse Function

A function that reverses the mapping of an invertible original function, satisfying the core composition identities: and .

Example:

If , then , since .

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.

2. Existence of Inverses and the Horizontal Line Testβ˜…β˜…β˜†β˜†β˜†β± 3 min

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 , then : 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 has an inverse over its entire domain . If not, explain why.

  1. 1

    Apply the algebraic one-to-one test: set

    3a3βˆ’6=3b3βˆ’63a^3 - 6 = 3b^3 - 6
  2. 2

    Simplify the equation: add 6 to both sides and divide by 3

    a3=b3β€…β€ŠβŸΉβ€…β€Ša=ba^3 = b^3 \implies a = b
  3. 3

    Confirm with the horizontal line test: is a strictly increasing cubic function, so every horizontal line intersects it exactly once.

  4. 4

    Conclusion: is one-to-one over , 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.

3. Algebraic Inversion and Composition Verificationβ˜…β˜…β˜…β˜†β˜†β± 4 min

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 with

  2. Swap the positions of and (this reflects the domain-range swap between and )

  3. Solve the new equation for

  4. Replace with , and set the domain of equal to the range of the original .

By definition, any valid inverse must satisfy both composition identities: and . Checking these identities is the most reliable way to confirm you did the algebra correctly.

πŸ“ Worked Example

Find the inverse of for , and verify your result.

  1. 1

    Step 1: Replace with

    y=3x+2xβˆ’4y = \frac{3x + 2}{x - 4}
  2. 2

    Step 2: Swap and

    x=3y+2yβˆ’4x = \frac{3y + 2}{y - 4}
  3. 3

    Step 3: Solve for by rearranging terms

    x(yβˆ’4)=3y+2xyβˆ’4x=3y+2xyβˆ’3y=4x+2y(xβˆ’3)=4x+2y=4x+2xβˆ’3x(y-4) = 3y + 2 \\ xy - 4x = 3y + 2 \\ xy - 3y = 4x + 2 \\ y(x-3) = 4x + 2 \\ y = \frac{4x + 2}{x - 3}
  4. 4

    Step 4: Set the domain of : the range of for is , so

    fβˆ’1(x)=4x+2xβˆ’3,x>3f^{-1}(x) = \frac{4x + 2}{x - 3}, \quad x > 3
  5. 5

    Verify the composition identity

    f(fβˆ’1(x))=3(4x+2xβˆ’3)+2(4x+2xβˆ’3)βˆ’4=14x14=xf(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. 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.

4. Graphical Properties of Inverse Functionsβ˜…β˜…β˜†β˜†β˜†β± 2 min

The graph of is the reflection of the graph of over the line . This matches the algebraic step of swapping and when finding inverses.

  • A point on the graph of corresponds to a point on the graph of , so we can find directly if we know .

  • If is strictly increasing, is also strictly increasing; if is strictly decreasing, is strictly decreasing.

  • Almost all intersections of and (for the AP Precalculus scope) lie on the line .

πŸ“ Worked Example

The graph of the invertible function passes through the points , , , and . Find the value of .

  1. 1

    By the reflection property, if and only if .

  2. 2

    We need , so we look for the input such that .

  3. 3

    From the given points, , so .

  4. 4

    Conclusion: .

Exam tip:

If you are asked for only a single value of , never waste time calculating the entire inverse function. Just solve for β€” that solution is your answer.

5. AP-Style Worked Practice Problemsβ˜…β˜…β˜…β˜†β˜†β± 4 min

πŸ“ Worked Example

If is invertible, what is ?

A) B) C) D)

  1. 1

    Use the inverse property: is the solution to , so we do not need to find the entire inverse. Set

    4βˆ’3x3=βˆ’204 - 3x^3 = -20
  2. 2

    Simplify and solve for

    βˆ’3x3=βˆ’24x3=8x=2-3x^3 = -24 \\ x^3 = 8 \\ x = 2
  3. 3

    Since , . The correct answer is B.

πŸ“ Worked Example

Let , with domain restriction .

(a) Explain why is invertible over this domain. (b) Find and state the domain of . (c) Verify your inverse using the composition identity .

  1. 1

    Part (a): Rewrite by completing the square

    f(x)=(x+3)2+1f(x) = (x+3)^2 + 1
  2. 2

    For , is strictly increasing, so it is one-to-one, passes the horizontal line test, and is invertible.

  3. 3

    Part (b): Find the inverse: set , swap and

    x=(y+3)2+1x = (y+3)^2 + 1
  4. 4

    Rearrange and solve for . The range of equals the domain of , so , so we take the positive root

    (y+3)2=xβˆ’1fβˆ’1(x)=xβˆ’1βˆ’3(y+3)^2 = x - 1 \\ f^{-1}(x) = \sqrt{x - 1} - 3
  5. 5

    The range of the original is , so the domain of is .

  6. 6

    Part (c): Verify the composition identity

    f(fβˆ’1(x))=(xβˆ’1)2+1=(xβˆ’1)+1=xf(f^{-1}(x)) = \left(\sqrt{x-1}\right)^2 + 1 = (x-1) + 1 = x
  7. 7

    The identity holds, so the inverse is correct.

6. Common Pitfalls

Wrong move:

Writing when asked for the inverse of

Why:

Students confuse inverse function notation with exponent notation for reciprocals, where

Correct move:

Memorize that exclusively denotes the inverse function that reverses , not the reciprocal, and confirm with the composition identity to avoid this mistake.

Wrong move:

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:

Students focus on the algebraic inversion step and skip domain/range checks, which are required for full credit on FRQs

Correct move:

After inverting, always set , where is the domain-restricted original function.

Wrong move:

Reflecting the graph of over the x-axis () instead of to get

Why:

Students mix up reflection rules for different function transformations, confusing inverse reflection with vertical reflection

Correct move:

Remember that swapping and maps to , which only occurs when reflecting over , not any other line.

Wrong move:

When finding the inverse of for , writing the inverse as

Why:

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 move:

The range of equals the domain of , so we only take the non-negative root, giving for .

Wrong move:

Only checking one composition identity to verify an inverse, and stopping, even for non-one-to-one functions

Why:

Students assume that if one composition works, the other must, but one composition can equal over a restricted domain even if the inverse is incorrectly defined

Correct move:

Check both composition identities for the full domain to confirm your inverse is correct.

7. Quick Reference Cheatsheet

Category

Formula / Rule

Notes

Inverse Core Identity


Holds for all in the domain of the inner function

Domain-Range Swap


Always apply after finding the inverse algebraically

Horizontal Line Test

Graphical test for invertibility

If any horizontal line crosses more than once, is not invertible over its full domain

Algebraic Inversion Steps

  1. Replace with
    2. Swap and
    3. Solve for
    4. Replace with

Standard method for algebraic functions

Graphical Property

Graph of = reflection of over

Maps on to on

Find Single Inverse Value

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

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2024 Β· MCQ

    Identify invertible function from graphs

  • 2023 Β· FRQ

    Find inverse of domain-restricted quadratic

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.