Intuition What this page is
> The parent note proved the two big limits and showed a handful of examples. Here we build a map of every kind of problem these two limits can throw at you — then solve one representative of each. When you finish, no exam variant should feel new.
Every problem built on these two limits falls into one of the cells below. The right column names the example that lands in that cell.
#
Cell (what makes it different)
Which limit
Trap it hides
Example
1
scaled s i n ( scaled ) , plain rescale
sin
forgetting to match arguments
A
2
Higher power x 3 , needs the x 2 1 − c o s x helper
sin
splitting the power wrong
B
3
Two-sided check: does the limit exist as x → 0 − too? (sign of x )
sin
assuming even/odd blindly
C
4
Geometric / word problem (arc vs chord shrinking)
sin
reading the picture wrong
D
5
Degrees, not radians (the "= 1 is a lie" case)
sin
using radian value in degrees
E
6
( 1 + x a ) x with negative a
e
sign of the exponent
F
7
Base doesn't shrink like x 1 (degenerate e )
e
pattern-matching too fast
G
8
Real-world compound growth (continuous interest)
e
choosing the wrong a
H
9
Exam twist: mix both limits in one expression
both
evaluating pieces separately when you can't
I
Rows 1–5 stress the sin limit across sign, power, dimension, and units. Rows 6–8 stress the e limit across sign and degeneracy. Row 9 is the boss fight.
Before anything, the two engines we keep reusing. Everything below is one of these, disguised:
x → 0 lim sin 2 x sin 7 x .
Forecast: guess the answer before reading. (Hint: both shrink like their arguments — so it's a ratio of the arguments.)
Step 1. Multiply and divide to force each sin over its own argument:
s i n 2 x s i n 7 x = 7 x s i n 7 x ⋅ s i n 2 x 2 x ⋅ 2 x 7 x .
Why this step? The master u s i n u needs the argument on top and bottom to match. Here we have two different sines, so we give each its matching denominator, then correct with the leftover 2 x 7 x .
Step 2. As x → 0 : 7 x → 0 so 7 x s i n 7 x → 1 ; likewise s i n 2 x 2 x → 1 (reciprocal of a → 1 quantity is still 1 ). The last factor 2 x 7 x = 2 7 is already constant.
Why this step? We use the master limit once per sine, then multiply the surviving numbers.
Step 3. 1 ⋅ 1 ⋅ 2 7 = 2 7 .
Verify: plug a tiny x = 0.001 : sin ( 0.007 ) / sin ( 0.002 ) ≈ 0.006999.../0.001999... ≈ 3.4999 ≈ 2 7 . ✓
x → 0 lim x 3 x − sin x .
Forecast: it's 0/0 ; the answer is a small fraction, not 0 or ∞ . Guess.
Step 1. This one won't yield to a single sine. Use the Taylor Series anchor sin x = x − 6 x 3 + 120 x 5 − … , so x − sin x = 6 x 3 − 120 x 5 + … .
Why this step? x s i n x → 1 only sees the leading behaviour; a 0 0 of order x 3 needs the next term. Taylor gives exactly the next term.
Step 2. Divide by x 3 :
x 3 x − s i n x = 6 1 − 120 x 2 + … .
Why this step? Term-by-term division exposes the constant that survives when x → 0 ; every remaining term still has a factor of x 2 and dies.
Step 3. lim x → 0 ( 6 1 − 120 x 2 + … ) = 6 1 .
Verify: x = 0.01 : ( 0.01 − sin 0.01 ) /0.0 1 3 ≈ ( 1.6666 × 1 0 − 7 ) /1 0 − 6 ≈ 0.16667 ≈ 6 1 . ✓
x → 0 lim x sin x = 1 from the left too , i.e. as x → 0 − .
Forecast: we proved it for x > 0 using areas. Does going negative change the answer or break it?
Step 1. Look at the graph. Set x = − t with t > 0 .
− t s i n ( − t ) = − t − s i n t = t s i n t .
Why this step? sin is an odd function (sin ( − t ) = − sin t ), and the denominator flips sign too. The two minus signs cancel — the ratio is even .
Step 2. As x → 0 − , t → 0 + , and t s i n t → 1 by the (already proven) right-hand result.
Why this step? We reduced the untested left side to the tested right side.
Step 3. Left limit = right limit = 1 , so the two-sided limit exists and equals 1 .
Verify: x = − 0.001 : sin ( − 0.001 ) / ( − 0.001 ) = sin ( 0.001 ) /0.001 ≈ 0.99999983 . ✓ Same as the positive side.
Worked example A point rides on a unit circle. As the central angle
x (radians) shrinks, what is the limiting ratio of the straight chord length to the arc length ?
Forecast: chord is a shortcut across the arc, so chord < arc always. But as the angle shrinks, does the ratio go to 0 , some fraction, or 1 ?
Step 1. Set up the lengths on the picture.
Arc length on a unit circle = x (this is exactly why Radian Measure is used — the angle is the arc).
Chord length between the two endpoints = 2 sin 2 x (drop a perpendicular; each half is sin 2 x ).
Why this step? We turn a geometry question into a ratio of two familiar quantities.
Step 2. Form the ratio and reshape it to a master limit:
arc chord = x 2 s i n 2 x = 2 x s i n 2 x .
Why this step? Writing x = 2 ⋅ 2 x makes the argument of sin equal the denominator — the exact shape u s i n u with u = 2 x .
Step 3. As x → 0 , u = 2 x → 0 , so the ratio → 1 .
Verify: x = 0.1 rad: chord = 2 sin ( 0.05 ) = 0.099979 , arc = 0.1 , ratio = 0.99979 → 1 . ✓ The "thin pizza slice" intuition made numeric.
x → 0 lim x sin ( x ∘ ) , where x is measured in degrees .
Forecast: most people blurt "1". It is not 1. Guess what breaks.
Step 1. Convert degrees to radians inside the sine, because sin in all our theory eats radians: x ∘ = 180 π x radians.
Why this step? The master limit u s i n u = 1 was proven with sector area 2 1 r 2 θ , valid only in radians . So we must feed sin a radian argument.
Step 2. Substitute and match arguments:
x s i n ( 180 π x ) = 180 π x s i n ( 180 π x ) ⋅ 180 π .
Why this step? Give the sine its matching denominator 180 π x ; the correction factor 180 π is left over.
Step 3. The matched fraction → 1 , so
lim x → 0 x s i n ( x ∘ ) = 180 π ≈ 0.01745.
Verify: x = 1 degree: sin ( 1 ∘ ) = 0.0174524 , divided by 1 = 0.0174524 ≈ 180 π . ✓ The clean "= 1 " was a radians-only privilege.
x → ∞ lim ( 1 − x 4 ) x .
Forecast: it's 1 ∞ . The base sits below 1, so the answer should be below 1 — a decaying quantity. Guess whether it's e 4 or e − 4 .
Step 1. Match to the master ( 1 + x a ) x → e a . Here − x 4 = x a gives a = − 4 .
Why this step? The rule doesn't care about the sign of a ; it only reads the constant on top of x 1 .
Step 2. (Log check, to be safe.) ln ( expr ) = x ln ( 1 − x 4 ) = 1/ x l n ( 1 − x 4 ) . With ln ( 1 + t ) ≈ t for small t = − x 4 , this is 1/ x − 4/ x = − 4 .
Why this step? Logging turns 1 ∞ into a 0 0 we can evaluate — the safe universal method for indeterminate powers, see Indeterminate Forms .
Step 3. ln ( expr ) → − 4 , so expr → e − 4 ≈ 0.0183 .
Verify: x = 100000 : ( 1 − 4/100000 ) 100000 ≈ 0.018314 ≈ e − 4 = 0.018316 . ✓ Below 1, as forecast.
n → ∞ lim ( 1 + n 2 5 ) n .
Forecast: it looks like the e pattern. But the base's extra bit is n 2 5 , not n 5 . Does that matter?
Step 1. Log it: ln ( expr ) = n ln ( 1 + n 2 5 ) .
Why this step? Same reflex as always — never trust 1 ∞ , log it first.
Step 2. For large n , ln ( 1 + t ) ≈ t with t = n 2 5 :
n ⋅ n 2 5 = n 5 → 0.
Why this step? The exponent n multiplies a base-bump of order n 2 1 ; the product is order n 1 , which dies. The bump must scale like n 1 (matching the exponent) to leave a finite log.
Step 3. ln ( expr ) → 0 , so expr → e 0 = 1 .
Verify: n = 1 0 5 : ( 1 + 5/1 0 10 ) 1 0 5 = exp ( 1 0 5 ⋅ 5 × 1 0 − 10 ) = exp ( 5 × 1 0 − 5 ) ≈ 1.00005 → 1 . ✓ Not e 5 — the pattern was a decoy.
Worked example A bank offers
6% annual interest , compounded continuously (infinitely often). By what factor does a deposit grow in 1 year ? In 10 years ?
Forecast: 6% simple would give × 1.06 in a year. Continuous compounding gives slightly more . Guess how much more.
Step 1. Split the year into n tiny periods; each period pays n 0.06 , applied n times:
factor 1 = ( 1 + n 0.06 ) n .
Why this step? "Compounded n times" literally means multiply the base 1 + n rate by itself n times.
Step 2. Let n → ∞ (continuous). This is the master with a = 0.06 :
( 1 + n 0.06 ) n → e 0.06 ≈ 1.06184.
Why this step? Continuous = infinitely many splits = the exact limit that defines e a ; see The Number e and ln .
Step 3. Over 10 years the exponent scales: factor = e 0.06 × 10 = e 0.6 ≈ 1.82212 .
Why this step? Ten years of continuous growth stacks the rate: e r t with r = 0.06 , t = 10 .
Verify: e 0.06 = 1.061837 (vs simple 1.06 — about 0.18% more, as forecast). e 0.6 = 1.822119 , so a $1000 deposit becomes about $1822.12. ✓
x → ∞ lim ( cos x 1 ) x 2 .
Forecast: as x → ∞ , x 1 → 0 so cos x 1 → 1 — another 1 ∞ . Both the cosine limit and the e machinery are hiding here. Guess: does it go to 1 , e − 1/2 , or 0 ?
Step 1. Log it: ln ( expr ) = x 2 ln ( cos x 1 ) .
Why this step? 1 ∞ — log first, always.
Step 2. Set t = x 1 → 0 . Then x 2 = t 2 1 and we need t 2 l n ( c o s t ) . Write ln ( cos t ) = ln ( 1 − ( 1 − cos t ) ) ≈ − ( 1 − cos t ) for small t :
t 2 l n ( c o s t ) ≈ t 2 − ( 1 − c o s t ) = − t 2 1 − c o s t → − 2 1 .
Why this step? Here the sin-family helper t 2 1 − c o s t → 2 1 (from the parent) plugs directly into the log expansion ln ( 1 + u ) ≈ u . Two atomic limits meeting in one line.
Step 3. ln ( expr ) → − 2 1 , so expr → e − 1/2 = e 1 ≈ 0.6065 .
Verify: x = 1000 : ( cos 0.001 ) 1 0 6 = exp ( 1 0 6 ln cos 0.001 ) = exp ( 1 0 6 ⋅ ( − 5.0 × 1 0 − 7 )) = exp ( − 0.5 ) ≈ 0.60653 . ✓ Not 1 — the compounding wins.
Recall Which cell is which — cover and name the trap
Example E's trap ::: using the radian value 1 when the argument is in degrees; true answer 180 π .
Example G's trap ::: pattern-matching to e when the base bump is n 2 1 , not n 1 ; answer is 1 .
Example F's trap ::: dropping the sign of a ; answer is e − 4 , not e 4 .
Tool that makes Example B possible ::: the Taylor Series of sin x , since x s i n x alone can't reach an x 3 order limit.
Why Example C's limit is even ::: sin is odd, denominator flips too, minus signs cancel.
Mnemonic One-line survival kit
Match the argument (sin) — give every sine its own denominator.
Log it, don't trust it (1 ∞ ) — then read the constant left on top of x 1 .
Radians only — degrees smuggle in a 180 π .