0% found this document useful (0 votes)
75 views12 pages

Math1325 Implicit Derivatives

Implicit differentiation allows us to find the derivative of a function that cannot be easily solved for the dependent variable. It uses the same derivative rules as explicit differentiation, but requires including dy/dx when taking the derivative of the dependent variable. The key steps are: 1) take the derivative of each term, 2) group all terms with dy/dx, 3) factor out dy/dx, 4) divide to isolate dy/dx. This process is demonstrated through examples finding the derivatives of 2xy + 3x = 11 and (4y + 5x)/(1-3y) = 1/6x.

Uploaded by

lalalabanana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
75 views12 pages

Math1325 Implicit Derivatives

Implicit differentiation allows us to find the derivative of a function that cannot be easily solved for the dependent variable. It uses the same derivative rules as explicit differentiation, but requires including dy/dx when taking the derivative of the dependent variable. The key steps are: 1) take the derivative of each term, 2) group all terms with dy/dx, 3) factor out dy/dx, 4) divide to isolate dy/dx. This process is demonstrated through examples finding the derivatives of 2xy + 3x = 11 and (4y + 5x)/(1-3y) = 1/6x.

Uploaded by

lalalabanana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

Implicit Differentiation and Related Rates

Up until now you have been finding the derivatives of functions that have already been solved
for their dependent variable. However, there are some functions that cannot be easily solved for
the dependent variable so we need to have a way of still finding the derivative. This process is
called implicit differentiation.

Finding the derivative of a function by implicit differentiation uses the same derivative formulas
that were covered earlier. The important part to remember is that when you take the derivative
of the dependent variable you must include the derivative notation dy/dx or y’ in the derivative.
The notation that is used depends on which is easier for you.

Let’s take the function 2xy + 3x = 11 as an example. This function can easily be solved for the
dependent variable y, but lets look at how implicit differentiation works.

The first term 2xy is the product of 2x and y so we would apply the product rule.
First we would take the derivative of each term and then substitute into the
product rule.

d d dy dy
(2 x) = 2 ( y) = 1⋅ = or y′
dx dx dx dx

d
(2 xy ) = (2 x)( y′) + ( y )(2)
dx
= 2 xy′ + 2 y

Taking the derivatives of “3x” and “11” would be done in the same manner as
before. So the implicit derivative would be:

2 xy + 3x = 11
d d d
(2 xy ) + (3x) = (11)
dx dx dx
2 xy′ + 2 y + 3 = 0

Now we can solve for y′

2 xy′ + 2 y + 3 = 0
2 xy′ = −2 y − 3
−2 y − 3
y′ =
2x

Gerald Manahan SLAC, San Antonio College, 2008 1


Therefore, the steps involved in using implicit differentiation to find dy/dx are:

1. Differentiate each term on both sides of the equals sign with respect to the independent
variable “x”. When taking the derivative of the dependent variable “y” don’t forget to
include dy/dx or y′ in the derivative.
2. Solve for dy/dx or y′ by grouping only the terms with dy/dx or y′ on one side of the
equals sign
3. Factor out dy/dx or y′
4. Divide to isolate dy/dx or y′

Let’s look at a few examples.

Example 1: Find the derivative of x2y3 + 4xy = 2x using implicit differentiation.

Solution:

Step 1: Differentiate each term on both sides of the equals sign

x 2 y 3 + 4 xy = 2 x
d 2 3
dx
( x y ) + ( 4 xy ) = ( 2 x )
d
dx
d
dx

Apply product rule to both terms on the left

⎡ 2 d 3
(⎢⎣ x ) dx ( y ) + ( y3 ) dxd ( x2 )⎥⎦⎤ + ⎢⎣⎡( 4 x ) dxd ( y ) + ( y ) dxd ( 4 x )⎥⎦⎤ = 2
Apply the chain rule

⎡ 2 ⎤ ⎡ ⎤
⎢⎣( x ) ⋅ ( 3) ( y ) dx + ( y ) ⋅ 2 x ⎥⎦ + ⎢⎣( 4 x ) ⋅ (1) dx + ( y ) ⋅ ( 4 ) ⎥⎦ = 2
2 dy 3 dy

Step 2: Group all terms with dy/dx on one side

dy dy
3x 2 y 2 + 2 xy 3 + 4 x + 4 y = 2
dx dx
dy dy
3x 2 y 2 + 4x = 2 − 2 xy 3 − 4 y
dx dx

Step 3: Factor dy/dx

dy
dx
( 3x 2 y 2 + 4 x ) = 2 − 2 xy3 − 4 y

Gerald Manahan SLAC, San Antonio College, 2008 2


Example 1 (Continued):

Step 4: Divide to isolate dy/dx

dy 2 − 2 xy 3 − 4 y
=
dx 3x 2 y 2 + 4 x

4 y + 5x 1
Example 2: Find the derivative of = using implicit differentiation.
1− 3y 6x

Solution:

Step 1: Differentiate each term on both sides of the equals sign

d ⎛ 4 y + 5x ⎞ d ⎛ 1 ⎞
⎜ ⎟= ⎜ ⎟
dx ⎝ 1 − 3 y ⎠ dx ⎝ 6 x ⎠

We can simplify the right side by using the properties of exponents

d ⎛ 4 y + 5x ⎞ d
⎟ = (6x)
−1

dx ⎝ 1 − 3 y ⎠ dx

Apply quotient rule to the left side and the generalized power rule to
the right side

d ⎛ 4 y + 5x ⎞ d
⎟ = (6x)
−1

dx ⎝ 1 − 3 y ⎠ dx
d d
(1 − 3 y ) ( 4 y + 5 x ) − ( 4 y + 5 x ) (1 − 3 y ) −2 d
dx dx = ( −1)( 6 x ) (6x)
(1 − 3 y )
2
dx

(1 − 3 y ) ⎛⎜ 4 ⎞ ⎛ dy ⎞
dy
+ 5 ⎟ − ( 4 y + 5 x ) ⎜ −3 ⎟
⎝ dx ⎠ ⎝ dx ⎠ = −1 6 x −2 6
( )( ) ( )
(1 − 3 y )
2

In this example we will replace the dy/dx notation with y′

(1 − 3 y )( 4 y′ + 5) − ( 4 y + 5 x )( −3 y′) = −1 6 x −2 6
( )( ) ( )
(1 − 3 y )
2

Gerald Manahan SLAC, San Antonio College, 2008 3


Example 2 (Continued):

Step 2: Group all terms with y′ on one side

(1 − 3 y )( 4 y′ + 5) − ( 4 y + 5 x )( −3 y′) = −1 6 x −2 6
( )( ) ( )
(1 − 3 y )
2

( 4 y′ + 5 − 12 yy′ − 15 y ) − ( −12 yy′ − 15 xy′) = − 6


(1 − 3 y ) (6x)
2 2

4 y′ + 5 − 12 yy′ − 15 y + 12 yy′ + 15 xy′ 6


=−
(1 − 3 y )
2
36 x 2
4 y′ + 5 − 15 y + 15 xy′ 6
=−
(1 − 3 y )
2
36 x 2

6 (1 − 3 y )
2

4 y′ + 5 − 15 y + 15 xy′ = −
36 x 2
6 (1 − 3 y )
2

4 y′ + 15 xy′ = − + 15 y − 5
36 x 2

Step 3: Factor y′

6 (1 − 3 y ) 36 x 2 (15 y − 5 )
2

y′ ( 4 + 15 x ) = − +
36 x 2 36 x 2

Step 4: Divide to isolate y′

1 ⎛ −6 (1 − 3 y ) + 36 x (15 y − 5 ) ⎞
2 2

y′ = ⎜ ⎟
4 + 15 x ⎜⎝ 36 x 2 ⎟

−6 (1 − 3 y ) + 36 x 2 (15 y − 5 )
2

y′ =
36 x 2 ( 4 + 15 x )

We can also find the equation of a tangent line at a given point using implicit differentiation.
The steps involved in do this are:

1. Find the derivative using implicit differentiation


2. If both the x and y coordinates are not known find the missing coordinate
3. Substitute the x and y coordinates into the derivative to find the slope of the tangent line
4. Find the equation of the tangent line using the point-slope formula

Gerald Manahan SLAC, San Antonio College, 2008 4


x
Example 3: Find the equation of the tangent line when x = 4 for the curve y + = 3.
y
Solution:

Step 1: Find the derivative y′ using implicit differentiation

x
y+ =3
y
d ⎛x2 ⎞ d
1
d
( y) − ⎜ ⎟ = ( 3)
dx dx ⎝ y ⎠ dx
⎛1 1 ⎞ 1
y ⎜ x − 2 ⎟ − x 2 y′
y′ − ⎝ ⎠
2
2
=0
y
⎛ 1 ⎞ 1
y ⎜ 1 ⎟ − x 2 y′
y′ − ⎝
2x 2 ⎠
=0
y2
⎛ ⎛ 1 ⎞ 1 ⎞
⎜ y ⎜ 1 ⎟ − x 2 y′ ⎟
y 2 ⎜ y′ − ⎝
2x ⎠
2

= 0
⎜ y2 ⎟
⎜ ⎟
⎝ ⎠
⎛ y ⎞
y 2 y′ − ⎜ 1 − x 2 y′ ⎟ = 0
1

⎝ 2x 2

y
y 2 y′ − 1 + x 2 y′ = 0
1

2x 2

y
y 2 y′ + x 2 y′ = 1
1

2x 2

(
y′ y 2 + x 2 = 1
1
) y
2x 2
y
y′ = 1 2
(
2x 2 y + x 2
1
)
y
y′ =
2x 2 y2 + 2x
1

Gerald Manahan SLAC, San Antonio College, 2008 5


Example 3 (Continued):

Step 2: Find any missing coordinates.

In this problem we know the value for x but not y. So we must find the
corresponding y value when x = 2.

x
y+ =3
y
4
y+ =3
y
2
y+ =3
y
⎛ 2 ⎞
y ⎜ y + = 3⎟
⎝ y ⎠
y2 + 2 = 3y
y2 − 3y + 2 = 0
( y − 1)( y − 2 ) = 0
y − 1 = 0 or y−2=0
y =1 y=2

Step 3: Find slope of tangent line

x = 4, y = 1 x = 4, y = 2

y
y y′ =
y′ = 2y 2
x + 2x
2y 2
x + 2x 2
=
1 2 ( 2) 4 + 2 ( 4)
2
=
2 (1) 4 + 2 ( 4)
2
2
=
=
1 2 ( 2 )( 2 ) + 8
2 (1)( 2 ) + 8
2
1 =
= 8+8
4+8 2
1 =
= 16
12 1
=
8

Gerald Manahan SLAC, San Antonio College, 2008 6


Example 3 (Continued):

Step 4: Find the equation of the tangent lines

x = 4, y = 1, y′ = 1/12

y − y1 = m ( x − x1 )
1
y −1 = ( x − 4)
12
1 1
y −1 = x −
12 3
1 1
y = x − +1
12 3
1 2
y = x+
12 3

x = 4, y = 2, y′ = 1/8

y − y1 = m ( x − x1 )
1
y−2= ( x − 4)
8
1 1
y−2= x−
8 2
1 1
y = x− +2
8 2
1 3
y = x+
8 2

Another application for implicit differentiation is the topic of related rates. Related rates are
used to determine the rate at which a variable is changing with respect to time. We use the
concept of implicit differentiation because time is not usually a variable in the equation.

For example, if we were asked to determine the rate at which the area of a square is changing
then implicit differentiation must be used because the equation for the area of a square only
contains the variables for the length, width, and area. Time is not a variable in the equation so
the only way to determine the rate at which the area is changing (dA/dt) is to take the derivative
implicitly.

Gerald Manahan SLAC, San Antonio College, 2008 7


The steps involved in solving a related rates problem can be summarized as:

1. Identify all given information and what we must find.


2. Draw a sketch if it is possible
3. Determine the equation that relates the variables
4. Find the derivative using implicit differentiation
5. Solve the derivative for the unknown rate
6. Substitute in the given information and solve

Example 4: A 50-ft ladder is placed against a building. The top of the ladder is sliding down
the building at the rate of 2 ft/min. Find the rate at which the base of the ladder is
moving away from the building at the instant that the base is 30 ft from the
building.

Solution:

Step 1: Identify all given information and what we must find

Length of ladder (c) = 50 ft


Initial height of ladder (a) = ?
Rate ladder is sliding down (da/dt) = - 2 ft/min*
Distance of base from building (b) = 30 ft
Rate base is moving away (db/dt) = ?

* The rate the ladder is sliding down is shown as a negative value to


indicate the direction in which the top of the ladder is moving.

Step 2: Draw a sketch

Gerald Manahan SLAC, San Antonio College, 2008 8


Example 4 (Continued):

Step 3: Determine the equation that relates the variables

In this problem are variables are the sides the triangle formed by the
ladder (c), the building (a), and the ground (b). An equation that would
relate these three variables is the Pythagorean theorem, a2 + b2 = c2.

Step 4: Find the derivative using implicit differentiation

a 2 + b2 = c2

dt
(
d 2
a + b2 ) = ( c2 )
d
dt
da db dc
2a + 2b = 2c
dt dt dt

Step 5: Solve the derivative for the unknown rate

da db dc
2a + 2b = 2c
dt dt dt
db dc da
2b = 2c − 2a
dt dt dt
dc da
2c − 2a
db dt dt
=
dt 2b

Step 6: Substitute in the given information and solve

Since “c” represents the length of the ladder and the length is not going
to change the related rate dc/dt would be equal to zero. Also we do not
know the value of “a” so we must find it first before finding db/dt.

a 2 + b2 = c2
a 2 + ( 30 ) = ( 50 )
2 2

a 2 + 900 = 2500
a 2 = 1600
a = 1600
a = 40

Gerald Manahan SLAC, San Antonio College, 2008 9


Example 4 (Continued):

Now we can solve for db/dt.

dc da
2c − 2a
db dt dt
=
dt 2b
2 ( 50 )( 0 ) − 2 ( 40 )( −2 )
=
2 ( 30 )
160
=
60
8
=
3

db/dt is approximately equal to 2.67 ft/min.

Example 5: A rock is thrown into a still pond. The circular ripples move outward from the
point of impact of the rock so that the radius of the circle formed by a ripple
increases at the rate of 2 ft per minute. Find the rate at which the area is changing
at the instant the radius is 4 ft.

Solution:

Step 1: Identify all given information and what we must find

Rate the radius is changing (dr/dt) = 2 ft/min


Radius (r) = 4 ft
Rate the area of the circle is changing (dA/dt) = ?

Step 2: Draw a sketch

Step 3: Determine the equation that relates the variables

In this example we are dealing with the area of a circle, therefore the
equation that we will use would be A = Π r2

Gerald Manahan SLAC, San Antonio College, 2008 10


Example 5 (Continued):

Step 4: Find the derivative using implicit differentiation

A = π r2

( A ) = (π r 2 )
d d
dt dt
dA dr
= 2π r
dt dt

Step 5: Solve the derivative for the unknown rate

The derivative is already solved for the unknown rate so we can go to


the next step.

Step 6: Substitute in the given information and solve

dA dr
= 2π r
dt dt
= 2π ( 4 )( 2 )
= 16π

dA/dt is approximately equal to 50.3 ft/min.

Example 6: The revenue function for a company is 60x - .5x2 and its cost function is 8x + 12,
where x is the daily production and sales. If the daily production is currently 20
units and the rate of change for production is 6 units per day, find the rate at
which the company’s profit is changing.

Solution:

Step 1: Identify all given information and what we must find

Revenue function R(x) = 60x - .5x2


Cost function C(x) = 8x + 12
x = 20
dx/dt = 6
Profit function = ?
dP/dt = ?

Gerald Manahan SLAC, San Antonio College, 2008 11


Example 6 (Continued):

Step 2: Draw a sketch when it is possible

With this type of problem a sketch is not used.

Step 3: Determine the equation that relates the variables

Since we need to find the rate at which the profit is changing we need to
find the Profit function. The profit function would be equal to the
difference between the revenue and cost functions.

P(x) = R(x) – C(x)


= 60x - .5x2 – (8x + 12)
= 60x - .5x2 – 8x – 12
= - .5x2 + 52x – 12

Step 4: Find the derivative using implicit differentiation

P = −.5 x 2 + 52 x − 12

P = ( −.5 x 2 + 52 x − 12 )
d d
dt dt
dP dx dx
= −1x + 52 − 0
dt dt dt
dP dx dx
= − x + 52
dt dt dt

Step 5: Solve the derivative for the unknown rate

The equation is already solved for dP/dt.

Step 6: Substitute in the given information and solve

dP dx dx
= − x + 52
dt dt dt
= − ( 20 )( 6 ) + 52 ( 6 )
= −120 + 312
= 192

Gerald Manahan SLAC, San Antonio College, 2008 12

You might also like