Question
Question: How to find the Taylor series for the function \(\dfrac{1}{{1 + z + {z^2}}}\) about the point \(z = ...
How to find the Taylor series for the function 1+z+z21 about the point z=0 ?
Solution
Taylor series states that any function can be written as a sum of infinite number of terms. Each term in the series is expressed in terms of the function’s derivatives at a single point and the function must be infinitely differentiable at that point. The Taylor series is given as,
f(x)=f(a)+1!f′(a)(x−a)+2!f′′(a)(x−a)2+3!f′′′(a)(x−a)3+...(upto∞terms)
Complete step by step solution:
We have been given a function 1+z+z21. We have to find the Taylor series for this function about the point z=0.
The Taylor series for a function at any point a is given as,
f(x)=f(a)+1!f′(a)(x−a)+2!f′′(a)(x−a)2+3!f′′′(a)(x−a)3+...(upto∞terms)
We can observe that the terms contain derivatives of the function at the given point.
We have the given function f(z)=1+z+z21=(1+z+z2)−1. Taylor series for this function at point z=0 can be written as,
f(z)=f(0)+1!f′(0)z+2!f′′(0)z2+3!f′′′(0)z3+...(upto∞terms)
At point z=0, f(0)=(1+0+0)−1=1
Now we find derivatives of the given function. We will use the formula dxd(xn)=nxn−1 and the chain rule to find the derivatives.
The first derivative can be found as,
f′(z)=dzd(1+z+z2)−1=−1(1+z+z2)−1−1.(dzd(1)+dzd(z)+dzd(z2))=−(1+z+z2)−2.(1+2z)
Similarly we can find the second derivative as,
Further the third derivative can be found as,
f′′′(z)=dzd[[2(1+z+z2)−3.(1+2z)2]−2(1+z+z2)−2] =dzd[2(1+z+z2)−3.(1+2z)2]−dzd[2(1+z+z2)−2] =(1+2z)2dzd[2(1+z+z2)−3]+(2(1+z+z2)−3)dzd[(1+2z)2]−[−4(1+z+z2)−3.(1+2z)] =−6(1+z+z2)−4.(1+2z)3+8(1+z+z2)−3(1+2z)+4(1+z+z2)−3.(1+2z) =−6(1+z+z2)−4.(1+2z)3+12(1+z+z2)−3(1+2z)From above found derivatives we can find the derivatives at the point z=0.
f′(0)=−(1+0+02)−2.(1+2×0)=−1 f′′(0)=[2(1+0+02)−3.(1+2×0)2]−2(1+0+02)−2=2−2=0 f′′′(0)=−6(1+0+02)−4.(1+2×0)3+12(1+0+02)−3(1+2×0)=−6+12=6Thus, we can put these values in the Taylor series to get the final result as,
f(z)=f(0)+1!f′(0)z+2!f′′(0)z2+3!f′′′(0)z3+... ⇒f(z)=1+1!−1z+2!0z2+3!6z3+... ⇒f(z)=1−z+z3+...
Hence, we get the required Taylor series as 1−z+z3+...
Note: We found the Taylor series of the function at a given point. For the Taylor series to exist at that point, the function must be infinitely differentiable at that point. The series contains an infinite number of terms, but for representation we can write only three or four terms. The calculation of derivatives can be messy after the second or third derivative, so utmost care should be taken while finding the derivatives.