3

Consider a function: $$f:\mathbb R ^2\to\mathbb R $$ when does $$\dfrac {\partial f(x,t)}{\partial t\partial x}=\dfrac {\partial f(x,t)}{\partial x\partial t}$$

Thinking about it in terms of the limit definition of derivative, and thinking about it as taking slices of surfaces and measuring the slope on the edge, seems to be giving me the feeling that answer is always.

However I have some memories of there being requirements like piecewise continuous, and smooth.

What is the full set of conditions?

Alex Becker
  • 60,569

1 Answers1

4

It's true where the mixed partial derivatives are all continuous. (But not an iff statement as far as I'm aware).

An example of a function that fails to satisfy equality of mixed partial derivatives is

$$f(x,y) = \begin{cases} \frac{xy(x^2-y^2)}{x^2+y^2} \; &\text{if}\; (x,y) \neq 0\\ 0 &\text{if}\; (x,y) = 0\end{cases}$$

At the origin we have $f_{xy}(0,0) = 1 \neq -1 = f_{yx}(0,0)$

ah11950
  • 2,670
  • 12
  • 19