Sunday, November 20, 2016

integration - TaylorSeries of complete elliptic integral of the first kind


I want compute K(k) as a Taylor Series; kR and |k|<1. Can someone help me? K(k):=π20dt1k2sin2t Results so far: K(k):=π20dt1k2sin2t=π20(1k2sin2t)12dt With using binomial Series we get π20Φ=0(12Φ)(k2Φ)sin2Φt dt=Φ=0(12Φ)(k2Φ)π20sin2Φt dt For Φ even: π20sin2Φt dt=π2123456...n1n=S thus we get: 1.Φ=0(12Φ)(k2Φ)S now i need some help to compute 1. as taylor series, can someone help?


Thanks! Landau.


Answer



The generating function for central binomial coefficient is given by mathworld site.


π20114(k24sin2(t))dt=π20n=0(2nn)(k24sin2(t))ndt=n=0(2nn)k2n4n12β(n+1/2,1/2)=n=0(2n)!(n!)222n12(Γ(n+1/2)Γ(1/2)Γ(n+1))k2n=n=0(2n)!(n!)222n12((2n)!ππ(n!)2)k2n=π2n=1((2n)!(n!)222n)2k2n=π2n=0P2n(0)k2n


Where Pn(0) is Legendre polynomial. Seems that wolf gives the sum of the right side as EllipticK[k^2]. Also it is given here on wiki.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...