0% found this document useful (0 votes)
12 views3 pages

Understanding One-Sided Limits

The document discusses one-sided limits, which are limits that can be calculated by considering values of a function on only one side of a point, such as an endpoint. It defines left-hand and right-hand limits, which look at the function from the left or right side of the point, respectively. Examples are provided to demonstrate calculating one-sided limits and using them to determine if a two-sided limit exists. The key points are that one-sided limits can be used to find two-sided limits, and if the one-sided limits agree, the two-sided limit is the same, but if they disagree, the two-sided limit does not exist.

Uploaded by

jamesdigol
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views3 pages

Understanding One-Sided Limits

The document discusses one-sided limits, which are limits that can be calculated by considering values of a function on only one side of a point, such as an endpoint. It defines left-hand and right-hand limits, which look at the function from the left or right side of the point, respectively. Examples are provided to demonstrate calculating one-sided limits and using them to determine if a two-sided limit exists. The key points are that one-sided limits can be used to find two-sided limits, and if the one-sided limits agree, the two-sided limit is the same, but if they disagree, the two-sided limit does not exist.

Uploaded by

jamesdigol
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

One-Sided Limits

In order to calculate a limit at a point, we need to have an interval around that point; that
is, we consider values of the function for x values on both sides of the point. Since we are
considering values on both sides of the point, this type of limit is sometimes referred to as
a two-sided limit. At some points, such as end points, it is not possible to find an interval
on both sides of the point; for endpoints we can only find an interval on one side of the
point. Instead, we can use the information that we are provided on that interval, in order
to calculate a one-sided limit. In this way, we can define left-hand and right-hand limits,
looking at the function from the left or right side of the point, respectively. We write the
left-hand limit of f (x), or the limit as x approaches x0 from the left-hand side as

lim f (x)
x→x−
0

and we write the right-hand limit as

lim f (x)
x→x+
0

where the − and + denote whether it is approaching from the left or right hand side,
respectively. More formally, we have the following definitions.

Definition: Right-hand Limit


We say that L is the right-hand limit of f (x) at x0 , written

lim f (x) = L
x→x+
0

if for every number  > 0, there exists a corresponding number δ > 0 such that for
all x
x0 < x < x0 + δ =⇒ |f (x) − L| < 

Definition: Left-hand Limit


We say that L is the left-hand limit of f (x) at x0 , written

lim f (x) = L
x→x−
0

if for every number  > 0, there exists a corresponding number δ > 0 such that for
all x
x0 − δ < x < x0 =⇒ |f (x) − L| < 

It is noteworthy that all of the rules for combining two-sided limits also apply for combining
one-sided limits.

Example 1 Find limx→0+ f (x) and limx→0− f (x) for f (x) = |x|
x
.
Solution The solution to this problem becomes much more evident if we rewrite f (x) as

−1 x < 0
f (x) =
1 x>0
Now we can see that looking from just the left or right side of the point x = 0, we have two
constant functions. Since the limit of a constant is just that constant, it follows that

lim f (x) = 1 and lim f (x) = −1


x→0+ x→0−

The following theorem is a useful tool for relating one-sided and two-sided limits.

Theorem: One-sided and Two-sided Limits


A function f (x) has a limit L at x0 if and only if it has right-hand and left-hand
limits at x0 , and both of those limits are L.

If both of the one-sided limits have the same value L, then we can certainly construct a
δ-interval on both sides of x0 by combining both of the one-sided intervals, which implies the
two-sided limit exists. If the one-sided limits exist but disagree, then it is impossible for the
function to approach a single value as x → x0 , which implies that the two-sided limit does not
exist. From this we can conclude that limx→0 |x|x
does not exist. This is a much more efficient
way to prove a limit does not exist than proving that it does not exist for all possible values L.

Example 2 Prove that √


lim+ x=0
x→0

Solution√Consider  > 0,√arbitrary. We need to find δ > 0 so that for all x with 0 < x < δ
we have | x − 0| <  or x < . Manipulating this inequality

x<
0 ≤ x < 2

Thus, if we set δ = 2 , for any x with 0 < x < δ = 2 we have


√ √
x < 2 = 

and the conclusion follows.

Example 3 Let f (x) be given by



f (x) = 4 − x2

Find the one-sided limits at the endpoints of the domain of this function. Using the definition
of left and right-hand limits, prove that
√ these limits exist, for some values L.
Solution First we must recall that x √ is not definied on R for x < 0. In this way, we can
determine that if |x| > 2 then f (x) = 4 − x2 is not defined. Thus, we can see that the
domain of this function is [−2, 2]. On this domain our function is a semicircle. At the left
endpoint we must consider the right-hand limit, and at the right endpoint we consider the
left-hand limit. Using the rules for combining limits,
√ √
lim + 4 − x2 = 0 and lim− 4 − x2 = 0
x→−2 x→2
Now our task is to prove that these limits exist as written above, using the definition of
one-sided limits. We will prove that the limit as x → 2− is 0, and leave the analagous proof
at the left endpoint to the reader.

Consider  > 0, arbitrary. We need to find a δ > 0 so that for all x with 2 − δ < x < 2 we
have √
| 4 − x2 − 0| < 
In this problem it will be difficult to directly manipulate the second inequality in order to
find a sufficiently small value for δ. We will need to take a slightly more creative approach.
Notice that √
4 − x2
will be at its largest when x is the smallest, or when x is at the farthest left point of the
interval 2 − δ < x < 2. Thus, if we can find a value for δ such that
p
4 − (2 − δ)2 < 
we will have a δ such that for all x in the interval 2 − δ < x < 2 the function values are
within the error tolerance  of 0. Thus, for all x in the interval
√ p p √ √ p
4 − x2 < 4 − (2 − δ)2 = 4 − (4 − 4δ + δ 2 ) = 4 − 4 + 4δ − δ 2 = 4δ − δ 2 = δ(4 − δ)
p
The first thing to note is that because we cannot have a negative input to δ(4 − δ) we
need to have (4 − δ) ≥ 0 which means that
δ≤4
Now, to have p
δ(4 − δ) < 
we need
δ(4 − δ) < 4δ < 2
From this inequality, we obtain the restriction
2
δ<
4
Thus, we set
2
δ = min(, 1)
16
in order to encapsulate both of the previous restrictions on δ we found (there is nothing
unique about the values we chose, just that they satisfy δ ≤ 4 and δ < 2 /4). Now consider
arbitrary x with 2 − δ < x < 2. It follows
r
√ p p 2 
4 − x2 < 4 − (2 − δ)2 = δ(4 − δ) < ·4= <
16 2
After this long and arduous analysis, we have managed to prove the one-sided limit exists,
and is equal to 0.

You might also like