Series Convergence: Exploring the Limit and Root Test Methods

  • Thread starter Thread starter azatkgz
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
azatkgz
Messages
182
Reaction score
0

Homework Statement


Determine whether the series converges or diverges.


[tex]\sum_{n=1}^{\infty}\left(e-\left(1+\frac{1}{n}\right)^n\right)^p[/tex] where p is a parameter[/tex]


The Attempt at a Solution



[tex]\lim_{n\rightarrow\infty}e-\left(1+\frac{1}{n}\right)^n=0[/tex]

so by using Root Test i decided that

[tex]\limsup_{n\rightarrow\infty}\sqrt[n]{\left(e-\left(1+\frac{1}{n}\right)^n\right)^p}<1[/tex]
Which gives that series converges
 
Physics news on Phys.org
Oh,I see.Limit is 1.I must try another way.
 
[tex]\sum_{n=1}^{\infty}\left(e-\left(1+\frac{1}{n}\right)^n\right)^p=\sum_{n=1}^{\infty}\left(e-e^{n\ln \left(1+\frac{1}{n}\right)}\right)^p=\sum_{n=1}^{\infty}\left(e-e^{n\left(\frac{1}{n}-\frac{1}{2n^2}+O(\frac{1}{n^3})\right)}\right)^p=\sum_{n=1}^{\infty}\left(e-e^{1-\frac{1}{2n}+O(\frac{1}{n^2})}\right)^p[/tex]

[tex]=\sum_{n=1}^{\infty}e^p\left(1-e^{-\frac{1}{2n}+O(\frac{1}{n^2})}\right)^p=\sum_{n=1}^{\infty}e^p\left(1-(1-\frac{1}{2n}+O(\frac{1}{n^2}))\right)^p[/tex]

[tex]=\sum_{n=1}^{\infty}e^p\left(\frac{1}{2n}+O(\frac{1}{n^2})\right)^p[/tex]

Is it converges for all p<1?