One-Sided Derivatives- Understanding Left and Right Limits

What Are One-Sided Derivatives?

A one-sided derivative tells you how a function behaves as you approach a point from only one direction. Either from the left, or from the right.

Most calculus students learn regular derivatives first. They assume derivatives always exist where a function is smooth. But real functions aren't always smooth. Corners, cusps, and vertical tangents break the standard derivative formula.

That's where one-sided derivatives matter. They let you analyze behavior at tricky points without pretending the function is nicer than it actually is.

Left-Hand Derivative vs. Right-Hand Derivative

There are two types:

The formal definitions look like this:

Left-hand derivative at x = c:

f'₋(c) = lim(h→0⁻) [f(c + h) - f(c)] / h

Right-hand derivative at x = c:

f'₊(c) = lim(h→0⁺) [f(c + h) - f(c)] / h

The key difference is the direction of h. When h approaches 0 from negative values, you're coming from the left. When h approaches 0 from positive values, you're coming from the right.

Why Both Directions Matter

Imagine walking toward a cliff. You can approach from the flat ground on the left, or from the plateau on the right. The slope might be completely different depending on which side you're on.

A regular derivative only exists when both one-sided derivatives exist AND they equal the same value. If they disagree, the function isn't differentiable at that point—but you still learned something useful about its behavior.

When One-Sided Derivatives Differ

Here's the blunt truth: if the left-hand and right-hand derivatives don't match, the function has no derivative at that point. Full stop.

Common scenarios where this happens:

Example: The Absolute Value Function

f(x) = |x| is the textbook case. Let's check the derivative at x = 0.

For x < 0: f(x) = -x, so f'(x) = -1

For x > 0: f(x) = x, so f'(x) = 1

Left-hand derivative at 0: f'₋(0) = -1

Right-hand derivative at 0: f'₊(0) = 1

Since -1 ≠ 1, the derivative of |x| does not exist at x = 0. The function has a sharp corner there. No smooth tangent line exists.

One-Sided Derivatives vs. Regular Derivatives

Here's the relationship in plain terms:

A function f is differentiable at x = c if and only if both f'₋(c) and f'₊(c) exist and f'₋(c) = f'₊(c).

This means one-sided derivatives are a diagnostic tool. They tell you exactly where differentiability breaks down and why.

Scenario Left Derivative Right Derivative Derivative Exists?
Smooth point 3 3 Yes (= 3)
Sharp corner -2 2 No
Vertical tangent No (infinite)
One-sided limit only 5 Does not exist No

Where You'll Actually Use This

One-sided derivatives aren't just theoretical. They show up in:

How To Calculate One-Sided Derivatives

Here's the practical method:

Step 1: Identify Your Point

Pick the x-value c where you want to evaluate the derivative. Determine which side(s) you need to analyze.

Step 2: Set Up the Correct Limit

For left-hand derivative, write:

f'₋(c) = lim(x→c⁻) [f(x) - f(c)] / (x - c)

For right-hand derivative, write:

f'₊(c) = lim(x→c⁺) [f(x) - f(c)] / (x - c)

Step 3: Substitute the Function's Formula

Use the appropriate piece of your piecewise function. This is where students mess up—they plug in the wrong formula for the wrong side.

Step 4: Evaluate the Limit

Simplify the expression. If you get a real number, that one-sided derivative exists. If you get infinity or DNE, note that.

Step 5: Compare Results

Match the values. Equal? You have a derivative. Different? You don't. Both existing but unequal tells you the function has a corner.

Quick Example

f(x) = { x² for x ≤ 2, and 4x - 4 for x > 2 }

Find the derivative at x = 2.

Left-hand: lim(x→2⁻) (x² - 4)/(x - 2) = lim(x→2⁻) (x+2) = 4

Right-hand: lim(x→2⁺) (4x - 4 - 4)/(x - 2) = lim(x→2⁺) 4(x-1)/(x-2)

The right-hand limit goes to infinity—the function has a vertical slope discontinuity at x = 2. The left and right derivatives don't match, so f'(2) does not exist.

The Bottom Line

One-sided derivatives exist to handle the messy parts of functions. They don't sugarcoat anything—they tell you exactly what's happening at corners, cusps, and boundaries.

If you're working with piecewise functions, always check one-sided derivatives at the boundaries. It's the only way to know if your function is actually smooth where it needs to be.