Is this series convergent or divergent.

nothingkwt
Messages
33
Reaction score
0

Homework Statement



Ʃ ne(-n2)

Homework Equations


The Attempt at a Solution



I used the ratio test and wanted to know if the way I did it is correct or not

|a(n+1) / a(n)|

n+1 (e(-n2 -2n-1)) / n e(-n2)

Now e-n^2 cancels and we get

limn→∞ n+1/n * 1/(e2n)(e)

After you take the limits you get (1)*0 = 0 < 1 so it's convergent
 
Physics news on Phys.org
nothingkwt said:

Homework Statement



Ʃ ne(-n2)

Homework Equations





The Attempt at a Solution



I used the ratio test and wanted to know if the way I did it is correct or not

|a(n+1) / a(n)|

(n+1) (e(-n2 -2n-1)) / (n e(-n2))

Now e-n^2 cancels and we get

limn→∞ (n+1)/n * 1/((e2n)(e))

After you take the limits you get (1)*0 = 0 < 1 so it's convergent

I have added your missing brackets. Aside from that your working is correct.
 
  • Like
Likes 1 person
nothingkwt said:

Homework Statement



Ʃ ne(-n2)

Homework Equations


The Attempt at a Solution



I used the ratio test and wanted to know if the way I did it is correct or not

|a(n+1) / a(n)|

n+1 (e(-n2 -2n-1)) / n e(-n2)

Now e-n^2 cancels and we get

limn→∞ n+1/n * 1/(e2n)(e)

After you take the limits you get (1)*0 = 0 < 1 so it's convergent

Sure, this works. But this sum looks almost purpose-built for the integral test. Try it (if you're allowed to use it).
 
  • Like
Likes 1 person
Curious3141 said:
Sure, this works. But this sum looks almost purpose-built for the integral test. Try it (if you're allowed to use it).

I am actually but I just wanted to see if the ratio test worked

Thanks for the replies!
 
nothingkwt said:

Homework Statement



Ʃ ne(-n2)

Homework Equations





The Attempt at a Solution



I used the ratio test and wanted to know if the way I did it is correct or not

|a(n+1) / a(n)|

n+1 (e(-n2 -2n-1)) / n e(-n2)

Now e-n^2 cancels and we get

limn→∞ n+1/n * 1/(e2n)(e)

After you take the limits you get (1)*0 = 0 < 1 so it's convergent

You really need to learn how to write in ASCII---in particular, you need to use brackets. Your first equation AS WRITTEN says
\left|\frac{a_{n+1}}{a_n}\right| = n +1 \frac{e^{-n^2-2n-1}}{n} e^{-n^2}.
Your second formula reads as
\lim_{n \to \infty} n + \frac{1}{n} \frac{1}{e^{2n}} e
I hope these are not what you mean. I hope you intended the first one to be
\left|\frac{a_{n+1}}{a_n}\right| = \frac{(n+1)e^{-n^2-2n-1}}{n e^{-n^2}},
etc. To make sure this happens you need parentheses!
 
Ray Vickson said:
You really need to learn how to write in ASCII---in particular, you need to use brackets. Your first equation AS WRITTEN says
\left|\frac{a_{n+1}}{a_n}\right| = n +1 \frac{e^{-n^2-2n-1}}{n} e^{-n^2}.
Your second formula reads as
\lim_{n \to \infty} n + \frac{1}{n} \frac{1}{e^{2n}} e
I hope these are not what you mean. I hope you intended the first one to be
\left|\frac{a_{n+1}}{a_n}\right| = \frac{(n+1)e^{-n^2-2n-1}}{n e^{-n^2}},
etc. To make sure this happens you need parentheses!

Yeah I'm not very good with ASCII I'm still learning how to use them.
 
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...

Similar threads

Replies
3
Views
1K
Replies
5
Views
1K
Replies
1
Views
1K
Replies
6
Views
1K
Replies
3
Views
2K
Replies
2
Views
2K
Replies
22
Views
4K
Replies
4
Views
1K
Replies
16
Views
1K
Back
Top