Table of Contents

Limit

Let $f$ be a real-valued function defined on some subset of the real line $\mathbb R$. Informally speaking, a number $c$ is said to be the limit of $f$ in the process $x \to \infty$ if $f(x)$ comes arbitrarily close to $c$ as $x$ gets larger and larger. The precise definition of limit is as follows:

If $c \in \mathbb R$ is a number such that for any positive real number $\epsilon$ there exists a number $N$ such that for all $x > N$, $|f(x)-c| < \epsilon$, then it is said that $f$ converges to $c$ as $x$ goes to infinity; this is denoted as $\lim_{x \to \infty} f(x) = c$ and the number $c$ is said to be the limit of $f$ in the process $x \to \infty$.
If for any positive real number $M$ there exists a number $N$ such that for all $x > N$, $f(x) > M$, then it is said that $f$ converges to infinity in the process $x \to \infty$ or that the limit of $f$ is $\infty$ in that process; this is denoted as $\lim_{x \to \infty} f(x) = \infty$.
If for any positive real number $M$ there exists a number $N$ such that for all $x > N$, $f(x) < -M$, then it is said that $f$ converges to minus infinity in the process $x \to \infty$ or that the limit of $f$ is $-\infty$ in that process; this is denoted as $\lim_{x \to \infty} f(x) = -\infty$.

Some simple examples:

Some properties of limit

Limits of sum, difference, product and quotient

If $\lim_{x \to \infty} f(x)$ and $\lim_{x \to \infty} g(x)$ exist and are finite, then

Compute $\lim_{x \to \infty} \frac{8x^2 + x}{2x^2 - 1}$. Solution

When one of the limits is infinite, one can use the following rules:

Compute $\lim_{x \to \infty} 5 + x$. Solution

In other cases, like

the result is not determined. E. g., knowing that $\lim_{x \to \infty} f(x) = \lim_{x \to \infty} g(x) = \infty$ does not give us any information about whether the limit $\lim_{x \to \infty} f(x) - g(x)$ exists or if it exists then what it is (indeed, for example, $\lim_{x \to \infty} x - x = 0$, $\lim_{x \to \infty} 2x - x = \infty$ and $\lim_{x \to \infty} (x+\sin x) - x$ does not exist at all).

If $\lim_{x \to \infty} g(x) = 0$ then, as said above, knowing only $\lim_{x \to \infty} f(x)$ is not enough to tell what $\lim_{x \to \infty} \frac{f(x)}{g(x)}$ is. However, the situation is better if we also know the signs of $f(x)$ and $g(x)$. For example, $\lim \frac{x}{e^{-x}} = \frac{\infty}{+0} = \infty$, $\lim \frac{x}{-e^{-x}} = \frac{\infty}{-0} = -\infty$. Here $+0$ and $-0$ denote the facts that $\lim_{x \to \infty} e^{-x} = \lim_{x \to \infty} -e^{-x} = 0$ but $e^{-x}$ converges to $0$ from the positive side (i. e. $e^{-x} > 0$) and $-e^{-x}$ converges to $0$ from the negative side.

Some well-known limits

Exercises

Find the following limits:

  • $\lim_{x \to \infty} \frac{x^2+x}{2^x}$
  • $\lim_{x \to \infty} x^3-x^2-2x$
  • $\lim_{x \to \infty} \frac{x^5}{x^3+2}$
  • $\lim_{x \to \infty} x - \frac{x^4 - 5x^3}{x^3+2}$