4.3.16 · D4Calculus III — Sequences & Series

Exercises — Taylor series — derivation from power series

2,307 words10 min readBack to topic

Level 1 — Recognition

Goal: identify centre, coefficients, and the objects in the formula. No heavy computation.

Recall Solution L1.1

(a) Every power is , so the displacement from the centre is . That means . (b) The coefficient sitting on is . (c) Rearrange into . Why: , and the coefficient already had the factorial divided out, so we multiply it back to recover the raw derivative.

Recall Solution L1.2

A Maclaurin series is a Taylor series with centre . Series A has powers , so — that is the Maclaurin one. Series B has , so its centre is . Careful: hides a minus a negative.


Level 2 — Application

Goal: run "derive times, divide by , plug in " end to end.

Recall Solution L2.1

Differentiate repeatedly; each derivative pulls down a factor of (chain rule): Plug in (so ): . Apply : Check against the shortcut: replacing in gives , i.e. — matching . ✓

Recall Solution L2.2

Derivatives cycle every four steps: At : . So . Divide by : Only even powers survive because the odd-order derivatives all pass through .

Recall Solution L2.3

At : . Coefficients: . Why powers of ? The centre is , so the natural building block is the displacement , not .


Level 3 — Analysis

Goal: reason about structure, symmetry, and degenerate inputs.

Recall Solution L3.1

Suppose . Replace : the left side is unchanged (even function), while . Matching: If is odd, , forcing , i.e. , so . Thus all odd coefficients vanish — only even powers remain. This matches L2.2 without any calculus, just symmetry.

Recall Solution L3.2

About : is already a polynomial in , so its Maclaurin series is itself: . Check: . ✓ All coefficients for because . About : compute ; ; , so ; . Special feature: the series terminates — a degree- polynomial has a Taylor series with at most terms about any centre, because all derivatives beyond order are zero. No convergence worries; equality is exact everywhere.

Recall Solution L3.3

, , …, . So : This is exactly a geometric series with ratio ; it converges only for . At , say, the true value is , but diverges — the coefficients are still "correct," yet the series fails to equal outside the interval. See Power series — radius & interval of convergence.


Level 4 — Synthesis

Goal: combine Taylor series with other operations — multiply, substitute, differentiate, take limits.

Recall Solution L4.1

Start from and substitute : Why this is legal: substitution into a convergent power series just relabels the variable; it reproduces exactly what repeated differentiation would give, far more cheaply. (Differentiating four times by hand is painful — this is the payoff.)

Recall Solution L4.2

Use and . Multiply, keeping terms up to : Collect by power:

  • : .
  • : .
  • : , plus . Sum .
Recall Solution L4.3

Expand the numerator: Divide by : Why series beat L'Hôpital here: the form would need L'Hôpital twice; the series shows the answer is just the coefficient of in the numerator, read off in one step. See Linear approximation & differentials for why the leading surviving term controls the limit.


Level 5 — Mastery

Goal: derive general formulas and prove structural facts.

Recall Solution L5.1

Differentiate: . This is a geometric series (ratio ): Since , integrate term by term from to : This matches parent Example 3 with the substitution (i.e. about ). Convergence: (and, as a bonus, gives the alternating harmonic series ).

Recall Solution L5.2

From , the coefficient of (take ) is Reverse the coefficient rule : Idea: the series is an encyclopedia of all derivatives at the centre — reading off a coefficient and multiplying by recovers any derivative instantly.

Recall Solution L5.3

Let , which equals for all near . Set .

  • Put : every term with , , dies, leaving .
  • Differentiate once and put : the same "killer move" from the parent note leaves , so .
  • Differentiate times and set : , so . Since , each , hence for all . This is exactly why the Taylor derivation gives THE series, not one of many — the representation is unique.

Recall Self-test checklist

Read the centre off any series (find )? ::: Force into ; the number subtracted is . Recover a raw derivative from a coefficient? ::: . Get a series without differentiating? ::: Substitute or multiply known series (L4). Know when a correct series still fails to equal ? ::: Outside the radius of convergence, or if .

Connections