4.1.6Calculus I — Limits & Derivatives

Important limits — lim(sin x - x) = 1, lim((1+1 - n)ⁿ) = e

1,779 words8 min readdifficulty · medium

Part 1 — limx0sinxx=1\lim_{x\to 0}\dfrac{\sin x}{x}=1

HOW to derive it — the squeeze (sandwich) argument

Look at a unit circle, with a small angle x>0x>0 (radians) at the centre.

Compare three areas for 0<x<π20<x<\frac\pi2:

  1. Triangle inside (vertices: centre, (1,0)(1,0), point on circle): area =121sinx=sinx2=\frac12\cdot 1\cdot \sin x=\frac{\sin x}{2}.
    Why this step? Triangle area =12×base×height=\frac12 \times \text{base} \times \text{height}; base =1=1 (radius), height =sinx=\sin x.
  2. Circular sector: area =12r2x=x2=\frac12 r^2 x = \frac{x}{2}.
    Why this step? Sector area =12r2θ=\frac12 r^2\theta with r=1r=1, θ=x\theta=x.
  3. Triangle outside (using the tangent): area =121tanx=tanx2=\frac12\cdot1\cdot\tan x=\frac{\tan x}{2}.
    Why this step? The tangent line gives a bigger right triangle of height tanx\tan x.

Geometrically: inner triangle \subset sector \subset outer triangle, so sinx2x2tanx2.\frac{\sin x}{2}\le \frac{x}{2}\le \frac{\tan x}{2}.

Multiply by 22 and divide by sinx>0\sin x>0: 1xsinx1cosx.1\le \frac{x}{\sin x}\le \frac{1}{\cos x}. Why this step? Dividing by the positive quantity sinx\sin x keeps inequalities the same direction; tanx/sinx=1/cosx\tan x/\sin x = 1/\cos x.

Take reciprocals (flips inequalities): cosxsinxx1.\cos x \le \frac{\sin x}{x}\le 1.

Now let x0x\to 0: cosx1\cos x\to 1 and the right side is 11. By the Squeeze Theorem the middle is trapped: limx0sinxx=1.\boxed{\lim_{x\to 0}\frac{\sin x}{x}=1.}


Part 2 — limn(1+1n)n=e\lim_{n\to\infty}\left(1+\dfrac1n\right)^n=e

HOW to derive — turn the exponent into a log

The clean way: take the natural log and use a Taylor/known limit. ln ⁣(1+1n)n=nln ⁣(1+1n).\ln\!\left(1+\tfrac1n\right)^n = n\ln\!\left(1+\tfrac1n\right). Let h=1n0h=\frac1n\to0. Then nln(1+h)=ln(1+h)h.n\ln(1+h)=\frac{\ln(1+h)}{h}. Why this step? n=1/hn=1/h, so multiplying by nn is dividing by hh — now it's a 0/00/0 limit we can evaluate.

Use the standard limit limh0ln(1+h)h=1\lim_{h\to0}\frac{\ln(1+h)}{h}=1 (this is the derivative of ln\ln at 11, since ln(1+h)ln1hddxlnxx=1=1\frac{\ln(1+h)-\ln1}{h}\to \frac{d}{dx}\ln x\big|_{x=1}=1).

So ln(expression)1\ln(\text{expression})\to 1, therefore the expression e1=e\to e^1=e. \blacksquare


Common mistakes (steel-manned)


Recall

Recall Active recall — cover and answer
  • What theorem proves sinxx1\frac{\sin x}{x}\to1, and which 3 areas are compared?
  • Why must xx be in radians?
  • Derive 1cosxx212\frac{1-\cos x}{x^2}\to\frac12.
  • What is lim(1+a/x)x\lim(1+a/x)^x and how do you get it?
  • Why is 11^\infty not just 11?
Recall Feynman — explain to a 12-year-old

Sin part: Take a slice of pizza with a curved crust. If the slice is super thin, the straight edge and the curvy crust are basically the same length — so "height of the slice ÷ angle" settles to exactly 1. e part: Imagine a bank that gives you 100% interest but pays you in smaller and smaller chunks more and more often. No matter how often they chop it up, your money never explodes — it stops at about 2.718 times. That magic stopping number is ee.


Connections

  • Squeeze (Sandwich) Theorem — the engine behind sinxx\frac{\sin x}{x}.
  • Radian Measure — why the "1" needs radians.
  • Derivative of sin and cos — built directly from this limit.
  • The Number e and ln — defined by the second limit.
  • Indeterminate Forms0/00/0 and 11^\infty.
  • L'Hôpital's Rule — an alternative (circular for these, so we used geometry/log).
  • Taylor Seriessinx=xx36+\sin x=x-\frac{x^3}{6}+\dots, ex=xk/k!e^x=\sum x^k/k!.

Flashcards

Value of limx0sinxx\lim_{x\to0}\frac{\sin x}{x} (radians)
11
Theorem used to prove sinx/x1\sin x/x\to1
Squeeze (Sandwich) Theorem
Three areas compared in the proof
inner triangle sinx2\frac{\sin x}{2}, sector x2\frac{x}{2}, outer triangle tanx2\frac{\tan x}{2}
Inequality after squeezing
cosxsinxx1\cos x\le \frac{\sin x}{x}\le 1
Why radians are required
sector area =12r2θ=\frac12 r^2\theta only holds in radians; in degrees the limit is π/180\pi/180
limx01cosxx2\lim_{x\to0}\frac{1-\cos x}{x^2}
12\frac12
limx0tanxx\lim_{x\to0}\frac{\tan x}{x}
11
limx0sinkxx\lim_{x\to0}\frac{\sin kx}{x}
kk
Definition of ee as a limit
limn(1+1/n)n\lim_{n\to\infty}(1+1/n)^n
Indeterminate form of (1+1/n)n(1+1/n)^n
11^\infty
Trick to evaluate 11^\infty limits
take natural log, get a 0/00/0 form
limx(1+a/x)x\lim_{x\to\infty}(1+a/x)^x
eae^a
limx0(1+x)1/x\lim_{x\to0}(1+x)^{1/x}
ee
limn(1+1/n2)n\lim_{n\to\infty}(1+1/n^2)^n
11 (log =1/n0=1/n\to0)
Key log limit used for ee
limh0ln(1+h)h=1\lim_{h\to0}\frac{\ln(1+h)}{h}=1
limn(n+2n1)n\lim_{n\to\infty}\left(\frac{n+2}{n-1}\right)^n
e3e^3

Concept Map

first pillar

second pillar

relies on

proved via

gives inequality

applied to

as x to 0

derives

derives

derives

unlocks

unlocks

Two atomic limits

lim sin x over x = 1

lim 1+1 over n to n = e

Radians: arc = angle

Squeeze Theorem

Area chain: triangle < sector < triangle

cos x <= sin x / x <= 1

Derivatives of sin, cos, trig

tan x over x = 1

1-cos x over x^2 = 1/2

sin kx over x = k

e, ln, exponential growth

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, calculus me do limits sabse zyada important hain, aur ye dono "atomic" hain — inse poora derivative aur exponential ka theory banta hai. Pehla: limx0sinxx=1\lim_{x\to0}\frac{\sin x}{x}=1. Iska intuition simple hai — jab angle xx bahut chhota ho (radians me), to circle ka arc, chord aur sinx\sin x ki height teeno almost barabar ho jaate hain. Isliye ratio exactly 11 pe settle hota hai. Proof Squeeze Theorem se: inner triangle area \le sector area \le outer triangle area, yaani sinx/2x/2tanx/2\sin x/2 \le x/2 \le \tan x/2. Simplify karo to cosxsinxx1\cos x \le \frac{\sin x}{x}\le 1, aur x0x\to0 pe dono taraf 11, beech wala fas gaya — answer 11. Yaad rakho: radians zaroori hai, degrees me ye galat ho jaata hai.

Dusra limit: limn(1+1/n)n=e2.718\lim_{n\to\infty}(1+1/n)^n=e\approx2.718. Ye 11^\infty form hai — base 11 ki taraf jaa raha hai par power infinity, dono ladte hain aur ek fixed number ee pe ruk jaate hain. Trick yahi hai: pehle log lo. ln\ln lene se nln(1+1/n)=ln(1+h)hn\ln(1+1/n)=\frac{\ln(1+h)}{h} ban jaata hai (jaha h=1/nh=1/n), aur ye 1\to1 hota hai, isliye original expression e1=e\to e^1=e.

Exam me jo bhi tough limit aaye, usually inhi do me se ek hota hai disguise me. Jaise sin5x3x\frac{\sin 5x}{3x} ko adjust karo sin5x5x53\frac{\sin5x}{5x}\cdot\frac53, ya (1+3/n)2n(1+3/n)^{2n} ko (e3)2=e6(e^3)^2=e^6. Bas argument match karwana seekho — sin wale me upar-neeche same cheez, aur ee wale me power ko denominator ke saath match. Galti sabse common: 11^\infty ko seedha 11 maan lena — kabhi mat karna, hamesha log karke verify karo.

Go deeper — visual, from zero

Test yourself — Calculus I — Limits & Derivatives

Connections