Vorde
- 786
- 0
Homework Statement
Show (using the epsilon-delta method) that the ##\lim_{\substack{x\rightarrow a\\y\rightarrow b}} y = b ##
Homework Equations
Epsilon-Delta Definition
##\lim_{\substack{x\rightarrow a\\y\rightarrow b}} f(x,y) = L ##
means that for every ##\epsilon## > 0, there exists a number ##\delta##>0 such that:
##|f(x,y)-L| < \epsilon ## whenever ##0 < \sqrt{(x-a)^2+(y-a)^2} < \delta ##
The Attempt at a Solution
I totally get what the epsilon-delta definition is and what it means, but I'm not so sure how to go about showing this limit exists.
My textbook has only one example and it's really badly described.
My understanding is that I have
##|y-b| < \epsilon## when ## \sqrt{x^2+y^2} < \delta ##
So I can say ## y≤\sqrt{x^2+y^2} ##
So ##|y-b| ≤ \sqrt{x^2+y^2}##?
But I don't get where to go from here. What should my endgoal be?