Loading…

Derivative of Inverse Function Tool

Math Calculus • Derivatives

View all topics
9. Derivative Of Inverse Function Tool
Computes \(\big(f^{-1}\big)'(y_0)=\dfrac{1}{f'(x_0)}\) where \(x_0\) satisfies \(f(x_0)=y_0\), and visualizes the reflection across \(y=x\) with tangent slopes.
Inputs
Supported: + − * / ^, parentheses, variable x, constants pi, e, sin cos tan, ln log(base 10), sqrt abs exp. Implicit multiplication: 2x, (x+1)(x-1), 2sin(x). Trig powers like cos^2(2x) are supported.
We solve \(f(x_0)=y_0\) for \(x_0\).
Used for Newton’s method. Leave empty for auto.

Graph uses \(x\) on the horizontal axis.
Plots \(x\in[c-w,c+w]\).
Click to auto-fill and compute.
Ready
Graph
Drag to pan • wheel/pinch to zoom (wide zoom-out enabled) • shows \(f\), optional \(f^{-1}\) (reflection), and \(y=x\).
x: 0, y: 0, zoom(px/unit): 40
Result
Enter \(f(x)\), pick \(y_0\), and click Compute.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What is the derivative of an inverse function at y0?

If y0 = f(x0) and f is invertible near x0 with f'(x0) not equal to 0, then (f^{-1})'(y0) = 1 / f'(x0). The key is finding the corresponding x0 that maps to y0 under f.

How do you find x0 when you only know y0?

You solve the equation f(x) = y0 to find x0. This calculator does that numerically using an iterative method (often Newton-style) and can use a safer fallback if the iteration stalls.

Why can (f^{-1})'(y0) be undefined or extremely large?

Because (f^{-1})'(y0) = 1 / f'(x0), the value blows up or becomes undefined when f'(x0) = 0. Geometrically, a horizontal tangent on f corresponds to a vertical tangent on the inverse.

What does the reflection across y = x mean for inverse functions?

The graph of f^{-1} is the reflection of the graph of f across the line y = x. Corresponding points swap coordinates (x0, y0) on f becomes (y0, x0) on f^{-1}, and tangent slopes become reciprocal.