Before we start, one reminder in plain words. The symbol limx→af(x)=L is read "as x gets closer and closer to the number a (but never equals it), the value f(x) gets closer and closer to L." The arrow → means "approaches." We never arrive at a; we sneak up on it. Everything below rests on that one idea, powered underneath by the Limit definition (epsilon-delta).
Step 1 (right side, x→0+). Look at the figure: the unit circle, an angle x measured in radians (arc length on a radius-1 circle). Three regions nest:
area of inner triangle≤area of sector≤area of outer triangle.
Their areas are 21sinx, 21x, 21tanx respectively. So sinx≤x≤tanx.
Why this step? We need to compare sinx to x itself, and geometry gives us that comparison for free — the sector is squeezed between two triangles you can see in the picture.
Step 2. Divide the chain sinx≤x≤tanx by sinx (positive for 0<x<2π), then take reciprocals (which flips ≤ to ≥):
cosx≤xsinx≤1.Why this step? We rearrange until the middle is exactly the quantity xsinx we want. Reciprocating a chain of positives reverses it, hence the flip.
Step 3. As x→0+: cosx→1 (walls meet). Squeeze ⇒limx→0+xsinx=1.
Step 4 (left side, x→0−). The function xsinx is even: replacing x by −x gives −xsin(−x)=−x−sinx=xsinx, unchanged.
Why this step? Evenness means the graph is mirror-symmetric about the vertical axis. Concretely, for any x<0 write x=−u with u>0; then xsinx=usinu, and as x→0− we have u→0+, so the left-hand values are literally the same numbers as the right-hand ones. Hence limx→0−xsinx=limu→0+usinu=1 too.
Step 5 (glue the two sides). A two-sided limit exists and equals Lexactly when both one-sided limits exist and equal that same L — this is the definition of a two-sided limit unpacked. Here both sides gave 1, so the loop is closed.
Why this step? Steps 3 and 4 only proved the right and left limits separately; this step states the rule that lets us combine them into the single two-sided statement.
Step 1. The bounds are honest: −1≤sinx1≤1 for all x=0.
Why this step? Same cage as always. Nothing wrong with the inequality itself.
Step 2. Check the walls' limits. limx→0(−1)=−1 and limx→0(1)=1.
Why this step? The parent's golden rule: the theorem concludes only when both walls tend to the sameL. Here the lower wall sits at −1, the upper at +1. They never meet.
Step 3. Because the walls stay a full distance 2 apart, there is a wide corridor for sinx1 to roam. Look at the figure: as x→0 the graph oscillates between −1 and +1 forever, faster and faster. It never settles.
Why this step? No common L means squeeze gives no conclusion. And indeed the limit genuinely does not exist — this is an Oscillating functions failure.
Conclusion. Squeeze theorem: no conclusion (walls differ). The true limit: x→0limsinx1does not exist.
Verify: Sample xn=2πn+π/21 gives sinxn1=sin(2πn+2π)=+1; sample xn=2πn−π/21 gives −1. Two subsequences approach 0 but the function heads to +1 on one and −1 on the other → no single limit. ✓ This is why you must make the walls tight.
Step 1. Cage the buzz: −1≤cos(50t)≤1 for all t.
Why this step? However fast the string vibrates, cosine stays in [−1,1]. The frequency50 is irrelevant to the cage.
Step 2. Multiply by e−t. Exponentials are always positive (e−t>0 for every t), so the direction is preserved:
−e−t≤e−tcos(50t)≤e−t.Why this step? This is cell A again in disguise — e−t is our non-negative multiplier. Why an exponential here and not, say, 1/t? Because physical damping (friction, air resistance) removes a fixed fraction of energy per unit time, and the function that shrinks by a constant fraction each step is precisely the exponential e−t.
Step 3. As t→∞, e−t→0 and −e−t→0 (the walls, an envelope, collapse — see the two dashed curves hugging the wiggle in the figure).
Why this step? Both walls tend to the same value 0.
Conclusion.t→∞lime−tcos(50t)===0== metres — the string comes to rest at its equilibrium position.
Verify: At t=5: e−5≈0.00674, cos(250)≈−0.087, so y≈−0.00059 m — under a millimetre in size, trapped inside [−0.00674,0.00674]. Units are metres throughout. ✓ The vibration hasn't stopped, but its size has shrunk to nothing.
Which cell has NO conclusion, and why? ::: Cell E — the two walls tend to different values (−1 and +1), so squeeze says nothing; the limit truly doesn't exist.
In Example 2, why use ∣x∣ instead of x? ::: x is negative on the left of 0 and would flip the inequality; ∣x∣≥0 never flips it.
In Example 8, what made the denominator safe to divide by? ::: 2+sin(1/x)≥1>0 always, so it's never zero or negative.
Why is e−t (not 1/t) the right damping wall in Example 7? ::: Physical damping removes a fixed fraction of energy per unit time — that constant-fraction decay is exactly exponential.
Why is proving both one-sided limits equal 1 enough for the two-sided limit in Example 3? ::: A two-sided limit exists and equals L exactly when both one-sided limits exist and equal that same L.