December 25, 2022
Útulek Series, 5 | CF1761D Chapter, 5
I have been reviewing the Taylor series, which are defined for f(x) about a as
fi(x)=i=0∑jai(x−a)i
with the property that fi(a)=f(a), fi′(a)=f′(a), and so on, as long as f is differentiable at a. This forces the ai to be the values of the derivatives themselves,
ai=f(i)(a)/i!,
and intuitively, the Taylor series is simply a deriviative-based approximation around a and its neighborhood. We assume, perhaps with overconfidence, that any function is the limit of a series of polynomials, and by that definition, these polynomials necessarily satisfy the form of a sum of ai(x−a)i. Tony provides an intuitive derivation of Taylor series via the Fundamental Theorem of Calculus, which supports this intuition.
Indeed, the limit of the Taylor series, f∞(x), is f(x), while the error of the series in general can be bounded by what’s known as Taylor’s remainder theorem.
where we see the first inklings of ζ(2) on the RHS. In fact, the coefficient of x2 in this representation of f∞,0 is exactly −ζ(2)/π2. Since we know this coefficient is −1/6, we have ζ(2)=π2/6.