What is the value of the floor function challenge?

  • Context:
  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    Challenge Function
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
2 replies · 2K views
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Find $$\left\lfloor{S}\right\rfloor$$ if $$S=1+\frac{1}{\sqrt{2}}+\frac{1}{\sqrt{3}}+\cdots+\frac{1}{\sqrt{80}}$$.
 
Mathematics news on Phys.org
anemone said:
Find $$\left\lfloor{S}\right\rfloor$$ if $$S=1+\frac{1}{\sqrt{2}}+\frac{1}{\sqrt{3}}+\cdots+\frac{1}{\sqrt{80}}$$.

we have $\frac{1}{\sqrt{k}} = \frac{2}{2\sqrt{k}} > \frac{2}{(\sqrt{k} + \sqrt{k +1} )} = 2(\sqrt{k+1} - \sqrt{k})$
hence adding above from k 1 to 80 we get $S > 2 * (\sqrt(81) -1) = 16$
also
$\frac{1}{\sqrt{k}} = \frac{2}{2\sqrt{k}} < \frac{2}{\sqrt{k} + \sqrt{k - 1 }} = 2(\sqrt{k } - \sqrt{k-1})$
adding above from 1 to 80 we get $S < 2\sqrt{80}$ and $\sqrt{80} > 8.5$ because $8.5^2= 72.25$ so $S < 17$
so integral part is 16
 
kaliprasad said:
we have $\frac{1}{\sqrt{k}} = \frac{2}{2\sqrt{k}} > \frac{2}{(\sqrt{k} + \sqrt{k +1} )} = 2(\sqrt{k+1} - \sqrt{k})$
hence adding above from k 1 to 80 we get $S > 2 * (\sqrt(81) -1) = 16$
also
$\frac{1}{\sqrt{k}} = \frac{2}{2\sqrt{k}} < \frac{2}{\sqrt{k} + \sqrt{k - 1 }} = 2(\sqrt{k } - \sqrt{k-1})$
adding above from 1 to 80 we get $S < 2\sqrt{80}$ and $\sqrt{80} > 8.5$ because $8.5^2= 72.25$ so $S < 17$
so integral part is 16

Well done, kaliprasad!(Cool)