Page 1 of 1

Series sum problem

Posted: Mon Apr 05, 2010 9:54 pm
by speedychaos4
Hi, anyone who knows how to evaluate this sum?

$$\sum_{n=1}^\infty \frac{n}{4^{n+1}}$$

I'm think I'm quite poor in evaluating sums of series of finite sums, since I got stuck most of the time I encounter them, can anyone recommend some material about this topic (it would be great if it focus on methods of evaluating the sum) so that I could study more about this? Thanks

Re: Series sum problem

Posted: Mon Apr 05, 2010 11:40 pm
by mathQ
speedychaos4 wrote:Hi, anyone who knows how to evaluate this sum?

$$\sum_{n=1}^\infty \frac{n}{4^{n+1}}$$

I'm think I'm quite poor in evaluating sums of series of finite sums, since I got stuck most of the time I encounter them, can anyone recommend some material about this topic (it would be great if it focus on methods of evaluating the sum) so that I could study more about this? Thanks

Best would be read about Power Series and Taylor Series. For gre subject test, Princeton book also covers the part of Sequences and Series in a neat way.

Is the ans to above problem 1/9 ?

Re: Series sum problem

Posted: Tue Apr 06, 2010 1:05 am
by speedychaos4
Thanks MathQ, I will grab some materials about those series.
btw, is Fourier series an important topic in the math test?

the ans is correct, but would you mind showing me the process of evaluating this? Thanks.

Re: Series sum problem

Posted: Tue Apr 06, 2010 5:16 am
by labyrinth9
f(4) = derivative(integral(f(x)))|x=4, since they are inverses.

So, we can represent n/(4^(n+1)) as

d/dx[int[n/x^(n+1)]]|x=4

= d/dx[-(1/x)^n]|x=4

Therefore, we have the ans is equal to

d/dx[SUM[-(1/x)/(1-(1/x))]]|x=4, since d/dx is linear

= 1/(x-1)^2|x=4

= 1/9

ps. Sorry I don't know LaTeX... I really should learn.

Re: Series sum problem

Posted: Tue Apr 06, 2010 6:56 am
by speedychaos4
labyrinth9 wrote:f(4) = derivative(integral(f(x)))|x=4, since they are inverses.

So, we can represent n/(4^(n+1)) as

d/dx[int[n/x^(n+1)]]|x=4

= d/dx[-(1/x)^n]|x=4

Therefore, we have the ans is equal to

d/dx[SUM[-(1/x)/(1-(1/x))]]|x=4, since d/dx is linear

= 1/(x-1)^2|x=4

= 1/9

ps. Sorry I don't know LaTeX... I really should learn.

Thanks for the nice explanation, I should be able to handle this type of questions now. :D

btw, $$\LaTeX$$ is quite interesting and the basics are to learn! You should read the lshort file if you have time, it is quite helpful.