There are many electronic devices that can be used to gather information about natural phenomena. Let's think of an electrocardiogram for example, which is a device that gathers information about our heartbeats and displays it on a screen.
The information gathered from a device is first transformed using a function, so it can be processed. After this is done it is necessary to undo the transformation using an inverse function. This processing can be finding a derivative, and sometimes it is even possible to work on the derivative of the inverse function itself! In this article, we will take a look at how this is done.
Rule for the Derivative of Inverse Functions
If you know the derivative of a function you can find the derivative of its inverse without using the definition of a derivative. Here is how you can do it.
Let \( f(x) \) be an invertible and differentiable function, and let \( f^{-1}(x) \) be its inverse. If \( f^{-1}(x) \) is differentiable, its derivative is given by the following formula:
This means that you need to find the derivative of \( f(x) \) and find its composition with \( f^{-1}(x). \) Assuming that \( f^{-1}(x) \) is known, this procedure can be summarized in the following steps:
Find the derivative of \( f(x) \), that is, find \( f'(x). \)
Find the composition \( f' \left( f^{-1}(x) \right). \)
Take the reciprocal of \( f' \left( f^{-1}(x) \right). \)
This is better understood by looking at some examples.
Derivatives of Inverse Functions Examples
There is a wide variety of invertible functions that we can differentiate, so let's take a look at some examples.
Derivatives of Irrational Functions
Square root functions and quadratic functions are inverses of each other. You can find the derivative of a quadratic function by using the Power Rule, and then, use this result to find the derivative of a square root function.
Consider the function \( f(x)=x^2. \) Its inverse is the square root function \( f^{-1}(x)=\sqrt{x}. \) Find the derivative of the square root function.
Answer:
1. Find the derivative of \( f(x).\)
To use the derivative of an inverse function formula you first need to find the derivative of \( f(x). \) In this case you can use The Power Rule, so
$$f'(x)=2x.$$
2. Find the composition \( f' \left( f^{-1}(x) \right). \)
You can find the composition by using \( f^{-1}(x) \) as the input of \( f'(x). \) Take the derivative
$$f'(x)=2x,$$
and replace \(x \) for \(\sqrt{x},\) which gives you
$$f' \left( f^{-1}(x) \right) = 2\sqrt{x}.$$
3. Take the reciprocal of \( f' \left( f^{-1}(x) \right). \)
The final step is to take the reciprocal of the expression you just got in the last step, so
Let's now take a look at an example of a cubic function.
Consider the function \( g(x)=x^3. \) Its inverse is the cubic root function \( g^{-1}(x)= \sqrt[3]{x}.\) Find the derivative of the cube root function.
Answer:
You can find the derivative of the cubic root function using a similar procedure.
1. Find the derivative of \( g(x).\)
You can use the Power Rule to find the derivative of \( g(x), \)
$$g'(x)=3x^2.$$
2. Find the composition \( g' \left( g^{-1}(x) \right). \)
Next, you need to find the composition of the above derivative with the cubic root function, so
Even though you can find the derivative of logarithmic functions using the definition of a derivative, you can also use the fact that the logarithmic function is the inverse of the exponential function.
Let \( f(x)=e^x.\) The inverse of the exponential function is the natural logarithm function, that is \( f^{-1}(x)=\ln{x}.\) We Find the derivative of the natural logarithmic function.
Answer:
1. Find the derivative of \( f(x).\)
Begin by finding the derivative of the exponential function, which is itself, that is
$$f'(x)=e^x.$$
2. Find the composition \( f' \left( f^{-1}(x) \right). \)
Having the derivative of an exponential function be itself makes the composition rather easy, as a function composed with its inverse is equal to \( x, \) that is
Let's see an example of a composition done in the wrong order.
Let's go back to the quadratic function example \( f(x)=x^2. \) You found Its derivative to be \(f'(x)=2x\) and its inverse is \( f^{-1}(x)=\sqrt{x}.\) What happens if you do the composition in the wrong order? You would have
$$f^{-1}\left( f'(x) \right) = \sqrt{2x},$$
which has a \(2\) inside the square root, rather than outside it, as we found before. You don't even need to take the reciprocal, this will give you already a different result!
Forgetting to take the reciprocal of the composition
Another common mistake is forgetting to take the reciprocal after finding the composition. That is
By switching the values of the table you can get the inverse of the original function, in this case you will get the square root function.
\( x \)
\( f^{-1}(x) \)
0
0
1
1
4
2
9
3
16
4
You can also find a line secant to the square root function by using two points. The first point can stay the same as it is shared amongst both functions. For the second point rather than using \( (2,f^{-1}(2)) \) you have compose the function, that is, you need to use \( (f(2),f^{-1}(f(2))).\) Therefore the corresponding secant uses \( (1,f^{-1}(1)) \) and \( (4,f^{-1}(4)) \) instead as shown in the following image.
Fig. 2. Graph of a line secant to the inverse function at two points.
This time the points \( (1,f^{-1}(1)) \) and \( (4,f^{-1}(4)) \) are being used for the secant line, so its slope is
Note that the slope of the secant of the inverse function is the reciprocal of the slope of the line secant to the original function. Furthermore, you need to compose the function and the inverse to find the above slope. Do these steps sound familiar?
The slope of secant lines are related to derivatives by means of a limit. The above reasoning keeps working as you take smaller intervals, connecting to the formula of the derivative of an inverse function.
Proof of the Derivative of an Inverse Function Formula
The proof of the Derivative of an Inverse Function uses the fact that the composition of a function and its inverse is equal to the identity function, that is
$$f\left(f^{-1}(x)\right)=x.$$
Next, differentiate both sides of the equation. You use the Power Rule to differentiate the right-hand side of the equation, so
The formula to find the derivative of the inverse of a function is given as follows: $$\left( f^{-1} \right)'(x)=\frac{1}{f'\left( f^{-1}(x) \right)}.$$
The process of finding the derivative of an inverse function can be summarized in the following steps:
Find the derivative of \( f(x). \)
Find the composition \( f' \left( f^{-1}(x) \right).\)
Take the reciprocal of \( f' \left( f^{-1}(x) \right).\)
There are two common mistakes when finding the derivative of the inverse of a function:
Doing the composition in the wrong order.
Forgetting to take the reciprocal of the composition.
Learn faster with the 9 flashcards about Derivative of Inverse Function
Sign up for free to gain access to all our flashcards.
Frequently Asked Questions about Derivative of Inverse Function
What is an inverse function differentiation?
It is the process of finding the derivative of the inverse of a function.
How do you prove the differentiation of an inverse function?
Compose the function and its inverse to form the identity function. From there, perform implicit differentiation and use the chain rule. Finally, isolate the derivative of the inverse function.
What are the steps for inverse function differentiation?
Find the derivative of the original function.
Find the composition of the derivative of the original function and the inverse function.
Take the reciprocal of the composition.
What are the steps and methods in inverse function derivation?
To obtain the derivative of an inverse function you only need to obtain the in verse function and then apply the normal rules of derivation.
How we ensure our content is accurate and trustworthy?
At StudySmarter, we have created a learning platform that serves millions of students. Meet
the people who work hard to deliver fact based content as well as making sure it is verified.
Content Creation Process:
Lily Hulatt
Digital Content Specialist
Lily Hulatt is a Digital Content Specialist with over three years of experience in content strategy and curriculum design. She gained her PhD in English Literature from Durham University in 2022, taught in Durham University’s English Studies Department, and has contributed to a number of publications. Lily specialises in English Literature, English Language, History, and Philosophy.
Gabriel Freitas is an AI Engineer with a solid experience in software development, machine learning algorithms, and generative AI, including large language models’ (LLMs) applications. Graduated in Electrical Engineering at the University of São Paulo, he is currently pursuing an MSc in Computer Engineering at the University of Campinas, specializing in machine learning topics. Gabriel has a strong background in software engineering and has worked on projects involving computer vision, embedded AI, and LLM applications.
Vaia is a globally recognized educational technology company, offering a holistic learning platform designed for students of all ages and educational levels. Our platform provides learning support for a wide range of subjects, including STEM, Social Sciences, and Languages and also helps students to successfully master various tests and exams worldwide, such as GCSE, A Level, SAT, ACT, Abitur, and more. We offer an extensive library of learning materials, including interactive flashcards, comprehensive textbook solutions, and detailed explanations. The cutting-edge technology and tools we provide help students create their own learning materials. StudySmarter’s content is not only expert-verified but also regularly updated to ensure accuracy and relevance.
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept
Privacy & Cookies Policy
Privacy Overview
This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.