4.3.19Calculus III — Sequences & Series

Applications — approximation, evaluating limits

1,480 words7 min readdifficulty · medium

WHY this works

WHY the f(n)(a)n!\frac{f^{(n)}(a)}{n!}? Derive it. Suppose f(x)=cn(xa)nf(x)=\sum c_n (x-a)^n actually equals a power series. Differentiate kk times and plug in x=ax=a:

f(k)(x)=nkcnn!(nk)!(xa)nk.f^{(k)}(x)=\sum_{n\ge k} c_n\,\frac{n!}{(n-k)!}(x-a)^{n-k}.

Every term with n>kn>k still has a factor (xa)(x-a), so at x=ax=a it vanishes. Only n=kn=k survives: f(k)(a)=ckk!ck=f(k)(a)k!.f^{(k)}(a)=c_k\,k!\quad\Rightarrow\quad c_k=\frac{f^{(k)}(a)}{k!}.

That's the only choice of coefficients that makes the polynomial match the function's value and all its slopes/curvatures at aa. That's WHY it's the best polynomial fit.


HOW to approximate — and HOW to trust it

WHY a bound? We don't know cc, but if f(N+1)M|f^{(N+1)}|\le M on the interval, then RN(x)M(N+1)!xaN+1.|R_N(x)|\le \frac{M}{(N+1)!}|x-a|^{N+1}. This is your guarantee: "my answer is correct to within this much."

Figure — Applications — approximation, evaluating limits

HOW to kill limits (the powerful trick)



Recall Feynman: explain to a 12-year-old

A wiggly function is hard to compute. But Newton found a magic trick: near one point, the function behaves almost exactly like a simple polynomial — start with its height, then add a piece for its slope, then a tinier piece for how it bends, and so on. The further pieces get tiny super fast (divided by 1,2,6,24,1,2,6,24,\dots). To get sin(0.1)\sin(0.1) you just add a couple of these tiny pieces. And when a fraction looks like 00\frac00, you swap both top and bottom for their polynomial twins, cross out the equal small bits, and the answer pops out.


Flashcards

What is the Maclaurin coefficient cnc_n and why?
cn=f(n)(0)n!c_n=\frac{f^{(n)}(0)}{n!}; it's the unique value making the polynomial match ff's nn-th derivative at 00.
Lagrange remainder of a Taylor polynomial PNP_N?
RN(x)=f(N+1)(c)(N+1)!(xa)N+1R_N(x)=\frac{f^{(N+1)}(c)}{(N+1)!}(x-a)^{N+1} for some cc between aa and xx.
Error bound for an alternating series?
\le the absolute value of the first omitted term.
limx0sinxxx3\lim_{x\to0}\frac{\sin x - x}{x^3}?
16-\frac16 (from sinxx=x3/6+\sin x - x=-x^3/6+\cdots).
limx0ex1xx2\lim_{x\to0}\frac{e^x-1-x}{x^2}?
12\frac12.
Why must you keep enough series terms in a limit?
Lowest powers cancel; you need the term that matches the denominator's degree to survive.
Maclaurin series of cosx\cos x?
1x22!+x44!1-\frac{x^2}{2!}+\frac{x^4}{4!}-\cdots
Convergence interval of ln(1+x)\ln(1+x) series?
1<x1-1<x\le 1.
General error bound if f(N+1)M|f^{(N+1)}|\le M?
RN(x)M(N+1)!xaN+1|R_N(x)|\le\frac{M}{(N+1)!}|x-a|^{N+1}.

Connections

Concept Map

expand as

infinite polynomial

computable by

coefficients from

derived by

a=0 case

four standard

truncate to

plus

bounded by

used to

used to

guarantees accuracy of

Scary function f

Taylor series

Polynomials

Arithmetic by hand

c_n = f^n a over n!

Differentiate k times, set x=a

Maclaurin series

e^x, sin, cos, ln 1+x

Taylor polynomial P_N

Remainder R_N Lagrange

Error bound M over N+1! x^N+1

Approximate values

Evaluate 0 over 0 limits

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, idea bahut simple hai: koi bhi smooth function ko hum uske ek point ke aas-paas ek polynomial se replace kar sakte hain — isko Taylor series bolte hain. Polynomial isliye chahiye kyunki sirf jod (add), guna (multiply) aur bhag (divide) hum haath se kar sakte hain. Har term ka coefficient f(n)(a)n!\frac{f^{(n)}(a)}{n!} hota hai, aur yeh isliye nikalta hai kyunki yahi ek choice hai jisse polynomial ki value, slope, curvature sab original function se match karein point aa par.

Approximation ke liye: jaise sin(0.1)\sin(0.1). sinxxx36\sin x \approx x - \frac{x^3}{6} use karo, arithmetic karo, ho gaya. Aur kitna error hai? Lagrange remainder RNR_N ya alternating series ka rule (error \le first chhoda hua term) se bound nikaalo — yeh guarantee deta hai ki answer kitna sahi hai. Yaad rakho: error xaN+1|x-a|^{N+1} par depend karta hai, isliye xx point ke paas hona chahiye warna do term kaafi nahi honge.

Limits ke liye toh yeh trick magic hai. Jab 00\frac00 form aaye, top aur bottom dono ki series likho aur lowest power cancel kar do. Jaise sinxxx3\frac{\sin x - x}{x^3}: sinxx=x36+\sin x - x = -\frac{x^3}{6}+\cdots, divide by x3x^3, x0x\to0 — answer 16-\frac16. L'Hopital se kabhi-kabhi yeh fast hota hai kyunki baar-baar differentiate nahi karna padta.

Ek warning: limit me itne terms zaroor rakho ki denominator ki degree wala term bach jaaye, warna galat answer milega. Aur ln(1+x)\ln(1+x) wali series sirf x<1|x|<1 tak valid hai — convergence ka radius hamesha check karo. Mnemonic yaad rakho: Plug, Cancel, Crawl, Conclude.

Go deeper — visual, from zero

Test yourself — Calculus III — Sequences & Series

Connections