Failure of Clairaut's theorem where both mixed partials are defined but not equal: Difference between revisions
(Created page with "==Statement== ===For a function of two variables at a point=== It is possible to have a function <math>f</math> of two variables <math>x,y</math> and a point <math>(x_0,y_0)...") |
(→Proof) |
||
Line 23: | Line 23: | ||
<math>f(x,y) := \left\lbrace \begin{array}{rl} \frac{xy(x^2 - y^2)}{x^2 + y^2}, & (x,y) \ne (0,0) \\ 0, & (x,y) = (0,0) \\\end{array}\right.</math> | <math>f(x,y) := \left\lbrace \begin{array}{rl} \frac{xy(x^2 - y^2)}{x^2 + y^2}, & (x,y) \ne (0,0) \\ 0, & (x,y) = (0,0) \\\end{array}\right.</math> | ||
We do some computations: | |||
{| class="sortable" border="1" | |||
! Item !! Value !! Explanation | |||
|- | |||
| <math>f_x(x,y)</math> for <math>(x,y) \ne (0,0)</math> || <math>\frac{(x^2 + y^2)(3x^2y - y^3) - 2x^2y(x^2 - y^2)}{(x^2 + y^2)^2} = \frac{x^4y + 4x^2y^3 - y^5}{(x^2 + y^2)^2}</math> || use the [[quotient rule for differentiation]] and simplify | |||
|- | |||
| <math>f_y(x,y)</math> for <math>(x,y) \ne (0,0)</math> || <math>\frac{(x^2 + y^2)(x^3 - 3xy^2) - 2xy^2(x^2 - y^2)}{(x^2 + y^2)^2} = \frac{x^5 - 4x^3y^2 - xy^4}{(x^2 + y^2)^2}</math> || use the [[quotient rule for differentiation]] and simplify | |||
|- | |||
| <math>f_x(0,y)</math> for <math>y \ne 0</math> || <math>-y</math> || plug in <math>x = 0</math> in the general expression for <math>f_x(x,y)</math> and simplify. | |||
|- | |||
| <math>f_y(x,0)</math> for <math>x \ne 0</math> || <math>x</math> || plug in <math>y = 0</math> in the general expression for <math>f_y(x,y)</math> and simplify. | |||
|- | |||
| <math>f_x(0,0)</math> || 0 || start with <math>\lim_{x \to 0} \frac{f(x,0) - f(0,0)}{x}</math> and simplify, noting that the numerator is identically zero | |||
|- | |||
| <math>f_y(0,0)</math> || 0 || start with <math>\lim_{y \to 0} \frac{f(0,y) - f(0,0)}{y}</math> and simplify, noting that the numerator is identically zero | |||
|- | |||
| <math>f_{xy}(0,0)</math> || -1 || start with <math>\lim_{y \to 0} \frac{f_x(0,y) - f_x(0,0)}{y}</math> and simplify using the expressions obtained above for <math>f_x(0,y)</math> and <math>f_x(0,0)</math> | |||
|- | |||
| <math>f_{yx}(0,0)</math> || 1 || start with <math>\lim_{x \to 0} \frac{f_y(x,0) - f_y(0,0)}{x}</math> and simplify using the expressions obtained above for <math>f_y(x,0)</math> and <math>f_y(0,0)</math> | |||
|} |
Revision as of 18:08, 14 April 2012
Statement
For a function of two variables at a point
It is possible to have a function of two variables and a point in the domain of such that both the second-order mixed partial derivatives of exist at , i.e., both the numbers and exist, but they are not equal.
For a function of two variables overall
It is possible to have a function of two variables such that both the second-order mixed partial derivatives and exist everywhere on but they are not equal as functions, i.e., there exists a point where the values of the second-order mixed partial derivatives are not equal.
Related facts
- Separately continuous not implies continuous
- Continuous in every linear direction not implies continuous
- Existence of partial derivatives not implies differentiable
- Existence of directional derivatives in every direction not implies differentiable
Proof
Example
Consider the function:
We do some computations:
Item | Value | Explanation |
---|---|---|
for | use the quotient rule for differentiation and simplify | |
for | use the quotient rule for differentiation and simplify | |
for | plug in in the general expression for and simplify. | |
for | plug in in the general expression for and simplify. | |
0 | start with and simplify, noting that the numerator is identically zero | |
0 | start with and simplify, noting that the numerator is identically zero | |
-1 | start with and simplify using the expressions obtained above for and | |
1 | start with and simplify using the expressions obtained above for and |