Achievable logoAchievable logo
AP Calculus AB
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Limits
1.1 Tables and graphs
1.2 Analytical limits
1.3 Advanced algebraic limits
1.4 Limits and infinity
1.5 Special limits
1.6 Continuity
2. Derivative basics
3. Advanced differentiation
4. Contextual uses
5. Analytical uses
6. Integration
7. Differential equations
8. Applications of integrals
9. Testing details tag
Wrapping up
Achievable logoAchievable logo
1.5 Special limits
Achievable AP Calculus AB
1. Limits
Our AP Calculus AB course is currently in development and is a work-in-progress.

Special limits

8 min read
Font
Discuss
Share
Feedback

What you’ll learn:

  • Limits at infinity for exponential and logarithmic functions
  • Applying the Squeeze theorem to find limits of tricky or oscillating functions
  • Special trigonometric limits involving sine and cosine

Growth of exponential and logarithmic functions

The previous page introduced dominant term analysis as a technique for evaluating limits at infinity. You can use the same idea with exponential and logarithmic functions by comparing their growth rates to those of polynomials.

As you move from left to right on their graphs, exponential functions like ex grow faster than any polynomial, while logarithmic functions like ln(x) increase more slowly than any power of x.

Examples

  1. Evaluate x→∞lim​exx3​.

Solution

(spoiler)

Answer: 0​

Direct substitution gives the indeterminate form ∞∞​, so we need to compare growth rates.

As x→∞, the exponential ex grows faster than the polynomial x3. That means the denominator dominates, and the fraction gets closer and closer to 0.

This matches a case 1 situation from the horizontal asymptotes section: the denominator dominates, so the limit is 0.

  1. Evaluate x→−∞lim​exx+1​.

Solution

(spoiler)

Answer: −∞​

As x→−∞, the pieces behave like this:

  • (x+1)→−∞
  • ex→0+ (a very small positive number)

So we have a very large negative number divided by a very small positive number, which becomes unbounded in the negative direction. Therefore,

x→−∞lim​exx+1​=−∞.

This matches a case 3 situation: the numerator dominates because the denominator shrinks toward 0.

  1. Let

f(x)=5x−22x+4x+1​

Evaluate:

a) x→∞lim​f(x)
b)x→−∞lim​f(x)

Answers

(spoiler)

a) 0
b)−1/2

Solutions

a) x→∞lim​f(x)

(spoiler)

As x→∞:

  • In the numerator, 4x dominates 2x and the constant 1.
  • In the denominator, 5x dominates the constant −2.

So the limit behaves like

x→∞lim​f(x)≈x→∞lim​5x4x​=x→∞lim​(54​)x.

Because 0<54​<1, repeated multiplication by 54​ makes the expression shrink toward 0. Therefore, the limit is 0​.

b) x→−∞lim​f(x)

(spoiler)

As x→−∞, we have 2x→0, 4x→0, and 5x→0. Substituting those end behaviors into the expression gives

x→−∞lim​5x−22x+4x+1​=0−20+0+1​=−21​​.

  1. Find x→∞lim​x​ln(x)​
(spoiler)

Answer: 0​

Rewrite x​ as x1/2. Any power of x (like x1/2) grows faster than ln(x) as x→∞. So the denominator dominates and the fraction approaches 0.

This is another case 1 situation: the denominator dominates, so the limit is 0.

Squeeze theorem

Also called the sandwich theorem, the Squeeze theorem helps you evaluate limits by trapping a function between two others whose limits you already know.

Squeeze theorem

If, for all x near a,

g(x)≤f(x)≤h(x)

and

x→alim​g(x)=x→alim​h(x)=L,

then

x→alim​f(x)=L

Squeeze theorem
Squeeze theorem

Example

Suppose a(x)=tan(π(x+1))−1 and b(x)=2−∣x+2∣.

If f(x) is a function such that a(x)≤f(x)≤b(x) for 0≤x≤2, find x→1lim​f(x).

Solution

(spoiler)

Because a(x)≤f(x)≤b(x) near x=1, the Squeeze theorem says we just need to check whether a(x) and b(x) approach the same value as x→1.

  • limx→1​a(x):

x→1lim​(tan(π(x+1))−1)

=tan(π(1+1))−1

=tan(2π)−1

=−1

  • x→1lim​b(x):

x→1lim​(2−∣x+2∣)

=2−∣1+2∣

=−1

Since both limits equal −1, and f(x) stays between a(x) and b(x), the limit is forced to be

x→1lim​f(x)=−1​.

The Squeeze theorem is especially useful for limits involving oscillating trigonometric expressions.

For example, consider

x→0lim​xcos(x1​).

Direct substitution would involve cos(01​), which is undefined, so we need a different approach.

A cosine function with amplitude 1 always stays between −1 and 1:

−1≤cos(x1​)≤1.

Multiply all three parts by x:

−x≤xcos(x1​)≤x.

As x→0, both bounding functions go to 0:

x→0lim​(−x)=0andx→0lim​x=0.

So by the Squeeze theorem,

x→0lim​xcos(x1​)=0.

Special trigonometric limits

There are two standard trigonometric limits (often proved using the Squeeze theorem). In both cases, direct substitution gives the indeterminate form 00​.

1.x→0lim​xsin(x)​=1

2.x→0lim​x1−cos(x)​=0

AP tip:

Know these two standard trig limits well.

A common variation changes the argument of the sine function. For example,

  1. Evaluate

x→0lim​xsin(3x)​

Solution

Using the substitution u=3x rewrites the expression so it matches the standard form usin(u)​.

From u=3x, we have x=3u​. Also, as x→0, we have u→0.

Rewrite the limit:

u→0lim​3u​sin(u)​

=u→0lim​usin(u)​×3

=1×3

=3​

Give it a try:

  1. Evaluate

x→0lim​sin(4x)sin(3x)​

Solution

(spoiler)

Here, there is no x outside the sine functions, so we create the special limit forms by multiplying by 3x3x​ and 4x4x​.

Start by rewriting the expression as a product:

x→0lim​1sin(3x)​×sin(4x)1​.

Now multiply by 1 in two helpful ways:

x→0lim​1sin(3x)​×3x3x​×sin(4x)1​×4x4x​

Group terms to form the standard limits:

=x→0lim​3xsin(3x)​×sin(4x)4x​×4x​3x​​

Now apply the special limit limx→0​kxsin(kx)​=1:

=1×1×43​=43​​

Challenge problems

  1. Evaluate

x→2lim​x−2sin(2−x)​

Solution

(spoiler)

Using substitution, let the argument 2−x=u.

As x→2,u→0.

Notice that the denominator satisfies

(x−2)=−(2−x),

which is −u.

Then the limit becomes

u→0lim​−usin(u)​=−1​

  1. Evaluate

x→0lim​6x2+4xsin(2x)​

Solution

(spoiler)

First, factor the denominator:

x→0lim​2x(3x+4)sin(2x)​

Now separate out a 2xsin(2x)​ factor:

=x→0lim​2xsin(2x)​⋅3x+41​

Apply the special limit and then substitute x=0 into the remaining factor:

=1⋅3(0)+41​

=41​​

Growth of exponential and logarithmic functions

  • Exponential functions (ex) outgrow any polynomial as x→∞
  • Logarithmic functions (ln(x)) grow slower than any power of x as x→∞
  • For limits at infinity:
    • If denominator grows faster (e.g., ex), limit →0
    • If numerator grows faster as denominator →0, limit →±∞
    • Compare dominant terms for large x

Squeeze theorem

  • Used to evaluate limits by bounding f(x) between two functions with known limits
  • If g(x)≤f(x)≤h(x) and limx→a​g(x)=limx→a​h(x)=L, then limx→a​f(x)=L
  • Especially useful for oscillating functions and trigonometric limits

Special trigonometric limits

  • limx→0​xsin(x)​=1
  • limx→0​x1−cos(x)​=0
  • For limx→0​xsin(kx)​=k
    • Use substitution or multiply/divide to match standard forms

Example strategies and challenge problems

  • Use substitution to rewrite limits in standard forms (e.g., u=kx)
  • Factor denominators to isolate special limit forms
  • For limits like sin(bx)sin(ax)​ as x→0, answer is ba​ by matching to axsin(ax)​⋅sin(bx)bx​

Sign up for free to take 9 quiz questions on this topic

All rights reserved ©2016 - 2026 Achievable, Inc.

Special limits

What you’ll learn:

  • Limits at infinity for exponential and logarithmic functions
  • Applying the Squeeze theorem to find limits of tricky or oscillating functions
  • Special trigonometric limits involving sine and cosine

Growth of exponential and logarithmic functions

The previous page introduced dominant term analysis as a technique for evaluating limits at infinity. You can use the same idea with exponential and logarithmic functions by comparing their growth rates to those of polynomials.

As you move from left to right on their graphs, exponential functions like ex grow faster than any polynomial, while logarithmic functions like ln(x) increase more slowly than any power of x.

Examples

  1. Evaluate x→∞lim​exx3​.

Solution

(spoiler)

Answer: 0​

Direct substitution gives the indeterminate form ∞∞​, so we need to compare growth rates.

As x→∞, the exponential ex grows faster than the polynomial x3. That means the denominator dominates, and the fraction gets closer and closer to 0.

This matches a case 1 situation from the horizontal asymptotes section: the denominator dominates, so the limit is 0.

  1. Evaluate x→−∞lim​exx+1​.

Solution

(spoiler)

Answer: −∞​

As x→−∞, the pieces behave like this:

  • (x+1)→−∞
  • ex→0+ (a very small positive number)

So we have a very large negative number divided by a very small positive number, which becomes unbounded in the negative direction. Therefore,

x→−∞lim​exx+1​=−∞.

This matches a case 3 situation: the numerator dominates because the denominator shrinks toward 0.

  1. Let

f(x)=5x−22x+4x+1​

Evaluate:

a) x→∞lim​f(x)
b)x→−∞lim​f(x)

Answers

(spoiler)

a) 0
b)−1/2

Solutions

a) x→∞lim​f(x)

(spoiler)

As x→∞:

  • In the numerator, 4x dominates 2x and the constant 1.
  • In the denominator, 5x dominates the constant −2.

So the limit behaves like

x→∞lim​f(x)≈x→∞lim​5x4x​=x→∞lim​(54​)x.

Because 0<54​<1, repeated multiplication by 54​ makes the expression shrink toward 0. Therefore, the limit is 0​.

b) x→−∞lim​f(x)

(spoiler)

As x→−∞, we have 2x→0, 4x→0, and 5x→0. Substituting those end behaviors into the expression gives

x→−∞lim​5x−22x+4x+1​=0−20+0+1​=−21​​.

  1. Find x→∞lim​x​ln(x)​
(spoiler)

Answer: 0​

Rewrite x​ as x1/2. Any power of x (like x1/2) grows faster than ln(x) as x→∞. So the denominator dominates and the fraction approaches 0.

This is another case 1 situation: the denominator dominates, so the limit is 0.

Squeeze theorem

Also called the sandwich theorem, the Squeeze theorem helps you evaluate limits by trapping a function between two others whose limits you already know.

Squeeze theorem

If, for all x near a,

g(x)≤f(x)≤h(x)

and

x→alim​g(x)=x→alim​h(x)=L,

then

x→alim​f(x)=L

Example

Suppose a(x)=tan(π(x+1))−1 and b(x)=2−∣x+2∣.

If f(x) is a function such that a(x)≤f(x)≤b(x) for 0≤x≤2, find x→1lim​f(x).

Solution

(spoiler)

Because a(x)≤f(x)≤b(x) near x=1, the Squeeze theorem says we just need to check whether a(x) and b(x) approach the same value as x→1.

  • limx→1​a(x):

x→1lim​(tan(π(x+1))−1)

=tan(π(1+1))−1

=tan(2π)−1

=−1

  • x→1lim​b(x):

x→1lim​(2−∣x+2∣)

=2−∣1+2∣

=−1

Since both limits equal −1, and f(x) stays between a(x) and b(x), the limit is forced to be

x→1lim​f(x)=−1​.

The Squeeze theorem is especially useful for limits involving oscillating trigonometric expressions.

For example, consider

x→0lim​xcos(x1​).

Direct substitution would involve cos(01​), which is undefined, so we need a different approach.

A cosine function with amplitude 1 always stays between −1 and 1:

−1≤cos(x1​)≤1.

Multiply all three parts by x:

−x≤xcos(x1​)≤x.

As x→0, both bounding functions go to 0:

x→0lim​(−x)=0andx→0lim​x=0.

So by the Squeeze theorem,

x→0lim​xcos(x1​)=0.

Special trigonometric limits

There are two standard trigonometric limits (often proved using the Squeeze theorem). In both cases, direct substitution gives the indeterminate form 00​.

1.x→0lim​xsin(x)​=1

2.x→0lim​x1−cos(x)​=0

AP tip:

Know these two standard trig limits well.

A common variation changes the argument of the sine function. For example,

  1. Evaluate

x→0lim​xsin(3x)​

Solution

Using the substitution u=3x rewrites the expression so it matches the standard form usin(u)​.

From u=3x, we have x=3u​. Also, as x→0, we have u→0.

Rewrite the limit:

u→0lim​3u​sin(u)​

=u→0lim​usin(u)​×3

=1×3

=3​

Give it a try:

  1. Evaluate

x→0lim​sin(4x)sin(3x)​

Solution

(spoiler)

Here, there is no x outside the sine functions, so we create the special limit forms by multiplying by 3x3x​ and 4x4x​.

Start by rewriting the expression as a product:

x→0lim​1sin(3x)​×sin(4x)1​.

Now multiply by 1 in two helpful ways:

x→0lim​1sin(3x)​×3x3x​×sin(4x)1​×4x4x​

Group terms to form the standard limits:

=x→0lim​3xsin(3x)​×sin(4x)4x​×4x​3x​​

Now apply the special limit limx→0​kxsin(kx)​=1:

=1×1×43​=43​​

Challenge problems

  1. Evaluate

x→2lim​x−2sin(2−x)​

Solution

(spoiler)

Using substitution, let the argument 2−x=u.

As x→2,u→0.

Notice that the denominator satisfies

(x−2)=−(2−x),

which is −u.

Then the limit becomes

u→0lim​−usin(u)​=−1​

  1. Evaluate

x→0lim​6x2+4xsin(2x)​

Solution

(spoiler)

First, factor the denominator:

x→0lim​2x(3x+4)sin(2x)​

Now separate out a 2xsin(2x)​ factor:

=x→0lim​2xsin(2x)​⋅3x+41​

Apply the special limit and then substitute x=0 into the remaining factor:

=1⋅3(0)+41​

=41​​

Key points

Growth of exponential and logarithmic functions

  • Exponential functions (ex) outgrow any polynomial as x→∞
  • Logarithmic functions (ln(x)) grow slower than any power of x as x→∞
  • For limits at infinity:
    • If denominator grows faster (e.g., ex), limit →0
    • If numerator grows faster as denominator →0, limit →±∞
    • Compare dominant terms for large x

Squeeze theorem

  • Used to evaluate limits by bounding f(x) between two functions with known limits
  • If g(x)≤f(x)≤h(x) and limx→a​g(x)=limx→a​h(x)=L, then limx→a​f(x)=L
  • Especially useful for oscillating functions and trigonometric limits

Special trigonometric limits

  • limx→0​xsin(x)​=1
  • limx→0​x1−cos(x)​=0
  • For limx→0​xsin(kx)​=k
    • Use substitution or multiply/divide to match standard forms

Example strategies and challenge problems

  • Use substitution to rewrite limits in standard forms (e.g., u=kx)
  • Factor denominators to isolate special limit forms
  • For limits like sin(bx)sin(ax)​ as x→0, answer is ba​ by matching to axsin(ax)​⋅sin(bx)bx​