Calculus I · Limits and Continuity · extension

Formal Definition of an Infinite Limit

Formal Infinite Limits: Optional Extension

The statement

limxaf(x)=+\lim_{x\to a}f(x)=+\infty

can be formalized as follows:

Definition

Formal Positive Infinite Limit

For every M>0M>0, there exists δ>0\delta>0 such that

0<xa<δ    f(x)>M.0<|x-a|<\delta\implies f(x)>M.

Instead of asking for an output band around a finite LL, the challenger names an arbitrarily high threshold MM. The proof must force the function above it.

Guided walkthrough

1/x2+1/x^2\to+\infty

Show formally that

limx01x2=+.\lim_{x\to0}\frac1{x^2}=+\infty.
Show worked solution

Let M>0M>0. We want

1x2>M.\frac1{x^2}>M.

This is equivalent to

x2<1M,x^2<\frac1M,

which is guaranteed by

x<1M.|x|<\frac1{\sqrt M}.

Choose

δ=1M.\delta=\frac1{\sqrt M}.

Then 0<x<δ0<|x|<\delta implies

x2<δ2=1M,x^2<\delta^2=\frac1M,

so

1x2>M.\frac1{x^2}>M.

After the explanation

Use the section idea

Reading lens

Is the function growing without bound near a finite input, or settling into end behavior as the input grows?

Mental model

Vertical asymptotes describe local blow-up near an excluded finite input; end-behavior asymptotes describe the long-run trend as inputs grow in magnitude.

Decision

Near a denominator zero, build a sign chart for each side; at infinity, compare dominant powers or divide to expose the lasting term.

Common trap

Do not merge positive and negative infinity, and remember that square roots produce absolute values when factoring a large squared input.

Check yourself

You understand the section when you can predict signs and asymptotes before doing detailed algebra, then verify them with the expression.

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