What is an infinite limit?

198 Views Asked by At

$$\lim_{x\to\infty} f(x) = c$$ $$\lim_{x\to c} f(x) = \infty$$ $$\lim_{x\to\infty} f(x) = \infty$$

When someone says, give a delta epsilon proof of an $\text{infinite limit}$, which do they mean? $c$ is constant.

1

There are 1 best solutions below

0
On BEST ANSWER

When we write $\lim_{x\to\infty}f(x)=c$ we mean

$$\forall \epsilon>0,\,\exists M>0 \text{ s.t. } x>M \implies |f(x)-c|<\epsilon$$

meaning that $f$ becomes arbitrarily close to $c$ as $x$ becomes large.


When we write $\lim_{x\to c}f(x)=\infty$ we mean

$$\forall M>0,\,\exists \delta>0 \text{ s.t. } 0<|x-c|<\delta \implies f(x)>M$$

meaning that $f$ becomes arbitrarily large as $x$ approaches $c$.


When we write $\lim_{x\to \infty}f(x)=\infty$ we mean

$$\forall M>0,\,\exists N>0 \text{ s.t. } x>N \implies f(x)>M$$

meaning that $f$ becomes arbitrarily large as $x$ becomes large.