agent007bond
- 6
- 0
Homework Statement
\forall n \in Z^+, \sum_{i=1}^n \frac{\sqrt{i+1}}{2i} > \frac{\sqrt{n}}{2}
Homework Equations
I have to prove the above via mathematical induction.
The Attempt at a Solution
I did the base case, n = 1 and found it true for the base case.
Then I assumed that the proposition is true for n = k: \sum_{i=1}^k \frac{\sqrt{i+1}}{2i} > \frac{\sqrt{k}}{2} ... (1)
Then, when n = k+1, \sum_{i=1}^{k+1} \frac{\sqrt{i+1}}{2i} > \frac{\sqrt{k+1}}{2} ... (2)
The LHS is equivalent to: \sum_{i=1}^k \frac{\sqrt{i+1}}{2i} + \frac{\sqrt{k+2}}{2k+2}
Comparing with equation (1) I can write the following: \sum_{i=1}^k \frac{\sqrt{i+1}}{2i} + \frac{\sqrt{k+2}}{2k+2} > \frac{\sqrt{k}}{2} + \frac{\sqrt{k+2}}{2k+2}
Hence, \sum_{i=1}^{k+1} \frac{\sqrt{i+1}}{2i} > \frac{\sqrt{k}}{2} + \frac{\sqrt{k+2}}{2k+2} ... (3)
According to our lecturer, from (2) and (3) we have: \sum_{i=1}^{k+1} \frac{\sqrt{i+1}}{2i} > \frac{\sqrt{k}}{2} + \frac{\sqrt{k+2}}{2k+2} > \frac{\sqrt{k+1}}{2}
Therefore to prove (2), we need to prove the inequality: \frac{\sqrt{k}}{2} + \frac{\sqrt{k+2}}{2k+2} > \frac{\sqrt{k+1}}{2}
Simplifying it, I can come up with: (k+1)\sqrt{k} + \sqrt{k+2} > (k+1)\sqrt{k+1}
How do I prove this inequality (in order to prove the proposition)? Many of my friends in school are also as stuck as I am! Could someone help me?!