Value of partial derivative depends on all inputs

From Calculus
Revision as of 03:59, 2 April 2012 by Vipul (talk | contribs) (Created page with "==Statement== The ''general'' expression for the fact about::partial derivative of a function with respect to any of the inputs is an expression in terms of ''all'' the i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Statement

The general expression for the partial derivative of a function with respect to any of the inputs is an expression in terms of all the inputs. For instance, the general expression for fx(x,y) is an expression involving both x and y. This is because, even though the y-coordinate is kept constant when calculating the partial derivative at a particular point, that constant value need not be the same at all the points.

Example

For instance, consider:

f(x,y):=x2+y2+xy2

Then, we have:

fx(x,y)=2x+y2

and:

fy(x,y)=2y+2xy

Note that each of the expressions involves both the variables x and y. In particular, this means that the value of fx at a point depends on both the x-coordinate and the y-coordinate of the point. Thus, for instance, fx(2,3)=13 and fx(2,4)=20 are distinct because of the different y-values.

Related ideas

Second-order mixed partial

The second-order mixed partial derivative captures precisely this fact. Basically, the second-order mixed partial derivative with respect to two of the input variables describes how the partial derivative with respect to one variable changes in terms of the second variable. The statement here can thus be interpreted as saying that the second-order mixed partial derivative of a function is not always zero.

Conditions where the value depends only on the specific input

The only cases where the partial derivative with respect to one variable depends only on that variable is where the function is additively separable in terms of a function purely of that variable and a function of the other variables. Another way of thinking of this is that the second-order mixed partials with respect to that particular variable and all the other variables are zero.

For instance, consider a function of three variables:

f(x1,x2,x3):=x22x12x3

This function is a sum of a function purely of x2 and a function that does not involve x2. The partial derivative with respect to x2 thus involves only x2:

fx2(x1,x2,x3)=2x2

On the other hand, because f does not have this form with respect to x1, the first partial derivative with respect to x1 does depend on other variables. Specifically, it depends on both x1 and x3 in this case:

fx1(x1,x2,x3)=2x1x3