zuai-logo

Determining Limits Using the Squeeze Theorem

Hannah Hill

Hannah Hill

8 min read

Listen to this study note

Study Guide Overview

This guide covers the Squeeze Theorem for finding limits in AP Calculus AB/BC. It explains the theorem, including its formal definition and graphical representation. The guide also reviews prerequisite knowledge like limits and basic function behavior. Several practice problems demonstrate applying the Squeeze Theorem, and the guide offers tips for exam preparation, including common question types and time management strategies.

AP Calculus AB/BC: Squeeze Theorem - Your Ultimate Guide ๐Ÿš€

Hey there, future calculus champ! ๐Ÿ‘‹ Let's dive into the Squeeze Theorem, a super useful tool for finding limits. This guide is designed to make sure you're feeling confident and ready to ace those AP Calculus questions! Let's get started!

1.8: Determining Limits Using the Squeeze Theorem

This section focuses on using the Squeeze Theorem to determine limits when direct methods don't work. It's all about bounding a tricky function between two easier ones! Remember, this concept often appears in both multiple-choice and free-response questions. Letโ€™s break it down!

Key Concept

What is the Squeeze Theorem?

The Squeeze Theorem (also known as the Sandwich Theorem) states that if a function is always between two other functions, and those two functions approach the same limit, then the function in the middle must also approach that same limit. Think of it like being squeezed between two friends who are walking to the same spotโ€”youโ€™ll end up there too! ๐Ÿšถโ€โ™‚๏ธ๐Ÿšถโ€โ™€๏ธ

Formally:

If f(x)โ‰คg(x)โ‰คh(x)\textcolor{red}{f(x)} \leq \textcolor{blue}{ g(x)} \leq \textcolor{green}{h(x)} and limโกxโ†’af(x)=limโกxโ†’ah(x)=L\lim_{{x \to a}} f(x) = \lim_{{x \to a}} h(x) = \textcolor{orange}{L}, then limโกxโ†’ag(x)=L\lim_{{x \to a}} g(x) = \textcolor{orange}{L}.


Graph representing squeeze theorem


Caption: The graph shows how g(x) is 'sandwiched' between f(x) and h(x), forcing it to approach the same limit L as x approaches a.


๐Ÿ“š Background Knowledge

Before we jump into practice, make sure you're comfortable with these concepts:

  • Limits: How functions behave as they approach a specific value. If you need a refresher, check out this guide.
  • Basic Function Behavior: Understanding the behavior of functions like sine, cosine, and exponentials. For example, sinโก(x)\sin(x) and cosโก(x)\cos(x) are always between -1 and 1. ๐Ÿ’ก

๐Ÿงฎ Squeeze Theorem Practice Problems

Let's tackle some problems to solidify your understanding! Remember, practice makes perfect. ๐Ÿ’ช

1) Squeeze Theorem Logic

Question: Functions gg and hh are twice-differentiable with g(2)=h(2)=4g(2) = h(2) = 4. It's known that g(x)<h(x)g(x) < h(x) for 1<x<31 < x < 3. Let kk be a function satisfying g(x)โ‰คk(x)โ‰คh(x)g(x) \leq k(x) \leq h(x) for 1<x<31 < x < 3. Is kk continuous at x=2x = 2? Justify your answer.


Solution:

Since gg and hh are twice-differentiable, they are also continuous. Therefore,

limโกxโ†’2g(x)=4\lim_{{x \to 2}} g(x) = 4 and limโกxโ†’2h(x)=4\lim_{{x \to 2}} h(x) = 4.

Given that g(x)โ‰คk(x)โ‰คh(x)g(x) \leq k(x) \leq h(x), and the limits of g(x)g(x) and h(x)h(x) are equal at x=2x=2, the Squeeze Theorem applies to k(x)k(x). Thus, limโกxโ†’2k(x)=4\lim_{{x \to 2}} k(x) = 4.

Also, since g(2)โ‰คk(2)โ‰คh(2)g(2) \le k(2) \le h(2) and g(2)=h(2)=4g(2) = h(2) = 4, it follows that k(2)=4k(2) = 4.

Therefore, k(x)k(x) is continuous at x=2x = 2 because limโกxโ†’2k(x)=k(2)=4\lim_{{x \to 2}} k(x) = k(2) = 4.


Exam Tip

Remember that twice-differentiable functions are always continuous! This is a key point for applying the Squeeze Theorem.


2) Computing a Limit Using Squeeze Theorem

Question: Find the limit of the function g(x)=xcosโก(1x)\textcolor{blue}{g(x) = x\cos\left(\frac{1}{x}\right)} as xx approaches 0, using the Squeeze Theorem.


Solution:

We know that โˆ’1โ‰คcosโก(1x)โ‰ค1-1 \leq \cos\left(\frac{1}{x}\right) \leq 1 for all xx. Multiplying by xx, we get:

โˆ’xโ‰คxcosโก(1x)โ‰คx-x \leq x\cos\left(\frac{1}{x}\right) \leq x (for x>0x > 0)

and

xโ‰คxcosโก(1x)โ‰คโˆ’xx \leq x\cos\left(\frac{1}{x}\right) \leq -x (for x<0x < 0)

Let's consider the bounding functions f(x)=โˆ’โˆฃxโˆฃ\textcolor{red}{f(x) = -|x|} and h(x)=โˆฃxโˆฃ\textcolor{green}{h(x) = |x|} so that f(x)โ‰คg(x)โ‰คh(x)f(x) \leq g(x) \leq h(x).

Now, let's find the limits of the bounding functions as xx approaches 0:

limโกxโ†’0f(x)=limโกxโ†’0โˆ’โˆฃxโˆฃ=0\lim_{{x \to 0}} f(x) = \lim_{{x \to 0}} -|x| = 0

limโกxโ†’0h(x)=limโกxโ†’0โˆฃxโˆฃ=0\lim_{{x \to 0}} h(x) = \lim_{{x \to 0}} |x| = 0

Since limโกxโ†’0f(x)=limโกxโ†’0h(x)=0\lim_{{x \to 0}} f(x) = \lim_{{x \to 0}} h(x) = 0, by the Squeeze Theorem:

limโกxโ†’0g(x)=limโกxโ†’0xcosโก(1x)=0\lim_{{x \to 0}} g(x) = \lim_{{x \to 0}} x\cos\left(\frac{1}{x}\right) = 0


Graph proving limit


Caption: This graph visually demonstrates how the function xcos(1/x) is squeezed between -|x| and |x|, converging to 0 as x approaches 0.


Common Mistake

Be careful with the sign of x when multiplying the inequality! You might need to use the absolute value function to ensure the inequality holds for both positive and negative values of x.


๐ŸŒŸ Closing

Fantastic job! ๐ŸŽ‰ You've now grasped the Squeeze Theorem, a powerful tool for finding limits. Remember, this theorem is particularly useful when dealing with functions that oscillate or are difficult to evaluate directly. Keep practicing, and you'll be a pro in no time!


Encouraging GIF with animated ice cream


Hereโ€™s a quick recap of the steps:

  1. Identify the Function: Determine the function for which you need to find the limit.
  2. Find the 'Squeeze' Functions: Locate two functions that bound the given function.
  3. Ensure Known Limits: Confirm that the limits of the bounding functions are equal as x approaches the target value.

Memory Aid

Think of the Squeeze Theorem like a sandwich: the function you're interested in is the filling, and the two bounding functions are the bread. If the bread converges to the same point, the filling has to follow! ๐Ÿฅช


Final Exam Focus

Okay, let's get down to the nitty-gritty of exam prep. Here's what you need to focus on for the Squeeze Theorem:

  • Identifying When to Use It: Look for oscillating functions (like sinโก(1/x)\sin(1/x) or cosโก(1/x)\cos(1/x)) or when direct substitution doesn't work.
  • Finding Appropriate Bounding Functions: Use known inequalities (like โˆ’1โ‰คsinโก(x)โ‰ค1-1 \leq \sin(x) \leq 1) to create the 'squeeze'.
  • Justifying Your Answer: Always show that the limits of the bounding functions are equal before applying the Squeeze Theorem.
  • Common Question Types: Expect to see Squeeze Theorem problems in both multiple-choice and free-response sections. They often involve trigonometric or rational functions.

Exam Tip

Time Management: If you're stuck on a Squeeze Theorem problem, don't spend too long on it. Move on and come back if you have time. Sometimes, a fresh perspective can help.


Last-Minute Tips

  • Double-Check Inequalities: Make sure your inequalities are correct, especially when multiplying by a variable that could be positive or negative.
  • Show All Steps: In free-response questions, clearly show each step of your reasoning. This can earn you partial credit even if you make a small mistake.
  • Stay Calm: You've got this! Take deep breaths and tackle each question methodically.

Practice Questions

Practice Question

Multiple Choice Questions

  1. If f(x)โ‰คg(x)โ‰คh(x)f(x) \leq g(x) \leq h(x) for all xx near aa, and limโกxโ†’af(x)=5\lim_{x \to a} f(x) = 5 and limโกxโ†’ah(x)=5\lim_{x \to a} h(x) = 5, then limโกxโ†’ag(x)\lim_{x \to a} g(x) is: (A) 0 (B) 5 (C) 10 (D) Does not exist

  2. What is limโกxโ†’0x2sinโก(1x)\lim_{x \to 0} x^2 \sin(\frac{1}{x})? (A) 0 (B) 1 (C) Does not exist (D) โˆž\infty

  3. Given that โˆ’โˆฃxโˆฃโ‰คk(x)โ‰คโˆฃxโˆฃ-|x| \leq k(x) \leq |x|, what is limโกxโ†’0k(x)\lim_{x \to 0} k(x)? (A) -1 (B) 0 (C) 1 (D) Does not exist

Free Response Question

Consider the function f(x)=x2cosโก(1x)f(x) = x^2\cos(\frac{1}{x}) for xโ‰ 0x \neq 0.

(a) Use the Squeeze Theorem to find limโกxโ†’0f(x)\lim_{x \to 0} f(x).

(b) Is f(x)f(x) continuous at x=0x=0? Justify your answer.

(c) Find the derivative of f(x)f(x).

Scoring Guide for FRQ

(a) Use the Squeeze Theorem to find limโกxโ†’0f(x)\lim_{x \to 0} f(x). (3 points)

  • 1 point: States that โˆ’1โ‰คcosโก(1x)โ‰ค1-1 \leq \cos(\frac{1}{x}) \leq 1

  • 1 point: Multiplies by x2x^2 to get โˆ’x2โ‰คx2cosโก(1x)โ‰คx2-x^2 \leq x^2\cos(\frac{1}{x}) \leq x^2

  • 1 point: Correctly applies the Squeeze Theorem and states the limit is 0. (b) Is f(x)f(x) continuous at x=0x=0? Justify your answer. (2 points)

  • 1 point: States that f(0)=0f(0) = 0 (or defines it to be 0 for continuity)

  • 1 point: Concludes that f(x)f(x) is continuous at x=0x=0 because limโกxโ†’0f(x)=f(0)=0\lim_{x \to 0} f(x) = f(0) = 0

(c) Find the derivative of f(x)f(x). (3 points)

  • 1 point: Correctly applies the product rule
  • 1 point: Correctly applies the chain rule
  • 1 point: Correctly states the derivative fโ€ฒ(x)=2xcosโก(1x)+sinโก(1x)f'(x) = 2x\cos(\frac{1}{x}) + \sin(\frac{1}{x})

Let's do this! You're going to rock this exam. ๐ŸŒŸ

Question 1 of 4

If f(x)โ‰คg(x)โ‰คh(x)f(x) \leq g(x) \leq h(x) for all xx near aa, and limโกxโ†’af(x)=L\lim_{x \to a} f(x) = L and limโกxโ†’ah(x)=L\lim_{x \to a} h(x) = L, then what is limโกxโ†’ag(x)\lim_{x \to a} g(x)? ๐Ÿค”

0

L

2L

Does not exist