
Nathan G. answered 05/13/20
Undergrad Math, Programming, and Art Tutor
Hey Helen,
What makes a function discontinuous? Usually this occurs when the output is not defined for a given input. In this case what values of x,y make the output undefined? This should help you with the continuous part of the question.
As for the partial derivatives lets break them up. The partial derivative with respect to x means that the only variable that can change is x. So it may help to rewrite the equation with a new variable that is more commonly used for a constant value. Let's let y=c and rewrite the problem:
f(x,c) = (xc sin(c))/ (x2+c2) = (c sin(c)) x / (x2+c2)
Hopefully this will make it easier to take the derivative with respect to x while treating c as a constant:
∂f/∂x = c sin(c)( (x2+c2) - x(2x)) / (x2+c2)2
Then put the y back in:
∂f/∂x = y sin(y)( (x2+y2) - 2x2) / (x2+y2)2
The other partial derivative follows in the same manner. Think about whether these derivatives exist at (0,0) the same way you did for the question of continuity in the first part of the problem. Hope this helps!
-Nathan