#solving with delta -epsilon

1 messages · Page 1 of 1 (latest)

unkempt pine
#

Hello guys, i need to solve this exercise with delta epsilon for an assignment for uni. can someone pls try to solve it this way for me, because i dont understand

shell escarpBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
  2. Do not ping the mods, unless someone is breaking the rules.
  3. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
runic halo
#

Fix eps >0. Can you find delta > 0 such that |f(x,y)|< eps for all (x,y) satisfying sqrt(x^2+y^2)< delta

#

@unkempt pine this would be by definition

unkempt pine
#

But i can’t figure it out could you please provide the answer?

runic halo
#

there is no "the answer"

#

$$ \frac{|x(2x^2+xy)|}{x^2+y^2} < \varepsilon $$

lethal fossilBOT
runic halo
#

can you fiddle around with this expression?

#

for instance
$$ \frac{|x(2x^2+xy)|}{x^2+y^2} = \frac{x^2}{x^2+y^2}|2x+y| \leqslant |2x+y| $$

lethal fossilBOT
runic halo
#

can you make |2x+y|< eps?

#

@unkempt pine

unkempt pine
#

@runic halo

unkempt pine
runic halo
#

lose the "the"

#

let's try this

#

$$ |2x+y| \leqslant 2|x| + |y| < 2\frac{\varepsilon}{3} + \frac{\varepsilon}{3} = \varepsilon $$

lethal fossilBOT
runic halo
#

so if we assume |x|,|y| < eps /3, what restriction does that set to x^2+y^2 ?

#

pick delta = eps / 3 and see where that takes you @unkempt pine

unkempt pine
#

oke but what about delta then? @runic halo