Skip to main content

Limits & Continuity

Sandwich (Squeeze) Theorem

0:00
LearnStep 1/4

Sandwich (Squeeze) Theorem

Sandwich (Squeeze) Theorem: Your Secret Weapon for JEE Limits

Hey JEE aspirants! Limits form the bedrock of calculus, and the Sandwich Theorem (also known as the Squeeze Theorem) is a powerful tool for evaluating tricky limits, especially those involving trigonometric functions. It might seem simple, but mastering it can give you a significant edge in solving complex problems quickly. So, let's dive in and learn how to "squeeze" those limits!

Understanding the Sandwich Theorem: Intuition

Imagine you have a function f(x)f(x) trapped between two other functions, g(x)g(x) and h(x)h(x). Think of g(x)g(x) as the lower bread slice and h(x)h(x) as the upper bread slice in a sandwich. If both g(x)g(x) and h(x)h(x) approach the same limit LL as xx approaches a certain value aa, then the function f(x)f(x) squeezed between them must also approach the same limit LL.

In simpler terms, if you can bound a function between two other functions that converge to the same point, then your function is forced to converge to that same point as well. This is especially useful when dealing with functions whose limits are not immediately obvious.

The Formal Statement

Here's the formal statement of the Sandwich Theorem:

Sandwich (Squeeze) Theorem:
If g(x)f(x)h(x)g(x) \le f(x) \le h(x) near x=ax = a, and limxag(x)=limxah(x)=L\lim_{x \rightarrow a} g(x) = \lim_{x \rightarrow a} h(x) = L, then limxaf(x)=L\lim_{x \rightarrow a} f(x) = L

Notice the crucial condition: the inequality g(x)f(x)h(x)g(x) \le f(x) \le h(x) must hold true near x=ax = a. This means it doesn't necessarily have to be true for all values of xx, but it must be true in some interval containing aa (except possibly at aa itself).

Key Formulas and Their Explanations

To effectively use the Sandwich Theorem, you need to be familiar with some fundamental inequalities and limits, particularly those involving trigonometric functions.

  1. Bounding Sine and Cosine:
1sin(x)1 for all x-1 \le \sin(x) \le 1 \text{ for all } x 1cos(x)1 for all x-1 \le \cos(x) \le 1 \text{ for all } x

These inequalities are direct consequences of the unit circle definition of sine and cosine. The sine and cosine functions represent the yy and xx coordinates, respectively, of a point on the unit circle, and these coordinates always lie between -1 and 1.

Example: Consider the limit limx0x2sin(1x)\lim_{x \rightarrow 0} x^2 \sin\left(\frac{1}{x}\right). We know that 1sin(1x)1-1 \le \sin\left(\frac{1}{x}\right) \le 1. Multiplying throughout by x2x^2 (which is non-negative near x=0x=0), we get x2x2sin(1x)x2-x^2 \le x^2 \sin\left(\frac{1}{x}\right) \le x^2. Since limx0x2=0\lim_{x \rightarrow 0} -x^2 = 0 and limx0x2=0\lim_{x \rightarrow 0} x^2 = 0, by the Sandwich Theorem, limx0x2sin(1x)=0\lim_{x \rightarrow 0} x^2 \sin\left(\frac{1}{x}\right) = 0.

  1. Proving the Limit limx0sin(x)x=1\lim_{x \rightarrow 0} \frac{\sin(x)}{x} = 1:

This is a classic application of the Sandwich Theorem. We'll use a geometric argument.

Consider a unit circle centered at the origin. Let xx be a small positive angle in radians. Consider the area of the triangle OABOAB, the area of the sector OABOAB, and the area of the triangle OACOAC, where A=(1,0)A = (1, 0), B=(cosx,sinx)B = (\cos x, \sin x), and C=(1,tanx)C = (1, \tan x).

We have:

Area of triangle OAB=121sinx=12sinxOAB = \frac{1}{2} \cdot 1 \cdot \sin x = \frac{1}{2} \sin x

Area of sector OAB=1212x=12xOAB = \frac{1}{2} \cdot 1^2 \cdot x = \frac{1}{2} x

Area of triangle OAC=121tanx=12tanxOAC = \frac{1}{2} \cdot 1 \cdot \tan x = \frac{1}{2} \tan x

From the geometry, we can see that:

Area of triangle OABOAB \le Area of sector OABOAB \le Area of triangle OACOAC

12sinx12x12tanx\frac{1}{2} \sin x \le \frac{1}{2} x \le \frac{1}{2} \tan x

Multiplying by 2, we get:

sinxxtanx\sin x \le x \le \tan x

Since we're interested in sinxx\frac{\sin x}{x}, let's manipulate this inequality. Dividing by sinx\sin x (which is positive for small positive xx), we get:

1xsinx1cosx1 \le \frac{x}{\sin x} \le \frac{1}{\cos x}

Taking reciprocals (and reversing the inequality signs):

cosxsinxx1\cos x \le \frac{\sin x}{x} \le 1

Now, as x0x \rightarrow 0, cosx1\cos x \rightarrow 1. Therefore, by the Sandwich Theorem:

limx0sin(x)x=1\lim_{x \rightarrow 0} \frac{\sin(x)}{x} = 1

For x0x \rightarrow 0^-, we use the fact that sin(x)\sin(x) is an odd function, i.e., sin(x)=sin(x)\sin(-x) = -\sin(x), which gives the same result.

  1. Another standard limit: limx01cos(x)x=0\lim_{x \rightarrow 0} \frac{1 - \cos(x)}{x} = 0

We can manipulate this limit using trigonometric identities and the previous result:

limx01cos(x)x=limx0(1cos(x))(1+cos(x))x(1+cos(x))=limx01cos2(x)x(1+cos(x))\lim_{x \rightarrow 0} \frac{1 - \cos(x)}{x} = \lim_{x \rightarrow 0} \frac{(1 - \cos(x))(1 + \cos(x))}{x(1 + \cos(x))} = \lim_{x \rightarrow 0} \frac{1 - \cos^2(x)}{x(1 + \cos(x))}

=limx0sin2(x)x(1+cos(x))=limx0sin(x)xlimx0sin(x)1+cos(x)= \lim_{x \rightarrow 0} \frac{\sin^2(x)}{x(1 + \cos(x))} = \lim_{x \rightarrow 0} \frac{\sin(x)}{x} \cdot \lim_{x \rightarrow 0} \frac{\sin(x)}{1 + \cos(x)}

We know limx0sin(x)x=1\lim_{x \rightarrow 0} \frac{\sin(x)}{x} = 1, and limx0sin(x)1+cos(x)=01+1=0\lim_{x \rightarrow 0} \frac{\sin(x)}{1 + \cos(x)} = \frac{0}{1 + 1} = 0. Therefore:

limx01cos(x)x=10=0\lim_{x \rightarrow 0} \frac{1 - \cos(x)}{x} = 1 \cdot 0 = 0

Tips for Cracking JEE Problems with the Sandwich Theorem

  • Look for Bounded Functions: Identify functions like sin(x)\sin(x), cos(x)\cos(x), arctan(x)\arctan(x) (where π2<arctan(x)<π2-\frac{\pi}{2} \lt \arctan(x) \lt \frac{\pi}{2}), or any function explicitly given with bounds. These are your prime candidates for applying the Sandwich Theorem.
  • Create the Sandwich: Manipulate the given expression to bound it between two simpler functions whose limits you can easily evaluate. This often involves multiplying or dividing by appropriate factors.
  • Check the Limit: Ensure that the limits of the "bread slices" (g(x)g(x) and h(x)h(x)) are equal. If they're not, the Sandwich Theorem cannot be applied.
  • Algebraic Manipulation: Trigonometric identities, rationalization, and other algebraic techniques are often needed to massage the expression into a suitable form for applying the theorem.

Common Mistakes to Avoid

  • Incorrect Inequalities: Make sure your inequalities are valid in the neighborhood of the point where you're taking the limit. An inequality that holds true for all xx but not near aa is useless for the Sandwich Theorem.
  • Unequal Limits: Don't try to apply the theorem if the limits of the bounding functions are different. This will lead to incorrect conclusions.
  • Ignoring the "Near" Condition: The inequality g(x)f(x)h(x)g(x) \le f(x) \le h(x) must hold near x=ax = a, not necessarily at x=ax = a itself.
  • Overcomplicating Things: Sometimes, a simpler approach might exist. Don't force the Sandwich Theorem if a direct substitution or another limit rule works.

JEE-Specific Tricks (If Applicable)

Many JEE problems cleverly disguise the Sandwich Theorem. They might involve a series of nested functions or an expression that seems impossible to simplify directly. Here's a general strategy:

  1. Spot the Bounded Function: Identify the part of the expression that's bounded (usually a trig function).
  2. Isolate It: Try to isolate that bounded function on one side of an inequality.
  3. Apply the Squeeze: Use algebraic manipulation to "squeeze" the entire expression between two simpler functions.

Example (Conceptual): Suppose you encounter a limit like limxcos(x)+x2x2\lim_{x \rightarrow \infty} \frac{\cos(x) + x^2}{x^2}. You can rewrite this as limx(cos(x)x2+1)\lim_{x \rightarrow \infty} \left(\frac{\cos(x)}{x^2} + 1\right). Since 1cos(x)1-1 \le \cos(x) \le 1, we have 1x2cos(x)x21x2-\frac{1}{x^2} \le \frac{\cos(x)}{x^2} \le \frac{1}{x^2}. As xx \rightarrow \infty, both 1x2-\frac{1}{x^2} and 1x2\frac{1}{x^2} approach 0. Therefore, limxcos(x)x2=0\lim_{x \rightarrow \infty} \frac{\cos(x)}{x^2} = 0, and the original limit becomes limx(0+1)=1\lim_{x \rightarrow \infty} (0 + 1) = 1.

By mastering the Sandwich Theorem and practicing its applications, you'll be well-equipped to tackle a wide range of limit problems on the JEE Main exam. Good luck, and happy squeezing!