Inverse Function Verifier

Easily check if two functions are inverses of each other! Just enter f(x) and a potential inverse g(x) to see if they satisfy the inverse function conditions: $$f(g(x)) = x$$ and $$g(f(x)) = x$$.

f(x) =

Enter the first function in terms of x.

g(x) =

Enter the function you suspect is the inverse of f(x).

Understanding Inverse Functions

An inverse function reverses the operation of another function. If f(x) produces y, then the inverse function, denoted as f⁻¹(y), produces x. For g(x) to be the inverse of f(x), two conditions must be met:

This tool verifies these conditions by simplifying the compositions $$f(g(x))$$ and $$g(f(x))$$. If both simplify to x, then g(x) is the inverse of f(x).

Further learning: Wikipedia, Khan Academy.