How can calculate Laurent series for
f(z)=1/sin(z) ??
I searched for it and found only the final result, is there a simple way to explain it ?
Answer
Using the series for sin(z) and the formula for products of power series, we can get
1sin(z)=1zzsin(z)=1z(1−z23!+z45!−z67!+⋯)−1=1z(1+z26+7z4360+31z615120+⋯)=1z+z6+7z3360+31z515120+⋯
Using the formula for products of power series
As given in the Wikipedia article linked above,
(∞∑k=0akzk)(∞∑k=0bkzk)=∞∑k=0ckzk
where
ck=k∑j=0ajbk−j
Set
ck={1for k=00otherwise
and
ak={(−1)j(2j+1)!for k=2j0for k=2j+1
Using (2), (3), and (4), we can iteratively compute bk.
For example, to compute the coefficient of z8:
c8=0=b8−16b6+1120b4−15040b2+1362880b0=b8−163115120+11207360−1504016+13628801=b8−127604800
Thus, b8=127604800.
No comments:
Post a Comment