we just started learning about multiple variable functions and I really don't know how to solve this one:
$$f(x,y) = \begin{cases} x^2y & \text{if x$\in$$\Bbb Q$} \\ y & \text{if if x$\notin$$\Bbb Q$} \end{cases}$$
Is $f$ continuous at $(0, 0)$? and $(0,1)$?
This function looks similar to Dirichlet function, so I think that it is continuous only when $x=y=0$, or when $x=1$ and $y$ can be anything. I really don't know how to formally calculate this and would really use some help.
Thank you!
For $(0,1)$.
put $$z_n=(x_n,y_n)=(\frac{\sqrt{2}}{n},1)$$ then we have $$\lim_{n\to+\infty}z_n=(0,1)$$ $$f(z_n)=1$$ $$f(0,1)=0$$
can you conclude.