In an assignment for the course Real-Analysis I need to proof that $f(x, y)=\frac{2xy}{x^2 + y^2}$ is not continuous in $(0, 0)$ using an Epsilon-Delta proof.
However, me and my fellow students have been trying to figure it out for some time now, but we can't...
Edit: My first post only showed that $f$ cannot be continuous by declaring $f(0,0) = 0$. Now I adjusted the proof to show that $f$ is not continuous at $(0,0)$.
Let us suppose for the sake of contradiction that $f$ is continuous at $(0,0)$ and $\lim_{(x,y)\rightarrow(0,0)}f(x,y) = L$. Note that $f(x,x) = \frac{2x^2}{x^2+x^2} = 1$ and $f(2x,x) = \frac{4x^2}{4x^2+x^2} = \frac{4}{5}$. Now let $\epsilon = \frac{1}{20}$ and let $\delta > 0$ be such that $|f(x,y)-L| < \epsilon$ whenever $(x,y)$ is within $\delta$ units of $(0,0)$. Since the points $(\frac{\delta}{4},\frac{\delta}{4})$ and $(\frac{\delta}{2},\frac{\delta}{4})$ are within $\delta$ units of $(0,0)$, we see that $\frac{1}{20} > |f(\frac{\delta}{4},\frac{\delta}{4}-L| = |1-L|$ and $\frac{1}{20} > |f(\frac{\delta}{2},\frac{\delta}{4})-L| = |\frac{4}{5}-L|$. It follows that $\frac{1}{10} = \frac{1}{20}+\frac{1}{20} > |1-L|+|L-\frac{4}{5}| \ge |1-\frac{4}{5}| = \frac{1}{5}$, which yields the desired contradiction.