Proving 1 + 1/√2 +...+ 1/√n < 2√n Using Mathematical Induction

trap101
Messages
339
Reaction score
0
Prove that:

1 + 1/√2 +...+ 1/√n < 2√n

Work:

So I've done the base case of n = 1, and I've set up the Indutive hypothesis as assuming n=k as 1 + 1/√2 +...+ 1/√k < 2√k

and for the inductive step:

1 + 1/√2 +...+ 1/√k + 1/√(k+1) < 2√k + 1/√(k+1)

now I'm having trouble trying to manipulate 2√k + 1/√(k+1) to get 2√(k+1) alone. I tried a conjugate of 1/[2 √(k+1) + 2√k] [2 √(k+1) - 2√k / [2 √(k+1) - 2√k]...the closest thing I got was 2√(k+1) / 4.

ANy suggestions?
 
Physics news on Phys.org
Here is a hint which should be useful:
$$4(k^2 + k) < 4k^2 + 4k + 1 = (2k + 1)^2$$
Taking the square root of both sides, which is OK because both sides are positive, we get
$$2\sqrt{k^2 + k} < 2k + 1$$
See if you can manipulate the right hand side of your inequality into a form where you can apply this.
 
Last edited:
trap101 said:
Prove that:

1 + 1/√2 +...+ 1/√n < 2√n

Work:

So I've done the base case of n = 1, and I've set up the Indutive hypothesis as assuming n=k as 1 + 1/√2 +...+ 1/√k < 2√k

and for the inductive step:

1 + 1/√2 +...+ 1/√k + 1/√(k+1) < 2√k + 1/√(k+1)

now I'm having trouble trying to manipulate 2√k + 1/√(k+1) to get 2√(k+1) alone. I tried a conjugate of 1/[2 √(k+1) + 2√k] [2 √(k+1) - 2√k / [2 √(k+1) - 2√k]...the closest thing I got was 2√(k+1) / 4.

ANy suggestions?

So, you want to show 2 \sqrt{k+1} - 2 \sqrt{k} \geq \frac{1}{\sqrt{k+1}}. Re-write the LHJS using the type of trick you applied above.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top