The Squeeze Theorem

The squeeze theorem is an important method for evaluating limits, especially for limits that are hard to compute directly. By constructing two functions with known limits to “squeeze” the target function, we can determine its limit.

Geometric Interpretation

As shown in the figure, the blue curve g(x)=xsin1xg(x) = x \sin \frac{1}{x} is squeezed between the red dashed line f(x)=xf(x) = -|x| and the green dashed line h(x)=xh(x) = |x|. As x0x \to 0, both boundary curves tend to 00, so the squeezed function g(x)g(x) must also tend to 00.

Basic Principle

The squeeze theorem

If for all xx (in some punctured neighborhood), we have:

f(x)g(x)h(x)f(x) \leq g(x) \leq h(x)

and:

limxaf(x)=limxah(x)=L\lim_{x \to a} f(x) = \lim_{x \to a} h(x) = L

then:

limxag(x)=L\lim_{x \to a} g(x) = L

Applicable Conditions

1. Direct Computation Is Difficult

  • The function has a complicated form
  • No standard method applies
  • It involves trigonometric, exponential, or other functions

2. Inequalities Can Be Constructed

  • We can find upper and lower bounds
  • The limits of the upper and lower bounds are equal

3. Common Cases

  • Functions involving sinx\sin x, cosx\cos x
  • Functions involving xsin1xx \sin \frac{1}{x}
  • Functions involving xcos1xx \cos \frac{1}{x}

Construction Techniques

Common inequalities for the squeeze theorem

1. Use the boundedness of trigonometric functions

1sinx1-1 \leq \sin x \leq 1 1cosx1-1 \leq \cos x \leq 1

2. Use absolute values

x0\vert x \vert \geq 0

3. Use basic inequalities

x20x^2 \geq 0 ex>0e^x > 0

Worked Examples

Example 1

Find the limit limx0xsin1x\lim_{x \to 0} x \sin \frac{1}{x}

Reference Answer(1 个标签)
squeeze theorem

Idea: This limit is hard to compute directly, so we can use the squeeze theorem.

Detailed steps:

  1. Analyze the features of the function:

    • As x0x \to 0, we have x0x \to 0
    • sin1x\sin \frac{1}{x} oscillates between [1,1][-1, 1]
    • It cannot be computed directly
  2. Construct the inequality:

    • Since 1sin1x1-1 \leq \sin \frac{1}{x} \leq 1
    • We have xxsin1xx-|x| \leq x \sin \frac{1}{x} \leq |x|
  3. Find the limits of the boundary functions:

    • limx0(x)=0\lim_{x \to 0} (-|x|) = 0
    • limx0x=0\lim_{x \to 0} |x| = 0
  4. Apply the squeeze theorem:

    • Since xxsin1xx-|x| \leq x \sin \frac{1}{x} \leq |x|
    • And limx0(x)=limx0x=0\lim_{x \to 0} (-|x|) = \lim_{x \to 0} |x| = 0
    • Therefore limx0xsin1x=0\lim_{x \to 0} x \sin \frac{1}{x} = 0

Answer: limx0xsin1x=0\lim_{x \to 0} x \sin \frac{1}{x} = 0

Example 2

Find the limit limxsinxx\lim_{x \to \infty} \frac{\sin x}{x}

Reference Answer(1 个标签)
squeeze theorem

Idea: This is a 0\frac{0}{\infty} type limit, so we can use the squeeze theorem.

Detailed steps:

  1. Analyze the features of the function:

    • As xx \to \infty, the denominator xx \to \infty
    • The numerator sinx\sin x oscillates between [1,1][-1, 1]
  2. Construct the inequality:

    • Since 1sinx1-1 \leq \sin x \leq 1
    • We have 1xsinxx1x-\frac{1}{x} \leq \frac{\sin x}{x} \leq \frac{1}{x}
  3. Find the limits of the boundary functions:

    • limx(1x)=0\lim_{x \to \infty} (-\frac{1}{x}) = 0
    • limx1x=0\lim_{x \to \infty} \frac{1}{x} = 0
  4. Apply the squeeze theorem:

    • Since 1xsinxx1x-\frac{1}{x} \leq \frac{\sin x}{x} \leq \frac{1}{x}
    • And limx(1x)=limx1x=0\lim_{x \to \infty} (-\frac{1}{x}) = \lim_{x \to \infty} \frac{1}{x} = 0
    • Therefore limxsinxx=0\lim_{x \to \infty} \frac{\sin x}{x} = 0

Answer: limxsinxx=0\lim_{x \to \infty} \frac{\sin x}{x} = 0

Practice Problems

Exercise 1

Find the limit limx0x2cos1x\lim_{x \to 0} x^2 \cos \frac{1}{x}

Reference Answer(1 个标签)
squeeze theorem

Idea: This limit is hard to compute directly, so we can use the squeeze theorem.

Detailed steps:

  1. Analyze the features of the function:

    • As x0x \to 0, we have x20x^2 \to 0
    • cos1x\cos \frac{1}{x} oscillates between [1,1][-1, 1]
  2. Construct the inequality:

    • Since 1cos1x1-1 \leq \cos \frac{1}{x} \leq 1
    • We have x2x2cos1xx2-x^2 \leq x^2 \cos \frac{1}{x} \leq x^2
  3. Find the limits of the boundary functions:

    • limx0(x2)=0\lim_{x \to 0} (-x^2) = 0
    • limx0x2=0\lim_{x \to 0} x^2 = 0
  4. Apply the squeeze theorem:

    • Since x2x2cos1xx2-x^2 \leq x^2 \cos \frac{1}{x} \leq x^2
    • And limx0(x2)=limx0x2=0\lim_{x \to 0} (-x^2) = \lim_{x \to 0} x^2 = 0
    • Therefore limx0x2cos1x=0\lim_{x \to 0} x^2 \cos \frac{1}{x} = 0

Answer: limx0x2cos1x=0\lim_{x \to 0} x^2 \cos \frac{1}{x} = 0

Exercise 2

Find the limit limx0x2sin1xx\lim_{x \to 0} \frac{x^2 \sin \frac{1}{x}}{x}

Reference Answer(1 个标签)
squeeze theorem

Idea: This is a 00\frac{0}{0} indeterminate form, so we can use the squeeze theorem.

Detailed steps:

  1. Simplify the expression: x2sin1xx=xsin1x\frac{x^2 \sin \frac{1}{x}}{x} = x \sin \frac{1}{x}

  2. Analyze the features of the function:

    • As x0x \to 0, we have x0x \to 0
    • sin1x\sin \frac{1}{x} oscillates between [1,1][-1, 1]
  3. Construct the inequality:

    • Since 1sin1x1-1 \leq \sin \frac{1}{x} \leq 1
    • We have xxsin1xx-|x| \leq x \sin \frac{1}{x} \leq |x|
  4. Find the limits of the boundary functions:

    • limx0(x)=0\lim_{x \to 0} (-|x|) = 0
    • limx0x=0\lim_{x \to 0} |x| = 0
  5. Apply the squeeze theorem:

    • Since xxsin1xx-|x| \leq x \sin \frac{1}{x} \leq |x|
    • And limx0(x)=limx0x=0\lim_{x \to 0} (-|x|) = \lim_{x \to 0} |x| = 0
    • Therefore limx0xsin1x=0\lim_{x \to 0} x \sin \frac{1}{x} = 0

Answer: limx0x2sin1xx=0\lim_{x \to 0} \frac{x^2 \sin \frac{1}{x}}{x} = 0


Summary

Symbols Used in This Article

符号类型读音/说明在本文中的含义
limxa\lim_{x \to a}数学符号limit as x approaches aThe limit as xax \to a
f(x),g(x),h(x)f(x), g(x), h(x)数学符号f/g/h of xLower bound, target, and upper bound functions
LL数学符号LThe common limit of the upper and lower bounds
$x$数学符号
sinx,cosx\sin x, \cos x数学符号sine/cosine of xTrigonometric functions
1x\frac{1}{x}数学符号one over xThe reciprocal function
\infty数学符号infinityInfinity
\leq数学符号less than or equal toLess than or equal to

中英对照

中文术语英文术语音标说明
夹逼准则squeeze theorem/skwiːz ˈθɪərəm/Finding a limit by squeezing between upper and lower bounds
去心邻域punctured neighborhood/ˈpʌŋktʃəd ˈneɪbəhʊd/A neighborhood without its center point
上界upper bound/ˈʌpə baʊnd/A number no smaller than all function values
下界lower bound/ˈləʊə baʊnd/A number no larger than all function values
有界性boundedness/ˈbaʊndɪdnəs/The property that function values stay bounded
振荡oscillate/ˈɒsɪleɪt/To swing back and forth within an interval
绝对值absolute value/ˈæbsəluːt ˈvæljuː/The nonnegative value of a number