Limits
Although limits are not the foundation in our approach to calculus,
they are still an important concept.
Roughly speaking, a limit describes what value one quantity is approaching
as another quantity approaches some value in some direction.
Directions
Technically, a direction in some variable
describes not only whether the variable is increasing or decreasing
(that is its literal direction on a number line)
but also if there is a limiting value that it approaches but does not reach.
The basic directions that we study in this course
take the following four forms,
where x may be any variable and c may be any constant:
- as x increases without bound,
written x → ∞;
- as x decreases without bound,
written x → −∞;
- as x increases towards c,
written x → c−;
- as x decreases towards c,
written x → c+.
Any two or more of these directions may be combined,
but the only type of combined direction that we will need is this:
- as x approaches c,
written x → c.
This is
the combination
of x → c−
and x → c+.
If D is any direction and u is any variable quantity,
then we indicate the value to which u approaches
as change occurs in the indicated direction
as
called the limit of u in the direction D.
We will examine the case when u approaches a real value L,
as well as the case
when u increases without bound or decreases without bound.
In the first case, we say that the limit converges;
in the second case, we say that the limit
diverges to (positive or negative) infinity.
Other types of behaviour are also possible, which are also kinds of divergence,
but we will consider those cases to be undefined.
A limit as x approaches c
exists (as one of the three kinds of results that we have defined)
if and only if the limits as x increases and decreases towards c
both exist and are the same result.
Evaluating limits
The first fact to know about limits
is that the limit of the variable itself is already given by the direction:
- limx → ∞ x =
∞;
- limx → −∞ x =
−∞;
- limx → c−
x =
c;
- limx → c+
x =
c.
Since the limit of x is c
whenever x increases or decreases to c,
the limit is still c whenever x approaches c:
A similarly important principle
is that the limit of a constant, in any direction, is that constant:
Of course, we rarely bother with limits as simple as these!
However, we have the powerful principle
that if an expression is built
using only the basic operations
of addition, subtraction, multiplication, and division,
then the limit of the expression may be computed using these operations.
Explicitly, each of these equations is true
whenever the right-hand side is defined
(so that in particular the left-hand side is necessarily also defined):
- limD (u + v) =
limD u +
limD v;
- limD (u − v) =
limD u −
limD v;
- limD (uv) =
limD u ·
limD v;
- limD (u/v) =
limD u ÷
limD v.
Furthermore, the same principle applies to exponentiation and taking roots,
as long as the exponent is a constant:
- limD (uk) =
(limD u)k;
- limD (k√u) =
k√(limD u).
If you think about these rules in detail every time that you apply them,
then you're working too hard.
The point is simply that
you can plug in the target c of the direction
for the variable x
and do ordinary arithmetic,
as long as the result of this arithmetic is defined.
In this way, we can evaluate most limits.
We can do even more limits
if we extend arithmetic to the values ±∞ as follows,
where a is (in general) any real number or ±∞
and k is a constant real number:
- a + ∞ = ∞
if a > −∞;
- a − ∞ = −∞
if a < ∞;
- a · ∞ = ∞ if a > 0;
a · ∞ = −∞
if a < 0;
- a ÷ ∞ = 0
if −∞ < a < ∞;
- ∞k = ∞ if k > 0;
∞k = 0 if k < 0;
- k√∞ = ∞
if k > 0.
Technically, what these statements mean is:
- limD (u + v) = ∞
if limD u > −∞
and limD v = ∞;
and so on.
But usually it's easier just to imagine calculating with infinity.
Finally, we can even divide by zero sometimes,
if we are computing limits!
Here I state the rules more carefully:
- limD (u/v) = ∞
if limD u > 0,
limD v = 0,
and v > 0 in the direction D;
- limD (u/v) = −∞
if limD u > 0,
limD v = 0,
and v < 0 in the direction D;
- limD (u/v) = −∞
if limD u < 0,
limD v = 0,
and v > 0 in the direction D;
- limD (u/v) = ∞
if limD u < 0,
limD v = 0,
and v < 0 in the direction D;
- limD (u/v) is undefined
if limD u ≠ 0,
limD v = 0,
and u/v takes both positive and negative values
in the direction D.
In other words, if v has a consistent sign while it approaches zero,
then the limit of u/v is plus or minus infinity,
depending on how the sign of v compares to the sign of u.
However, this tells us nothing
if limD u = 0 too;
for that, we need the next idea.
L'Hôpital's Rule
We're left with the following indeterminate forms:
- ∞ − ∞; 0 · ∞;
∞ ÷ ∞; 0 ÷ 0.
Limits of these forms can usually be evaluated
by using some algebra to rewrite the expression in a more amenable way.
However, another approach to the last two forms
is given by L'Hôpital's Rule,
assuming that the right-hand side is defined:
- limD (u/v) =
limD (du/dv)
if limD u,
limD v = 0
or limD u,
limD v =
±∞.
Sometimes the other two indeterminate forms
can also be rewritten as 0/0 or ∞/∞
using some algebra.
This rule shows the connection between limits and derivatives.
In the official textbook, this connection is exploited in the other direction,
to define derivatives using limits.
Go back to the course homepage.
This web page was written between 2011 and 2013 by Toby Bartels,
last edited on 2013 May 1.
Toby reserves no legal rights to it.
The permanent URI of this web page
is
http://tobybartels.name/MATH-1400/2013SP/limits/
.