I've been working on this epsilon delta proof for the longest time now, and I can't quite get it.
Let $a>0$ and $b>0$. Use $\epsilon$, $\delta$ to prove that $\lim\limits_{x\to\ b} \frac{1}{a+x}$ = $\frac{1}{a+b}$.
I've found that I need to prove $|x-b|$ < $\epsilon$ $|a+x|$ $|a+b|$ and that I can do this by calling $\delta$ something greater than $|x-b|$, and that I also need to eliminate $|a+x|$ somehow, but that's where I'm struggling.
The concept of calling $\delta$ the minimum of a few values has been helpful, but I'm not sure how to apply it here.
Thanks for your thoughts.
I think we should find a way to keep $|x-b|$ on the LHS of the inequality.
For a fixed small $\epsilon>0$, we want to find $\delta>0$ such that $|\frac{1}{a+x}-\frac{1}{a+b}|<\epsilon$ when $|x-b|<\delta$. Note that $|\frac{1}{a+x}-\frac{1}{a+b}|<\epsilon \Leftrightarrow \frac{|x-b|}{|a+x||a+b|}<\epsilon \Leftrightarrow \frac{|a+x||a+b|}{|x-b|}>\frac{1}{\epsilon}$.
Moreover, note that $|a+x|=|x-b+b+a|\leqslant |x-b|+|b+a|.$ Thus, it is sufficient to find $\delta>0$ such that $\frac{(|x-b|+|a+b|)|a+b|}{|x-b|}>\frac{1}{\epsilon}$, which is equivalent to $\frac{|a+b|^2}{|x-b|}>\frac{1}{\epsilon}-|a+b|$. And since $\epsilon>0$ is small, we can assume $\epsilon<\frac{1}{|a+b|}$. Then it is equivalent to $|x-b|<\frac{|a+b|^2}{\frac{1}{\epsilon}-|a+b|}$, thus it is sufficient to take $\delta=\epsilon|a+b|^2$ (since $\epsilon|a+b|^2<\frac{|a+b|^2}{\frac{1}{\epsilon}-|a+b|}$).
In $\epsilon-\delta$ language, we can state it as: for each fixed $0<\epsilon<\frac{1}{|a+b|}$, we have $|\frac{1}{a+x}-\frac{1}{a+b}|<\epsilon$ for all $x$ such that $|x-b|<\epsilon|a+b|^2$.