Finding infinite series formulae

Contingency
Messages
41
Reaction score
0

Homework Statement


This isn't my homework problem, but I'd like to know how to prove \sum _{ n=0 }^{ \infty }{ \frac { n }{ { \alpha }^{ n } } } =\quad \frac { \alpha }{ { (\alpha -1) }^{ 2 } }

I only know basic convergence tests (including the integral test), and that
\forall |\alpha |<1\quad \sum _{ n=0 }^{ \infty }{ \frac { 1 }{ { \alpha }^{ n } } } =\frac { 1 }{ 1-\alpha }

Also, can anyone list some tools to tackle these problems with?

Homework Equations


\forall |\alpha |<1\quad \sum _{ n=0 }^{ \infty }{ \frac { 1 }{ { \alpha }^{ n } } } =\frac { 1 }{ 1-\alpha }

Edit: correction to geometric series equation: \forall |\alpha |<1\quad \sum _{ n=0 }^{ \infty }{ { \alpha }^{ n } } =\frac { 1 }{ 1-\alpha }
 
Last edited:
Physics news on Phys.org
Contingency said:

Homework Statement


This isn't my homework problem, but I'd like to know how to prove \sum _{ n=0 }^{ \infty }{ \frac { n }{ { \alpha }^{ n } } } =\quad \frac { \alpha }{ { (\alpha -1) }^{ 2 } }

I only know basic convergence tests (including the integral test), and that
\forall |\alpha |<1\quad \sum _{ n=0 }^{ \infty }{ \frac { 1 }{ { \alpha }^{ n } } } =\frac { 1 }{ 1-\alpha }

Also, can anyone list some tools to tackle these problems with?

Homework Equations


\forall |\alpha |<1\quad \sum _{ n=0 }^{ \infty }{ \frac { 1 }{ { \alpha }^{ n } } } =\frac { 1 }{ 1-\alpha }

Certainly, that equation isn't correct; try ##\alpha = \frac 1 2##. But to give a general answer to your question, when you have a sum similar to $$
\sum_{n=0}^\infty nx^n$$which would be a geometric series if that ##n## weren't out in front, you want to think about derivatives. Start with$$
f(x) = \sum_{n=0}^\infty x^{n} = \frac 1 {1-x}\hbox{ if }|x|<1$$Differentiate both sides of that:$$
\frac 1 {(1-x)^2}= \sum_{n=0}^\infty nx^{n-1} = \frac 1 x\sum_{n=0}^\infty nx^n$$
Multiply both sides by ##x## and you have$$
\sum_{n=0}^\infty nx^n = \frac x {(1-x)^2}$$Then put in whatever ##x## you wish, as long as ##|x|<1##.
 
Last edited:
For starters, your geometric series is not right... It should be \alpha^n, not 1/\alpha^n.

This looks a lot like you might want to differentiate the geometric series with respect to alpha. It should be easy to convince yourself that this is legal.
 
Thank you very much
 
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