Mathematical Induction Problem

klarka
Messages
2
Reaction score
0

Homework Statement



Prove that \frac{1}{\sqrt{1}}+\frac{1}{\sqrt{2}}+...+\frac{1}{\sqrt{n}}\geq\sqrt{n} for all n \in N

Homework Equations


The Attempt at a Solution



p(1): \frac{1}{\sqrt{1}} = \frac{1}{1} = 1 = \sqrt{1} \geq \sqrt{1}

Let \frac{1}{\sqrt{1}} + \frac{1}{\sqrt{2}} +...+ \frac{1}{\sqrt{n}} \geq \sqrt{n} for some n\in N

1/√1 + 1/√2 + ... + 1/√(n+1) > √n + 1/√(n+1)

= (√n√(n+1) + 1)/√(n+1)

=(√n(n+1) + 1)/√(n+1)
 
Physics news on Phys.org
For an induction problem, after your assumption for some n=k, n\in N you're supposed to prove the condition is true for n=k+1, thus

\frac{1}{\sqrt{1}}+\frac{1}{\sqrt{2}}+...+\frac{1}{\sqrt{k}}+\frac{1}{\sqrt{k+1}}\geq\sqrt{k+1}

You can start by taking the last term \frac{1}{\sqrt{k+1}} onto the right side. Now that you've assumed that first expression, if you can prove \sqrt{k}\geq \sqrt{k+1}-\frac{1}{\sqrt{k+1}} then you have essentially finished the proof. Do you understand why?
 
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