Show that the following functions $$f(x, y)=\frac{xy}{\sqrt{x^2+y^2}} \\ f(x, y)=\frac{x^2y}{x^4+y^2}$$ are differentiable at each point of the domain. Determine which of them is $C^1$.
$$$$
The domain of the functions is $\mathbb{R}^2 \setminus \{(0,0)\}$.
How can we show that the functions are differentiable at each point of the domain??
Do we have to find the partial derivatives??
$$$$
EDIT:
$$f(x, y)=\frac{xy}{\sqrt{x^2+y^2}}: \\ \frac{\partial{f}}{\partial{x}}=\frac{y\sqrt{x^2+y^2}-xy\frac{1}{2\sqrt{x^2+y^2}}2x}{x^2+y^2}=\frac{y(x^2+y^2)-x^2y}{\sqrt{x^2+y^2}(x^2+y^2)}=\frac{y^3}{\sqrt{x^2+y^2}(x^2+y^2)} \\ \frac{\partial{f}}{\partial{y}}=\frac{x\sqrt{x^2+y^2}-xy\frac{1}{2\sqrt{x^2+y^2}}2y}{x^2+y^2}=\frac{x(x^2+y^2)-xy^2}{\sqrt{x^2+y^2}(x^2+y^2)}=\frac{x^3}{\sqrt{x^2+y^2}(x^2+y^2)}$$
Since the partial derivatives are continuous at $\mathbb{R}^2 \setminus \{ (0,0)\}$, $f$ is differentiable.
Is this correct??
Could I improve something at the fomrmulation??
$$$$
In my book there is the following definition:
Let $f: U \subset \mathbb{R}^n \rightarrow \mathbb{R}^m$. Let's suppose that all the partial derivatives $\frac{\partial{f_i}}{\partial{x_j}}$ of $f$ exist and are continuous at a region of a point $x \in U$. Then $f$ is differentiable in $x$.
We say that a function of which the partial derivatives exist and are continuous are $C^1$. That means that each $C^1$ function is differentiable. @Timbuc
– Mary Star Apr 02 '15 at 22:15