Prove a function is not continuous

ssayan3
Messages
15
Reaction score
0

Homework Statement


Using the epsilon-delta definition, prove that the function f:R^{2} \rightarrow R by f(x,y) = xy/((x^{2}) + (y^{2})), and f(0,0) = 0 is not continuous.

The Attempt at a Solution


I just really have no clue how to set up a delta-epsilon proof for functions that involve quotients. I went ahead and set up as much delta information as I could, but I have no idea how to set up the epsilon part:

|x-x_{0}|<\delta, |y-y_{0}|<\delta, and |(x-x_{0})+(y-y_{0})|<\delta (Those are supposed to be x (initial) and y (initial) for the delta info... I couldn't get LaTex to set them up correctly...)

Can someone give me a couple of good pushes in the right direction? :-)
 
Physics news on Phys.org
For problems like these, I recommend changing to polar coordinates. That way, (x,y)-> (0,0) becomes just r-> 0 no matter what \theta is. To show that this function is not continuous you only have to show that |f(r, \theta)| cannot be made arbitrarily small ("&lt; \epsilon") for small r for at least some values of \theta. For this particuar problem I think you will find that easy.
 
Hm, I'm just not sure why I didn't think of that before! Thank you!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top