Skip to content
Related Articles
Open in App
Not now

Related Articles

Squeeze Theorem – Limits

Improve Article
Save Article
Like Article
  • Difficulty Level : Expert
  • Last Updated : 04 Aug, 2022
Improve Article
Save Article
Like Article

Squeeze theorem is also known as the sandwich theorem, the sandwich rule, the police theorem, the pinching theorem sometimes the squeeze lemma, the theorem of carabinieri is used in mathematical analysis to find the limit of a function when there are two other functions whose limits are known are present. The squeeze theorem is applied in calculus and mathematical analysis. It is typically applied to confirm the limit of a function via comparison with two other functions whose limits are known or easily computed. It was first used geometrically by the mathematicians Archimedes and Eudoxus in an effort to compute π and was formulated in modern terms by Carl Friedrich Gauss.

Squeeze Theorem

The squeeze theorem is formally stated as follows:

Let functions f(x), g(x), h(x) be real functions such that h(x) ≤ g(x) ≤ f(x). Then for all x in the domain of the function,

if\ \lim\limits_{x\rightarrow a}h(x)=\lim\limits_{x\rightarrow a}f(x)=L, then \lim\limits_{x\rightarrow a}g(x)=L
Here the functions h and f are said to be lower and upper bounds of g respectively. The above function is represented in a graph below.

Squeeze Theorem

Important Inequality

\\cos\ x<\dfrac{\sin\ x}{x}<1,\ 0<|x|<\dfrac{\pi}{2}, \\ as\ \sin (-x)\ =\ -\sin\ x \ and\ \cos(-x)\ =\ \cos\ x, \\ so\ we\ just\ prove\ the\ inequality\ for\ the\ interval\ (0,\dfrac{\pi}{2})

Proof:

Consider the following image:

In the diagram above O is the centre of the circle AB is a tangent of the circle from point B and CD is perpendicular to OB and angle COD is x radians

here,\ Area\ of \ \triangle OBC\ < \ Area\ of\ sector\ OBC\ < Area\ of\ \triangle OBA\\\qquad\\ \implies\ \dfrac{1}{2}OB.CD<\dfrac{x}{2\pi}\pi(OB)^2<\dfrac{1}{2}OB.BA\\\qquad\\ \implies\ CD<x.(OB)<AB.\\\qquad\\ in\ \triangle OCD\\\qquad\\ \sin x=\dfrac{CD}{CO}=\dfrac{CD}{OB}(OC=OB=radius)\ hence\ CD=OB\sin x\\\qquad\\ \tan x=\dfrac{AB}{OA}\ hence\ AB=OB\tan x\\\qquad\\ \implies OB\sin x\ <\ OB.x\ <\ OB\tan x\ and OB>0\\\qquad\\ \implies \sin x\ <\ x\ <\ \tan x\\\qquad\\ 0\ <\ x\ <\ \dfrac{\pi}{2},\ so \ by \ dividing \ by \sin x\ on\ the\ above\ equation,\ we\ get\\\qquad\\ 1\ <\ \dfrac{x}{\sin x}\ <\ \dfrac{1}{\cos x}\\\qquad\\

By taking the reciprocals we get
\cos x\ <\ \dfrac{\sin x}{x}\ <\ 1

Important Limits

1.\ \lim\limits_{x\rightarrow\ 0}\dfrac{sin x}{x}=1

Proof:

From the above inequality, we proved that
\cos x\ <\ \dfrac{\sin x}{x}\ <\ 1
From this equation, we understand that (sin x/x) always lies between cos x and 1. So (sin x/x) is sandwiched between 1 and cos x. We know that
\\\qquad\\ if\ \lim\limits_{x\rightarrow a}f(x)=\lim\limits_{x\rightarrow a}h(x)=L\\\qquad\\ then \lim\limits_{x\rightarrow a}g(x)=L\\\qquad\\ \lim\limits_{x\rightarrow0}\cos\ x=1\ and\ \lim\limits_{x\rightarrow0}1=1 \\\qquad\\ \implies \lim\limits_{x\rightarrow0}\dfrac{\sin\ x}{x}=1

2.\ \lim\limits_{x\rightarrow 0}\dfrac{1-cosx}{x}=0

Proof:

To prove this limit we use the trigonometric identity
1-\cos x=2\sin^2(\dfrac{x}{2})\\\qquad\\ \implies\lim\limits_{x\rightarrow0}\dfrac{1-\cos x}{x}=\lim\limits_{x\rightarrow0}\dfrac{2\sin^2\frac{x}{2}}{x}=\lim\limits_{x\rightarrow0}\dfrac{\sin \frac{x}{2}}{\frac{x}{2}}.\sin\frac{x}{2}\\\qquad\\ =\lim\limits_{x\rightarrow0}\dfrac{sin\frac{x}{2}}{\frac{x}{2}}\lim\limits_{x\rightarrow0}\sin \dfrac{x}{2}\ =\ 1.0\ =0\\\qquad\\ \implies 1-\cos x=2\sin^2(\dfrac{x}{2})\ =\ 0


My Personal Notes arrow_drop_up
Like Article
Save Article
Related Articles

Start Your Coding Journey Now!