CALCULUS 1 • DERIVATIVES: COMPOSITE, IMPLICIT & INVERSE

Differentiating Inverse Functions

Learn how to find the derivative of an inverse function without ever solving for the inverse explicitly.

Historical Context & Motivation

Throughout the history of mathematics, one recurring challenge has been figuring out how to "undo" a function. If a function takes an input and produces an output, its inverse function reverses that process — it takes the output and recovers the original input. This idea is ancient, but the question of how fast an inverse function changes — its derivative — only became tractable once calculus was developed in the seventeenth century.

Early mathematicians like Isaac Newton and Gottfried Wilhelm Leibniz discovered that the rates of change of a function and its inverse are intimately linked. If you know the derivative of the original function, you can deduce the derivative of the inverse without ever writing out the inverse formula. This insight became especially powerful for functions whose inverses are difficult or impossible to express in closed form, such as certain trigonometric and exponential relationships.

1670s
Birth of Calculus
Newton and Leibniz independently develop the foundations of calculus, including the concept of the derivative as a rate of change. Their work provides the framework for analyzing how functions and their inverses behave.
1748
Euler's Introductio
Leonhard Euler publishes Introductio in analysin infinitorum, formalizing the study of inverse trigonometric and logarithmic functions. He makes extensive use of the relationship between a function's derivative and that of its inverse.
1797
Lagrange's Derivative Notation
Joseph-Louis Lagrange introduces the prime notation f′(x) for derivatives and systematically applies the inverse function theorem in his Théorie des fonctions analytiques.
1821
Cauchy's Rigorous Foundations
Augustin-Louis Cauchy places limits and continuity on a rigorous footing, ensuring that the inverse function derivative formula has a solid logical basis. His work clarifies exactly when the formula is valid.

The central question this lesson addresses is deceptively simple: if you know f′(x), how do you find the derivative of f⁻¹(x)? As you will see, the answer involves a beautiful reciprocal relationship that connects the slopes of a function and its inverse at corresponding points.

Core Principles & Definitions

Before diving into the derivative formula, you need to understand a few foundational ideas. An inverse function exists when a function is one-to-one (each output corresponds to exactly one input). Graphically, a one-to-one function passes the horizontal line test. The graph of f⁻¹ is the reflection of the graph of f across the line y = x, which means the roles of x and y are swapped.

1

One-to-One Requirement

A function f must be one-to-one for f⁻¹ to exist. If f(a) = f(b) implies a = b for all values in the domain, the function is one-to-one and its inverse is well-defined.
2

Reflection Across y = x

The graph of f⁻¹ is obtained by reflecting the graph of f over the line y = x. This means the point (a, b) on f corresponds to the point (b, a) on f⁻¹.
3

Reciprocal Slopes

If f has a slope of m at a point, then f⁻¹ has a slope of 1/m at the corresponding reflected point. The slopes of a function and its inverse at corresponding points are reciprocals of each other.
4

Composition Identity

By definition, f(f⁻¹(x)) = x and f⁻¹(f(x)) = x. This composition identity is the key algebraic relationship that lets us derive the inverse function derivative formula using the chain rule.
KEY TAKEAWAY
Think of a function and its inverse like a road between two cities. If you drive from City A to City B and the road has a steep uphill grade of 5 (a slope of 5), then driving back from B to A on the same road, you experience a grade of 1/5 — the reciprocal. The derivative of the inverse is the reciprocal of the derivative of the original function, evaluated at the right point.

Visual Explanation

The diagram below shows a function f(x) = x³ (in cyan) and its inverse f⁻¹(x) = ∛x (in pink), reflected across the line y = x (dashed). Notice how the tangent lines at corresponding points have slopes that are reciprocals of each other. Where f is steep, f⁻¹ is shallow, and vice versa.

The cyan curve is f(x) = x³ and the pink curve is f⁻¹(x) = ∛x. They are mirror images across the dashed line y = x. The tangent lines at corresponding points (2, 0.5) and (0.5, 2) have slopes that multiply to 1, illustrating the reciprocal slope relationship.

The visual insight is powerful: reflection across y = x swaps the rise and the run of any tangent line. If the original tangent line has rise = Δy and run = Δx, the reflected tangent has rise = Δx and run = Δy. That means the slope changes from Δy/Δx to Δx/Δy — which is exactly the reciprocal. This geometric fact is the foundation of the inverse function derivative theorem.

Mathematical Framework

Let's derive the formula step by step. Suppose f is a one-to-one differentiable function with inverse f⁻¹. By the definition of an inverse, the composition identity holds: f(f⁻¹(x)) = x. If we differentiate both sides with respect to x using the chain rule, we unlock the derivative of f⁻¹.

COMPOSITION IDENTITY
f(f⁻¹(x)) = x
This equation says that applying f after f⁻¹ always returns the original input x.
DIFFERENTIATE BOTH SIDES (CHAIN RULE)
f′(f⁻¹(x)) · (f⁻¹)′(x) = 1
The left side uses the chain rule: the derivative of the outer function f evaluated at the inner function f⁻¹(x), multiplied by the derivative of the inner function (f⁻¹)′(x). The right side is simply 1, since d/dx[x] = 1.
INVERSE FUNCTION DERIVATIVE FORMULA
(f⁻¹)′(x) = 1 / f′(f⁻¹(x))
Solve the previous equation for (f⁻¹)′(x) by dividing both sides by f′(f⁻¹(x)). This formula is valid whenever f′(f⁻¹(x)) ≠ 0.
⚠️ Important Condition
The formula only works when f′(f⁻¹(x)) ≠ 0. If the derivative of f is zero at the corresponding point, the inverse function has a vertical tangent there, and the derivative of the inverse is undefined.

There is an equivalent way to write this formula that some students find easier to remember. If you let y = f⁻¹(x), then x = f(y), and the formula becomes:

ALTERNATIVE FORM
dy/dx = 1 / (dx/dy)
This says: the rate of change of y with respect to x is the reciprocal of the rate of change of x with respect to y. In Leibniz notation, this looks almost like flipping a fraction — and that intuition is exactly correct.

Key Cases & Detailed Breakdown

The inverse function derivative formula is especially useful for the inverse trigonometric functions (like arcsin, arccos, and arctan) and the natural logarithm (which is the inverse of eˣ). Instead of memorizing each derivative individually, you can derive all of them from the inverse function theorem. Let's look at a summary of the most common cases.

Common functions and the derivatives of their inverses
Function f(x)Inverse f⁻¹(x)f′(x)(f⁻¹)′(x)
x² (x ≥ 0)√x2x1 / (2√x)
∛x3x²1 / (3x^(2/3))
ln x1/x
sin xarcsin xcos x1/√(1 − x²)
tan xarctan xsec²x1/(1 + x²)
This flowchart traces the derivation of the derivative of arcsin x using the inverse function derivative theorem. The Pythagorean identity converts the composition cos(arcsin x) into the radical expression √(1 − x²).

As the flowchart shows, the hardest part is usually the simplification step — converting an expression like cos(arcsin x) into a simpler algebraic form. For inverse trig functions, right-triangle reasoning or the Pythagorean identity does the trick every time. For the natural log, the simplification is even more direct: since the derivative of eˣ is eˣ, and e raised to ln x is just x, you immediately get d/dx[ln x] = 1/x.

Worked Example

Let's work through a complete example that uses the inverse function derivative formula at a specific point. Suppose f(x) = x³ + 2x + 1. Find (f⁻¹)′(4) — the derivative of the inverse function at x = 4.

Find (f⁻¹)′(4) where f(x) = x³ + 2x + 1
1
Step 1 — Recall the FormulaThe inverse function derivative theorem states: (f⁻¹)′(x) = 1 / f′(f⁻¹(x)). So to find (f⁻¹)′(4), we need to know two things: the value of f⁻¹(4) and the derivative f′ evaluated at that value.
2
Step 2 — Find f⁻¹(4)We need to find the input a such that f(a) = 4. Solve x³ + 2x + 1 = 4, which simplifies to x³ + 2x − 3 = 0. By testing x = 1: 1³ + 2(1) − 3 = 1 + 2 − 3 = 0. ✓
f⁻¹(4) = 1
3
Step 3 — Compute f′(x)Differentiate f(x) = x³ + 2x + 1 using the power rule: f′(x) = 3x² + 2.
f′(x) = 3x² + 2
4
Step 4 — Evaluate f′ at f⁻¹(4)We found that f⁻¹(4) = 1, so we evaluate f′ at x = 1: f′(1) = 3(1)² + 2 = 3 + 2 = 5.
f′(1) = 5
5
Step 5 — Apply the FormulaSubstitute into the inverse function derivative formula: (f⁻¹)′(4) = 1 / f′(f⁻¹(4)) = 1 / f′(1) = 1/5.
(f⁻¹)′(4) = 1/5
💡 Pro Tip
Notice that you never needed to actually find a formula for f⁻¹(x) — which would be very difficult for a cubic like x³ + 2x + 1. The theorem lets you bypass solving for the inverse entirely. You only need to find one specific input-output pair and the derivative of the original function.

Strengths, Limitations & Comparisons

The inverse function derivative theorem is one of several tools you can use to differentiate inverses. How does it compare to other approaches? The table below contrasts three common methods: using the theorem directly, differentiating an explicit inverse formula, and using implicit differentiation.

Comparison of three methods for differentiating inverse functions
MethodStrengthsLimitations
Inverse Function TheoremWorks even when f⁻¹ cannot be written in closed form. Requires only f′ and one point. Very efficient for evaluating (f⁻¹)′ at a specific x-value.Does not give a general formula for (f⁻¹)′(x) as a function of x unless you can express f⁻¹(x) symbolically. Fails when f′ = 0 at the relevant point.
Explicit Inverse + Power RuleGives a full formula for (f⁻¹)′(x). Straightforward when f⁻¹ has a simple closed form, like √x or ln x.Requires you to solve y = f(x) for x, which is often algebraically impossible for higher-degree polynomials, transcendental functions, etc.
Implicit DifferentiationCan produce a formula for dy/dx without solving for y explicitly. Works well for equations like x² + y² = 1 or x = sin y.The result for dy/dx may involve y, so you might need to substitute back. Requires comfort with treating y as a function of x.
WHEN TO USE WHICH
Think of these three methods as different tools in a toolkit. The inverse function theorem is like a targeted screwdriver — perfect when you need the derivative at a single point. Explicit inversion is like remodeling the whole wall — great when possible, but sometimes the wall is load-bearing and you can't. Implicit differentiation is a versatile power drill that works in many situations but may leave you with expressions that need cleanup.

Connection to Advanced Theory

The formula (f⁻¹)′(x) = 1 / f′(f⁻¹(x)) that you've learned here is actually a special case of the more general Inverse Function Theorem studied in multivariable calculus and real analysis. In higher dimensions, functions map vectors to vectors, and the "reciprocal of the derivative" is replaced by the inverse of the Jacobian matrix — a matrix of partial derivatives. The condition f′ ≠ 0 generalizes to requiring that the Jacobian's determinant is nonzero.

From single-variable to multivariable: the inverse function theorem generalizes
ConceptCalculus 1 (This Lesson)Multivariable / Advanced
Function typef: ℝ → ℝ (single variable)F: ℝⁿ → ℝⁿ (vector-valued)
Derivative objectf′(x), a single numberJacobian matrix J_F, an n × n matrix
Invertibility conditionf′(a) ≠ 0det(J_F(a)) ≠ 0
Inverse derivative1 / f′(f⁻¹(x))[J_F(F⁻¹(x))]⁻¹ (matrix inverse)

You don't need to master these ideas right now, but it's good to know that the simple reciprocal relationship you've learned is the seed of a powerful theorem that extends to higher-dimensional settings. In courses like Calculus 3 and linear algebra, the concept of local invertibility — the idea that a function can be "locally" inverted near any point where the derivative is nonzero — becomes a central tool in analysis, differential equations, and even physics.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why the derivative of an inverse function is the reciprocal of the derivative of the original function. Why does the condition f′(f⁻¹(x)) ≠ 0 matter?
PROBLEM 2BASIC CALCULATION
Let f(x) = 5x + 3. Find (f⁻¹)′(x) using the inverse function derivative formula.
PROBLEM 3INTERMEDIATE
Let f(x) = x⁵ + 3x³ + 2x. Find (f⁻¹)′(6).
PROBLEM 4APPLIED
A temperature conversion from Celsius to Fahrenheit is given by F(C) = (9/5)C + 32. Use the inverse function derivative to find dC/dF, the rate at which Celsius changes with respect to Fahrenheit. Interpret your answer in practical terms.
PROBLEM 5CRITICAL THINKING
Use the inverse function derivative theorem to derive the formula for d/dx[arctan x]. Start from f(x) = tan x, and use the identity 1 + tan²θ = sec²θ to simplify your answer.

Lesson Summary

The inverse function derivative formula states that (f⁻¹)′(x) = 1 / f′(f⁻¹(x)), provided that f′(f⁻¹(x)) ≠ 0. This formula comes from differentiating the composition identity f(f⁻¹(x)) = x using the chain rule and then solving for (f⁻¹)′(x). Geometrically, the slopes of a function and its inverse at corresponding points are reciprocals because reflecting across y = x swaps rise and run.

This theorem is especially powerful when the inverse cannot be written in closed form — you can still compute its derivative at a specific point by finding one input-output pair and evaluating f′ there. The same idea derives the standard derivatives of inverse trig functions (arcsin, arccos, arctan) and the natural logarithm. In Leibniz notation, the result simplifies to the memorable form dy/dx = 1/(dx/dy). As you continue into multivariable calculus, this reciprocal relationship generalizes into the full Inverse Function Theorem involving Jacobian matrices.

Varsity Tutors • Calculus 1 • Differentiating Inverse Functions