4.4: Inverse Functions
( \newcommand{\kernel}{\mathrm{null}\,}\)
An inverse function is a function that undoes another function: If an input x into the function f produces an output y, then putting y into the inverse function g produces the output x, and vice versa.
Let f(x) be a 1-1 function then g(x) is an inverse function of f(x) if
f(g(x))=g(f(x))=x.
For
f(x)=2x−1
f−1(x)=12x+12
since
f(f−1(x))=2(12x+12)−1=x
and
f−1(f(x))=12[2x−1]+12=x.
The Horizontal Line Test and Roll's Theorem
Note that if f(x) is differentiable and the horizontal line test fails then
f(a)=f(b)
and Rolls theorem implies that there is a c such that
f′(c)=0.
A partial converse is also true:
If f is differentiable and f′(x) is always non-negative (or always non-positive) then f(x) has an inverse.
f(x)=x3+x−4
has an inverse since
f′(x)=3x2+1
which is always positive.
Continuity and Differentiability of the Inverse Function
- f continuous implies that f−1 is continuous.
- f increasing implies that f−1 is increasing.
- f decreasing implies that f−1 is decreasing.
- f differentiable at c and f′(c)≠0 implies that f−1 is differentiable at f(c).
- If g(x) is the inverse of the differentiable f(x) then
g′(x)=1f′(g(x)).\lableRolls
if f′(g(x))≠0.
Since
f(g(x))=x
we differentiate implicitly:
ddxf(g(x))=ddxx.
Using the chain rule
y=f(u),u=g(x)
dyx=dydydudx=f′(u)g′(x)=f′(g(x))g′(x).
So that
f′(g(x))g′(x)=1.
Dividing, we get Equation ???:
g′(x)=1f′(g(x)).
◻
For x>0, let
f(x)=x2
and
g(x)=√x
be its inverse, then
g′(x)=12√x.
Note that
ddx√x=ddxx12=12x−12=12√x.
1. Let
f(x)=x3+x−4.
Find
ddxf−1(−4).
2. Let
f(x)=∫x211+x3dx
Find
ddxf−1(0).
Outside Links
- http://en.Wikipedia.org/wiki/Rolle%27s_theorem
- Larry Green (Lake Tahoe Community College)
Integrated by Justin Marshall.