Calculus I · Limits and Continuity · lesson

Limit Laws and How to Use Them

Concept

Learning objectives

Use sums, differences, constant multiples, products, quotients, powers, and roots to build limits from simpler limits.

Limit Laws

Suppose

limxaf(x)=Landlimxag(x)=M.\lim_{x\to a}f(x)=L \qquad\text{and}\qquad \lim_{x\to a}g(x)=M.

The basic limit laws are:

Theorem

Limit Laws

limxa[f(x)+g(x)]=L+M,limxa[f(x)g(x)]=LM,limxa[cf(x)]=cL,limxa[f(x)g(x)]=LM,limxaf(x)g(x)=LM,M0,limxa[f(x)]n=Ln.\begin{aligned} \lim_{x\to a}[f(x)+g(x)]&=L+M,\\ \lim_{x\to a}[f(x)-g(x)]&=L-M,\\ \lim_{x\to a}[cf(x)]&=cL,\\ \lim_{x\to a}[f(x)g(x)]&=LM,\\ \lim_{x\to a}\frac{f(x)}{g(x)}&=\frac{L}{M},\qquad M\ne0,\\ \lim_{x\to a}[f(x)]^n&=L^n. \end{aligned}

When the relevant root is defined,

limxaf(x)n=Ln.\lim_{x\to a}\sqrt[n]{f(x)}=\sqrt[n]{L}.
Concept

The laws say that limits cooperate with ordinary arithmetic, provided the arithmetic itself remains legal. If one part approaches 33 and another approaches 55, their sum approaches 88. The only major warning in the basic laws is division: the denominator's limit may not be zero.

Guided walkthrough

Building a limit from known pieces

Suppose

limx2f(x)=3andlimx2g(x)=5.\lim_{x\to2}f(x)=3 \qquad\text{and}\qquad \lim_{x\to2}g(x)=5.

Find

limx2[2f(x)+g(x)].\lim_{x\to2}[2f(x)+g(x)].
Show worked solution

The constant multiple law gives

limx22f(x)=2(3)=6.\lim_{x\to2}2f(x)=2(3)=6.

Then the sum law gives

6+5=11.6+5=11.

Therefore,

limx2[2f(x)+g(x)]=11.\boxed{\lim_{x\to2}[2f(x)+g(x)]=11}.
Worked example

Several laws at once

Suppose

limx1f(x)=2,limx1g(x)=4.\lim_{x\to1}f(x)=-2, \qquad \lim_{x\to1}g(x)=4.

Evaluate

limx1[f(x)]2+3g(x)g(x)f(x).\lim_{x\to1}\frac{[f(x)]^2+3g(x)}{g(x)-f(x)}.
Show worked solution

Apply the laws to each part:

[f(x)]2(2)2=4,[f(x)]^2\to(-2)^2=4,3g(x)3(4)=12,3g(x)\to3(4)=12,

so the numerator approaches

4+12=16.4+12=16.

The denominator approaches

4(2)=6.4-(-2)=6.

Because 606\ne0, the quotient law applies:

166=83.\boxed{\frac{16}{6}=\frac83}.
Quick check

If f(x)3f(x)\to3 and g(x)1g(x)\to-1 as x4x\to4, evaluate

limx4[f(x)g(x)+2f(x)].\lim_{x\to4}[f(x)g(x)+2f(x)].

Answer. 3(1)+2(3)=33(-1)+2(3)=3.

After the explanation

Use the section idea

Reading lens

What did direct substitution reveal, and which algebraic move removes the obstacle without changing nearby behavior?

Mental model

Substitution is a diagnostic first move: a real number usually finishes the problem, while an indeterminate form asks for a structural rewrite.

Decision

Match the obstacle to the algebra—factor polynomial zeros, rationalize radicals, combine complex fractions, and split absolute values into one-sided cases.

Common trap

Zero over zero is not an answer, and cancellation is legal only for factors after the expression has been rewritten as a product.

Check yourself

You are ready to move on when you can justify why each rewrite preserves nearby values even if the original expression is undefined at the target.

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