The question is as follows:
Given function: $F(x,y)=\frac{x + 2y}{sin(x+y) - cos(x-y)}$
Tasks:
a/ Find points of discontinuities
b/ Decide if the points (of discontinuities) from part a are removable
Here is my work so far:
(1) For part a, I think the points of discontinuities should have form $(0, \frac{\pi}{4} + n\pi)$ or $(\frac{\pi}{4} + n\pi, 0)$ , since they make the denominator undefined. For convenience of part b, I choose to specifically deal with the point $(0, \frac{\pi}{4})$
(2) Recall definition: A point of discontinuity $x_0$ is removable if the limits of the function under certain path are equal to each other, as they are "close" to $x_0$. In particular, if the function is 1 dimensional, we get the notion of "left" and "right" limits. But here we talk about paths of any possible direction. However, these limits are not equal to $f(x_0)$, which can be defined or undefined.
(3) I'm having trouble of "finding" such paths @_@
I come across with these two, by fix x-coordinate and vary y-coordinate: $F(x, x^2 - \frac{\pi}{4})$ and $F(x, x^2 - x - \frac{\pi}{4})$ They both have limit to be $\frac{\pi}{2\sqrt(2)}$ as x approaches 0 (by my calculation)
But what I can say about these results? I feel that discontinuities of $F(x,y)$ should be not removable, but I don't know if my thought is correct.
Would someone please help me on this question?
Thank you in advance ^^