What is the Result of an Infinite Series in Terms of x for x < 1?

benf.stokes
Messages
67
Reaction score
0

Homework Statement



Hi,

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

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

Thanks


The Attempt at a Solution



I know that (Sum(i=0..+infinity;x^i) will tend do 1/(1-x) but i don't know what the numerator will tend to

Thanks
 
Physics news on Phys.org
Hi benf.stokes! :smile:

(have a sigma: ∑ and an infinity: ∞ and try using the X2 and X2 tags just above the Reply box :wink:)
benf.stokes said:
(Sum(i=0..+infinity; i*x^i))/(Sum(i=0..+infinity;x^i)

I know that (Sum(i=0..+infinity;x^i) will tend do 1/(1-x) but i don't know what the numerator will tend to

Thanks

Hint: integrate. :smile:
 
Thanks, I figured it out but by differentiating (sorry for the delay but I was netless for a few days):

<br /> \sum_{n=0}^{\infty}x^n=\frac{1}{1-x}<br />

<br /> \sum_{n=0}^{\infty}nx^{n-1}=\frac{1}{(1-x)^2}<br />

<br /> \sum_{n=0}^{\infty}nx^n=\frac{x}{(1-x)^2}<br />

How would it be done by integrating? The other way around?
 
Last edited:
Sum the integral, and then differentiate that sum. :smile:
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top