Open In App

Implicit Differentiation

Last Updated : 12 Dec, 2024
Summarize
Comments
Improve
Suggest changes
Like Article
Like
Share
Report
News Follow

Implicit Differentiation is the process of differentiation in which we differentiate the implicit function without converting it into an explicit function. For example, we need to find the slope of a circle with an origin at 0 and a radius r. Its equation is given as x2 + y2 = r2

Now, to find the slope we need to find the dy/dx of the given function, so without implicit differentiation, we have to convert this function into an explicit function i.e., y = ∓√(r2 – x2) . The explicit function of this is comparatively hard to differentiate. Thus, we need to learn the implicit differentiation by which this can be very easily differentiated.

Implicit Differentiation vs Explicit Differentiation

Prerequisite for Implicit Differentiation

There are some prerequisite concepts that we need to know before learning Implicit Differentiation, these prerequisites are as follows:

When a function is not defined explicitly in terms of a single independent variable, is called implicit function. For example, y + x2 = 5,  x2 + y2 = r2, etc.

When a function is defined in terms of a single independent variable explicitly such as y = f(x), then the function is called the explicit function. For example, y = x2, y = 3x+7, y = sin x, etc.

Note: Here we took only 2 variables x and y to define the implicit function. But you can have any number of variables.

How to do Implicit Differentiation

The following steps need to be followed to differentiate any implicit function.

Step 1: Follow the rules of differentiation to differentiate both sides of the equation with respect to x.

Step 2: Use the chain rule to differentiate expressions involving y.

Step 3: Solve the equation for dy/dx.

Let’s consider an example for better understanding.

Example: Differentiate x2 + y2 = r2.

Solution:

Given equation: x2 + y2 = r2

Step 1: Differentiate both sides wrt to x and follow the rules of differentiation.
d/dx{x2 + y2} = d/dx(r2)

Step 2: Using the chain rule
2x + 2y(dy/dx) = 0

Step 3: Simplify the equation
2y(dy/dx) = -2x
⇒ dy/dx = -x/y

Thus, dy/dx = -x/y

Implicit Differentiation of Inverse Trigonometric Functions

Implicit differentiation is very useful in finding derivatives of Inverse trigonometric Functions.

Let us consider y = sin-1(x) and we need to find its derivative, 

Take sin both sides of the equation,

sin y = sin(sin-1(x)
sin y = x

Differentiating the above equation w.r.t x, we get

d/dx(sin y) = d/dx (x)
⇒ cos y(dy/dx) = 1
⇒ dy/dx = 1/(cos y)

Now, sin(y) = x
⇒ x2 = sin2(y
⇒ x2 + cos2(y) = 1
⇒ cos2(y) = 1 – x2
⇒ cos(y) = ​​[Tex]\sqrt{1-x^2}[/Tex]

Substituting the value, we get
dy/dx = 1/(cos y)
dy/dx = 1/√(1 – x2)

Difference between Implicit and Explicit Differentiation

Implicit Differentiation and Explicit Differentiation are the two methods of differentiation that are used in calculus. The differences between them are explained in the table below,

Implicit Differentiation

Explicit Differentiation

Used to find the derivative of a function that  cannot be easily solved for y

Used to find the derivative of a function that can be easily solved for y

Does not require the function to be expressed  in terms of y

Requires the function to be expressed in terms of y

Treats y as an implicit function of x

Treats y as an explicit function of x

Involves taking the derivative of both sides of the equation with respect to x

Involves directly differentiating the function with respect to x

Involves the chain rule and product rule to differentiate the function

Involves the power rule, product rule, quotient rule, and chain rule to differentiate the function

Often used when solving equations that involve multiple variables or when finding higher-order derivatives

Often used when finding the slope of a tangent line or the instantaneous rate of change of a function

Read More,

Implicit Differentiation Examples

Example 1: Find the derivative of y + x + 5 = 0.

Solution: 

Using Explicit Differentiation

y + x + 5 = 0
⇒ y = -(x + 5)
[Tex]\begin{aligned}\\ \Rightarrow \frac{dy}{dx}& =-(1+0) \\\Rightarrow \frac{dy}{dx}&=-1 \end{aligned}[/Tex]

Using Implicit Differentiation

y + x + 5 = 0

Differentiating both sides wrt x
[Tex]\frac{dy}{dx}+1+0=0[/Tex]

Isolate dy/dx
[Tex]\frac{dy}{dx}=-1[/Tex]

Example 2: Find the derivative of y5 – y = x.

Solution: 

y5 – y = x

Differentiating the above equation with respect to x, we get

[Tex]\begin{aligned} & \Rightarrow 5y^4\frac{dy}{dx}-\frac{dy}{dx}&=1 \\ & \Rightarrow (5y^4-1)\frac{dy}{dx}&=1 \\ & \Rightarrow \frac{dy}{dx}=\frac{1}{5y^4-1} \end{aligned}[/Tex]

Example 3: Find the derivative of 10x4 – 18xy2 + 10y3 = 48.

Solution: 

Given, 10x4 – 18xy2 + 10y3 = 48

Differentiating both sides w.r.t x

[Tex]10(4x^3) − 18(x.2y\frac{dy}{dx} + y^2) + 10(3y^2 \frac{dy}{dx}) = 0[/Tex]
[Tex]40x^3 − 36xy \frac{dy}{dx} − 18y^2 + 30y^2 \frac{dy}{dx} = 0[/Tex]

Keeping all the terms involving dy/dx on left and rest terms on right side of equation

[Tex]−36xy \frac{dy}{dx} + 30y^2 \frac{dy}{dx} = −40x^3+ 18y^2[/Tex]
[Tex](30y^2−36xy)\frac{dy}{dx}= 18y^2 − 40x^3[/Tex]

Dividing both sides by 2
[Tex](15y^2−18xy) \frac{dy}{dx}=9y^2 − 20x^3[/Tex]

Finally Isolate dy/dx
[Tex]\bold{\frac{dy}{dx}=\frac{9y^2 − 20x^3}{15y^2−18xy}}[/Tex]

For the term xy2 we used the Product Rule: (f.g)’ = f.g’ + f’.g
[Tex]\begin{aligned} (xy^2)’  &= x(y^2)’ + (x)’y^2 \\ &=x({2y\frac{dy}{dx}})+y^2 \\ &=2xy\frac{dy}{dx}+y^2 \end{aligned}[/Tex]

Example 4: Find the derivative of x4 + 2y2 = 8.

Solution: 

Given, x4 + 2y2 = 8

[Tex]\begin{aligned}  4x^3+4y\frac{dy}{dx}&=0 \\ \frac{dy}{dx}&=\frac{-x^3}{y} \end{aligned}[/Tex]

Also Check; Implicit Differentiation Advance Examples.

Implicit Differentiation – FAQs

Define Implicit Differentiation.

Implicit differentiation is the process of differentiation of implictit function, where we differentiate the given implicit function without converting it into explicit fuction.

Why do we need Implicit Differentiation?

We need implicit differentiation, as not all implicit functions can be converted into explicit function and some which are possible to covert into explicit function are sometimes becomes very complicated and hard to calculate.

What is the chain rule in Implicit Differentiation?

To differentiate a function f(g(x)), we use chain rule which states

d/dx(f(g(x))) = f'(g(x))×g'(x)

Where ‘ represents the first-order derivative of the function.

Can Implicit Differentiation be used to find Higher-Order Derivatives?

Yes, implicit differentiation can be used to find higher-order derivatives. To find higher-order derivatives just differentiate the equation as many times as needed.

What is the Formula for Implicit Differentiation?

The Implicit Differentiation Formula is, du/dx = du/dy.dy/dx.

When Can Implicit Differntiation be Used?

Implicit functions are the function that have both dependent and independent variable multiplied with each other. These types of functions are differentiated using Implicit Differntiation method.



Next Article

Similar Reads

three90RightbarBannerImg
  翻译: