Limits and Continuity

Use limits to describe nearby behavior without confusing approaching a value with reaching it. Connect one-sided limits and continuity to the limiting slope that defines a derivative.

A limit describes the value that a function approaches as its input approaches a chosen point. The function need not equal that value at the point, or even be defined there. Limits therefore separate nearby behavior from direct evaluation and provide the precise foundation for continuity and derivatives.

A Limit Describes Nearby Behavior

The notation:

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

Read this as: “as xx approaches aa without needing to equal it, the values of f(x)f(x) approach LL.” The notation describes nearby behavior, not necessarily the value assigned at aa.

is read as “the limit of f(x)f(x) as xx approaches aa is LL.” It means that f(x)f(x) can be made as close to LL as desired by taking xx sufficiently close to aa, without requiring x=ax=a.

Consider:

f(x)=x21x1.f(x)=\frac{x^2-1}{x-1}.

Direct substitution at x=1x=1 gives 0/00/0, so the fraction is undefined there. For every x1x\ne1, however:

x21x1=(x1)(x+1)x1=x+1.\frac{x^2-1}{x-1} =\frac{(x-1)(x+1)}{x-1} =x+1.

Nearby values therefore approach 22 as xx approaches 11:

limx1x21x1=2.\lim_{x\to1}\frac{x^2-1}{x-1}=2.

The cancellation does not define the original fraction at x=1x=1. It reveals that the fraction and x+1x+1 have the same values everywhere near that point.

Exercise: Evaluate a removable limit

What is:

limx2x24x2?\lim_{x\to2}\frac{x^2-4}{x-2}?

Compute it first, then check your number.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintFactor the numerator

Use x24=(x2)(x+2)x^2-4=(x-2)(x+2), then simplify for x2x\ne2.

SolutionSimplify the nearby expression

For x2x\ne2:

x24x2=(x2)(x+2)x2=x+2.\frac{x^2-4}{x-2} =\frac{(x-2)(x+2)}{x-2} =x+2.

As xx approaches 22, this nearby expression approaches 2+2=42+2=4. The limit is 44, even though the original fraction is undefined at exactly x=2x=2.

Approaching Is Not the Same as Evaluating

Three quantities must be kept separate:

  • the nearby limit limxaf(x)\lim_{x\to a}f(x);
  • the point value f(a)f(a);
  • whether the point value is defined at all.

They often agree, but they need not. Define:

g(x)={x+1,x1,10,x=1.g(x)= \begin{cases} x+1,&x\ne1,\\ 10,&x=1. \end{cases}

The nearby outputs still approach 22, so:

limx1g(x)=2,\lim_{x\to1}g(x)=2,

while g(1)=10g(1)=10. Changing one isolated point does not change the limit because the limit concerns values arbitrarily close to the point rather than the value at the point itself.

Approach a missing point from both sides

The expression is not evaluated at x = 1. Instead, the table samples inputs that move progressively closer to 1 from below and above.

Ready to run.

Numerical tables can suggest a limit, but they do not prove it. Samples inspect only finitely many inputs, and rounding can hide behavior. Algebraic simplification, known limit laws, inequalities, or other arguments establish the mathematical result.

Exercise: Separate a limit from a point value

Suppose:

h(x)={2x,x3,1,x=3.h(x)= \begin{cases} 2x,&x\ne3,\\ -1,&x=3. \end{cases}

What is limx3h(x)\lim_{x\to3}h(x)?

Compute it first, then check your number.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintInspect nearby inputs

When xx is close to but unequal to 33, the active rule is h(x)=2xh(x)=2x.

SolutionUse the nearby rule

Every nearby input other than 33 uses h(x)=2xh(x)=2x. Therefore:

limx3h(x)=limx32x=6.\lim_{x\to3}h(x) =\lim_{x\to3}2x =6.

The point value is h(3)=1h(3)=-1, so the limit exists but does not equal the function value.

One-Sided Limits Must Agree

A two-sided limit approaches the point from both directions. The left-hand limit uses smaller inputs:

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

and the right-hand limit uses larger inputs:

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

The two-sided limit exists exactly when both one-sided limits exist and are equal.

For the step function:

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

we have:

limx0s(x)=0,limx0+s(x)=1.\lim_{x\to0^-}s(x)=0, \qquad \lim_{x\to0^+}s(x)=1.

Since the approach values disagree, limx0s(x)\lim_{x\to0}s(x) does not exist. The assigned value s(0)=1s(0)=1 cannot repair that disagreement.

Exercise: Diagnose a jump

A function approaches 33 from the left of x=5x=5 and 77 from the right. Does its two-sided limit at 55 exist?

Choose the supported conclusion

Select one choice, then check.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintRequire one approach value

A two-sided limit exists only when the left- and right-hand limits agree.

SolutionCompare both directions

The left-hand limit is 33 and the right-hand limit is 77. Since they are unequal, there is no single number approached from both sides. The two-sided limit therefore does not exist, regardless of the function's value at 55.

Limit Laws and Direct Substitution

When the relevant limits exist, limits respect ordinary algebra. For example:

limxa(f(x)+g(x))=limxaf(x)+limxag(x),\lim_{x\to a}(f(x)+g(x)) =\lim_{x\to a}f(x)+\lim_{x\to a}g(x),

and similarly for differences, products, constant multiples, and quotients whose limiting denominator is nonzero.

Polynomials are continuous everywhere, so their limits can be found by direct substitution. Rational functions are continuous wherever their denominator is nonzero. Thus:

limx2(x2+3x1)=22+3(2)1=9.\lim_{x\to2}(x^2+3x-1) =2^2+3(2)-1 =9.

An indeterminate expression such as 0/00/0 is not the value of a limit. It is a signal that direct substitution has not decided the question. Factoring may reveal a removable hole, but other 0/00/0 expressions can have a different finite limit, no finite limit, or unbounded behavior.

Continuity Connects the Limit and the Value

A function is continuous at x=ax=a when all three conditions hold:

  1. f(a)f(a) is defined;
  2. limxaf(x)\lim_{x\to a}f(x) exists;
  3. limxaf(x)=f(a)\lim_{x\to a}f(x)=f(a).

A removable discontinuity fails the first or third condition even though the nearby limit exists. It can be repaired by assigning the missing point the limiting value. A jump discontinuity fails the second condition because the one-sided limits disagree. An unbounded discontinuity occurs when nearby outputs grow without a finite bound, as 1/x1/x does near 00.

Continuity does not mean flat, straight, or slowly changing. The exponential function is continuous but can grow rapidly. Informally, continuity says that nearby inputs produce nearby outputs. The three conditions above state exactly how that idea applies at one point.

Exercise: Check continuity at a point

A function satisfies:

f(2)=5,limx2f(x)=5,limx2+f(x)=5.f(2)=5, \qquad \lim_{x\to2^-}f(x)=5, \qquad \lim_{x\to2^+}f(x)=5.

Is ff continuous at x=2x=2?

Choose the continuity conclusion

Select one choice, then check.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintBuild the two-sided limit

Equal one-sided limits give limx2f(x)=5\lim_{x\to2}f(x)=5; compare that result with f(2)f(2).

SolutionVerify all three conditions

The function value f(2)=5f(2)=5 is defined. Both one-sided limits equal 55, so the two-sided limit exists and is also 55. Since the limit equals the point value, ff is continuous at x=2x=2.

A Derivative Is a Limit of Secant Slopes

At a point xx, choose a second input x+hx+h with h0h\ne0. The corresponding secant slope is the difference quotient:

f(x+h)f(x)h.\frac{f(x+h)-f(x)}{h}.

As hh approaches 00, the second point approaches the first. If the secant slopes approach a finite value, that value is the derivative:

f(x)=limh0f(x+h)f(x)h.f'(x) =\lim_{h\to0}\frac{f(x+h)-f(x)}{h}.

For f(x)=x2f(x)=x^2:

f(x+h)f(x)h=(x+h)2x2h=2xh+h2h=2x+h,h0.\begin{aligned} \frac{f(x+h)-f(x)}{h} &=\frac{(x+h)^2-x^2}{h}\\ &=\frac{2xh+h^2}{h}\\ &=2x+h, \qquad h\ne0. \end{aligned}

Taking the limit gives:

f(x)=limh0(2x+h)=2x.f'(x)=\lim_{h\to0}(2x+h)=2x.

The quotient never substitutes h=0h=0 before cancellation; doing so would divide by zero. The limit asks which value the valid nonzero-step slopes approach.

Exercise: Simplify a difference quotient

For f(x)=3x+1f(x)=3x+1, what does [f(x+h)f(x)]/h[f(x+h)-f(x)]/h simplify to when h0h\ne0?

Compute it first, then check your number.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintExpand before dividing

Compute 3(x+h)+1(3x+1)3(x+h)+1-(3x+1).

SolutionThe secant slopes are already constant

Substitution gives:

3(x+h)+1(3x+1)h=3hh=3,h0.\frac{3(x+h)+1-(3x+1)}{h} =\frac{3h}{h} =3, \qquad h\ne0.

Every valid secant slope of this line is 33, so its limiting local slope is also 33.

Before Taking a Limit

Identify the input being approached and the proposed output value. Try direct substitution when continuity justifies it; if substitution is indeterminate, study the nearby expression instead. For a two-sided limit, check both directions. Keep the limit separate from the function value until continuity has been established.

The next lesson studies derivatives and local sensitivity. It uses the limit of the difference quotient to calculate local slopes and to build linear approximations near a chosen input.

Review

Not marked done.