How can I evaluate the following series:
1+34+3⋅54⋅8+3⋅5⋅74⋅8⋅12+3⋅5⋅7⋅94⋅8⋅12⋅16+⋯
In one book I saw this sum is equal to √8, but I don't know how to evaluate it.
Answer
an=1⋅3⋅5⋅7⋯(2n+1)4⋅8⋅12⋯(4n)=1⋅3⋅5⋅7⋯(2n+1)4n⋅n!=(2n+1)!2n⋅4n⋅n!⋅n!=18n(2n+1)!n!⋅n!
Now consider f(x)=1(1−4x)3/2. The Taylor series of f(x) is
f(x)=∞∑n=0(2n+1)!n!⋅n!xn and is valid for |x|<14. Hence, we get that
∞∑n=018n(2n+1)!n!⋅n!=f(1/8)=1(1−4⋅1/8)3/2=23/2=√8=2√2
EDIT
Below is a way on how to pick the appropriate function. First note that
1⋅3⋅5⋅7⋯(2n+1)2n=(−1)n×(−32)×(−32−1)×(−32−2)×⋯×(−32−n+1)
an=12n(−1)n×(−32)×(−32−1)×(−32−2)×⋯×(−32−n+1)n!
Hence, a_n = \left(\dfrac{-1}{2}\right)^n \dbinom{-3/2}{n}. Hence, the idea is to consider g(x) = \sum_{n=0}^{\infty} \dbinom{-3/2}{n} x^n = (1+x)^{-3/2}
The motivation to choose such a g(x) comes from the fact that (1+x)^{\alpha} = \sum_{n=0}^{\infty} \dbinom{\alpha}{n} x^n where \dbinom{\alpha}{n} is to be interpreted as \dfrac{\alpha(\alpha-1)(\alpha-2)\cdots(\alpha-n+1)}{n!} forall real \alpha.
Now set x=-1/2 to get that g(-1/2) = (1/2)^{-3/2} = 2^{3/2} = \sqrt{8} = 2\sqrt{2}
Once we have g(x), we could either have it as such or we can play around with some nice scaling factor, to choose the function f(x) = (1-4x)^{-3/2} to get the Taylor series \sum_{n=0}^{\infty} \dfrac{(2n+1)!}{n! \cdot n!}x^n
No comments:
Post a Comment