Convergence of Series: Can You Solve This Problem?

amcavoy
Messages
663
Reaction score
0
For what values of x\in\mathbb{R} does the series converge?

\sum_{n=0}^{\infty}ne^{(-nx)}

I found this problem on the internet and couldn't solve it. Thanks for your help.
 
Physics news on Phys.org
alexmcavoy@gmail.com said:
For what values of x\in\mathbb{R} does the series converge?

\sum_{n=0}^{\infty}ne^{(-nx)}

I found this problem on the internet and couldn't solve it. Thanks for your help.

How about the integral test for convergence? For what values of x would the required integral converge?
 
That is what I am having trouble with. I actually got this problem off of the MIT OpenCourseWare website under "Analysis I" and am looking to see how someone would solve this.

When I evaluate \sum_{n=0}^{\infty}ne^{(-n)} on my calculator, I get \frac{1}{4(\sinh{(\frac{1}{2})})^{2}}. How was that calculated?
 
Last edited:
You could use the ratio test, though the integral test will also work. Have you tried to apply either?
 
Well without getting too much into detail of proving theorems to help with proving convergence. Think about what the sum would look like when x>0, when x=0 and when x<0.
 
alexmcavoy@gmail.com said:
When I evaluate \sum_{n=0}^{\infty}ne^{(-n)} on my calculator, I get \frac{1}{4(\sinh{(\frac{1}{2})})^{2}}. How was that calculated?

It's related to a geometric series. Can you find

\sum_{n=0}^{\infty}nx^n

(where it converges of course-actually if you can find where this guy converges then you should be able to convert back to your original problem without difficulty)
 
Last edited:
I guess I can't. How would you do this? I know the \frac{1}{1-x} answer for the value of an infinite series, but don't know how to apply it to this particular problem.

I see that if I did find that value, let's say x=a, then I could replace x with e^{(-x)} and solve getting x=-\ln{(a)}.

Would this be correct?
 
Last edited:
Ok I tried this:

\lim_{n\rightarrow\infty}\frac{|(n+1)x^{(n+1)}|}{|nx^{(n)}|}=x so -1&lt;x&lt;1. So now I replace x with e^{(-x)}. This is where I am stuck because I can't solve it. What did I do incorrectly?

Thanks.
 
hello all

well to find out for what values this series converges for is not particularly hard its just a straight application of the ratio test the same we would apply it to the power series to find the radius of convergence

\lim_{n\rightarrow\infty}\frac{(n+1)e^{(nx)}}{ ne^{(n+1)x}}=\frac{1}{e^x}&lt;1
1&lt;e^{x}
\log 1&lt;\log e^{x}
and so therefore the series converges for all x&gt;0
 
  • #10
alexmcavoy@gmail.com said:
I guess I can't. How would you do this?

Alex, you can do this.

Let:

w=\frac{1}{e^a}

and:

z=\sum_{n=0}^{\infty}w^n

Now, you know what that sum is right? It's an expression in terms of w.

Now take the derivative of both expressions with respect to w, adjust the sum to look like what you want and you're done.
 
  • #11
Doing that I come up with \sum_{n=0}^{\infty}nw^n=\frac{w}{(1-w)^2}\quad 0\leq w&lt;1. Is this correct?
 

Similar threads

Back
Top