Limits Using Absolute Value- Techniques for Evaluating Limit Expressions

What You're Actually Dealing With

Limits involving absolute values trip up more students than almost any other topic in calculus. Not because the math is hard—it's not. The problem is most textbooks bury the actual technique under pages of theory you don't need.

Here's what matters: absolute value is a piecewise function. That's it. The entire strategy for evaluating limits with absolute values comes down to one move—breaking the expression into cases before you plug anything in.

Stop memorizing formulas. Learn the pattern.

The Core Technique: Case Analysis

The absolute value function |x| equals x when x ≥ 0, and equals -x when x < 0. When you're evaluating limits, you need to figure out which case applies as x approaches your target value.

That's the whole game. Find where the expression inside the absolute value equals zero. That point splits your problem into separate limits. Evaluate each one. Compare the results.

When the Limit Point Is the Problem

Consider lim x→0 |x|/x.

The inside equals zero at x = 0, so you have two cases:

Now evaluate the limits from each side:

The left and right limits don't match. The limit does not exist.

That's it. No magic, no special rules. Just case analysis and comparison.

When the Limit Point Isn't the Split Point

Sometimes the zero of the absolute value expression is away from where x is approaching. This makes things simpler.

For lim x→3 |x-2|, the inside equals zero at x = 2. But you're approaching x = 3, which is in the region where x > 2.

Since x is near 3, you know x > 2, so |x-2| = x-2. The limit is simply lim x→3 (x-2) = 1.

You don't need case analysis at the limit point itself—you need it at where the expression changes behavior.

Standard Patterns You'll See

Most limit problems with absolute values fall into a few predictable patterns. Recognizing them saves time.

Pattern 1: Division by Zero at the Limit Point

Problems like lim x→a |x-a|/(x-a) are testing whether you understand the definition of absolute value.

Work it out: the numerator is always nonnegative, but the denominator changes sign. The limit is 1 from the right, -1 from the left. DNE.

Pattern 2: Factoring Reveals the Structure

For lim x→2 |x²-4|/(x-2), factor the numerator:

|x²-4| = |(x-2)(x+2)|

Near x = 2, x+2 is positive, so |x+2| = x+2. You get |x-2|(x+2)/(x-2).

When x > 2: |x-2| = x-2, so the expression equals (x-2)(x+2)/(x-2) = x+2 → 4

When x < 2: |x-2| = -(x-2), so the expression equals -(x-2)(x+2)/(x-2) = -(x+2) → -4

DNE again. The limit fails to exist.

Pattern 3: Continuous Substitutions

When the absolute value expression doesn't equal zero anywhere near your limit point, just substitute. The function is continuous in that region.

lim x→5 |x²-9| where x → 5, and the zero is at x = ±3. Neither is near 5. So |x²-9| = x²-9, and the limit is 25-9 = 16.

Techniques Comparison Table

Situation Method Result
Zero inside | | is at limit point Case analysis (left/right) Usually DNE or requires more work
Zero inside | | is away from limit point Substitute the appropriate case Direct evaluation
Expression with | | can be factored Factor, cancel, then analyze May yield a real number or DNE
Nested absolute values Work from inside out Reduce to standard case analysis
x → ±∞ Consider dominant term Usually ±∞ or 0

How to Actually Solve These Problems

Here's the step-by-step process that works every time:

  1. Find where the inside of the absolute value equals zero. This is your split point.
  2. Compare that split point to where x is approaching. Are they the same? Different? This tells you what work remains.
  3. Write out each case. Replace |expression| with either expression or -expression, depending on the sign in that region.
  4. Simplify each case. Cancel where possible. Combine like terms.
  5. Take the limit in each case. If you're approaching a point, evaluate from each side separately.
  6. Compare the results. Match? You have your answer. Don't match? The limit DNE.

Work through lim x→1 (|x-1|)/(x²-1) using these steps:

Step 1: Zero at x = 1. Step 2: Limit point is x = 1. Same. Step 3: Two cases.

For x > 1: |x-1| = x-1, denominator = (x-1)(x+1). Cancel: 1/(x+1) → 1/2

For x < 1: |x-1| = -(x-1), denominator = (x-1)(x+1). Cancel: -1/(x+1) → -1/2

Results don't match. The limit does not exist.

One More Trick: Squeeze Theorem

When direct analysis gets messy, remember that |anything| is always nonnegative. This gives you bounds.

For lim x→0 x²|sin(1/x)|, you know |sin(1/x)| ≤ 1. So -x² ≤ x²|sin(1/x)| ≤ x².

Both bounds go to 0 as x → 0. By squeeze theorem, the limit is 0.

Use this when you have products involving absolute values and something that shrinks to zero.

What to Watch For

The Short Version

Absolute value limits require breaking the problem into cases. Find where the expression inside the absolute value equals zero. That splits your domain. Evaluate the limit in each region. Compare the results.

Match = limit exists. Don't match = DNE. That's the entire method.