The Inverse Function Calculator finds the inverse of a given function step by step. Simply enter a function like 3x+2, (2x+1)/(x-3), or sqrt(2x-4) and the calculator will apply the swap‑and‑solve method, explaining every operation along the way.
How to Find the Inverse of a Function
The process is straightforward:
- Replace f(x) with y.
- Interchange x and y (this reflects the function over y = x).
- Solve the resulting equation for y.
- Replace y with f⁻¹(x).
Not all functions have inverses. A function must be one‑to‑one (each input gives a unique output). If it’s not one‑to‑one, you may restrict the domain (as we do for quadratic functions) to make it invertible.
Worked Examples
- f(x) = 3x + 2 → f⁻¹(x) = (x – 2)/3
- f(x) = (2x+1)/(x-3) → f⁻¹(x) = (3x+1)/(x-2)
- f(x) = √(2x-4) → f⁻¹(x) = (x²+4)/2, x ≥ 0
- f(x) = x² + 3 (x ≥ 0) → f⁻¹(x) = √(x-3), x ≥ 3