MATH 3 • ALGEBRA & FUNCTIONS

Finding & Verifying Inverse Functions — I can find inverse functions for simple cases and verify inverses using composition at my level.

Learn how to reverse the action of a function and prove your answer is correct using composition.

Historical Context & Motivation

Every time you unlock your phone with a passcode, you are performing an operation that reverses an encryption — and that idea of reversing a process sits at the heart of inverse functions. Mathematicians have been interested in undoing operations for centuries. If a function takes an input and produces an output, the inverse function takes that output and recovers the original input. This concept didn't appear overnight; it grew alongside the development of algebra and the formal definition of a function itself.

~800 CE
Al-Khwarizmi & Algebraic Reversal
Persian mathematician al-Khwarizmi developed systematic methods for solving equations by performing inverse operations — adding vs. subtracting, multiplying vs. dividing — laying the groundwork for algebraic thinking about reversibility.
1694
Leibniz & Function Notation
Gottfried Leibniz began formalizing the concept of a function, making it possible to discuss inputs, outputs, and the idea of mapping one set of values to another in a precise mathematical language.
1748
Euler Defines Functions Formally
Leonhard Euler published his influential textbook where he defined functions explicitly and explored logarithms as inverses of exponential functions, establishing one of the most important inverse pairs in mathematics.
1800s
Inverse Notation Emerges
The notation f⁻¹(x) became standard for inverse functions during the 19th century. Mathematicians also clarified that only one-to-one functions have true inverses, refining the concept we study today.

The core question that inverse functions answer is simple yet powerful: if I know where I ended up, how do I get back to where I started? Whether you are converting Celsius to Fahrenheit and back, encoding and decoding data, or solving an equation for an unknown variable, you are working with inverse functions. In this lesson, you will learn how to find them algebraically and verify them using composition.

Core Principles & Definitions

Before you can find an inverse function, you need to understand a few foundational ideas. An inverse function is a function that "undoes" what the original function does. If f(x) takes an input x and produces output y, then f⁻¹(x) takes y as its input and returns the original x. Think of it as rewinding a process: the function moves forward, and the inverse rewinds back to the start.

1

One-to-One Functions

A function must be one-to-one (each output comes from exactly one input) to have an inverse that is also a function. Use the horizontal line test: if any horizontal line crosses the graph more than once, the function is not one-to-one.
2

Domain & Range Swap

The domain of f becomes the range of f⁻¹, and the range of f becomes the domain of f⁻¹. When you find an inverse, inputs and outputs trade roles completely.
3

Reflection Over y = x

Graphically, a function and its inverse are mirror images of each other across the line y = x. Every point (a, b) on f corresponds to a point (b, a) on f⁻¹.
4

Composition Verification

Two functions are inverses if and only if f(f⁻¹(x)) = x and f⁻¹(f(x)) = x. This double-check through composition is the gold-standard proof that your inverse is correct.
KEY TAKEAWAY
Think of a function and its inverse like a pair of language translators. One translator converts English to Spanish, and the other converts Spanish back to English. If you translate a sentence to Spanish and then translate it back, you should get the original sentence. That's exactly what f(f⁻¹(x)) = x means — the round trip brings you right back where you started.

Visual Explanation — Reflecting Across y = x

The diagram below shows a function f(x) = 2x + 1 and its inverse f⁻¹(x) = (x − 1)/2 plotted on the same coordinate plane. Notice how every point on the blue curve, when reflected across the dashed line y = x, lands exactly on the pink curve. This visual symmetry is the geometric signature of inverse functions.

The blue line represents f(x) = 2x + 1 and the pink line represents its inverse f⁻¹(x) = (x − 1)/2. The dashed violet line is y = x. Notice how the point (1, 3) on f reflects to (3, 1) on f⁻¹, with the gold dashed segment showing the reflection path.

The key geometric insight is that reflecting across y = x is the same as swapping the x- and y-coordinates of every point on the original graph. This is precisely the algebraic step you perform when finding an inverse: you switch x and y in the equation, then solve for y. The algebra and the geometry are telling the same story from two different perspectives.

Mathematical Framework

Finding an inverse function algebraically follows a clear, repeatable procedure. The equations below summarize the definition and the verification method. After studying these, you'll practice the step-by-step process in the worked example section.

DEFINITION OF INVERSE
If f(a) = b, then f⁻¹(b) = a
The inverse function reverses the input-output pair. Here a is the original input and b is the original output. The superscript −1 in f⁻¹ is not an exponent — it is the inverse notation.
ALGEBRAIC METHOD
y = f(x) → swap x and y → solve for y → y = f⁻¹(x)
Step 1: Replace f(x) with y. Step 2: Switch every x and y. Step 3: Solve the new equation for y. Step 4: Write the result as f⁻¹(x).
COMPOSITION VERIFICATION
f(f⁻¹(x)) = x AND f⁻¹(f(x)) = x
Both compositions must simplify to x. If even one fails, the two functions are not inverses of each other. Checking both directions is important because some functions only satisfy one direction over a restricted domain.
⚠️ Common Mistake Alert
Do not confuse f⁻¹(x) with 1/f(x). The notation f⁻¹(x) means the inverse function, not the reciprocal. For example, if f(x) = 2x, then f⁻¹(x) = x/2, but 1/f(x) = 1/(2x). These are very different!

Step-by-Step Process — A Visual Flowchart

The flowchart below breaks the entire inverse-function process into clear stages: finding the inverse, then verifying it with composition. Follow the arrows from start to finish to see how each algebraic step connects to the next.

Follow each colored box from top to bottom. The four-step algebraic process (blue → violet → pink → green) is followed by the cyan verification step where you confirm your answer by composing the function and its inverse.

Notice that the process naturally splits into two phases. The first four steps are the discovery phase, where you algebraically undo the function to find f⁻¹(x). The final step is the verification phase, where composition proves you did it right. Many students skip verification, but it's the most reliable way to catch algebraic errors.

Worked Example

Let's walk through a complete example: finding and verifying the inverse of f(x) = 3x − 5.

Find and verify the inverse of f(x) = 3x − 5
1
Step 1 — Replace f(x) with yStart by writing the function using y instead of f(x). This makes the swap step easier to see.
y = 3x − 5
2
Step 2 — Swap x and ySwitch every x with y and every y with x in the equation. This reflects the graph across y = x and sets up the equation you need to solve.
x = 3y − 5
3
Step 3 — Solve for yIsolate y. First add 5 to both sides: x + 5 = 3y. Then divide both sides by 3: y = (x + 5)/3.
y = (x + 5)/3
4
Step 4 — Write as f⁻¹(x)Replace y with inverse notation.
f⁻¹(x) = (x + 5)/3
5
Step 5 — Verify with composition (Direction 1)Compute f(f⁻¹(x)). Substitute f⁻¹(x) into f: f((x + 5)/3) = 3 × ((x + 5)/3) − 5 = (x + 5) − 5 = x. ✓
f(f⁻¹(x)) = x ✓
6
Step 6 — Verify with composition (Direction 2)Compute f⁻¹(f(x)). Substitute f(x) into f⁻¹: f⁻¹(3x − 5) = ((3x − 5) + 5)/3 = 3x/3 = x. ✓
f⁻¹(f(x)) = x ✓

Both compositions simplified to x, which confirms that f⁻¹(x) = (x + 5)/3 is indeed the correct inverse of f(x) = 3x − 5. Notice how the inverse literally reverses each operation: instead of multiplying by 3 then subtracting 5, the inverse adds 5 then divides by 3 — the opposite operations in reverse order.

Common Strengths & Pitfalls

When learning inverse functions, students encounter predictable patterns of success and common mistakes. The table below highlights what tends to go right and what to watch out for so you can troubleshoot your own work.

Strengths and pitfalls when finding inverse functions
CategoryWhat Goes WellCommon Pitfall
Swapping x and yMost students remember to swap x and y correctly in simple linear functions.In more complex functions, students sometimes swap only one variable but miss another occurrence of x or y in the equation.
Solving for yLinear equations require straightforward algebra that students are usually comfortable with.With fractions or radicals, students may make errors in the order of operations when isolating y.
VerificationStudents who check both directions almost always catch their own errors.Checking only one direction of composition or skipping verification entirely, leading to undetected mistakes.
NotationThe f⁻¹ symbol is intuitive once students see it as 'undo.'Confusing f⁻¹(x) with 1/f(x). Remember: the −1 superscript is not an exponent here.
KEY TAKEAWAY
Finding an inverse is like untying a knot: you reverse every twist in the opposite order. If you tied the knot by looping over then pulling through, you undo it by pushing back then unlooping. Similarly, if f(x) multiplies by 3 then subtracts 5, its inverse adds 5 first, then divides by 3. Always reverse the order!

Connection to Advanced Topics

The inverse functions you're learning now — mostly involving linear or simple rational expressions — are the foundation for much deeper mathematics. As you move forward, you'll encounter functions that require domain restrictions to create inverses, and you'll apply inverse thinking to exponential and trigonometric functions.

How today's skills connect to advanced math
This LessonWhere It Leads
Inverses of linear functions (f(x) = mx + b)Inverses of quadratic, cubic, and radical functions with restricted domains
Composition verification: f(f⁻¹(x)) = xThe formal definition of bijective (one-to-one and onto) functions in college algebra and analysis
Swapping x and y graphicallyLogarithms as inverses of exponentials: log is the inverse of 10ˣ, and ln is the inverse of eˣ
Simple algebraic inversesInverse trigonometric functions (sin⁻¹, cos⁻¹, tan⁻¹) used in calculus and physics

The core principle never changes: an inverse function reverses the input-output relationship. Whether you're undoing a simple linear function or recovering an angle from a sine value, the idea of swapping roles between input and output is exactly the same. Mastering these simple cases now will make the advanced versions feel like natural extensions rather than brand-new topics.

Practice Problems

PROBLEM 1CONCEPTUAL
If f(7) = 12, what is f⁻¹(12)? Explain your reasoning in one sentence.
PROBLEM 2BASIC CALCULATION
Find the inverse of f(x) = 4x + 8.
PROBLEM 3INTERMEDIATE
Find the inverse of f(x) = (x − 3)/5 and verify your answer by computing both f(f⁻¹(x)) and f⁻¹(f(x)).
PROBLEM 4APPLIED
The formula C = (5/9)(F − 32) converts Fahrenheit to Celsius. Find the inverse formula that converts Celsius back to Fahrenheit. Then use it to convert 25°C to Fahrenheit.
PROBLEM 5CRITICAL THINKING
A student claims that g(x) = x² and h(x) = √x are inverse functions. Compute g(h(x)) and h(g(x)). Do both equal x for all real numbers? Explain why or why not, and discuss what condition g(x) = x² would need to satisfy to have a true inverse.

Lesson Summary

An inverse function reverses the action of the original function, sending outputs back to their original inputs. To find an inverse algebraically, you replace f(x) with y, swap x and y, and then solve for y. Graphically, a function and its inverse are reflections across the line y = x, meaning every point (a, b) on f corresponds to (b, a) on f⁻¹.

To confirm your result, use composition verification: check that both f(f⁻¹(x)) = x and f⁻¹(f(x)) = x. A function must be one-to-one (pass the horizontal line test) to have an inverse that is also a function. Remember: f⁻¹(x) is inverse notation — it is not the same as 1/f(x). Mastering these foundational skills prepares you for logarithmic, exponential, and trigonometric inverses in more advanced courses.

Varsity Tutors • Math 3 • Finding & Verifying Inverse Functions