Given,
$$f(x, y) := e^{xy} \sin(x + y),$$
I want to show that $f(x, y)$ is totally differentiable.
Approach
Since we were never given any example for solving a problem like this, I feel pretty much lost. I'd guess that I have to evaluate the gradient of $f$ at some point, so that's what I already did:
$$\nabla f = {ye^{xy} \sin(x + y) + e^{xy}\cos(x + y) \choose xe^{xy} \sin(x + y) + e^{xy} \cos(x + y)}$$
Unfortunately, I don't see where to go from here.
Edit after discussion in the comments
I have to show that the partial derivatives are continiuous - which they are since they are compositions of continiuous functions. Therefore, $f$ is totally differentiable.