Every problem in this topic lands in exactly one of nine boxes — Figure s02 shows them as a map, so you can see which cell your problem sits in rather than read a heavy table.
Figure s02 — the scenario map. Top row (blue): the three approximation cells A/B/C, arranged left-to-right by how far the input sits from the expansion center (small +, small −, edge of convergence). Bottom rows (green): the six limit cells D–I, from the plain single-function 00 up to composed series. Each box is labelled with its example number; that same label heads the worked example below.
A — Approx, small x>0: plug value into PN, bound error → Ex 1 (cos0.3)
B — Approx, small x<0: negative arg, signs alternate → Ex 2 (e−0.5)
C — Approx, edge of convergence: ln(1+x) near ∣x∣=1, slow → Ex 3 (ln1.5)
D — Limit 00, one function: cancel lowest power → Ex 4
E — Limit 00, two functions divided: ratio of leaders → Ex 5
F — Limit ∞−∞ recast to 00: combine first → Ex 6
G — Limit needing a deeper term: leading terms cancel → Ex 7
H — Word problem (real units): small-angle physics → Ex 8
I — Exam twist: substitute a series into a series → Ex 9
Here PN is the partial sum just defined; "plug value into PN" means evaluate that polynomial at your number.
Figure s03 — Ex 1. The red curve is cosx; the yellow dashed curve is P4(x)=1−2x2+24x4. At the blue marker x=0.3 the two are indistinguishable — the vertical gap (the error) is about 10−6, far below our 10−4 target.
Figure s04 — Ex 2. Bars show the size of each successive term n!∣x∣n for x=−0.5; the colours alternate (+ blue, − red) because odd powers of a negative number flip sign. The bars shrink fast — the first grey (omitted) bar past x4 is the error bound.
Figure s05 — Ex 3. The running partial sums of ln(1.5) (blue dots) crawl toward the true value (yellow dashed line) only slowly, ping-ponging above and below it because the series alternates. Contrast the fast cos convergence of Figure s03 — this is what "near the edge" costs you.
Figure s01 — Ex 4. The red curve is 1−cosx; the dashed yellow curve is its leading parabola 2x2. Near x=0 the two overlap almost perfectly, so their ratio approaches 21. Axes: horizontal x, vertical value; the blue dot marks the origin where both are 0.
Figure s06 — Ex 5. The red curve is tanx−x; the yellow dashed curve is its leading cubic 3x3. Both are flat-then-rising near 0 (a cubic, not a parabola) — dividing by x3 leaves the constant 31, the blue horizontal line the ratio approaches.
Figure s07 — Ex 6. Left: x1 (blue) and sinx1 (red) both rocket to ∞ as x→0 — subtracting two infinities is meaningless. Right: their difference (green) is a tame curve sliding smoothly through 0 — that is the value the limit finds.
Figure s08 — Ex 7. A term-by-term ledger of the numerator ex2−1−x2: the constant term and the x2 term (red, struck through) cancel against the −1−x2; the first survivor is 2x4 (green). Stop before x4 and you would wrongly see "0" — this is why you dig deeper.
Figure s09 — Ex 8. A pendulum bob swung out by angle θ0. The vertical rise of the bob above its lowest point is proportional to 1−cosθ0; the yellow bracket marks that small height, which the series approximates as 2θ02.
Figure s10 — Ex 9. The red curve is ln(1+sinx)−x; the yellow dashed curve is its leading term −2x2. They coincide near 0 (both open downward), so dividing by x2 gives the constant −21, the blue horizontal line.
Recall Quick self-test (reveal answers)
limx→0x21−cosx ::: 21limx→0x3tanx−x ::: 31limx→0(x1−sinx1) ::: 0limx→0x2ln(1+sinx)−x ::: −21
Which series has interval −1<x≤1? ::: ln(1+x)