- #1
MeMoses
- 129
- 0
Homework Statement
Compute the following limit with the epsilon-delta method
lim(x,y)->(0,0) of (x**3-y**3) / (x**2+y**2)
Homework Equations
The Attempt at a Solution
I don't remember much about the epsilon-delta method and I haven't used it for multivariable limits. I tried abs( f(x) ) <= abs(x**3)/(x**2+y**2) - abs(y**3)/(x**2+y**2) and then abs(x**3)/(x**2+y**2) <= abs(x**3)/x**2 = abs(x) and I did the same for y. Am I even going in the right direction and if so how would I finish this up?
Last edited: