Right-Hand and Left-Hand Limits of a Function

The limit of a function as x approaches x0 can be evaluated either from the right (x → x0+), meaning we approach x0 with values greater than x0. This is known as the right-hand limit:
$$ \lim_{x \rightarrow x_0^+} f(x) $$ or from the left (x → x0-), meaning we approach x0 with values less than x0. This is called the left-hand limit:
$$ \lim_{x \rightarrow x_0^-} f(x) $$

The right-hand or left-hand limit may be finite or infinite.

At certain points, a function may not possess either a right-hand or left-hand limit.

Example. The logarithmic function f(x) = log(x) is defined only for positive real numbers, i.e. x ∈ (0, +∞). As a result, the limit as x approaches 0 exists solely from the right, that is, as x → 0+. There is no left-hand limit as x approaches zero.
the right-hand or left-hand limit may not exist at certain points of a function

Right-Hand Limit of a Function

Definition of the right-hand limit:

The right-hand limit of a function f(x) as x → x0+ equals l if, for every ε > 0, there exists a δ > 0 such that |f(x) - l| < ε for all x satisfying x0 < x < x0 + δ:
$$ \lim_{x \rightarrow x_0^+} f(x) = l $$

Expressed symbolically:

$$ \lim_{x \rightarrow x_0^+} f(x) = l \Leftrightarrow \forall \epsilon>0, \exists \delta>0: |f(x)-l|<\epsilon, \forall x \in (x_0, x_0+\delta) $$

Note. The right-hand limit can also be described using sequences: if we consider a sequence xn approaching x0 from the right, then f(xn) converges to l as n grows large.

Example

The function f(x) = 1/x is undefined at x = 0:

$$ f(x) = \frac{1}{x} $$

We evaluate the limit as x → 0+ from the right without ever reaching x = 0:

$$ \lim_{x \rightarrow 0^+} \frac{1}{x} $$

The right-hand limit exists and equals +∞:

$$ \lim_{x \rightarrow 0^+} \frac{1}{x} = +\infty $$

Here’s how this appears on the graph:

the Cartesian graph showing the right-hand limit of a function

Left-Hand Limit of a Function

Definition of the left-hand limit:

The left-hand limit of a function f(x) as x → x0- equals l if, for every ε > 0, there exists a δ > 0 such that |f(x) - l| < ε for all x satisfying x0 - δ < x < x0:
$$ \lim_{x \rightarrow x_0^-} f(x) = l $$

Expressed symbolically:

$$ \lim_{x \rightarrow x_0^-} f(x) = l \Leftrightarrow \forall \epsilon>0, \exists \delta>0: |f(x)-l|<\epsilon, \forall x \in (x_0-\delta, x_0) $$

Note. The left-hand limit can also be defined using sequences: if we take a sequence xn approaching x0 from the left, then f(xn) approaches l as n increases.

Example

The function f(x) = 1/x is undefined at x = 0:

$$ f(x) = \frac{1}{x} $$

We evaluate the limit as x → 0- from the left without ever reaching x = 0:

$$ \lim_{x \rightarrow 0^-} \frac{1}{x} $$

The left-hand limit exists and equals -∞:

$$ \lim_{x \rightarrow 0^-} \frac{1}{x} = -\infty $$

Note. In this case, the limit approaches negative infinity because x approaches zero from the left. Thus, the values of x remain negative, such as x = -0.3, x = -0.1, x = -0.01, and so on.

Here’s how this is represented on the Cartesian plane:

the graph depicting the left-hand limit of a function

And so on.

 
 

Please feel free to point out any errors or typos, or share suggestions to improve these notes. English isn't my first language, so if you notice any mistakes, let me know, and I'll be sure to fix them.

FacebookTwitterLinkedinLinkedin
knowledge base

Limits

Limits of Sequences

Limits of Functions

Limits of Functions of Two Variables

Exercises