How to determine this infinite sum

  • Context: Undergrad 
  • Thread starter Thread starter benf.stokes
  • Start date Start date
  • Tags Tags
    Infinite Sum
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
benf.stokes
Messages
67
Reaction score
0
Hi,

How do i determine de result in terms of x of this series:

(Sum(i=0..+infinity; i*x^i))/(Sum(i=0..+infinity;x^i)
For x<1

Thanks
 
Last edited:
Physics news on Phys.org
The denominator is a simple geometric series = 1/(1-x). The numerator series can be gotten using elementary calculus from the denominator series = xd/dx(1/(1-x))=x/(1-x)^2.
Net result = x/(1-x).