A=1√2+1√3+⋯+1√10000
Find ⌊A⌋ where ⌊x⌋ is the greatest integer less than, or equal to x
I got stuck on this, so when I finally did it, I decided to post it here. And of course, I am always looking for alternatives, so keep answering.
Answer
We start by noting that, 1√k=2√k+√k<2√k+√k−1
So we have, 1√k<2√k+√k−1=2(√k−√k−1)
Thus we have S=10000∑i=21√k<10000∑i=22(√k−√k−1)=2(√10000−√1)=198
A<198
Also,
1√k=2√k+√k>2√k+√k+1
And so,
1√k>2√k+√k+1=2(√k+1−√k)
And therefore,
S=10000∑i=21√k>10000∑i=22(√k+1−√k)=2(√10001−√2)>197
A>197
Combining (1) and (2)
197<A<198
⟹⌊A⌋=197
No comments:
Post a Comment