- 2,076
- 140
Homework Statement
Show that : (x^4+y^4)/(x^2+y^2) < ε if 0 < x^2 + y^2 < δ^2 for a suitably chosen δ depending on ε.
Homework Equations
\forallε>0, \existsδ>0 | 0 < (x^2 + y^2)^(1/2) < δ \Rightarrow |f(x,y) - L| < ε
Obviously here were dealing with lim (x,y)→(0,0) f(x,y) = 0 so the following statement is equivalent and more convenient to use in my opinion:
\forallε>0, \existsδ>0 | 0 < |x|,|y| < δ \Rightarrow |f(x,y) - L| < ε
The Attempt at a Solution
So we know : |x| < δ \Rightarrow x^2<δ^2 and also |y|<δ \Rightarrow y^2<δ^2
And using the triangle inequality we also consider : |x^4 + y^4| ≤ |x|^4 + |y|^4
So putting those together we observe :
|f(x,y) - L| = |(x^4+y^4)/(x^2+y^2)| ≤ (|x|^4 + |y|^4)/(|x|^2 + |y|^2) < 2δ^4/2δ^2 = δ^2 ≤ ε
\Rightarrow δ = \sqrt{ε}
Now that I have my δ, I could go through and prove that it was the right δ, but I have one problem. The book says that δ = \sqrt{ε/2} so I'm wondering where I went wrong or is this a typo in the book? If it helps I also tried using the other statement 0 < (x^2+y^2)^(1/2) < δ and got the right answer, but I'm not sure why I'm wrong about this other method?
Thanks.