Define $$f(x, y) = \begin{cases} \sin(y^2/x)\sqrt{x^2 + y^2} & \text{ if } x \neq 0 \\ 0 & \text{ if } x = 0. \end{cases}$$
(a) Show $f : \mathbb{R}^{2} \rightarrow \mathbb{R}$ has directional derivatives in every direction at $(0, 0)$.
(b) Show there is no plane that is tangent to the graph of $f : \mathbb{R}^{2} \rightarrow \mathbb{R}$ at the point $(0, 0, f(0,0))$.
Geometrically, part $(b)$ makes sense because it's a really sharp point (but still continuous), meaning that there should be no tangent plane there. I don't fully understand how I'm supposed to show there's no tangent at $(0, 0, f(0,0))$ though. Isn't this a point in $\mathbb{R}^{3}$? And we have a function in $\mathbb{R}^{2}$?
I'm also not too sure about how to do $(a)$. I know how to compute the directional derivatives. I don't think that's enough to show existence, though. I'm guessing that it's going to be some sort of limit.
I would really appreciate some sort of help with this exercise.
(a): Let $v=(v_1,v_2)$ be a direction.
Then show that $ \lim_{t \to 0}\frac{f(tv)-f(0,0)}{t}$ exists and $=0$.
(b): from (a) we get $f_x(0,0)=0=f_y(0,0)$.
In general the plane that is tangent to the graph at $(0,0,f(0,0)$ is given by
$z=f(0,0)+f_x(0,0)x+f_y(0,0)y.$
But in our case we have $f(0,0)=0$ and $f_x(0,0)=0=f_y(0,0)$.
Conclusion ?