Inverse Functions
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll review inverse functions and extend your understanding to more complex cases, including how to find inverses algebraically and graphically, and when they exist.
The Concept
Section titled “The Concept”If you went through the Algebra 2 section, you’ve already seen inverse functions. This lesson is a recap of the basics plus some new territory. In Algebra 2 we focused on finding inverses of linear functions and understanding the concept. Here we’ll go further: inverses of rational functions, domain restrictions on non-one-to-one functions, and formal verification using composition.
Two functions f and g are inverses if applying one after the other returns the original input:
The inverse of f is written f⁻¹ (read “f inverse”). It undoes whatever f does. If f takes 3 to 7, then f⁻¹ takes 7 back to 3.
Graphically, the inverse is the reflection of the original function over the line y = x. Every point (a, b) on f becomes (b, a) on f⁻¹.
To find the inverse algebraically:
- Replace f(x) with y
- Swap x and y
- Solve for y
- Replace y with f⁻¹(x)
Not every function has an inverse. A function must be one-to-one (pass the horizontal line test) to have an inverse. If it’s not one-to-one, you can restrict the domain to make it work.
Worked Example
Section titled “Worked Example”Example 1: Linear function
Find the inverse of f(x) = 3x - 6.
Swap x and y:
Solve for y:
Verify they are inverses:
Both compositions return x, so they’re confirmed inverses.
Example 2: Quadratic with restricted domain
Find the inverse of f(x) = x² + 4, with domain restricted to x ≥ 0.
Swap x and y:
Solve for y:
We take the positive root because the original domain was x ≥ 0.
Example 3: Rational function
Find the inverse of f(x) = (2x + 1) / (x - 3).
Swap and solve:
Real-World Application
Section titled “Real-World Application”Inverse functions are used in:
- Unit conversion (Fahrenheit to Celsius and back: C = (5/9)(F - 32) and F = (9/5)C + 32)
- Cryptography (encoding and decoding messages)
- Finance (finding the interest rate given a final amount, or the original price before tax)
- Physics (converting between position, velocity, and time)
- Computer science (compression and decompression algorithms)
Example: if a store charges f(x) = 1.08x (price with 8% tax), the inverse f⁻¹(x) = x / 1.08 tells you the pre-tax price from the total.