Prove that $\lim_{(x,y)\to(1,2)}\frac{x}{x+y}=\frac{1}{3}$

88 Views Asked by At

How to prove that $$\lim_{(x,y)\to(1,2)}\frac{x}{x+y}=\frac{1}{3}$$ with $\varepsilon-\delta$ limit definition?

I know so far that $\forall \varepsilon > 0 \ \exists \delta > 0: 0 < d((x, y), (1, 2)) < \delta \Rightarrow \Big|\frac{x}{x+y} - \frac{1}{3}\Big| < \varepsilon$, so we get $d = \sqrt{|x-1|^2 + |y-2|^2} \Rightarrow d^2 = |x-1|^2 + |y-2|^2 \Rightarrow \begin{cases} |x - 1| < d < \delta\\ |y - 2| < d < \delta\\ \end{cases}$

But I don't know how to express $\Big|\frac{x}{x+y} - \frac{1}{3}\Big| = \Big|\frac{3x-(x+y)}{3(x+y)}\Big| = \Big|\frac{3x-x-y}{3x+3y}\Big| = \Big|\frac{2x-y}{3x+3y}\Big|$ using $|x-1|$ and $|y-2|$.

Can anyone help me with that?

3

There are 3 best solutions below

0
On

We can choose $\delta$ such that $3x + 3y > c$ for some positive $c$, so we don't have to worry about the denominator.

For the numerator, note that:

$$|2x-y| = |2x - 2 - y + 2| \le |2x-2|+|y-2|$$

0
On

Do you know that how to prove the if $f$ goes to $a$ and $g$ goes to $b$ then $f/g$ goes to $a/b$ if $b$ is non zero. Its just the same rewrite it as $\frac{b(f-a)+a(b-g)}{gb}$. Now use that $g$ is bounded and other things.

0
On

By $|x-1|<\delta$ and $|y-2|<\delta$ assuming wlog $\delta\le\frac12$ we have $$\left|\frac{x}{x+y} - \frac{1}{3}\right|=\left|\frac{2x-y}{x+y}\right|=\left|\frac{2(x-1)-(y-2)}{x+y}\right| \le 2\left|\frac{x-1}{x+y}\right|+\left|\frac{y-2}{x+y}\right|\le$$

$$\le 2\left|\frac{x-1}{x+y}\right|+\left|\frac{y-2}{x+y}\right| \le|x-1|+\frac12|y-2|=\frac32 \delta$$