Calculus I · Limits and Continuity · lesson

How to Disprove a Claimed Limit

Proving a Limit Is Not a Claimed Number

To show

limxaf(x)L,\lim_{x\to a}f(x)\ne L,

it is enough to find one positive tolerance ε0\varepsilon_0 for which no possible δ\delta works.

Worked example

A jump fails the formal definition

Let

f(x)={0,x<0,1,x0.f(x)= \begin{cases} 0,&x<0,\\ 1,&x\ge0. \end{cases}

Show that limx0f(x)\lim_{x\to0}f(x) does not equal 1/21/2.

Show worked solution

Choose

ε0=14.\varepsilon_0=\frac14.

The band around 1/21/2 is

(14,34).\left(\frac14,\frac34\right).

But every left-side input near zero has output 00, which lies outside this band, and every right-side input has output 11, also outside the band.

No matter how small δ>0\delta>0 is chosen, the point x=δ/2x=-\delta/2 satisfies

0<x<δ,0<|x|<\delta,

but

f(x)12=012=12>14.\left|f(x)-\frac12\right| =\left|0-\frac12\right| =\frac12 >\frac14.

Therefore the claimed limit cannot be 1/21/2. In fact, the left and right limits disagree, so no two-sided limit exists.

After the explanation

Use the section idea

Reading lens

How small must the input window be to force every allowed output into the requested tolerance band?

Mental model

Epsilon sets the demanded vertical accuracy; delta is the horizontal promise you choose so every permitted nearby input meets that demand.

Decision

Work backward from the desired output inequality, isolate an input-distance bound, then state a positive delta that is no larger than that bound.

Common trap

A proof must control every eligible input in the punctured window; checking examples or choosing delta after seeing the input is not enough.

Check yourself

Formal understanding means you can translate between bands, inequalities, and words, then verify the implication from delta to epsilon in forward order.

Source & rights

Original instruction with traceable references.

The exposition is original. No Active Calculus exercise is reproduced verbatim. Public-domain examples were modernized and recomposed when used as inspiration.

The verified handoff declares original composition and requires owner provenance review. BetterGrades-original material remains separate from public-domain references; no source textbook PDF is published here.

Vocab
Limit
Math glossaryLimit
limxaf(x)=L\lim_{x\to a}f(x)=L

The value a function approaches as its input approaches a target.

Learn more
Function
Math glossaryFunction
y=f(x)y=f(x)

A rule or relation assigning exactly one output to each allowed input.

Learn more
Continuity
Math glossaryContinuity
limxaf(x)=f(a)\lim_{x\to a}f(x)=f(a)

At a point, the function value exists and equals the limit there.

Learn more
Domain
Math glossaryDomain
domf\operatorname{dom}f

The set of permitted input values.

Learn more
Math glossary