2

If $(x,y)\neq (0,0)$, let $f(x,y)=(x^2-y^2)/(x^2+y^2)$. Find the limit of f(x,y) as $(x,y) \leftrightarrow (0,0)$ along the line y=mx.

By replacing y=mx, I found $f(x,y)=(1-m^2)/(1+m^2)$

Is it possible to define f(0,0) so as to make f continuous at (0,0)

This I didn't know

Please help

1 Answers1

1

If a limit $L$ at $(0,0)$ existed, then for every $m$, you would have $$ \lim_{x\rightarrow 0}f(x,mx)=L $$ since $(x,mx)\rightarrow (0,0)$ when $x\rightarrow 0$.

Given your work, this yields $$ \frac{1-m^2}{1+m^2}=L\qquad\forall m\in\mathbb{R}. $$ Can you find a contradiction? Try two simple values of $m$.

Julien
  • 44,791