Right-Hand Limit

A function f(x), defined on an interval (c, d), is said to have a right-hand limit as x approaches c from the right if: $$ \lim_{x \rightarrow c^+} f(x) = l $$ In other words, for any ε > 0, there exists a δ > 0 such that whenever $$ c < x < c + δ, \text{ then } |f(x) - l| < ε. $$

an example illustrating the right-hand limit

For the right-hand limit to exist, this condition must hold over the open interval (c, c + δ), which includes values strictly greater than c.

Note. When evaluating the right-hand limit of a function at a point c, we consider only values approaching c from the right. Values to the left of c - or the value of the function exactly at c - are not relevant for the right-hand limit and may or may not exist independently.

A Practical Example

Let’s examine the function f(x) = x2 at the point c = 2.

The right-hand limit of the function is:

$$ \lim_{x \rightarrow 2^+} f(x) = 4 $$

Verification

Let’s choose an arbitrary value ε = 5, which is greater than zero.

$$ l + ε = 4 + 5 = 9 $$

This allows us to select a value δ = 1, also greater than zero, and define the interval:

$$ (c, c + δ) = (2, 2 + 1) = (2, 3) $$

For any x within the open interval (2, 3) on the x-axis, the absolute difference between f(x) and the right-hand limit l is less than ε.

Therefore, the right-hand limit of the function f(x) at x = 2 is indeed 4.

verification of the right-hand limit for the function

Infinite right-hand limit as x approaches x₀

Right-hand limit +∞

Let f(x) be a function defined in a right-hand neighborhood of $ x_0 $ (though not necessarily at $ x_0 $ itself). We say that f(x) tends to +∞ as x approaches $ x_0 $ from the right, and we write: \[  \lim_{x \to x_0^+} f(x) = +\infty \] if, for every positive real number $ M>0 $, one can determine a right-hand neighborhood $ I^+(x_0) $ such that: \[ f(x) > M \] for every $ x $ belonging to $ I^+(x_0) $. \[ \forall \ M > 0 \ \exists \  I^+(x_0) \ | \ f(x) > M,\ \forall \ x \in I^+(x_0) \]

In this situation, we also say that the function f diverges positively to the right of $ x_0 $.

For example, consider the function

\[ f(x) = \frac{1}{x - 1} \]

We study the limit as $ x $ approaches 1 from the right.

For $ x > 1 $, the denominator is positive and tends to zero. As a consequence, f(x) grows without bound.

Therefore:

\[ \lim_{x \to 1^+} \frac{1}{x - 1} = +\infty \]

The function diverges positively to the right of 1.

example of a right-hand limit diverging to positive infinity

Right-hand limit -∞

We say that f(x) tends to -∞ as x approaches x₀ from the right, and we write: \[ \lim_{x \to x_0^+} f(x) = -\infty \] if, for every positive real number $ M > 0 $, one can determine a right-hand neighborhood $ I^+(x_0) $ such that: \[ f(x) < -M \] for every $ x $  belonging to $ I^+(x_0) $. \[ \forall \ M > 0 \ \exists \ I^+(x_0) \ | \ f(x) < -M,\ \forall \ x \in I^+(x_0) \]

In this situation, we also say that the function f diverges negatively to the right of x₀.

For example, consider the function

\[ f(x) = -\frac{1}{x - 2} \]

We want to study the limit as x approaches 2 from the right.

For $ x > 2 $, the denominator is positive and tends to zero, but the minus sign makes the ratio negative, with an absolute value that becomes larger and larger.

Therefore:

\[ \lim_{x \to 2^+} \left( -\frac{1}{x - 2} \right) = -\infty \]

The function diverges negatively to the right of 2.

example of a right-hand limit diverging to negative infinity

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