One-Sided Limits in Detail

Understanding left-hand and right-hand limits and when they matter

One-Sided Limits Explained

Sometimes a function behaves differently depending on which direction you approach a point. One-sided limits let us describe this precisely.

Left-Hand Limit

The left-hand limit examines the function as we approach from the left (smaller values):

limxaf(x)=L\lim_{x \to a^-} f(x) = L

Think of it as: "What happens as we walk toward a from the left side of the number line?"

Key Points:

  • The superscript - means "from below" or "from the left"
  • We only look at x-values less than a
  • Example: approaching x = 3 from values like 2.9, 2.99, 2.999...

Right-Hand Limit

The right-hand limit examines the function as we approach from the right (larger values):

limxa+f(x)=L\lim_{x \to a^+} f(x) = L

Think of it as: "What happens as we walk toward a from the right side of the number line?"

Key Points:

  • The superscript + means "from above" or "from the right"
  • We only look at x-values greater than a
  • Example: approaching x = 3 from values like 3.1, 3.01, 3.001...

The Big Rule

For a two-sided limit to exist, both one-sided limits must exist AND be equal!

limxaf(x)=L if and only if limxaf(x)=limxa+f(x)=L\lim_{x \to a} f(x) = L \text{ if and only if } \lim_{x \to a^-} f(x) = \lim_{x \to a^+} f(x) = L

Example: When One-Sided Limits Differ

Consider a piecewise function:

f(x)={x+1if x<2x+5if x2f(x) = \begin{cases} x + 1 & \text{if } x < 2 \\ x + 5 & \text{if } x \geq 2 \end{cases}

From the left (using x+1x + 1): limx2f(x)=2+1=3\lim_{x \to 2^-} f(x) = 2 + 1 = 3

From the right (using x+5x + 5): limx2+f(x)=2+5=7\lim_{x \to 2^+} f(x) = 2 + 5 = 7

Since 373 \neq 7, the two-sided limit does not exist!

limx2f(x)=DNE\lim_{x \to 2} f(x) = \text{DNE}

Why This Matters

One-sided limits are crucial for:

  • Piecewise functions that change formula at a point
  • Functions with jumps (discontinuities)
  • Rational functions near vertical asymptotes
  • Absolute value functions at the vertex

Visual Interpretation

On a graph:

  • Left-hand limit: Cover everything to the right of a, look where the curve is heading
  • Right-hand limit: Cover everything to the left of a, look where the curve is heading
  • If they point to different heights, the two-sided limit DNE

📚 Practice Problems

1Problem 1medium

Question:

Find limx3f(x)\lim_{x \to 3^-} f(x) and limx3+f(x)\lim_{x \to 3^+} f(x) where f(x)={2xif x<3x2if x3f(x) = \begin{cases} 2x & \text{if } x < 3 \\ x^2 & \text{if } x \geq 3 \end{cases}

💡 Show Solution

Left-hand limit (approaching from x < 3):

When x < 3, we use the formula f(x)=2xf(x) = 2x

limx3f(x)=limx32x=2(3)=6\lim_{x \to 3^-} f(x) = \lim_{x \to 3^-} 2x = 2(3) = 6

Right-hand limit (approaching from x ≥ 3):

When x ≥ 3, we use the formula f(x)=x2f(x) = x^2

limx3+f(x)=limx3+x2=32=9\lim_{x \to 3^+} f(x) = \lim_{x \to 3^+} x^2 = 3^2 = 9

Conclusion:

Since limx3f(x)=6\lim_{x \to 3^-} f(x) = 6 and limx3+f(x)=9\lim_{x \to 3^+} f(x) = 9, and 696 \neq 9:

limx3f(x)=DNE\lim_{x \to 3} f(x) = \text{DNE}

The function has a jump discontinuity at x = 3.

2Problem 2hard

Question:

Given g(x)=x5g(x) = |x - 5|, find limx5g(x)x5\lim_{x \to 5^-} \frac{g(x)}{x - 5} and limx5+g(x)x5\lim_{x \to 5^+} \frac{g(x)}{x - 5}

💡 Show Solution

First, let's rewrite the absolute value as a piecewise function:

x5={(x5)=5xif x<5x5if x5|x - 5| = \begin{cases} -(x - 5) = 5 - x & \text{if } x < 5 \\ x - 5 & \text{if } x \geq 5 \end{cases}

Left-hand limit (x < 5):

limx5x5x5=limx55xx5=limx5(x5)x5=limx5(1)=1\lim_{x \to 5^-} \frac{|x - 5|}{x - 5} = \lim_{x \to 5^-} \frac{5 - x}{x - 5} = \lim_{x \to 5^-} \frac{-(x - 5)}{x - 5} = \lim_{x \to 5^-} (-1) = -1

Right-hand limit (x ≥ 5):

limx5+x5x5=limx5+x5x5=limx5+1=1\lim_{x \to 5^+} \frac{|x - 5|}{x - 5} = \lim_{x \to 5^+} \frac{x - 5}{x - 5} = \lim_{x \to 5^+} 1 = 1

Result:

  • Left-hand limit: -1
  • Right-hand limit: 1
  • Two-sided limit: DNE (because -1 ≠ 1)