2.3 Calculating Limits using the Limit Laws
Key Concepts

In general lim f(x) = f(lim x) as long as the function f is continuous.

Evaluate the limit of a complex expression one term at a time

Evaluate the limit of a vector, component by component.

If you end up with an expression such as 0/0, try to cancel common terms or reduce the expression to a simpler form before evaluating the limit.

Theorem limx->a f(x)=L exists if and only if the limit exists as x->a- and x->a+

For this reason limx->0 |x|/x does not exist.

Theorem if f(x) < g(x) for all x on an interval (c,d) containing a, then

lim x->a f(x) < lim x->a g(x)
Theorem if f(x) < g(x) < h(x) for all x on an (c,d) containing a, and limx->a f(x)=limx->a h(x) = L, then
limx->a g(x) = L
The previous theorem is useful for expressions such as
x sin(1/x)

Maple Exercises:

Maple has a simple syntax for limits, namely limit(f,x=a); or Limit(f,x=a);

If the direction is important, one has limit(f,x=a,direction); or Limit(f,x=a,direction); where direction can be "left", "right", "real", or "complex". Examples:


This site maintained by mpilant@math.tamu.edu

Last modified Mon Sep 9 21:22:37 CDT 1996