Consider the function $f(x,y)=\dfrac{xy(x^2-y^2)}{x^2+y^2}$ for $(x,y) \neq (0,0)$, $f=0$ otherwise.
I have to compute $\dfrac{d^2f}{dydx}(0,0)$.
I know that I have to calculate $\frac{df}{dx}$ first. But that is ,
$\frac{df}{dx} = \frac{\partial f}{\partial y}\frac{dy}{dx}+\frac{\partial f}{\partial x}$. When I put it in wolframalpha, it gives me this calculation, and also just $\frac{\partial f}{\partial x}$ as an alternative form. wolframalpha calculation link
Why do I just ignore the y'? I don't know what y(x) is, as a function of x. y and x are independent functions, no?
Given
$$f(x,y) = \frac{{xy({x^2} - {y^2})}}{{{x^2} + {y^2}}}$$
The graph looks like:
Got it!
For derivative with respect to x-Axis we have to consider:
$$\frac{{f(h,y) - f(0,y)}}{h} = \frac{{y\left( {{h^2} - {y^2}} \right)}}{{{h^2} + {y^2}}}$$
Then we get:
$$\mathop {\lim }\limits_{h \to 0} \frac{{f(h,y) - f(0,y)}}{h} = - y$$
If we instead consider derivative with respect to y-Axis, we are using:
$$\frac{{f(x,h) - f(x,0)}}{h} = \frac{{x\left( {{x^2} - {h^2}} \right)}}{{{h^2} + {x^2}}}$$
An in the limit, we get:
$$\mathop {\lim }\limits_{h \to 0} \frac{{f(x,h) - f(x,0)}}{h} = x$$
Now the mixed partials must be different.