4.3.16 · D1Calculus III — Sequences & Series

Foundations — Taylor series — derivation from power series

1,617 words7 min readBack to topic

Before you can read the parent note Taylor series — derivation from power series, you must own the ten small ideas below. We go strictly in order: nothing appears before it is defined and drawn.


1. Function — a height machine

The picture. Put on the horizontal axis. The output is a height above (or below) that point. Sweep left-to-right and the heights trace a curve.

Figure — Taylor series — derivation from power series

Why the topic needs it. Taylor series is about copying a curve. The thing we copy is exactly this height machine .


2. The point — the centre we build around

The picture. Mark a single dot on the -axis at . Everything we do happens near that dot.

Why. A Taylor series is only promised to be accurate near one place. That place is .


3. Displacement — "how far from the centre"

The picture. Stand at . If is to the right, is a small positive step; to the left, it is negative; and exactly at the centre.

Figure — Taylor series — derivation from power series

4. Powers and — repeated multiplication

Why. Our copy is built from the pieces — the flat piece, the sloped piece, the curved piece, ... . Each power is one "shape ingredient".


5. Coefficients — how much of each ingredient

The picture. Think of a mixing desk. sets the base height, sets the tilt, sets the bend. Turning each dial changes how much of that ingredient goes in.


6. Subscript and the index — counting the terms

Why. We need to talk about "the general -th term" all at once instead of writing infinitely many lines.


7. Sigma notation — a compact "add them all up"

The picture. A conveyor belt: the counter clicks and each click drops one term into a running total.

Why. The Taylor series is literally . Without we could not write an infinite sum on one line.


8. Derivative — instantaneous steepness

The picture. Zoom into the curve at a point until it looks straight. is the steepness of that little straight segment — rise over run of the tangent line.

Figure — Taylor series — derivation from power series

9. Higher derivatives , , — slope of the slope

Why. In the parent derivation, evaluating is what pins down the -th coefficient.


10. Factorial — the multiply-down staircase

The picture. A descending staircase of factors: start at and step down to , multiplying every step.

Figure — Taylor series — derivation from power series

11. Evaluating "at " — the freeze trick


How these feed the topic

Function f of x = height machine

Centre a = glue point

Displacement x minus a

Powers x minus a to the n

Coefficients c_n = mixing dials

Sigma sum = add all terms

Derivative f prime = slope

Higher derivatives f n

Evaluate at x = a = freeze trick

Factorial n!

Taylor coefficient c_n = f n at a over n!


Equipment checklist

Test yourself — cover the right side and answer out loud.

What does represent geometrically?
The height of the curve above the point .
What is the centre ?
The fixed point where the polynomial copy is glued to the curve; accuracy is best near it.
What does measure, and what is it at the centre?
Signed distance from to ; it equals when .
Why do higher powers shrink near the centre?
Because is a small number there, and powers of a small number collapse toward .
Is the in a power?
No — it is a subscript label meaning "the 2nd coefficient".
What does mean?
, adding one term per counter value forever.
What does tell you about the curve?
Its slope (steepness) at .
What does capture?
Curvature — how fast the slope itself is changing.
Does mean a power?
No — it means differentiate times.
Compute and .
and .
Why does setting kill all but one term?
Every term but the constant has a factor , which becomes at .

Connections

  • Parent: Taylor series — derivation
  • Linear approximation & differentials (matching only height + slope)
  • Geometric series (simplest power series: all )
  • Power series — radius & interval of convergence (when the infinite sum is even allowed)
  • Maclaurin series — common expansions (the case you meet first)