4.3.16 · D5Calculus III — Sequences & Series

Question bank — Taylor series — derivation from power series

1,266 words6 min readBack to topic

True or false — justify

A power series that equals near its centre always converges to for every real .
False. It converges to only inside the radius of convergence, and even there only if the remainder . Outside, terms may blow up entirely.
If two power series (in the same ) are equal on an interval, their coefficients must be equal term by term.
True. Differentiating times and setting isolates uniquely, so a function has at most one power-series representation about .
The Taylor coefficient is .
False. You must divide by : . Each of the differentiations peels off an exponent, and those factors multiply to , which the division cancels.
Every infinitely differentiable function equals its Taylor series near the centre.
False. The classic counterexample (with ) is smooth with all derivatives zero at , so its Maclaurin series is — yet itself is not zero. The coefficients exist; equality still fails.
For centred at , the series is written in powers of .
False. The building blocks are . Writing powers of is a Maclaurin habit that only holds when .
The Maclaurin series is a different rule from the Taylor series.
False. Maclaurin is just the special case of the same formula; nothing new is being defined.
A geometric series is a Taylor series.
True. It is the Taylor (Maclaurin) series of about — every coefficient because .
If , the linear (degree-1) Taylor approximation is just the constant .
True. The degree-1 term is ; when it vanishes, so the best line is flat — geometrically the tangent is horizontal.
Adding more Taylor terms always improves accuracy at every .
False. More terms sharpen accuracy near the centre and inside convergence, but outside the radius of convergence adding terms makes the sum diverge — accuracy gets worse, not better.

Spot the error

", so it's the same as the geometric series."
The series has dividing each term: . Dropping the factorials turns it into , a completely different function.
"For about : ."
The powers must be , not : . Using silently re-centres at , where isn't even defined.
"'s series has a term because is a nice smooth function."
, so there is no constant term. Only odd powers survive because even-order derivatives of are at the origin.
"."
The denominators are factorials, not the bare exponents: . Since the first mistake hides, but should be .
"The Taylor derivation proves equals ."
The derivation only shows what the coefficients must be if equals a power series. Proving actual equality needs a separate remainder argument — see Taylor's theorem with remainder.
"To find I differentiate three times and read off the coefficient of ."
After differentiating three times, the surviving term is the constant , not a term. You then set and divide by .

Why questions

Why does setting isolate a single coefficient?
Every term except the current constant carries a factor with , and at . So all those terms die, leaving one survivor.
Why does the factorial appear rather than, say, ?
Differentiating peels exponents one at a time: , then , then , ... down to . Their product is .
Why is a power series most accurate near its centre?
Near the displacement is tiny, so high powers shrink extremely fast and the first few terms dominate — the tail contributes almost nothing.
Why do we bother centring away from (e.g. at )?
Because a Maclaurin series needs all derivatives at , but is undefined there. Choosing a centre where is well-behaved lets the expansion exist at all.
Why is the degree-1 Taylor polynomial the same as linear approximation?
Truncating the series after gives — exactly the tangent line, which is the standard linear/differential estimate.
Why can L'Hôpital often be replaced by leading Taylor terms?
Near the centre a function is its leading term (e.g. ), so a ratio reduces to a ratio of leading powers, giving the limit directly without repeated differentiation.

Edge cases

What is the Taylor series of a constant function ?
Just . Every derivative is , so and all higher — the "series" is a single term.
What is the Taylor series of a polynomial about ?
The polynomial itself: . Derivatives past order 2 vanish, so the series terminates and reproduces exactly everywhere.
What happens to the series if is not differentiable at the centre (e.g. at )?
The coefficients aren't defined — doesn't exist — so no Taylor series about that centre exists at all. Smoothness at is a prerequisite.
What does the "radius of convergence " case mean?
The series converges only at and nowhere else, so it's useless as an approximation off the centre — the coefficients grow too fast for any nonzero displacement.
If all derivatives at are zero but is not the zero function, what is the Taylor series?
It is identically , yet . This shows the derivation determines coefficients but cannot force the series to equal (the situation).
What is the degree- Taylor "series" and what does it represent geometrically?
Just — a horizontal line at the function's height at the centre. It matches only the starting value, not slope or curvature.

Recall One-line summary of every trap

The derivation gives coefficients, not equality; the powers are not unless ; and is non-negotiable.


Connections