Check the following function for partial or total differentiability and calculate the partial/total derivative if it exists.
$f : ℝ^2 → ℝ, f(x,y) = \sqrt[3]{x^2*y^2}$
Attempt:
i dont know if its correct, but I found the definition that the function is differentiable at the point $x_0$ if the following limit exists:
$\qquad\lim\limits_{t → 0}\frac{f(x_0+t)-f(x_0)}{t}$
The partial derivative of $f(x,y)$ with respect to $x$ at $(x_0,y_0)$ is
$\qquad ∂_x f(x_0,y_0) =\lim\limits_{t → 0}\frac{f(x_0+t,y_0)-f(x_0,y_0)}{t}$
if the limit exists. Correspondingly, the partial derivative of $f(x,y)$ with respect to $y$ at the point $(x_0,y_0)$ is equal to:
$\qquad ∂_y f(x_0,y_0) =\lim\limits_{t → 0}\frac{f(x_0,y_0+t)-f(x_0,y_0)}{t}$
The problem with this is that if i want to find the limit $t→0$, i would be dividing by zero. Therefore, the fracture must first be remodeled. I try to demonstrate this for the partial derivative with respect to $x$ and also omit the indices on $x$ and $y$:
$\frac{f(x+t,y)-f(x,y)}{t} = \frac{\sqrt[3]{(x+t)^2*y^2} - \sqrt[3]{x^2*y^2}}{t}$
and now, I don't know how to reformulate that further.