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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top