$\epsilon - \delta$ proof. Need help

67 Views Asked by At

I have been knocking my head against this proof for an hour now and I'm no closer to solving it. I simply have no idea where to go. The thing I need to prove is, given $$f(x)=\frac{2x+3}{x+1},$$ show that $f(x)\to 3$ for $x\to 0$.

I have tried to factor it out but I simply have no luck. Can anybody give me a hint of where to go with this?

4

There are 4 best solutions below

3
On BEST ANSWER

Start with $| \frac{2x+3}{x+1}-3|=|\frac{-x}{x+1}|$.

For $|x|< \delta$, you have $|-x|=|x|<\delta$.

For the denominator, use the reverse triangle inequality to get: $|1+x| \geq 1 - |x| >1-\delta$.

Put everything together to get: $|\frac{-x}{x+1}|<\frac{\delta}{1-\delta}$, and choose $\delta$ to be less than $\frac{\epsilon}{1+\epsilon}$.

2
On

You need to show that $\left \lvert \frac{2x+3}{x+1} - 3\right \rvert$ can be made arbitrarily small, by taking $x$ close to $0$.

Notice that $$\left \lvert \frac{2x+3}{x+1} - 3\right \rvert = \frac{\lvert x\rvert}{\lvert x + 1\rvert}.$$ Now when $\lvert x \rvert < 1/2$, we have $\lvert x +1 \rvert > 1/2$ and so $\frac{1}{\lvert x +1\rvert} < 2$. Thus for $\lvert x \rvert < 1/2$, we see $$\left \lvert \frac{2x+3}{x+1} - 3\right \rvert = \frac{\lvert x\rvert}{\lvert x + 1\rvert} < 2\lvert x \rvert.$$ Fix $\epsilon > 0$. We need to choose $\delta$ so that $\lvert x \rvert < \delta$ ensures that $\left \lvert \frac{2x+3}{x+1} - 3\right \rvert < \epsilon.$ The above equation suggests we take $\delta = \epsilon/2$, since then $\lvert x \rvert < \delta$ implies that $$\left \lvert \frac{2x+3}{x+1} - 3\right \rvert = \frac{\lvert x\rvert}{\lvert x + 1\rvert} < 2\lvert x \rvert < \epsilon.$$ However, the first inequality only holds when $\lvert x \rvert < 1/2$, so we also need to ensure that this holds. Hence we take $\delta = \min\{1/2, \epsilon/2\}$, and then we get the desired conclusion.

0
On

if $\lim_\limits {x\to a} f(x) = l$ and $\lim_\limits{x\to a} g(x) = m$ and $m\ne 0$ then $\lim_\limits{x\to a} \frac {f(x)}{g(x)} = \frac {l}{m}$

$\forall \epsilon_1 > 0, \exists \delta >0 : |x-a|<\delta_1 \implies |g(x) - {m}|<\epsilon_1$

$x<\delta_1 \implies |g(x)| > 0$

let $M= \inf \{|g(x)|: |x-a|<\delta_1|\}$

$\forall \epsilon_2 > 0, \epsilon_1 < \frac 1M \implies |\frac {1}{g(x)} - \frac 1{m}|<\epsilon_2$

$\forall \epsilon_3 > 0, \exists \delta_2 >0 : |x-a|<\delta \implies |f(x) - l|<\epsilon_3$

$\forall \epsilon > 0, \exists \delta >0 : |x-a|<\delta_1 \implies |\frac {f(x)}{g(x)} - \frac {l}{m}|<\epsilon$

$|f(x) \frac {1}{g(x)} - l\frac {1}{m}|\\ |f(x) \frac {1}{g(x)} -f(x)\frac {1}{m} + f(x)\frac {1}{m}- l\frac {1}{m}|\\ |f(x) (\frac {1}{g(x)} -\frac {1}{m}) + (f(x)-l)\frac {1}{m}| < |f(x) |(\frac {1}{g(x)} -\frac {1}{m})| + |(f(x)-l)|\frac {1}{m}| < |f(x)|\epsilon_2 + |\frac {1}{m}|\epsilon_3$

0
On

$|\dfrac{2x+3}{x+1}-3|=|\dfrac{-x}{x+1}|=\dfrac{|x|}{|x+1|}$.

For $|x|<1/2$, we have

$-1/2<x<1/2$, and

$1/2 <x+1<3/2$,

Let $\epsilon >0$ be given.

Choose $\delta =\min(1/2,\epsilon/2)$.

Then $|x| < \delta$ implies

$|\dfrac{2x+3}{x+1}-3|=\dfrac{|x|}{|x+1|}<\dfrac{\delta}{1/2}=$

$2\delta \le \epsilon.$