Calculus presents us with various useful computational tricks, especially in the field of limits. When faced with oscillating functions or functions with undefined points, taking the limit can become a difficult task. Luckily, The Squeeze, or Sandwich, Theorem is just the trick for dealing with tricky functions such as these.
The Squeeze Theorem is a limit evaluation method where we "squeeze" an indeterminate limit between two simpler ones. The "squeezed" or "bounded" function approaches the same limit as the other two functions surrounding it.
More precisely, the Squeeze Theorem states that for functions \(f\), \(g\), and \(h\) such that:
\[g(x) \leq f(x) \leq h(x)\]
if
\[lim_{x \rightarrow A } g(x)= lim_{x \rightarrow A } h(x)=L\]
for a constant \(L\), then:
\[lim_{x \rightarrow A} f(x)=L\]
Fig. 1. As \(f(x)\) is "squeezed" between \(g(x)\) and \(h(x)\), the Squeeze Theorem can be applied to evaluate the limit of \(f(x)\) at \(x = 0\).
The Squeeze Theorem Proof
Informal Proof
Simply put, \(f(x)\) is "squeezed" between \(g(x)\) and \(h(x)\). As \(g(x)\) and \(h(x)\) are equal at the point A such that \(g(A)=h(A)=L\), then \(f(A)=L\) , as there is no room between the other two functions for \(f\) to take on any other value.
Formal Proof
We will assume that
\(g(x)\leq f(x) \leq h(x)\)everywhere in the domain of the functions
See the image below for a visual explanation of the variables!
Let an arbitrary epsilon such that \(\epsilon > 0\) be known. To prove the Squeeze Theorem, we must find a delta \(\delta > 0\) such that \(|f(x)-L|< \epsilon\) whenever \(0< |x-A|< \delta\) where L is the evaluation of the limit as \(x\) approaches the point \(A\).
Now \(\lim_{x \rightarrow A} g(x)=L\) by definition, so there must exist some \(\delta_g > 0\) such that:
\(|g(x)-L|< \epsilon\) for all \(0 < |x-A|< \delta_g\):
Using absolute value laws
\[-\epsilon + L < g(x) < \epsilon + L\]
for all
\[0<|x-A|<\delta_g\]
Similarly, \(lim_{x \rightarrow A} h(x)=L\) by definition, so there must exist some \(\delta_g > 0\)such that
\(|h(x)-L|< \epsilon\) for all \(0 < |x-A|< \delta_g\).
Using absolute value laws
\[- \epsilon + L < h(x)< \epsilon + L \]
for all
\[0<|x-A|<\delta_g\]
Fig. 2. Visual explanation of the geometric derivation of (1) and (2).
Since \(g(x)\leq f(x) \leq h(x)\) for all \(x\) on some open interval containing \(A\), there must exist some \(\delta_f > 0\) such that
(3) \(g(x) \leq f(x) \leq h(x)\) for all \(0< |x-A|< \delta_f\)
Where \(\delta = min (\delta_g, \delta_h, \delta_f)\), then by (1), (2), and (3)
\[-\epsilon + L < g(x) \leq f(x) \leq h(x) < L + \epsilon\] for all \(0<|x-A|<\delta\)
Thus
\(-\epsilon< f(x)-L < \epsilon \) for all/ \(0<|x-A|<\delta\)
Using absolute value laws
\( |f(x)-L| < \epsilon\) for all \(0<|x-A|<\delta\)
Then, by definition:
\[lim_{x \rightarrow A} f(x)=L\]
When to use the Squeeze Theorem Formula
The Squeeze Theorem should be used as a last resort. When solving limits, one should always try to solve through algebraic or simple manipulation first. If algebra fails, the Squeeze Theorem maybe a viable option for limit solving.
Indeed, to calculate \(lim_{x \rightarrow A} f(x)\), we must first find two functions \(g(x)\) and \(h(x)\) that bound \(f(x)\) and such that:
When we plug in \(x = 0\), we are met with an undefined form \(cos \left( \frac{1}{0} \right)\). This is a perfect candidate for the Squeeze Theorem!
This is an example of a general scenario: the Squeeze Theorem can be applied to find the limit oftrigonometric functions damped by polynomial terms.
The general strategy for solving these kinds of Squeeze Theorem problems is to- start with the trigonometric function,\(f(x)=\cos \left( \dfrac{1}{x^2} \right)\) in this case- build up to the function in the problem; here it is \(f(x)=x^2 \cos \left( \dfrac{1}{x^2} \right)\)Let's see how this is done!
Step 1: Make a double-sided inequality to bound the trigonometric function based on the nature of the cosine function.
We know that the cosine function oscillates on the closed interval \([-1, 1]\), i.e. \(-1 \leq cos(x) \leq 1\)
In graphing \(\cos \left( \frac{1}{x^2} \right)\), we find that f also oscillates on the closed interval \([-1, 1]\), i.e. \(-1 \leq \cos \left( \frac{1}{x^2} \right)\leq 1\)
It is essential to know that the range of \(\cos\) (anything) and \(\sin\) (anything) will always be \([-1, 1]\) (as long as it is not translated up/down or vertically stretched/compressed)!
Fig. 3. Example 1 graph.
Step 2: Modify the inequality as needed to bound the function of the problem:
Our function is \(f(x)=x^2 \cos \left( \frac{1}{x^2} \right)\) so we multiply our double-sided inequality by \(x^2\) and get:
Step 3: Verify that the bounding functions have the same limit.
Now that our function is bounded, we must verify that \(lim_{x \rightarrow 0}-x^2= lim_{x \rightarrow 0} x^2\) in order to apply the Squeeze Theorem: \(lim_{x \rightarrow 0}-x^2= lim_{x \rightarrow 0} x^2=0\)
Step 4: Apply the Squeeze Theorem
Since \(lim_{x \rightarrow 0}-x^2= lim_{x \rightarrow 0} x^2=0\), then by the Squeeze Theorem\[lim_{x \rightarrow 0} x^2 \cos \left( \frac{1}{x^2}\right)=0\]
When we plug in \(- \infty\), we are left with the indeterminate form \(\dfrac{\infty}{\infty}\). Again, since a trigonometric function appears, this is a perfect candidate for the Squeeze Theorem!Following the same strategy as before, start with the trigonometric function \(f(x)=\sin(5x)\), and build up to
\[f(x)=\dfrac{7x^2-\sin(5x)}{x^2+15}\]
Let's take a look!
Step 1: Make a double-sided inequality to bound the trigonometric function based on the nature of the sine function.
We know that sine behaves like cosine in that it oscillates on the closed interval \([-1, 1]\).
Looking at the image below, when we graph \(-\sin(5x)\), we find that:
\[-1 \leq -\sin(5x) \leq 1\]
Fig. 4. Example 2 graph.
Step 2: Modify the inequality as needed to bound the function of the problem
Our function is:\[f(x)=lim_{x \rightarrow - \infty} \dfrac{7x^2-\sin(5x)}{x^2+15}\] and our double-sided inequality is: \[-1 \leq -\sin(5x) \leq 1\]
Add \(7x^2\) to get \[7x^2-1 \leq 7x^2-\sin(5x) \leq 7x^2+1\]
Multiply by \(\frac{1}{x^2+15}\) to get \[\dfrac{7x^2-1}{x^2+15} \leq \dfrac{7x^2-\sin(5x)}{x^2+15} \leq \dfrac{7x^2+1}{x^2+15} \]
Step 3: Now that our function is bounded, we must verify that: \[lim_{x \rightarrow - \infty }\dfrac{7x^2-1}{x^2+15}=lim_{x \rightarrow -\infty } \dfrac{7x^2+1}{x^2+15}\] This in order to apply the Squeeze Theorem.
Again, when we try to plug in \(- \infty\), we are met with an indeterminate form. However, this time we can use algebraic manipulation to solve.
Multiply both limits by: \[\dfrac{\frac{1}{x^2}}{\frac{1}{x^2}}\] to get \[lim_{x \rightarrow -\infty \dfrac{7- \frac{1}{x^2}}{1+ \frac{15}{x^2}} }\] and \[lim_{x \rightarrow -\infty \dfrac{7+ \frac{1}{x^2}}{1+ \frac{15}{x^2}} }\]
Now, when we plug in \(-\infty\), we get \(\dfrac{7-0}{1+0}\) and \(\dfrac{7+0}{1+0}\) respectively leaving: \[lim_{x \rightarrow -\infty} \dfrac{7x^2-1}{x^2-15}=lim_{x \rightarrow -\infty} \dfrac{7x^2+1}{x^2-15}=7\]
Step 4: Apply the Squeeze Theorem
Since \[lim_{x \rightarrow -\infty} \dfrac{7x^2-1}{x^2-15}=lim_{x \rightarrow -\infty} \dfrac{7x^2+1}{x^2-15}=7\], then by the Squeeze Theorem: \[lim_{x \rightarrow -\infty } \dfrac{7x^2-\sin(5x)}{x^2+15}=7\]
The Squeeze Theorem - Key takeaways
The Squeeze Theorem is a last resort method for solving limits that cannot be solved through algebraic manipulation.
The Squeeze Theorem states that for functions \(f\), \(g\), and \(h\) such that: \[g(x) \leq f(x) \leq h(x) \], if: \[lim_{x \rightarrow A} g(x)= lim_{x \rightarrow A} h(x)=L\]
for a constant \(L\), then: \[lim_{x \rightarrow A} f(x)=L\]
If \(lim_{x \rightarrow A} g(x) \neq lim_{x \rightarrow A} h(x)\), the Squeeze Theorem cannot be applied
The general strategy for solving problems containing trigonometric functions is to start with the trig function, then build up to the function in the question!
A step-by-step procedure for the Squeeze Theorem is:
Step 1: Make a double-sided inequality based on the nature of \(f(x)\).
Step 2: Modify the inequality as needed
Step 3: Solve the limits on both sides of the inequality, ensuring that they are equal
Step 4: Apply the Squeeze Theorem - the limit of \(f(x)\) is equal to the bounding limits
Learn faster with the 3 flashcards about The Squeeze Theorem
Sign up for free to gain access to all our flashcards.
Frequently Asked Questions about The Squeeze Theorem
What is the squeeze theorem?
The Squeeze Theorem is a method for solving limits that cannot be solved through algebra or other simple manipulations.
How to evaluate a limit using the squeeze theorem?
To solve with the Squeeze Theorem:
Make a double-sided inequality based on the nature of f(x)
Modify the inequality as needed
Solve the limits on both side of the inequality (they must be equal to apply the Squeeze Theorem)
The limit of f(x) is equal to the limits of the outside limits
How to apply the squeeze theorem?
To solve with the Squeeze Theorem:
Make a double-sided inequality based on the nature of f(x)
Modify the inequality as needed
Solve the limits on both side of the inequality (they must be equal to apply the Squeeze Theorem)
The limit of f(x) is equal to the limits of the outside limits
When does the squeeze theorem fail?
The Squeeze Theorem cannot be applied if two-sided limit does not exist. In other words, if the right-hand and left-hand limits are not equal, the Squeeze Theorem will not work.
How do you solve the Squeeze Theorem?
To solve with the Squeeze Theorem:
Make a double-sided inequality based on the nature of f(x)
Modify the inequality as needed
Solve the limits on both side of the inequality (they must be equal to apply the Squeeze Theorem)
The limit of f(x) is equal to the limits of the outside limits
How we ensure our content is accurate and trustworthy?
At StudySmarter, we have created a learning platform that serves millions of students. Meet
the people who work hard to deliver fact based content as well as making sure it is verified.
Content Creation Process:
Lily Hulatt
Digital Content Specialist
Lily Hulatt is a Digital Content Specialist with over three years of experience in content strategy and curriculum design. She gained her PhD in English Literature from Durham University in 2022, taught in Durham University’s English Studies Department, and has contributed to a number of publications. Lily specialises in English Literature, English Language, History, and Philosophy.
Gabriel Freitas is an AI Engineer with a solid experience in software development, machine learning algorithms, and generative AI, including large language models’ (LLMs) applications. Graduated in Electrical Engineering at the University of São Paulo, he is currently pursuing an MSc in Computer Engineering at the University of Campinas, specializing in machine learning topics. Gabriel has a strong background in software engineering and has worked on projects involving computer vision, embedded AI, and LLM applications.
Vaia is a globally recognized educational technology company, offering a holistic learning platform designed for students of all ages and educational levels. Our platform provides learning support for a wide range of subjects, including STEM, Social Sciences, and Languages and also helps students to successfully master various tests and exams worldwide, such as GCSE, A Level, SAT, ACT, Abitur, and more. We offer an extensive library of learning materials, including interactive flashcards, comprehensive textbook solutions, and detailed explanations. The cutting-edge technology and tools we provide help students create their own learning materials. StudySmarter’s content is not only expert-verified but also regularly updated to ensure accuracy and relevance.
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept
Privacy & Cookies Policy
Privacy Overview
This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.