Find $\frac{\partial f}{\partial x}$ and $\frac{\partial f}{\partial y}$ if $f(x,y) = (x^2 +y^2)\text{log}(x^2+y^2)$.
Ok, to my understanding, $\frac{\partial f}{\partial x}$ will just be the derivative keeping all terms besides $x$ fixed.
I use the logarithm base-change law: $\text{log}(x^2+y^2) = \frac{\text{ln}(x^2+y^2)}{\text{ln}(10)}$.
Then $\frac{\partial f}{\partial x} = \frac{(2x+y^2)\text{ln}(x^2+y^2)}{\text{ln}(10)} + \frac{1}{\text{ln}(10)}(\frac{2x+y^2}{x^2+y^2})(x^2+y^2) = \frac{2x+y^2}{\text{ln}(10)}[\text{ln}(x^2+y^2)+1]$.
Similarly, $\frac{\partial f}{\partial y} = \frac{2y+x^2}{\text{ln}(10)}[\text{ln}(x^2+y^2)+1]$. Please tell me if I did this correctly.
My real question is if $f$ is differentiable, which is not required for my homework, but I am curious about this case. At $(x,y)=(0,0)$, the partials are discontinuous. A theorem in my book states:
Let $f:U \subset \mathbb{R}^n \to \mathbb{R}^m$. Suppose the partial derivatives $\partial f_i / \partial x_j$ of $f$ all exist and are continuous in a neighborhood of a point $\textbf x \in U$. Then $f$ is differentiable at $\textbf x$.
If the partials of $f$ are discontinuous at $(x,y) = (0,0)$, does this imply that $f$ is not differentiable as a whole? If we state the condition $(x,y) \neq (0,0)$, does $f$ become differentiable? Please explain (preferably in terms of neighborhoods).