Tuesday, October 23, 2018

sequences and series - Finding limntoinfty(frac1sqrtn2+1+frac1sqrtn2+2+...+frac1sqrtn2+n)


I'm trying to find limn(1n2+1+1n2+2+...+1n2+n).


  • I tried to use the squeeze theorem, failed.

  • I tried to use a sequence defined recursively: an+1=an+1(n+1)2+n+1. It is a monotone growing sequence, for every n, an>0. I also defined f(x)=1(x+1)2+x+1. So an+1=an+f(an). But I'm stuck.

How can I calculate it?


Answer



It looks squeezable.


nn2+nnk=11n2+knn2+111+1nnk=11n2+k11+1n2


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...