Let $ f: \mathbb{R}^2 \rightarrow \mathbb{R} $ be a function defined as :
$$ \begin{cases} f(x,y) = \frac{|x|^{5/2} y}{x^4 + y^2} , & (x,y) \not= (0,0) \\ f(0,0) = 0 \end{cases} $$
- Compute $ \frac{df}{dx}(0,0) $ and $\frac{df}{dy}(0,0)$.
- Is $f$ differentiable at $(0,0)$?
I have problem with question 2.
For $f$ to be differentiable, the partial derivatives must exist and be continuous.
They exist because we have:
$ \frac{df}{dx}(0,0) = \lim_{x \to 0} \frac{f(x,0) - f(0,0)}{x} = 0$
$ \frac{df}{dy}(0,0) = \lim_{y \to 0} \frac{f(0,y) - f(0,0)}{y} = 0$
but I cannot compute the partial derivatives because of the absolute value.
How to know if the partial derivatives are continuous at $(0,0)$ ?
With your last edit the answer to 2) is negative. For differentiability we need by definition that $$ \rho(x,y)=\frac{f(x,y)-f(0,0)-f'_x(0,0)x-f'_y(0,0)y}{\sqrt{x^2+y^2}}\to 0 $$ as $(x,y)\to(0,0)$, however, with $y=x^2$ we get for $x\to 0$ $$ \rho(x,x^2)=\frac{|x|^{1/2}x^4}{2x^4\cdot |x|\sqrt{1+x^2}}=\frac{1}{2|x|^{1/2}\sqrt{1+x^2}}\not\to 0. $$