I have the following exercise:
Define $f:\mathbb{R}^2\to\mathbb{R}$ by $f(x,y)=(x^2y)^{1/3}$. Is $f$ differentiable at $(0,0)?$. Has $f$ absolute extrema in $D=\{(x,y)\in\mathbb{R}^2:x^2+y^2\leq 1\}$?.
The function $f$ is continous and by the compactness of $D$ I know because of Weierstrass theorem that $f$ has absolute maxima and minima in $D$, but how to find them?. I'm considering the possibility of study the existence of critical points inside $D$ (when $x^2+y^2<1$) and for the boundary of $D$ separately, but for the last I'd use Lagrange multipliers and the calculations I'm doing doesn't seem right.
I have $\displaystyle\frac{\partial f}{\partial x}= \displaystyle\frac{2y^{1/3}}{3(x^2y)^{2/3}}=\displaystyle\frac{2y^{1/3}}{3x^{1/3}}$ and $\displaystyle\frac{\partial f}{\partial y}= \displaystyle\frac{x^2}{3(x^2y)^{2/3}}=\displaystyle\frac{x^{2/3}}{3y^{2/3}}$. Now define $g(x) = x^2+y^2-1=0$ in order to find extrema in $\partial D$ and for the last one $\displaystyle\frac{\partial g}{\partial x} = 2x$ and $\displaystyle\frac{\partial g}{\partial y}=2y$.
Using Lagrange multipliers I have to solve
$$\begin{cases} \frac{\partial f}{\partial x}(x,y) = \lambda\frac{\partial g}{\partial x}(x,y) \\ \frac{\partial f}{\partial y}(x,y) = \lambda\frac{\partial g}{\partial y}(x,y)\\ g(x,y)=0\end{cases}$$
which is
$$\begin{cases} \frac{2y^{1/3}}{3x^{1/3}} = 2\lambda x & (1)\\ \frac{x^{2/3}}{3y^{2/3}} = 2\lambda y & (2)\\ x^2+y^2=1 & (3) \end{cases}$$
Using $(1)$ I get $y$ in terms of $x,\lambda$ having $y^{1/3}=3\lambda x^{4/3}\implies y= 9\lambda ^3 x^4$; and by $(2)$ I have $x^{2/3}=6\lambda y^{5/3}\implies x= (6\lambda y ^{5/3})^{3/2}=6\sqrt{6}\lambda^{3/2}y^{5/2}$.
Then $y=9\lambda ^3 x^4 = 9\lambda^3 (6\sqrt{6}\lambda ^{3/2} y^{5/2})^4=9\cdot6^6\lambda ^9 y ^{10}\implies y^2=\displaystyle\frac{1}{9\lambda^3 (6\sqrt{6}\lambda ^{3/2} y^{5/2})^{4/9}}$.
Isn't this too weird as a solution?. I still would have to use it to find possibles $\lambda$ but it seems the former system has -if my calculations are correct- strange solutions; did I had another mistake?.