back to the math tutorial index
Computing Limits

Intuitively, we say that $\displaystyle \lim_{x\to c} f(x)=L$ if f is defined near (but not necessarily at) c and f(x) approaches L as x approaches c.

If we let x approach c from the left side only, we write $\displaystyle \lim_{x\to c^-} f(x)$ since x is approaching c from smaller values. Similarly, for x approaching c from the right, we write $\displaystyle \lim_{x\to c^+} f(x)$. The two-sided limit $\displaystyle \lim_{x\to c} f(x)$ exists if and only if both of these one-sided limits exist and are equal.

An Intuitive Example

Consider the graph of a function f(x) shown below.

function graph

Evaluate each of the following. Select each one to check your reasoning.

$ f(2) $ $ f(-5) $ $ \lim_{x \to -3} f(x) $
$ \lim_{x \to 2^+} f(x) $ $ \lim_{x \to -5^+} f(x) $ $ \lim_{x \to -\infty} f(x) $
$ \lim_{x \to 2^-} f(x) $ $ \lim_{x \to -5^-} f(x) $ $ \lim_{x \to \infty} f(x) $
$ \lim_{x \to 2} f(x) $ $ \lim_{x \to -5} f(x) $ $ \lim_{x \to c} f(x) \textrm{~for~} c\neq -5, -3, 2. $

Definition of the Limit

More rigorously, let f be defined at all x in an open interval containing c, except possibly at c itself.

Then

\begin{displaymath}\lim_{x\to c} f(x)=L\end{displaymath}

if and only if for each ε > 0, there exists a δ > 0 such that
\begin{displaymath}\textrm{if~} 0<\vert x-c\vert<\delta \textrm{~then~}\vert f(x)-L\vert<\varepsilon.\end{displaymath}

Figures

Exploration

In words, $\displaystyle \lim_{x\to c} f(x)=L$ if and only if by taking x close enough to c we can get f(x) arbitrarily close to L.

Properties of the Limit

Each of the following properties is proven using the rigorous definition of the limit. Let $\lim$ stand for $\displaystyle
\lim_{x\to c}$, $\displaystyle \lim_{x\to c^+}$, or $\displaystyle
\lim_{x\to c^-}$. Assume $\lim f(x)$ and $\lim g(x)$ both exist.

In practice, much of the time we can ``reason out'' the value of a limit without explicitly using the ε-δ definition.

Examples

What about something like $\displaystyle\lim_{x\to 0} \frac{\sin
x}{x}$? When we cannot easily ``reason out'' the value of a limit, we can often use numerical methods or L'Hôpital's Rule to determine the value of the limit. Can you convince yourself that $\displaystyle\lim_{x\to 0} \frac{\sin x}{x}=1$?


Key Concept

Let the function f be defined at all x in an open interval containing c, except possibly at c itself.

Then

\begin{displaymath}\lim_{x\to c} f(x)=L\end{displaymath}

if and only if for each ε > 0, there exists a δ > 0 such that
\begin{displaymath}\textrm{if~} 0<\vert x-c\vert<\delta \textrm{~then~}\vert f(x)-L\vert<\varepsilon.\end{displaymath}

In words, the limit of f(x) as x approaches c is L if and only if by taking x close enough to c we can get f(x) arbitrarily close to L.
[I'm ready to take the quiz.] [I need to review more.]
[Take me back to the Tutorial Page]