Proving an inequality, Real Analysis

Click For Summary
SUMMARY

The discussion focuses on proving the inequality that for natural numbers n > 1, the sum of the series from i=1 to n of 1/sqrt(i) is greater than sqrt(n). The user initially attempted various methods, including induction and comparing the growth rates of A_n and B_n, where A_n is the sum and B_n is sqrt(n). Ultimately, the proof was successfully completed using mathematical induction, demonstrating that A_(n+1) > sqrt(n+1) holds true by establishing a derived inequality involving square roots.

PREREQUISITES
  • Understanding of mathematical induction
  • Familiarity with Riemann sums
  • Knowledge of the AM-HM inequality
  • Basic calculus concepts, particularly involving square roots
NEXT STEPS
  • Study mathematical induction techniques in depth
  • Explore Riemann sums and their applications in analysis
  • Review the AM-HM inequality and its proofs
  • Investigate advanced inequalities in real analysis
USEFUL FOR

Students of real analysis, mathematicians interested in inequalities, and educators seeking to enhance their understanding of mathematical proofs and induction methods.

moo5003
Messages
202
Reaction score
0

Homework Equations



Prove the following for n > 1, n is a natural number.

Sum (from i=1 to n) of:
1/sqrt(i)

is > then

sqrt(n)

The Attempt at a Solution



To be honest I have spent 2+ hours on this with little results. I have tried induction on n, I tried showing one increases more every step then the other ie:

A_n = Sum (from i=1 to n) of:
1/sqrt(i)

B_n = sqrt(n)

That A_(n+1) / A_n > B_(n+1) / B_n

I have tried squaring both sides and simplifying the expression. I just cannot seem to make any progress on this. Any help would be appreciated.
 
Last edited:
Physics news on Phys.org
Product or sum? If it's the product of 1/sqrt(i) then each time n increases, the product decreases (and is always less than 1)
 
I'm sorry it should be a sum, I'll edit the original post.
 
Anyone have a hint to even start he problem? I'm a bit stumped.
 
Can you think of the sum as a Riemann sum that is greater than an easy integral?
 
If anyone cares I ended up doing this by induction.

n=2 trivial to check

A_n = Sum (from i=1 to n): 1/sqrt(i)

A_(n+1) = A_n + 1/sqrt(n+1)

Must show: A_(n+1) > sqrt(n+1) = sqrt(n) + sqrt(n+1) - sqrt(n)

by our induction hypothesis this is if and only if:

1/sqrt(n+1) > sqrt(n+1) - sqrt(n)

iff

1 > n + 1 - sqrt(n^2 + n)

Note: sqrt(n^2 + n) > n thus our above inequality holds proving

A_(n+1) > sqrt(n+1)
 
If you are familiar with the AM-HM inequality, then you could do this:

\frac{\sum^{n}_{i=1} \sqrt{i}}{n} \ge \frac{n}{\sum^{n}_{i=1} \frac{1}{\sqrt{i}}}

So

\sum^{n}_{i = 1} \frac{1}{\sqrt{i}} \ge \frac{n^2}{\sum^{n}_{i=1} \sqrt{i}} \ge \frac{n^2}{\sum^{n}_{i=1} \sqrt{n}} = \frac{n^2}{n \sqrt{n}} = \sqrt{n}

Equality occurs iff each of the square-roots in the original sum is equal, which is only the case for n = 1. In all other cases, the inequality is strict.
 

Similar threads

Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
11
Views
2K