What is the significance of partial derivative? Give an example and help me to understand in brief.

2 Answers
Feb 21, 2018

See below.

Explanation:

I hope it helps.

The partial derivative is intrinsically associated to the total variation.

Suppose we have a function f(x,y)f(x,y) and we want to know how much it varies when we introduce an increment to each variable.

Fixing ideas, making f(x,y) = k x yf(x,y)=kxy we want to know how much it is

df(x,y) = f(x+dx,y+dy)-f(x,y)df(x,y)=f(x+dx,y+dy)f(x,y)

In our function-example we have

f(x+dx,y+dy) = k(x+dx)(y+dy) = k x y + k x dx + k y dy + k dx dyf(x+dx,y+dy)=k(x+dx)(y+dy)=kxy+kxdx+kydy+kdxdy

and then

df(x,y)=k x y + k x dx + k y dy + k dx dy-k x y = k x dx +k y dy + k dx dydf(x,y)=kxy+kxdx+kydy+kdxdykxy=kxdx+kydy+kdxdy

Choosing dx, dydx,dy arbitrarily small then dx dy approx 0dxdy0 and then

df(x,y) = k x dx +k y dydf(x,y)=kxdx+kydy

but generally

df(x,y) = f(x+dx,y+dy)-f(x,y) =1/2(2 f(x+dx,y+dy)-2f(x,y)+f(x+dx,y)-f(x+dx,y)+f(x,y+dy)-f(x,y+dy)) =df(x,y)=f(x+dx,y+dy)f(x,y)=12(2f(x+dx,y+dy)2f(x,y)+f(x+dx,y)f(x+dx,y)+f(x,y+dy)f(x,y+dy))=

=1/2(f(x+dx,y)-f(x,y))/dx dx +1/2 (f(x,y+dy)-f(x,y))/dy dy+=12f(x+dx,y)f(x,y)dxdx+12f(x,y+dy)f(x,y)dydy+

+ 1/2(f(x+dx,y+dy)-f(x,y+dy))/dx dx+1/2(f(x+dx,y+dy)-f(x+dx,y))/dy dy+12f(x+dx,y+dy)f(x,y+dy)dxdx+12f(x+dx,y+dy)f(x+dx,y)dydy

now making dx, dydx,dy arbitrarily small we have

df(x,y) = 1/2(2f_x(x,y)dx+2f_y(x,y)dy) = f_x(x,y)dx+f_y(x,y) dydf(x,y)=12(2fx(x,y)dx+2fy(x,y)dy)=fx(x,y)dx+fy(x,y)dy

so we can compute the total variation for a given function, by calculating the partial derivatives f_(x_1),f_(x_2), cdots, f_(x_n)fx1,fx2,,fxn and compounding

df(x_1,x_2,cdots,x_n) = f_(x_1)dx_1+ cdots+ f_(x_n)dx_ndf(x1,x2,,xn)=fx1dx1++fxndxn

Here, the quantities f_(x_i) fxi are called partial derivatives and can also be represented as

(partial f)/(partial x_i)fxi

In our example

f_x = (partial f)/(partial x) = k xfx=fx=kx and

f_y = (partial f)/(partial y) = k yfy=fy=ky

NOTE

f_x(x,y) = lim_((dx->0),(dy->0))(f(x+dx,y)-f(x,y))/dx = lim_((dx->0),(dy->0))(f(x+dx,y+dy)-f(x,y))/dx

f_y(x,y) = lim_((dx->0),(dy->0))(f(x,y+dy)-f(x,y))/dy = lim_((dx->0),(dy->0))(f(x+dx,y+dy)-f(x,y))/dy

Feb 22, 2018

See below.

Explanation:

To supplement Cesareo's answer above, I will provide a less mathematically rigorous introductory definition.

The partial derivative, loosely speaking, tells us how much a multi-variable function will change when holding other variables constant. For instance, suppose we are given
U(A,t)=A^2t
Where U is the utility (happiness) function of a particular product, A is the amount of product, and t is the time the product is used for.

Suppose the company which manufactures the product would like to know how much more utility they can get out of it if they increase the lifespan of the product by 1 unit. The partial derivative will tell the company this value.

The partial derivative is generally denoted by the lowercase Greek letter delta (partial), but there are other notations. We will be using partial for now.

If we're trying to find how much the utility of the product changes with a 1 unit increase in time, we are computing the partial derivative of utility with respect to time:
(partialU)/(partialt)

To compute the PD, we hold other variables constant. In this case, we treat A^2, the other variable, as if it were a number. Recall from introductory calculus that the derivative of a constant times a variable is just the constant. It's the same idea here: the (partial) derivative of A^2, a constant, times t, the variable, is just the constant:
(partialU)/(partialt)=A^2

Thus, a 1 unit increase in the time the product is used produces A^2 more utility. In other words, the product becomes more satisfactory if it is able to be used more often.

There is much, much more to be said about partial derivatives - in fact, entire undergraduate and graduate courses can be devoted to solving just a few types of equations involving partial derivatives - but the basic idea is that the partial derivative tells us how much one variable changes when the other ones remain the same.