Rewritting sum as hyperbolic sine

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
jorgen
Messages
12
Reaction score
0
Hi all,

I have to rewrite a serie into a fraction of hyperbolic sine but I am lost... My problem looks like this

[tex]\Sigma_{n=0}^{\infty} exp(K*F)*exp(-F*B(n+0.5))[/tex]

which can be rearranged into

[tex]exp(K*F)/(sinh(FB/2)[/tex]

my problem is I cannot relate the serie

[tex]\Sigma_{n=0}^{\infty}exp(-F*B(n+0.5))[/tex]

any hints or advice appreciated.

Thanks in advance

Best
Jorgen
 
Physics news on Phys.org
Take the 0.5 part out, so you have e^(FK)*e^(-FB/2)*e^(-FBn). You want the sum over n of e^(-FBn). That's the same as (e^(-FB))^n. It's a geometric series.