So from our textbook exercises I was practicing on, it says that we need to prove this limit is true using epsilon delta definition.
$\lim_{(x,y)\to(0,2)}\ -3x +4y = 8$
I've came up with the result that $ε = δ$ , and I'm not sure if that's correct because all other examples we have had were usually $= \frac{ε}{n}$.
It would really help if I could understand how the proofs works because as far as right now I'm just copying the steps shown to us from the examples.
EDIT: so here's what I've got so far
Let $ f(x,y) = -3x +4y $ and $ L = 8 $
Let $ ε > 0 $ and take $ δ = ? $. Suppose $ 0< \sqrt{(x-0)^2 + (y-2)^2}<δ. $
$|f(x,y)- L| = |-3x+4y- 8|$ so $ |-3(x)+4(y-2)| <= -3|x| + 4|y-2|. $
since $|x| = \sqrt{(x^2)}$ <= $\sqrt{(x^2)+(y-2)^2}$ and
$|y-2| = \sqrt{((y-2)^2)}$ <= $\sqrt{(x^2)+(y-2)^2}$
so $|f(x,y)- L| = |-3x+4y- 8|$
<= $3|x| + 4|y-2|. $ <= $-3δ + 4δ = δ$
and that's how i came to the unsure conclusion that $ε = δ$.
EDIT: I understood now where I got my error from!
$|-3x+4(y-2)| \le 3|x|+4|y-2|$
$|x| = \sqrt{x^2} \le \sqrt{x^2+(y-2)^2}$
$|y-2| =\sqrt{(y-2)^2}\le \sqrt{x^2+(y-2)^2}$
Hence
$|-3x+4(y-2)| \le 3|x|+4|y-2| \le 7\sqrt{x^2+(y-2)^2}$
Choose $\delta < \epsilon/7$.
Then $\sqrt{x^2+(y-2)^2} < \delta$ implies
$|-3x+4(y-2)| \le 7\sqrt{x^2+(y-2)^2} \lt 7\delta \lt \epsilon$.