Derivation of the Taylor Series Using Complex Analysis
📂Complex AnaylsisDerivation of the Taylor Series Using Complex Analysis
Theorem
If the function f:A⊆C→C is analytic in a circle ∣z−α∣<r,
f(z)=n=0∑∞n!f(n)(α)(z−α)n
Explanation
One of the joys of mathematics is generalization. The Taylor’s Theorem is considered a generalization of the Mean Value Theorem, and now we extend from real numbers to complex numbers. Interestingly, despite the process of extending it bit by bit, the proof becomes simpler. The proof method is fascinating and neat, providing a sense of accomplishment in studying.
Derivation
First, think about a circle C:∣z∣=r and a point inside it w. By the Cauchy Integral Formula,
f(w)==2πi1∫Cz−wf(z)dz2πi1∫Czf(z)1−zw1dz
If expressed as an infinite geometric series 1−zw1=n=0∑∞(zw)n and substituting it back into the above integral,
f(w)==2πi1∫Czf(z)n=0∑∞(zw)ndz2πi1n=0∑∞wn∫Czn+1f(z)dz
Generalized Cauchy Integral Formula for Differentiation: Let’s say function f:A⊆C→C is analytic in a simply connected region R.
For a simple closed path C in R surrounding a point α, for any natural number n,
f(n)(α)=2πin!∫C(z−α)n+1f(z)dz
Once again, by the Cauchy Integral Formula 2πi1∫Czn+1f(z)dz=n!f(n)(0) it follows that
f(w)=n=0∑∞n!f(n)(0)wn
Now, to generalize this for a circle ∣z−α∣=r, if we set z−α=w,
f(z)=f(w+α)=n=0∑∞n!f(n)(α)(z−α)n
■