Friday, March 1, 2019

calculus - Convergence test from Demidovich: suminftyn=1fracnn+frac1n(n+frac1n)n


I'm just learning how to test series for convergence and have encountered this series from the Demidovich's book and I can't really decide what criteria should I use. Could you please give me some hint(s)?


n=1nn+1n(n+1n)n



Answer



Hint: Since n1/n1, you can forget about it. We're left with an nth term equal to


nn(n+1/n)n=(11+1/n2)n.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...