If$$f(x,y)=\begin{cases}9-x^2-y^2&\text{if }x^2+y^2\leq9\\0&\text{if }x^2+y^2>9\end{cases}$$study the continuity and existence of partial derivative with respect to $y$ at point $(3,0)$.
The graph of the domain of $f$ is:

Continuity study at $(3,0)$:
$f(3,0)=9-3^2-0=0$, but I do not know how to find $$\lim_{(x,y)\to(3,0)}f(x,y).$$ I tried the following: $$\lim_{(x,y)\to(3,0)}f(x,y)=\left\{\begin{array}{l}\displaystyle\underset{C_1\colon x^2+y^2=9}{\lim_{(x,y)\to(3,0)}}f(x,y)=\underset{C_1\colon x^2+y^2=9}{\lim_{(x,y)\to(3,0)}}(9-(x^2+y^2))=9-9=0\\\displaystyle\underset{C_2\colon x^2+y^2\neq9}{\lim_{(x,y)\to(3,0)}}f(x,y)=\underset{C_2\colon x^2+y^2\neq9}{\lim_{(x,y)\to(3,0)}}\text{??}=\text{??????}\end{array}\right.$$ but then I realized that the "curve" $C_2$ is actually NOT a curve but a set of infinite points, as shown in the previous image.
Existence of partial derivative with respect to $y$ at $(3,0)$:
I know that I need to study whether $$\frac\partial{\partial y}f(3,0)=f'((3,0);(0,1))=f_y(3,0)=\lim_{h\to0}\frac{f((3,0)+h(0,1))-f(3,0)}{h}=\lim_{h\to0}\frac{f(3,h)}{h}$$ exists or not, but I am not able to even find that limit.
Any help? Thanks!!
Regarding the partial derivative question, note that $f(3,y) = 0$ for all values of $y$. (The line $x=3$ touches the circle $x^2+y^2=9$ tangentially and is otherwise completely outside, where the function is identically $0$.) Thus, $\frac{\partial f}{\partial y}(3,0) = 0$.
Now, if $a^2+b^2>9$, $f$ is identically $0$ in a neighborhood of $(a,b)$ and so $\frac{\partial f}{\partial y}(a,b) = 0$. If $a^2+b^2<9$, then $\frac{\partial f}{\partial y}(a,b) = -2b$. What happens if $a^2+b^2=9$ but $b\ne 0$? Then $\frac{\partial f}{\partial y}(a,b)$ does not exist: \begin{multline*} \lim_{h\to 0+}\frac{f(a,b+h)-f(a,b)}h = 0, \quad\text{whereas}\\ \lim_{h\to 0-}\frac{f(a,b+h)-f(a,b)}h = -2b\ne 0. \end{multline*} Therefore, $\frac{\partial f}{\partial y}$ is not continuous at $(3,0)$, as it is not even defined at all points nearby. Perhaps the question wasn't asking about this; it's a bit ambiguous.