Mathematical Induction Problem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 2K views
klarka
Messages
2
Reaction score
0

Homework Statement



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

Homework Equations


The Attempt at a Solution



p(1): [tex]\frac{1}{\sqrt{1}}[/tex] = [tex]\frac{1}{1}[/tex] = 1 = [tex]\sqrt{1}[/tex] [tex]\geq[/tex] [tex]\sqrt{1}[/tex]

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

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

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

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

[tex]\frac{1}{\sqrt{1}}+\frac{1}{\sqrt{2}}+...+\frac{1}{\sqrt{k}}+\frac{1}{\sqrt{k+1}}\geq\sqrt{k+1}[/tex]

You can start by taking the last term [tex]\frac{1}{\sqrt{k+1}}[/tex] onto the right side. Now that you've assumed that first expression, if you can prove [tex]\sqrt{k}\geq \sqrt{k+1}-\frac{1}{\sqrt{k+1}}[/tex] then you have essentially finished the proof. Do you understand why?