I'm trying to prove this by induction, but something doesn't add up. I see a solution given here, but it is actually proving that the expression is greater than $2\sqrt{n}$. I'd appreciate some insight.
Asked
Active
Viewed 138 times
0
-
2Also: https://math.stackexchange.com/q/768916, https://math.stackexchange.com/q/1981654 and some more – all found with Approach0 – Martin R Oct 18 '19 at 12:15
-
1Another one (from the “Related” section): https://math.stackexchange.com/q/648907/42969. – Martin R Oct 18 '19 at 12:25
2 Answers
3
Base step: 1<2.
Inductive step: $$\sum_{j=1}^{n+1}\frac1{\sqrt{j}} < 2\sqrt{n}+\frac1{\sqrt{n+1}}$$ So if we prove $$2\sqrt{n}+\frac1{\sqrt{n+1}}<2\sqrt{n+1}$$ we are done. Indeed, that holds true: just square the left hand side sides to get $$4n+2\frac{\sqrt{n}}{\sqrt{n+1}}+\frac1{n+1}<4n+3<4n+4$$ which is the square of the right end side.
Errata: I forgot the double product in the square. The proof must be amended as follows: $$2\sqrt{n}<2\sqrt{n+1}-\frac1{\sqrt{n+1}}$$ since by squaring it we get $$4n<4n+4-4+\frac1{n+1}$$ which is trivially true.
Alberto Saracco
- 1,128
-
I was trying to prove line by line, without separating the proof to separately prove using the square root, but this way is good too, I'm not convinced it could be proved "in one line". – sequence Oct 18 '19 at 12:50
0
Note that $$ 2\sqrt{n+1}-2\sqrt n=2\cdot\frac{(\sqrt{n+1}-\sqrt{n})(\sqrt{n+1}+\sqrt{n})}{\sqrt{n+1}+\sqrt{n}}=2\cdot \frac{(n+1)-n}{\sqrt{n+1}+\sqrt{n}}<\frac 2{\sqrt n+\sqrt n}$$
Hagen von Eitzen
- 374,180