What is the Convergent Series Sum Formula?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
jediwhelan
Messages
2
Reaction score
0

Homework Statement



Dear All,

I have a series that I know to converge but for which I can't work out the infinite sum. It should be something simple.

[tex] S_n = \sum_{j=1}^\infty \beta^j j[/tex]

Can somebody help me with this?

I think the solution is:

[tex] \frac{\beta}{(1-\beta)^2}[/tex]
 
Physics news on Phys.org
It looks right:

[tex]S_n = \beta + 2\beta^2 + 3\beta^3 + \cdots[/tex]

[tex]\frac{S_n}{\beta} = 1 + 2\beta + 3\beta^2 + \cdots[/tex]

[tex](\frac{1}{\beta}-1) S_n = 1 + \beta + \beta^2 + \cdots[/tex]

[tex](\frac{1}{\beta}-1) S_n = \frac{1}{1-\beta}[/tex]

[tex](\frac{1-\beta}{\beta}) S_n = \frac{1}{1-\beta}[/tex]

[tex]S_n = \frac{\beta}{(1-\beta)^2}[/tex]

It's called an arithmetico-geometric series I think,

[tex]\displaystyle\sum_{n=0}^{\infty}(a+nd)r^n = \frac{a}{1-r} + \frac{rd}{(1-r)^2}[/tex]
 
brilliant. I was trying something like that but couldn't get it.

Thanks for the quick reply.

Paul