Intuition The ONE core idea
If a curvy function secretly behaves like an infinite polynomial near a point, then matching its height, slope, curvature, and every higher wiggle at that one point forces every coefficient of that polynomial. This page builds — from nothing — the exact symbols and pictures you need before that "matching" makes sense.
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.
A function f is a rule that takes an input number x and returns exactly one output number, written f ( x ) . Read "f of x ".
The picture. Put x on the horizontal axis. The output f ( x ) is a height above (or below) that point. Sweep x left-to-right and the heights trace a curve.
Why the topic needs it. Taylor series is about copying a curve . The thing we copy is exactly this height machine f ( x ) .
a
a is one fixed input we care about most. It is the spot on the x -axis where our polynomial copy will be glued to the real curve.
The picture. Mark a single dot on the x -axis at x = a . Everything we do happens near that dot.
Why. A Taylor series is only promised to be accurate near one place. That place is a .
The picture. Stand at a . If x is to the right, ( x − a ) is a small positive step; to the left, it is negative; and ( x − a ) = 0 exactly at the centre.
Intuition Why this exact combination?
When x is close to a , the number ( x − a ) is tiny (say 0.1 ). Then ( x − a ) 2 = 0.01 , ( x − a ) 3 = 0.001 … each power is dramatically smaller . This is why "the first few terms dominate near the centre." Powers of a small number collapse toward zero.
Definition Power notation
x n means "x multiplied by itself n times". x 0 = 1 (by convention: an empty product is 1), x 1 = x , x 2 = x ⋅ x , and so on.
Why. Our copy is built from the pieces ( x − a ) 0 , ( x − a ) 1 , ( x − a ) 2 , … — the flat piece, the sloped piece, the curved piece, ... . Each power n is one "shape ingredient".
c n is a constant number that scales the n -th ingredient. The whole polynomial copy is
c 0 + c 1 ( x − a ) + c 2 ( x − a ) 2 + c 3 ( x − a ) 3 + ⋯
The picture. Think of a mixing desk. c 0 sets the base height, c 1 sets the tilt, c 2 sets the bend. Turning each dial changes how much of that ingredient goes in.
Intuition The whole topic in one sentence
The parent note answers: "If this mixture must equal f , what must every dial c n be set to?" The answer turns out to be forced — there is no freedom.
Definition Subscript / index
The little number in c n is a subscript — a label, not a power. c 2 is "the 2nd coefficient", not "c squared". The letter n is a counter that walks through 0 , 1 , 2 , 3 , …
Why. We need to talk about "the general n -th term" all at once instead of writing infinitely many lines.
Definition Summation symbol
∑ n = 0 ∞ T n means T 0 + T 1 + T 2 + T 3 + ⋯
The n = 0 below says "start the counter at 0"; the ∞ on top says "never stop"; T n is the recipe for a typical term.
The picture. A conveyor belt: the counter n clicks 0 , 1 , 2 , … and each click drops one term T n into a running total.
Why. The Taylor series is literally n = 0 ∑ ∞ c n ( x − a ) n . Without ∑ we could not write an infinite sum on one line.
Definition First derivative
f ′ ( x ) (read "f prime of x ") is the slope of the curve at x : how fast the height is changing right there.
The picture. Zoom into the curve at a point until it looks straight. f ′ ( x ) is the steepness of that little straight segment — rise over run of the tangent line.
Intuition Why derivatives at all?
To copy a curve you match more than its height. You match its tilt (1st derivative), then its bend (2nd derivative), then how the bend changes (3rd), ... Each derivative captures one finer feature of the shape. See Linear approximation & differentials for the "match height + tilt only" case.
f ( n ) is not a power
Wrong: reading f ( 4 ) ( x ) as "f ( x ) to the fourth power".
Fix: The bracketed ( 4 ) means "differentiated 4 times". No exponent involved. The brackets are exactly there to warn you it isn't a power.
Why. In the parent derivation, evaluating f ( n ) ( a ) is what pins down the n -th coefficient.
n ! = n ⋅ ( n − 1 ) ⋅ ( n − 2 ) ⋯ 3 ⋅ 2 ⋅ 1 , with the special rule 0 ! = 1 .
Examples: 1 ! = 1 , 2 ! = 2 , 3 ! = 6 , 4 ! = 24 , 5 ! = 120 .
The picture. A descending staircase of factors: start at n and step down to 1 , multiplying every step.
Intuition Why factorial shows up (preview)
Each time you differentiate ( x − a ) n , the current exponent drops down front as a multiplier: n , then n − 1 , then n − 2 … Do it n times and those pulled-off numbers multiply to exactly n ! . Dividing the coefficient by n ! cancels this pile-up cleanly. The full argument is in the parent note.
x = a
Writing f ′ ( a ) means "compute the derivative rule, then plug in the single number a ." The result is just a number, not a function.
Intuition Why it kills terms
Every ingredient except the flat one carries a factor ( x − a ) . Set x = a and ( x − a ) = 0 , so all those terms vanish — only the constant survives. That "one survivor" is how each coefficient gets isolated. This freeze-and-survive move is the engine of the whole derivation.
Function f of x = height machine
Powers x minus a to the n
Coefficients c_n = mixing dials
Sigma sum = add all terms
Derivative f prime = slope
Evaluate at x = a = freeze trick
Taylor coefficient c_n = f n at a over n!
Test yourself — cover the right side and answer out loud.
What does f ( x ) represent geometrically? The height of the curve above the point x .
What is the centre a ? The fixed point where the polynomial copy is glued to the curve; accuracy is best near it.
What does ( x − a ) measure, and what is it at the centre? Signed distance from a to x ; it equals 0 when x = a .
Why do higher powers ( x − a ) n shrink near the centre? Because ( x − a ) is a small number there, and powers of a small number collapse toward 0 .
Is the 2 in c 2 a power? No — it is a subscript label meaning "the 2nd coefficient".
What does ∑ n = 0 ∞ T n mean? T 0 + T 1 + T 2 + ⋯ , adding one term per counter value forever.
What does f ′ ( x ) tell you about the curve? Its slope (steepness) at x .
What does f ′′ ( x ) capture? Curvature — how fast the slope itself is changing.
Does f ( n ) mean a power? No — it means differentiate n times.
Compute 4 ! and 0 ! . 4 ! = 24 and 0 ! = 1 .
Why does setting x = a kill all but one term? Every term but the constant has a factor ( x − a ) , which becomes 0 at x = a .
Parent: Taylor series — derivation
Linear approximation & differentials (matching only height + slope)
Geometric series (simplest power series: all c n = 1 )
Power series — radius & interval of convergence (when the infinite sum is even allowed)
Maclaurin series — common expansions (the a = 0 case you meet first)