YouAreHexed
New member
- Joined
- Apr 21, 2015
- Messages
- 2
Sum Problem
My working so far:
I expanded the sequence of cosh(x) values (Cosh(0) + Cosh(1) + Cosh(2) + ... + Cosh(N)) into (1/2(e0 + e0 + e1 + e-1 + e2 + e-2 +...+ en + e-n)).
I then split them into the positive and negitive power group, Let A=(1/2(e0 + e1 + e2 ....+ en) and let B=(1/2(e0 + e-1 + e-2 + ... + en), with the hope of recombining them when i work out their sums to find the total sum, and thus the sum of cosh(x)
The Sequence A, is summarized by An = 1/2*en and B is summarized by Bn = 1/2 * e-n.
Following the geometric series formula(Sequence = a*rn, series Sn= (a(rn+1 -1))/(r-1) ) I've worked out the series of A to be = 1/2 * (en+1-1)/(e-1).
However for B, the series formula does not give a correct answer, instead wolfram is insisting (e^(-N) (e^(N+1)-1))/(e-1) is the sum.
I followed through and that sum for B does give the correct answer, at least in base e form, and i am unsure of how to reach this answer.
Any help you could give would be greatly appreciated, thanks in advance![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
My working so far:
I expanded the sequence of cosh(x) values (Cosh(0) + Cosh(1) + Cosh(2) + ... + Cosh(N)) into (1/2(e0 + e0 + e1 + e-1 + e2 + e-2 +...+ en + e-n)).
I then split them into the positive and negitive power group, Let A=(1/2(e0 + e1 + e2 ....+ en) and let B=(1/2(e0 + e-1 + e-2 + ... + en), with the hope of recombining them when i work out their sums to find the total sum, and thus the sum of cosh(x)
The Sequence A, is summarized by An = 1/2*en and B is summarized by Bn = 1/2 * e-n.
Following the geometric series formula(Sequence = a*rn, series Sn= (a(rn+1 -1))/(r-1) ) I've worked out the series of A to be = 1/2 * (en+1-1)/(e-1).
However for B, the series formula does not give a correct answer, instead wolfram is insisting (e^(-N) (e^(N+1)-1))/(e-1) is the sum.
I followed through and that sum for B does give the correct answer, at least in base e form, and i am unsure of how to reach this answer.
Any help you could give would be greatly appreciated, thanks in advance
Last edited: