end3r7
- 168
- 0
I'm supposed to use the definition of limit to show that \lim_{\substack{x\rightarrow 3\\y\rightarrow -1}} f(x,y) = 5
where f(x,y) = x - 2y
I split the function into two: H(x,y) = x and G(x,y) = -2y
It can be shown that H + G = f and that the addition of their limits equals the limit of f
So I let \epsilon > 0 and set \delta = \epsilon/2, so that whenever \sqrt{(x-3)^2+(y+1)^2} < \delta then |H(x,y) - 3|= |x - 3| < \epsilon/2 and |G(x,y) - 2|= |-2y - 2|= 2 |y + 1| < \epsilon/2
|H(x,y) + G(x,y) - (3 + 2)| = |H(x,y) -3 + G(x,y) -2| = |(x-3) + 2(y+1)| <= |x-3| + |2 (y+1)| < 2 \sqrt{(x-3)^2+(y+1)^2} = 2 \delta = \epsilon
So, what all is wrong?
where f(x,y) = x - 2y
I split the function into two: H(x,y) = x and G(x,y) = -2y
It can be shown that H + G = f and that the addition of their limits equals the limit of f
So I let \epsilon > 0 and set \delta = \epsilon/2, so that whenever \sqrt{(x-3)^2+(y+1)^2} < \delta then |H(x,y) - 3|= |x - 3| < \epsilon/2 and |G(x,y) - 2|= |-2y - 2|= 2 |y + 1| < \epsilon/2
|H(x,y) + G(x,y) - (3 + 2)| = |H(x,y) -3 + G(x,y) -2| = |(x-3) + 2(y+1)| <= |x-3| + |2 (y+1)| < 2 \sqrt{(x-3)^2+(y+1)^2} = 2 \delta = \epsilon
So, what all is wrong?
Last edited: