Squeeze Theorem and Limits

Squaring Numbers and Inequalities

  • If you square a positive number, you get a positive number.
  • If you square a negative number, you get a positive number.

Multiplying Inequalities with Positive Numbers

  • When multiplying an inequality by a positive number, the sign does not flip.
  • Example: Multiplying an inequality by x2x^2 because x2x^2 is always positive.
    • We want to find the limit of x2cos(1x)x^2 \cdot cos(\frac{1}{x}) as x approaches 0.
    • To achieve this, multiply each side of the inequality by x2x^2.
    • x2(1)x2cos(1x)x2(1)x^2 \cdot (-1) \le x^2 \cdot cos(\frac{1}{x}) \le x^2 \cdot (1)
    • x2x2cos(1x)x2-x^2 \le x^2 \cdot cos(\frac{1}{x}) \le x^2
    • Here, f(x)=x2f(x) = -x^2 and h(x)=x2h(x) = x^2
  • Finding the limit:
    • limx0x2=02=0\lim_{x \to 0} -x^2 = -0^2 = 0
    • limx0x2=02=0\lim_{x \to 0} x^2 = 0^2 = 0
  • By the Squeeze Theorem, the limit of the function in the middle is also 0.
    • limx0x2cos(1x)=0\lim_{x \to 0} x^2 \cdot cos(\frac{1}{x}) = 0

Squeeze Theorem Examples

  • Example 1: Show that limx0x2sin(20πx)=0\lim_{x \to 0} x^2 sin(20 \pi x) = 0 using the Squeeze Theorem.
  • Example 2: Show that limx0x3+x2sin(πx)=0\lim_{x \to 0} \sqrt{x^3 + x^2} sin(\frac{\pi}{x}) = 0 using the Squeeze Theorem.
  • Example 3: Evaluate limx1g(x)\lim_{x \to 1} g(x) if 2xg(x)x4x2+22x \le g(x) \le x^4 - x^2 + 2
  • Example 4: Find limx4f(x)\lim_{x \to 4} f(x) if 4x9f(x)x24x+74x - 9 \le f(x) \le x^2 - 4x + 7 for x0x \ge 0

Example 1 Solution: Finding the Limit of x2sin(20πx)x^2 sin(20 \pi x)

  • Let g(x)=x2sin(20πx)g(x) = x^2 sin(20 \pi x)
  • We need to find functions f(x)f(x) and h(x)h(x) such that f(x)g(x)h(x)f(x) \le g(x) \le h(x) when x is near 0.
  • We know that 1sin(20πx)1-1 \le sin(20 \pi x) \le 1 because the sine function's range is always between -1 and 1.
  • Multiply all sides of the inequality by x2x^2, which is a positive number (since x0x \ne 0):
    • x2(1)x2sin(20πx)x2(1)x^2 \cdot (-1) \le x^2 sin(20 \pi x) \le x^2 \cdot (1)
    • x2x2sin(20πx)x2-x^2 \le x^2 sin(20 \pi x) \le x^2
  • Now, we have f(x)=x2f(x) = -x^2 and h(x)=x2h(x) = x^2
  • Evaluate the limits of f(x)f(x) and h(x)h(x) as x approaches 0:
    • limx0x2=02=0\lim_{x \to 0} -x^2 = -0^2 = 0
    • limx0x2=02=0\lim_{x \to 0} x^2 = 0^2 = 0
  • Since both limits are 0, by the Squeeze Theorem, the limit of g(x) is also 0:
    • limx0x2sin(20πx)=0\lim_{x \to 0} x^2 sin(20 \pi x) = 0

Example 2 Solution: Finding the Limit of x3+x2sin(πx)\sqrt{x^3 + x^2} sin(\frac{\pi}{x})

  • We know that 1sin(πx)1-1 \le sin(\frac{\pi}{x}) \le 1 for all x0x \ne 0
  • For x3+x2\sqrt{x^3 + x^2} to be defined, x3+x2x^3 + x^2 must be non-negative (i.e., positive or zero).
  • Multiply all sides of the inequality by x3+x2\sqrt{x^3 + x^2}, which is non-negative:
    • x3+x2x3+x2sin(πx)x3+x2-\sqrt{x^3 + x^2} \le \sqrt{x^3 + x^2} sin(\frac{\pi}{x}) \le \sqrt{x^3 + x^2}
  • Evaluate the limits of x3+x2-\sqrt{x^3 + x^2} and x3+x2\sqrt{x^3 + x^2} as x approaches 0:
    • limx0x3+x2=03+02=0\lim_{x \to 0} -\sqrt{x^3 + x^2} = -\sqrt{0^3 + 0^2} = 0
    • limx0x3+x2=03+02=0\lim_{x \to 0} \sqrt{x^3 + x^2} = \sqrt{0^3 + 0^2} = 0
  • Since both limits are 0, by the Squeeze (or Sandwich) Theorem:
    • limx0x3+x2sin(πx)=0\lim_{x \to 0} \sqrt{x^3 + x^2} sin(\frac{\pi}{x}) = 0

Math 107 Reminder:

  • If aba \le b and c is a positive number, then cacbc \cdot a \le c \cdot b and acbc\frac{a}{c} \le \frac{b}{c}.
  • If c is a negative number, then acbca \cdot c \ge b \cdot c (the inequality flips).

Example 3 Solution: Evaluating limx1g(x)\lim_{x \to 1} g(x)

  • Given 2xg(x)x4x2+22x \le g(x) \le x^4 - x^2 + 2
  • Evaluate the limits of the bounding functions as x approaches 1:
    • limx12x=21=2\lim_{x \to 1} 2x = 2 \cdot 1 = 2
    • limx1(x4x2+2)=1412+2=11+2=2\lim_{x \to 1} (x^4 - x^2 + 2) = 1^4 - 1^2 + 2 = 1 - 1 + 2 = 2
  • Since both limits are equal to 2, by the Squeeze Theorem:
    • limx1g(x)=2\lim_{x \to 1} g(x) = 2

Example 4 Solution: Finding limx4f(x)\lim_{x \to 4} f(x)

  • Given 4x9f(x)x24x+74x - 9 \le f(x) \le x^2 - 4x + 7
  • Find the limit of 4x94x-9 as x approaches 4:
    • limx4(4x9)=4(4)9=169=7\lim_{x \to 4} (4x - 9) = 4(4) - 9 = 16 - 9 = 7
  • Find the limit of x24x+7x^2 - 4x + 7 as x approaches 4:
    • limx4(x24x+7)=424(4)+7=1616+7=7\lim_{x \to 4} (x^2 - 4x + 7) = 4^2 - 4(4) + 7 = 16 - 16 + 7 = 7
  • Since both limits are 7, by the Squeeze Theorem:
    • limx4f(x)=7\lim_{x \to 4} f(x) = 7
  • Alternative representation:
    • lim<em>x4(4x9)lim</em>x4f(x)limx4(x24x+7)\lim<em>{x \to 4} (4x - 9) \le \lim</em>{x \to 4} f(x) \le \lim_{x \to 4} (x^2 - 4x + 7)
    • 7limx4f(x)77 \le \lim_{x \to 4} f(x) \le 7
  • Therefore, the limit of f(x) as x approaches 4 is 7.