Paul's Online Notes
Paul's Online Notes
Home / Calculus I / Applications of Derivatives / Differentials
Show Mobile Notice  
Mobile Notice
You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best viewed in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (you should be able to scroll/swipe to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 4.12 : Differentials

In this section we’re going to introduce a notation that we’ll be seeing quite a bit in the next chapter. We will also look at an application of this new notation.

Given a function y=f(x)y=f(x) we call dy and dx differentials and the relationship between them is given by,

dy=f(x)dx

Note that if we are just given f(x) then the differentials are df and dx and we compute them in the same manner.

df=f(x)dx

Let’s compute a couple of differentials.

Example 1 Compute the differential for each of the following.
  1. y=t34t2+7t
  2. w=x2sin(2x)
  3. f(z)=e3z4
Show Solution

Before working any of these we should first discuss just what we’re being asked to find here. We defined two differentials earlier and here we’re being asked to compute a differential.

So, which differential are we being asked to compute? In this kind of problem we’re being asked to compute the differential of the function. In other words, dy for the first problem, dw for the second problem and df for the third problem.

Here are the solutions. Not much to do here other than take a derivative and don’t forget to add on the second differential to the derivative.

a dy=(3t28t+7)dt

b dw=(2xsin(2x)+2x2cos(2x))dx

c df=4z3e3z4dz

There is a nice application to differentials. If we think of Δxas the change in x then Δy=f(x+Δx)f(x) is the change in y corresponding to the change in x. Now, if Δxis small we can assume that Δydy. Let’s see an illustration of this idea.

Example 2 Compute dy and Δy if y=cos(x2+1)x as x changes from x=2 to x=2.03.
Show Solution

First let’s compute actual the change in y, Δy.

Δy=cos((2.03)2+1)2.03(cos(22+1)2)=0.083581127

Now let’s get the formula for dy.

dy=(2xsin(x2+1)1)dx

Next, the change in x from x=2 to x=2.03 is Δx=0.03 and so we then assume that dxΔx=0.03. This gives an approximate change in y of,

dy=(2(2)sin(22+1)1)(0.03)=0.085070913

We can see that in fact we do have that Δydy provided we keep Δx small.

We can use the fact that Δydy in the following way.

Example 3 A sphere was measured and its radius was found to be 45 inches with a possible error of no more that 0.01 inches. What is the maximum possible error in the volume if we use this value of the radius?
Show Solution

First, recall the equation for the volume of a sphere.

V=43πr3

Now, if we start with r=45 and use drΔr=0.01 then ΔVdV should give us maximum error.

So, first get the formula for the differential.

dV=4πr2dr

Now compute dV.

ΔVdV=4π(45)2(0.01)=254.47in3

The maximum error in the volume is then approximately 254.47 in3.

Be careful to not assume this is a large error. On the surface it looks large, however if we compute the actual volume for r=45 we get V=381,703.51in3. So, in comparison the error in the volume is,

254.47381703.51×100=0.067%

That’s not much possible error at all!