Clairaut's theorem on equality of mixed partials: Difference between revisions

From Calculus
No edit summary
Line 68: Line 68:
==Related facts==
==Related facts==


* [[Failure of Clairaut's theorem when second-order mixed partials are not continuous]]
* [[Failure of Clairaut's theorem where only one of the mixed partials is defined]]
* [[Failure of Clairaut's theorem where both mixed partials are defined but not equal]] (this happens because one or both of them is not continuous)

Revision as of 19:03, 8 April 2012

Template:Commuting operators

Statement

Statement for second-order mixed partial of function of two variables

Suppose f is a real-valued function of two variables x,y and f(x,y) is defined on an open subset U of R2. Suppose further that both the second-order mixed partial derivatives fxy(x,y) and fyx(x,y) exist and are continuous on U. Then, we have:

fxy=fyx

on all of U.

General statement

The statement can be generalized in two ways:

  • We can generalize it to higher-order partial derivatives.
  • We can generalize it to functions of more than two variables.

The general version states the following. Suppose f is a function of n variables defined on an open subset U of Rn. Suppose all mixed partials with a certain number of differentiations in each input variable exist and are continuous on U. Then, all the mixed partials are continuous.

Some examples are given below:

  • Suppose f is a function of two variables x and y, and the three mixed partials fxxy,fxyx,fyxx exist and are continuous on an open subset U of R3. Then, all three of them are equal on U. (Note that these mixed partials all involve differentiating twice with respect to x and once with respect to y).
  • Suppose f is a function of three variables x,y,z, and the six mixed partials fxyz,fxzy,fyxz,fyzx,fzxy,fzyx exist and are continuous on an open subset U of R3. Then, all six of them are equal on U.

Particular cases

Clairaut's theorem can be verified in a number of special cases through direct computations. Some of these are illustrated below.

Additively separable functions

For further information, refer: Additively separable function

Suppose F(x,y) is an additively separable function of two variables, i.e., we can write:

F(x,y):=f(x)+g(y)

where f,g are both functions of one variable. Assume that both f and g are both differentiable. Then, we have:

Fx(x,y)=f(x),Fy(x,y)=g(y)

Differentiating each of these a second time with respect to the other variable, we obtain that:

Fxy(x,y)=0,Fyx(x,y)=0

Thus, we see that both second-order mixed partial derivatives are the zero function. In particular, they are equal to each other.

Multiplicatively separable functions

For further information, refer: Multiplicatively separable function

Suppose G(x,y) is a multiplicatively separable function of two variables, i.e., we can write:

G(x,y):=f(x)g(y)

where f,g are both functions of one variable. Assume that both f and g are both differentiable. Then, we have:

Gx(x,y)=f(x)g(y),Gy(x,y)=f(x)g(y)

Differentiating each of these a second time with respect to the other variable, we obtain that:

Gxy(x,y)=f(x)g(y),Gyx(x,y)=f(x)g(y)

We thus see that both the second-order mixed partial derivatives are equal.

Note that the proof for multiplicatively separable functions can be easily generalized to functions that are expressible as sums of multiplicatively separable functions. This, therefore, includes all polynomial functions.

Related facts