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 limit: x → ∞;
- as x decreases without limit:
x → −∞
- as x increases towards c:
x → c−;
- as x decreases towards c:
x → c+.
Any two or more of these directions may be combined,
but the only type of combined direction that we will need
is - as x approaches c: 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
We will examine the case when u approaches a real value L,
as well as the case
when u increases without limit or decreases without limit.
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 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.
So in total, there are fifteen kinds of limits that we will consider,
for the five kinds of directions (four basic and one combined)
and the three kinds of answers:
- limx → ∞ u =
L;
limx → ∞ u = ∞;
limx → ∞ u =
−∞;
- limx → −∞ u =
L;
limx → −∞ u = ∞;
limx → −∞ u =
−∞;
- limx → c−
u =
L;
limx → c−
u =
∞;
limx → c−
u =
−∞;
- limx → c+
u =
L;
limx → c+ u =
∞;
limx → c+ u =
−∞;
- limx → c u = L;
limx → c u = ∞;
limx → c u =
−∞.
To see how to read these aloud, I'll consider the last one as an example;
this says that the limit of u,
as x approaches c, is negative infinity.
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 automatically 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 (uC) =
(limD u)C;
- limD (C√u) =
C√(limD u).
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 C is a (finite) constant:
- a + ∞ = ∞
if a > −∞;
- a − ∞ = −∞
if a < ∞;
- a · ∞ = ∞ if a > 0;
a · ∞ = −∞
if a < 0;
- a ÷ ∞ = 0
if −∞ < a < ∞;
- ∞C = ∞ if C > 0;
∞C = 0 if C < 0;
- C√∞ = ∞
if C > 0.
Finally, we can even divide by zero sometimes,
if we are computing limits!
- 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 more or less clever 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:
- limD (u/v) =
(limD du) ÷
(limD dv)
if the right-hand side is defined
and limD u and limD v
are either both 0 or both ±∞.
Sometimes the other two indeterminate forms
can also be rewritten as 0/0 or ∞/∞
using some more or less simple algebra.
This rule shows the connection between limits and differential calculus.
In the official textbook, this connection is exploited in the other direction,
to define derivatives (and so essentially differentials) using limits.
Go back to the course homepage.
This web page was written in 2011 by Toby Bartels,
last edited on 2011 June 9.
Toby reserves no legal rights to it.
The permanent URI of this web page
is
http://tobybartels.name/MATH-1400/2011SP/limits/
.