$\epsilon , \delta$-proof and choosing correct $\delta$

162 Views Asked by At

Let $$f(x)=\sqrt{1+x}$$ Show that if $x \rightarrow 0$ a limit value does exist. Furtheremore, find the limit value and explain the choice of $\delta$ w.r.t $\epsilon$ when the definitions of a limit should be shown.

I need help with $\epsilon - \delta$-proofs and existence. I thought that showing a limit must exist was the whole point of $\epsilon - \delta$-proofs and that it would also specify the value by giving us a $\delta$ thats equal to some expression with $\epsilon$.

Would someone please walk me through how such a problem would be tackled? I.e how would you first show that a limit does indeed exist, formally. Then, find what it is and explain the choice of $\delta$ in the most simple way.

Thanks!

2

There are 2 best solutions below

2
On BEST ANSWER

It's intuitive to see that, if exists, the limit must be $1$. Let's show that. Let $\epsilon\in\mathbb{R}^+$. Then: $$|\sqrt{1 +x}-1|=\left|\dfrac{(\sqrt{1+x}-1)\cdot(\sqrt{1+x}+1)}{\sqrt{1+x}+1}\right|=\left|\dfrac{x}{\sqrt{1+x}+1}\right|$$

Obviously, $1\leq|\sqrt{1+x}+1|=\sqrt{1+x}+1$ for all $x\in\mathbb{R}$, because of $\sqrt{}$ being a non negative function. Then, $$\left|\dfrac{1}{\sqrt{1+x}+1}\right|\leq 1$$

From this two inequalities we can conclude that $|\sqrt{1+x}-1|\leq \epsilon$ whenever $|x|<\epsilon$. So it suffices to choose $\delta=\epsilon$.

4
On

Often times, $\epsilon-\delta$ proofs are written to show that a given element is in-fact what the limit is. In order to show that a sequence is convergent without a-priori knowing the limit, one has to use other lines of reasoning. Say, if you are working in the reals, you can perhaps talk about the sequence being Cauchy, or bounded and monotone in a particular direction. In other general spaces, there are more sophisticated arguments that will help you determine if a sequence converges somewhere or not, and some arguments won't necessarily even tell you what the sequence converges to. Even in $\mathbb{R}$ we have methods that tell us $\lim_{n\to \infty} \sum_{k=1}^n \frac{1}{k^3}$ converges (to what is called Aperi's constant), but we have no closed form for the actual number it coverges to, and thus $\epsilon-\delta$ is of little use in this case.

So the best approach to concrete problems such as the one you have (where the function is explicitly given to you) is to hypothesize a certain limit; and then prove using $\epsilon-\delta$ that said hypothesis holds. In this case, from elementary calculus, you are aware that the limit you seek is going to be equal to 1. Now, we use $\epsilon-\delta$ to show that it is indeed 1.

For an actual walk through on how the $\epsilon - \delta$ proof should go, I recommend looking through @R.V.N's answer. My answer would be more or less a repetition of theirs anyway haha