Monday, March 4, 2019

Given a sequence xn = sqrt(1) , sqrt(1),sqrt(2),sqrt(2)...



Given a sequence xn = 1 , 1,2,2...




If yn = {x1 + x2 + x3 + x4 + ... xn}1n



Then sequence yn is



1.Monotonic



2.NOT bounded



3.bounded but not convergent (This is correct )




4.convergent



My attempt :I noticed a couple of things here



xn is not convergent as two subsequences are convergent to different limits.



The terms of yn are 1,(1)/2,(2)/3,



So yn seems to go to zero for large n and thus convergent ,but im not sure regd this . Can any1 help it out? Thanks


Answer




HINT: y2k=0, y2k+1=k+1/(2k+1).


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