zuai-logo
zuai-logo
  1. AP Calculus
FlashcardFlashcardStudy GuideStudy Guide
Question BankQuestion BankGlossaryGlossary

Determining Limits Using the Squeeze Theorem

Hannah Hill

Hannah Hill

8 min read

Next Topic - Connecting Multiple Representations of Limits

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)}f(x)≤g(x)≤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}limx→a​f(x)=limx→a​h(x)=L, then lim⁡x→ag(x)=L\lim_{{x \to a}} g(x) = \textcolor{orange}{L}limx→a​g(x)=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)sin(x) and cos⁡(x)\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 ggg and hhh are twice-differentiable with g(2)=h(2)=4g(2) = h(2) = 4g(2)=h(2)=4. It's known that g(x)<h(x)g(x) < h(x)g(x)<h(x) for 1<x<31 < x < 31<x<3. Let kkk be a function satisfying g(x)≤k(x)≤h(x)g(x) \leq k(x) \leq h(x)g(x)≤k(x)≤h(x) for 1<x<31 < x < 31<x<3. Is kkk continuous at x=2x = 2x=2? Justify your answer.


Solution:

Since ggg and hhh are twice-differentiable, they are also continuous. Therefore,

lim⁡x→2g(x)=4\lim_{{x \to 2}} g(x) = 4limx→2​g(x)=4 and lim⁡x→2h(x)=4\lim_{{x \to 2}} h(x) = 4limx→2​h(x)=4.

Given that g(x)≤k(x)≤h(x)g(x) \leq k(x) \leq h(x)g(x)≤k(x)≤h(x), and the limits of g(x)g(x)g(x) and h(x)h(x)h(x) are equal at x=2x=2x=2, the Squeeze Theorem applies to k(x)k(x)k(x). Thus, lim⁡x→2k(x)=4\lim_{{x \to 2}} k(x) = 4limx→2​k(x)=4.

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

Therefore, k(x)k(x)k(x) is continuous at x=2x = 2x=2 because lim⁡x→2k(x)=k(2)=4\lim_{{x \to 2}} k(x) = k(2) = 4limx→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)}g(x)=xcos(x1​) as xxx approaches 0, using the Squeeze Theorem.


Solution:

We know that −1≤cos⁡(1x)≤1-1 \leq \cos\left(\frac{1}{x}\right) \leq 1−1≤cos(x1​)≤1 for all xxx. Multiplying by xxx, we get:

−x≤xcos⁡(1x)≤x-x \leq x\cos\left(\frac{1}{x}\right) \leq x−x≤xcos(x1​)≤x (for x>0x > 0x>0)

and

x≤xcos⁡(1x)≤−xx \leq x\cos\left(\frac{1}{x}\right) \leq -xx≤xcos(x1​)≤−x (for x<0x < 0x<0)

Let's consider the bounding functions f(x)=−∣x∣\textcolor{red}{f(x) = -|x|}f(x)=−∣x∣ and h(x)=∣x∣\textcolor{green}{h(x) = |x|}h(x)=∣x∣ so that f(x)≤g(x)≤h(x)f(x) \leq g(x) \leq h(x)f(x)≤g(x)≤h(x).

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

lim⁡x→0f(x)=lim⁡x→0−∣x∣=0\lim_{{x \to 0}} f(x) = \lim_{{x \to 0}} -|x| = 0limx→0​f(x)=limx→0​−∣x∣=0

lim⁡x→0h(x)=lim⁡x→0∣x∣=0\lim_{{x \to 0}} h(x) = \lim_{{x \to 0}} |x| = 0limx→0​h(x)=limx→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) = 0limx→0​f(x)=limx→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) = 0x→0lim​g(x)=x→0lim​xcos(x1​)=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)sin(1/x) or cos⁡(1/x)\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−1≤sin(x)≤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)f(x)≤g(x)≤h(x) for all xxx near aaa, and lim⁡x→af(x)=5\lim_{x \to a} f(x) = 5limx→a​f(x)=5 and lim⁡x→ah(x)=5\lim_{x \to a} h(x) = 5limx→a​h(x)=5, then lim⁡x→ag(x)\lim_{x \to a} g(x)limx→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})limx→0​x2sin(x1​)? (A) 0 (B) 1 (C) Does not exist (D) ∞\infty∞

  3. Given that −∣x∣≤k(x)≤∣x∣-|x| \leq k(x) \leq |x|−∣x∣≤k(x)≤∣x∣, what is lim⁡x→0k(x)\lim_{x \to 0} k(x)limx→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})f(x)=x2cos(x1​) for x≠0x \neq 0x=0.

(a) Use the Squeeze Theorem to find lim⁡x→0f(x)\lim_{x \to 0} f(x)limx→0​f(x).

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

(c) Find the derivative of f(x)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)limx→0​f(x). (3 points)

  • 1 point: States that −1≤cos⁡(1x)≤1-1 \leq \cos(\frac{1}{x}) \leq 1−1≤cos(x1​)≤1

  • 1 point: Multiplies by x2x^2x2 to get −x2≤x2cos⁡(1x)≤x2-x^2 \leq x^2\cos(\frac{1}{x}) \leq x^2−x2≤x2cos(x1​)≤x2

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

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

  • 1 point: Concludes that f(x)f(x)f(x) is continuous at x=0x=0x=0 because lim⁡x→0f(x)=f(0)=0\lim_{x \to 0} f(x) = f(0) = 0limx→0​f(x)=f(0)=0

(c) Find the derivative of f(x)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})f′(x)=2xcos(x1​)+sin(x1​)

Let's do this! You're going to rock this exam. 🌟

Explore more resources

FlashcardFlashcard

Flashcard

Continute to Flashcard

Question BankQuestion Bank

Question Bank

Continute to Question Bank

Mock ExamMock Exam

Mock Exam

Continute to Mock Exam

Feedback stars icon

How are we doing?

Give us your feedback and let us know how we can improve

Previous Topic - Selecting Procedures for Determining LimitsNext Topic - Connecting Multiple Representations of Limits

Question 1 of 4

If f(x)≤g(x)≤h(x)f(x) \leq g(x) \leq h(x)f(x)≤g(x)≤h(x) for all xxx near aaa, and lim⁡x→af(x)=L\lim_{x \to a} f(x) = Llimx→a​f(x)=L and lim⁡x→ah(x)=L\lim_{x \to a} h(x) = Llimx→a​h(x)=L, then what is lim⁡x→ag(x)\lim_{x \to a} g(x)limx→a​g(x)? 🤔

0

L

2L

Does not exist