Standard limits
A handful of standard limits appear over and over. Memorise them; recognise them in problems; reduce harder limits to them by algebraic manipulation.
The trig limits
(L1) x→0limxsinx=1.
(Here x is in radians.) This is the most important limit in elementary calculus. Geometric argument: in a unit circle, for small x>0, the arc length x, the chord sinx, and the tangent tanx satisfy sinx<x<tanx. Divide by sinx: 1<x/sinx<1/cosx. As x→0, 1/cosx→1, so x/sinx→1, hence sinx/x→1.
(L2) x→0limx21−cosx=21.
Derive from L1: x21−cosx=x22sin2(x/2)=21(x/2sin(x/2))2→21.
(L3) x→0limxtanx=1. (Combine L1 and cosx→1.)
The exponential / logarithmic limits
(L4) x→0limxex−1=1.
(L5) x→0limxax−1=lna, for any a>0. (Use a=elna.)
(L6) x→0limxln(1+x)=1.
(L7) x→0lim(1+x)1/x=e≈2.71828…
This is one definition of the number e. Equivalently, limn→∞(1+n1)n=e.
The polynomial limit
(L8) x→alimx−axn−an=nan−1.
This is the basic limit for differentiating xn.
Strategy: recognise and reduce
When you see a limit with sin, cos, ex, ax, or ln, look for one of L1–L7. Manipulate the expression , by factoring, substitution, or multiplying numerator and denominator by a clever expression , to expose the standard form.
Worked examples
Example 1. limx→0xsin3x.
Write xsin3x=3⋅3xsin3x. Let u=3x; as x→0, u→0. Limit = 3⋅1=3.
Example 2. limx→0sin7xsin5x.
sin7xsin5x=sin7x/(7x)sin5x/(5x)⋅7x5x=sin7x/(7x)sin5x/(5x)⋅75→11⋅75=75.
Example 3. limx→0x21−cos2x.
x21−cos2x=x22sin2x=2(xsinx)2→2.
Example 4. limx→0xe2x−1.
xe2x−1=2⋅2xe2x−1→2⋅1=2.
Example 5. limx→0xln(1+3x).
xln(1+3x)=3⋅3xln(1+3x)→3⋅1=3.
Try it yourself
- limx→0xsin7x.
- limx→0sin3xsin2x.
- limx→0xtan3x.
- limx→0x21−cos3x.
- limx→02xe3x−1.
- limx→0x5x−1.
- limx→02xln(1+5x).
- limx→0x3sinx−tanx. (Hint: sinx−tanx=−sinx(1−cosx)/cosx.)
- limx→0xsinx2.
- limx→ax−ax3−a3.
- limx→0x3tanx−sinx.
- limn→∞(1+n2)n. (Hint: write as ((1+2/n)n/2)2→e2.)
Pitfalls / Tricks
- x in sinx/x etc. must be in radians.
- When numerator and denominator both go to 0, force one of the standard forms (e.g., sin(ax)/x=a⋅sin(ax)/(ax)).
- For (1+f(x))g(x) with f(x)→0 and g(x)→∞, often write as eg(x)ln(1+f(x)) and use L6.
- Insight. Standard limits are the vocabulary of calculus. Once you spot them, almost every 0/0 problem opens up.