Once you know two limits, you can compute many more by combining them. The algebra of limits tells you exactly how. Combined with a few standard tricks (factor, cancel, rationalise), it lets you handle every limit problem in this chapter.
The limit laws
Assume limx→af(x)=L and limx→ag(x)=M. Then:
Sum/difference.limx→a[f(x)±g(x)]=L±M.
Scalar.limx→a[c⋅f(x)]=cL.
Product.limx→a[f(x)g(x)]=LM.
Quotient.limx→a[f(x)/g(x)]=L/M, provided M=0.
Power.limx→a[f(x)]n=Ln.
Root.limx→anf(x)=nL, provided L≥0 for even n.
Direct substitution
For continuous functions, direct substitution always works:
limx→af(x)=f(a)if f is continuous at a.
All polynomials, rational functions (where the denominator is nonzero), exponentials, sine, cosine, square roots (where defined) are continuous. Try direct substitution first. If you get a number, you're done. If you get 0/0, you need a trick.
The 0/0 form
When substitution gives 0/0, the limit is indeterminate , it could be anything (or fail to exist). Try:
Factor.limx→1x−1x2−1=limx→1(x+1)=2.
Rationalise.limx→0x1+x−1. Multiply by 1+x+11+x+1:
limx→0x(1+x+1)(1+x)−1=limx→01+x+11=21.
Use a standard limit. Identify sinx/x, (ax−1)/x, etc. (Next subtopic.)
The ∞/∞ form (as x→∞)
For rational functions as x→∞, divide by the highest power of x in the denominator:
limx→∞2x2−53x2+x−1=limx→∞2−5/x23+1/x−1/x2=23.
In general:
If degree numerator < degree denominator: limit =0.
If equal: limit = ratio of leading coefficients.
If degree numerator > degree denominator: limit =±∞.
Rationalise: x(4+x+2)(4+x−2)(4+x+2)=x(4+x+2)x=4+x+21. As x→0: 41.
Example 4.limx→ax−axn−an.
This is the slope of f(x)=xn at x=a, and equals nan−1 (a standard limit). Factor: xn−an=(x−a)(xn−1+xn−2a+⋯+an−1) (geometric-style factoring), so the ratio equals xn−1+xn−2a+⋯+an−1. At x=a: n⋅an−1.
Example 5.limx→∞2x3+45x3−2x+7.
Divide by x3: 2+4/x35−2/x2+7/x3→25.
Try it yourself
limx→1(3x2+2x−1).
limx→2x−2x2−4.
limx→−1x+1x2+3x+2.
limx→0x1+2x−1.
limx→3x−3x3−27.
limh→0h(2+h)2−4.
limx→∞x2−12x2+3.
limx→∞x2+14x+7.
limx→ax−ax−a (for a>0).
limx→1x2−1x4−1.
limx→0x(x+5)2−25.
limx→4x−2x−4.
Pitfalls / Tricks
Always try direct substitution first.
For 0/0, factor, cancel, or rationalise.
∞/∞: divide by the highest power.
Insight. A "0/0" is the indeterminate form that calculus is built to resolve , limits exist exactly because we can compute these meaningfully.