NasuSama
- 323
- 3
Homework Statement
Given that:
<br /> f(x,y) =<br /> \begin{cases}<br /> xy/(x² + y²), & \text{if }(x,y) \neq (0,0) \\<br /> 3n+1, & \text{if }(x,y) = (0,0)<br /> \end{cases}<br />
Discuss the continuity of that function from E² to ℝ.
Homework Equations
- Definition of continuity
- Definition of uniform continuity
The Attempt at a Solution
First, I said that f(x,y) is continuous everywhere except at (0,0) since ½ and 0 occur when (x,y) = (0,0) [can't put them in formal proof].
I want to test if f(x,y) is uniformly continuous. Using the definition of uniform continuity, \forall \epsilon > 0 \exists \delta > 0 such that:
If |(x,y) - (a,b)| < \delta then |f(x,y) - f(a,b)| < \epsilon
Given these intervals, I have:
|(x,y) - (a,b)| < \delta
√((x - a)² + (y - b)²) < \delta ← I'm not quite sure if this is correct.
|f(x,y) - f(a,b)| < \epsilon
|xy/(x² + y²) - ab/(a² + b²)| < \epsilon ← I'm stuck here. I don't know how to get from delta interval to here and figure out the appropriate substitution of \delta and \epsilon