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 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
Wrapping up
Achievable logoAchievable logo
1.5 Special limits
Achievable AP Calculus AB
1. Limits
Our AP Calculus AB course is now in "early access" - get 50% off for a limited time.

Special limits

9 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 oscillating functions
  • Special trigonometric limits involving sine and cosine

Growth of exponential and logarithmic functions

Dominant term analysis can be extended to exponential and logarithmic functions by comparing their growth rates to algebraic functions (such as polynomials or roots).

As x→∞, the growth rates of these functions can be ranked in the following order:

Logarithmic<Algebraic<Exponential

This comparison is specifically for large positive values of x. In expressions containing a mix of these functions, the faster-growing function dominates the end behavior.

Example 1: x→∞

Evaluate:

a) x→∞lim​exx1000​

b) x→∞lim​lnxx​​

c) x→∞lim​5x2x​

Solutions

a) x→∞lim​exx1000​

(spoiler)

Direct substitution gives the indeterminate form ∞∞​.

Even with the massive power of x, the exponential function ex in the denominator eventually dominates the polynomial x1000 in the numerator for large values of x.

This behavior fits case 1 from the horizontal asymptotes section, and the limit is 0.

b) x→∞lim​lnxx​​

(spoiler)

Direct substitution gives ∞∞​.

Since x​, an algebraic function, grows faster than the natural logarithm lnx, the numerator eventually dominates.

This behavior fits case 3 and the limit is ∞.

c) x→∞lim​5x2x​

(spoiler)

Both are exponential functions, but the denominator dominates because it has a larger base. Since this fits case 1, the limit is 0.

Alternatively, we can use exponent rules to rewrite the expression as a single function

x→∞lim​(52​)x

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

Example 2: x→−∞

As x approaches −∞, basic exponential functions such as ex approach 0 instead, which leads to different end behavior.

Evaluate:

x→−∞lim​exx+1​

(spoiler)

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

  • Numerator: (x+1)→−∞

  • Denominator: ex→0+ (a very small positive number)

When a very large negative number is divided by a very small positive number, the expression becomes unbounded in the negative direction. You can observe this by calculating with concrete values such as 0.001−1000​.

Therefore,

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

This fits case 3: the numerator dominates because the denominator shrinks toward 0.

Let

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

Evaluate:

a) x→∞lim​f(x)

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

Answers

(spoiler)

a) ∞
b) −21​

Solutions

a) x→∞lim​f(x)

(spoiler)

As x→∞:

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

So for large x, the expression can be reduced to

x→∞lim​f(x)≈x→∞lim​5x6x​=x→∞lim​(56​)x

This fits case 3. You may also consider that because the base (56​) is greater than 1, repeated multiplication causes the expression to grow without bound, and the limit is ∞.

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

(spoiler)

As x→−∞, the exponential functions 2x,6x, and 5x all approach 0. Substituting those end behaviors into the expression gives

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

Squeeze theorem

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

Squeeze theorem:

If g(x)≤f(x)≤h(x) for all x near a, and

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

then

x→alim​f(x)=L

As shown in the graph, if the lower bounding function g(x) (in green) and the upper bounding function h(x) (in red) converge to the same limit L at a point, the middle function f(x) (in blue) is forced to that limit.

Squeeze theorem
Squeeze theorem

Example

Let g and h be the functions defined by g(x)=2x2+4x+1 and h(x)=x3−3x+8.

If f is a function such that g(x)≤f(x)≤h(x) for all x>0, find x→1lim​f(x).

(spoiler)

Since f(x) is squeezed between the bounding functions g(x) and h(x) as x→1, evaluate the limits of the bounds:

x→1lim​g(x)=x→1lim​(2x2+4x+1)=7

and

x→1lim​h(x)=x→1lim​(x3−3x+8)=7

Because the two limits are equal, x→1lim​f(x)=7 by the Squeeze theorem.

Bounded functions at infinity

Consider the limit

x→∞lim​xsinx​

Trigonometric functions like sinx and cosx oscillate indefinitely between −1 and 1, so direct substitution does not result in an indeterminate form.

Since the denominator grows without bound while the numerator remains bounded, dominant term analysis suggests that the fraction approaches 0.

This can be proven using the Squeeze theorem. Since sinx is bounded for all x,

−1≤sinx≤1

Dividing each part of the inequality by x gives:

−x1​≤xsinx​≤x1​

The limits of both bounding functions equal 0 as x approaches ∞. Therefore, by the Squeeze theorem,

x→∞lim​xsinx​=0

Special trigonometric limits

If x approaches 0 instead of ∞, the previous approach no longer applies. Although the following limits can be proven using the Squeeze theorem, you are only expected to memorize them:

1.x→0lim​xsin(x)​=12.x→0lim​x1−cos(x)​=0

Their reciprocals are the same:

1.x→0lim​sin(x)x​=12.x→0lim​1−cos(x)x​=0

AP tip:

Know these standard trig limits well.

Examples

A common variant changes the argument of the sine function.

  1. Evaluate

x→0lim​xsin(3x)​

(spoiler)

In order to use the special trig limit, the denominator must match the argument of sine, or 3x. The trick is to multiply by 1 in the form of 33​:

===​x→0lim​xsin(3x)​⋅33​x→0lim​3xsin(3x)​⋅3 1⋅3 3​

  1. Evaluate

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

(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 create the special limit form:

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

Rearrange the expression to form the special limits:

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

As a general shortcut,

x→0lim​bxsin(ax)​=ba​

and

x→0lim​sin(bx)ax​=ba​

Challenge problem

x→∞lim​xsin(x2​)=

(spoiler)

Direct substitution gives the indeterminate form ∞×0.

First, rewrite the expression as

x→∞lim​x1​sin(x2​)​

Next, make a substitution by letting x2​=u. Then x1​=21​u.

As x approaches ∞,u approaches 0, and the limit rewritten in terms of u is

u→0lim​21​usin(u)​=u→0lim​2⋅usin(u)​=2⋅1=2

Note that substitution doesn’t change the function. We’ve only changed the form it’s written in so that the special limit can be applied.

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 7 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 oscillating functions
  • Special trigonometric limits involving sine and cosine

Growth of exponential and logarithmic functions

Dominant term analysis can be extended to exponential and logarithmic functions by comparing their growth rates to algebraic functions (such as polynomials or roots).

As x→∞, the growth rates of these functions can be ranked in the following order:

Logarithmic<Algebraic<Exponential

This comparison is specifically for large positive values of x. In expressions containing a mix of these functions, the faster-growing function dominates the end behavior.

Example 1: x→∞

Evaluate:

a) x→∞lim​exx1000​

b) x→∞lim​lnxx​​

c) x→∞lim​5x2x​

Solutions

a) x→∞lim​exx1000​

(spoiler)

Direct substitution gives the indeterminate form ∞∞​.

Even with the massive power of x, the exponential function ex in the denominator eventually dominates the polynomial x1000 in the numerator for large values of x.

This behavior fits case 1 from the horizontal asymptotes section, and the limit is 0.

b) x→∞lim​lnxx​​

(spoiler)

Direct substitution gives ∞∞​.

Since x​, an algebraic function, grows faster than the natural logarithm lnx, the numerator eventually dominates.

This behavior fits case 3 and the limit is ∞.

c) x→∞lim​5x2x​

(spoiler)

Both are exponential functions, but the denominator dominates because it has a larger base. Since this fits case 1, the limit is 0.

Alternatively, we can use exponent rules to rewrite the expression as a single function

x→∞lim​(52​)x

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

Example 2: x→−∞

As x approaches −∞, basic exponential functions such as ex approach 0 instead, which leads to different end behavior.

Evaluate:

x→−∞lim​exx+1​

(spoiler)

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

  • Numerator: (x+1)→−∞

  • Denominator: ex→0+ (a very small positive number)

When a very large negative number is divided by a very small positive number, the expression becomes unbounded in the negative direction. You can observe this by calculating with concrete values such as 0.001−1000​.

Therefore,

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

This fits case 3: the numerator dominates because the denominator shrinks toward 0.

Let

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

Evaluate:

a) x→∞lim​f(x)

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

Answers

(spoiler)

a) ∞
b) −21​

Solutions

a) x→∞lim​f(x)

(spoiler)

As x→∞:

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

So for large x, the expression can be reduced to

x→∞lim​f(x)≈x→∞lim​5x6x​=x→∞lim​(56​)x

This fits case 3. You may also consider that because the base (56​) is greater than 1, repeated multiplication causes the expression to grow without bound, and the limit is ∞.

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

(spoiler)

As x→−∞, the exponential functions 2x,6x, and 5x all approach 0. Substituting those end behaviors into the expression gives

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

Squeeze theorem

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

Squeeze theorem:

If g(x)≤f(x)≤h(x) for all x near a, and

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

then

x→alim​f(x)=L

As shown in the graph, if the lower bounding function g(x) (in green) and the upper bounding function h(x) (in red) converge to the same limit L at a point, the middle function f(x) (in blue) is forced to that limit.

Example

Let g and h be the functions defined by g(x)=2x2+4x+1 and h(x)=x3−3x+8.

If f is a function such that g(x)≤f(x)≤h(x) for all x>0, find x→1lim​f(x).

(spoiler)

Since f(x) is squeezed between the bounding functions g(x) and h(x) as x→1, evaluate the limits of the bounds:

x→1lim​g(x)=x→1lim​(2x2+4x+1)=7

and

x→1lim​h(x)=x→1lim​(x3−3x+8)=7

Because the two limits are equal, x→1lim​f(x)=7 by the Squeeze theorem.

Bounded functions at infinity

Consider the limit

x→∞lim​xsinx​

Trigonometric functions like sinx and cosx oscillate indefinitely between −1 and 1, so direct substitution does not result in an indeterminate form.

Since the denominator grows without bound while the numerator remains bounded, dominant term analysis suggests that the fraction approaches 0.

This can be proven using the Squeeze theorem. Since sinx is bounded for all x,

−1≤sinx≤1

Dividing each part of the inequality by x gives:

−x1​≤xsinx​≤x1​

The limits of both bounding functions equal 0 as x approaches ∞. Therefore, by the Squeeze theorem,

x→∞lim​xsinx​=0

Special trigonometric limits

If x approaches 0 instead of ∞, the previous approach no longer applies. Although the following limits can be proven using the Squeeze theorem, you are only expected to memorize them:

1.x→0lim​xsin(x)​=12.x→0lim​x1−cos(x)​=0

Their reciprocals are the same:

1.x→0lim​sin(x)x​=12.x→0lim​1−cos(x)x​=0

AP tip:

Know these standard trig limits well.

Examples

A common variant changes the argument of the sine function.

  1. Evaluate

x→0lim​xsin(3x)​

(spoiler)

In order to use the special trig limit, the denominator must match the argument of sine, or 3x. The trick is to multiply by 1 in the form of 33​:

===​x→0lim​xsin(3x)​⋅33​x→0lim​3xsin(3x)​⋅3 1⋅3 3​

  1. Evaluate

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

(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 create the special limit form:

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

Rearrange the expression to form the special limits:

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

As a general shortcut,

x→0lim​bxsin(ax)​=ba​

and

x→0lim​sin(bx)ax​=ba​

Challenge problem

x→∞lim​xsin(x2​)=

(spoiler)

Direct substitution gives the indeterminate form ∞×0.

First, rewrite the expression as

x→∞lim​x1​sin(x2​)​

Next, make a substitution by letting x2​=u. Then x1​=21​u.

As x approaches ∞,u approaches 0, and the limit rewritten in terms of u is

u→0lim​21​usin(u)​=u→0lim​2⋅usin(u)​=2⋅1=2

Note that substitution doesn’t change the function. We’ve only changed the form it’s written in so that the special limit can be applied.

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​

More from Limits

  • Tables and graphs
  • Continuity