Hello Folks,
I am trying to find out if there is a closed form solution to the following infinite summation. Could anyone give me a few pointers about how to proceed?
S = sum(cos((n+1)*x)/n/(n+1)) where n = 1 to infinity.
Thanks,
- VL.
Hello Folks,
I am trying to find out if there is a closed form solution to the following infinite summation. Could anyone give me a few pointers about how to proceed?
S = sum(cos((n+1)*x)/n/(n+1)) where n = 1 to infinity.
Thanks,
- VL.
Hi,
I've no clue whether my approach leads to a correct result, but I'd first try with some very dirty tricks (beware!!):
Differentiate the complex series with respect toand you get
Now I'll just take the identityvalid for
and hope it converges for most complex numbers on the border of the closed disk
(needs checking!). I get
Now what's the logarithm of a complex number? For a complex number, I have
whence. Hence
You can work out the rest. Take the real part, and try to find the antiderivative. Check by numerical simulation, before trying to rigorize all the above.
I'd also be interested in a rigorous (and maybe more elegant?) derivation. Thanks to anybody who can provide it!
Jens
Hi,
Ok, let me know.
I've just noticed that I defined my functionas the real part of a complex series, but then I went on as if it were the complex series itself. Just a notational mistake!
I hope that didn't confuse anybody…