๐Ÿ“Honors Pre-Calculus

Inverse Function Rules

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

Inverse functions show up constantly in Pre-Calculus, and they connect to everything from solving equations to trigonometry. The core idea is straightforward: an inverse function "undoes" what the original function does. But knowing when an inverse exists, how to find it, and why certain functions need restrictions before they can have one is where the real understanding lives.

This guide covers the rules you need to know, the methods you need to practice, and the common pitfalls you need to avoid.


Foundational Concepts: When Does an Inverse Exist?

Before you can find an inverse, you need to determine whether one exists at all. The key requirement is that the function must be one-to-one.

One-to-One Functions and the Horizontal Line Test

A function is one-to-one if every output comes from exactly one input. No two different xx-values can produce the same yy-value.

The horizontal line test is the graphical version of this check. Draw horizontal lines across the graph. If any horizontal line crosses the graph more than once, the function is not one-to-one, and it doesn't have an inverse (at least not without a domain restriction).

Think about f(x)=x2f(x) = x^2. The horizontal line y=4y = 4 hits the graph at both x=2x = 2 and x=โˆ’2x = -2. Two inputs, same output. That fails the test.

Domain and Range Swap

When a function does have an inverse, the domain and range trade places:

  • The domain of ff becomes the range of fโˆ’1f^{-1}
  • The range of ff becomes the domain of fโˆ’1f^{-1}

For example, if f(x)f(x) has domain [โˆ’3,5][-3, 5] and range [0,10][0, 10], then fโˆ’1(x)f^{-1}(x) has domain [0,10][0, 10] and range [โˆ’3,5][-3, 5].

This swap is automatic. You don't choose it or calculate it; it's built into what "inverse" means.


Graphical and Algebraic Methods

These are the two main ways you'll work with inverse functions: seeing them on a graph and finding them with algebra.

Reflection Over y=xy = x

The graph of fโˆ’1f^{-1} is the mirror image of the graph of ff across the line y=xy = x.

Every point (a,b)(a, b) on the graph of ff corresponds to the point (b,a)(b, a) on the graph of fโˆ’1f^{-1}. You're flipping the coordinates.

This is useful for quick visual checks. If you've graphed a function and its supposed inverse, they should be symmetric across y=xy = x. If they aren't, something went wrong.

For linear functions, this reflection has a specific consequence: if ff has slope mm, then fโˆ’1f^{-1} has slope 1m\frac{1}{m}. A line with slope 3 reflects to a line with slope 13\frac{1}{3}.

Finding an Inverse Algebraically

The algebraic process has three steps:

  1. Start with y=f(x)y = f(x). Solve the equation for xx in terms of yy.
  2. Swap the variables: replace xx with yy and yy with xx.
  3. Verify using composition: confirm that f(fโˆ’1(x))=xf(f^{-1}(x)) = x and fโˆ’1(f(x))=xf^{-1}(f(x)) = x.

Here's a concrete example. Find the inverse of f(x)=2x+5f(x) = 2x + 5:

  • Write y=2x+5y = 2x + 5
  • Solve for xx: subtract 5, then divide by 2. You get x=yโˆ’52x = \frac{y - 5}{2}
  • Swap variables: fโˆ’1(x)=xโˆ’52f^{-1}(x) = \frac{x - 5}{2}

Verify: f(fโˆ’1(x))=2(xโˆ’52)+5=(xโˆ’5)+5=xf(f^{-1}(x)) = 2\left(\frac{x-5}{2}\right) + 5 = (x - 5) + 5 = x. It checks out.

Composition Property

The defining algebraic property of inverse functions is:

f(fโˆ’1(x))=xf(f^{-1}(x)) = x and fโˆ’1(f(x))=xf^{-1}(f(x)) = x

Both compositions must equal xx. If you only check one direction, you could be fooled by functions that partially "undo" each other but aren't true inverses. Always check both.

The result of these compositions is the identity function, which simply returns its input unchanged.


Domain Restrictions: Making Non-Invertible Functions Invertible

Some of the most important functions in Pre-Calculus aren't naturally one-to-one. To give them inverses, you restrict their domain to a portion where they are one-to-one.

The Standard Example: f(x)=x2f(x) = x^2

Restrict the domain to xโ‰ฅ0x \geq 0, and the function becomes one-to-one. Its inverse is then fโˆ’1(x)=xf^{-1}(x) = \sqrt{x}.

You could also restrict to xโ‰ค0x \leq 0, but the convention is xโ‰ฅ0x \geq 0.

Inverse Trigonometric Functions

Trig functions are periodic, so they fail the horizontal line test badly. Each one needs a carefully chosen restricted domain.

sinโก(x)\sin(x) is restricted to [โˆ’ฯ€2,ฯ€2]\left[-\frac{\pi}{2}, \frac{\pi}{2}\right] On this interval, sine goes from โˆ’1-1 to 11 and is one-to-one. The inverse, sinโกโˆ’1(x)\sin^{-1}(x), has range [โˆ’ฯ€2,ฯ€2]\left[-\frac{\pi}{2}, \frac{\pi}{2}\right].

cosโก(x)\cos(x) is restricted to [0,ฯ€][0, \pi] On this interval, cosine goes from 11 to โˆ’1-1 and is one-to-one. The inverse, cosโกโˆ’1(x)\cos^{-1}(x), has range [0,ฯ€][0, \pi].

tanโก(x)\tan(x) is restricted to (โˆ’ฯ€2,ฯ€2)\left(-\frac{\pi}{2}, \frac{\pi}{2}\right) On this interval, tangent covers all real numbers and is one-to-one. The inverse, tanโกโˆ’1(x)\tan^{-1}(x), has range (โˆ’ฯ€2,ฯ€2)\left(-\frac{\pi}{2}, \frac{\pi}{2}\right).

These restricted domains and the resulting inverse trig ranges need to be memorized. They come up repeatedly.


Key Inverse Pairs

Exponential and Logarithmic Functions

The functions f(x)=axf(x) = a^x and g(x)=logโกa(x)g(x) = \log_a(x) are inverses of each other, provided a>0a > 0 and aโ‰ 1a \neq 1.

The two identities that follow from this relationship:

alogโกa(x)=xa^{\log_a(x)} = x (for x>0x > 0) and logโกa(ax)=x\log_a(a^x) = x

Unlike trig functions, exponentials are naturally one-to-one for valid bases. No domain restriction is needed. The function axa^x always passes the horizontal line test (it's always increasing or always decreasing depending on the base).

This is a key contrast with trig functions. Exponentials and logs are naturally invertible; trig functions are not.

Derivative of an Inverse Function (Calculus Preview)

For those moving toward Calculus, there's a useful formula:

(fโˆ’1)โ€ฒ(y)=1fโ€ฒ(x)(f^{-1})'(y) = \frac{1}{f'(x)} where y=f(x)y = f(x)

The rate of change of the inverse is the reciprocal of the rate of change of the original function. This connects to implicit differentiation and the chain rule, and it's worth being aware of even if you aren't tested on it yet.


Quick Reference Table

ConceptBest Examples
One-to-one requirementHorizontal line test, injective functions
Domain-range swapFinding domain of fโˆ’1f^{-1} from range of ff
Graphical reflectionReflection over y=xy = x, coordinate swap (a,b)โ†’(b,a)(a,b) \to (b,a)
Algebraic methodSolve for xx, swap variables, verify by composition
Composition propertyf(fโˆ’1(x))=xf(f^{-1}(x)) = x, identity function
Domain restrictionsx2x^2 restricted to xโ‰ฅ0x \geq 0, trig function restrictions
Inverse trig rangessinโกโˆ’1:[โˆ’ฯ€2,ฯ€2]\sin^{-1}: [-\frac{\pi}{2}, \frac{\pi}{2}], cosโกโˆ’1:[0,ฯ€]\cos^{-1}: [0, \pi], tanโกโˆ’1:(โˆ’ฯ€2,ฯ€2)\tan^{-1}: (-\frac{\pi}{2}, \frac{\pi}{2})
Exp-log relationshipalogโกa(x)=xa^{\log_a(x)} = x, logโกa(ax)=x\log_a(a^x) = x

Self-Check Questions

  1. What do the horizontal line test and the one-to-one requirement have in common, and why are both necessary for a function to have an inverse?

  2. If f(x)f(x) has domain [โˆ’3,5][-3, 5] and range [0,10][0, 10], what are the domain and range of fโˆ’1(x)f^{-1}(x)?

  3. Compare and contrast the process of verifying inverses graphically (reflection) versus algebraically (composition). When would you use each method?

  4. Why does f(x)=sinโก(x)f(x) = \sin(x) require a domain restriction to have an inverse, while f(x)=exf(x) = e^x does not? What restriction is used for sine?

  5. Given f(x)=2x+5f(x) = 2x + 5, find fโˆ’1(x)f^{-1}(x) algebraically and verify your answer using composition. What does the reflection property predict about the slopes of ff and fโˆ’1f^{-1}?

Inverse Function Rules to Know for Honors Pre-Calculus