Prove Ineq. for Natural n > 1: 1/n+1 + ... + 1/2n > 13/24

  • Thread starter Thread starter songoku
  • Start date Start date
  • Tags Tags
    Inequality
Click For Summary

Homework Help Overview

The discussion revolves around proving an inequality involving the sum of reciprocals of natural numbers, specifically for natural numbers n greater than 1. The inequality states that the sum from 1/(n+1) to 1/(2n) is greater than 13/24.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants explore various approaches, including direct summation and mathematical induction. Some question the instructor's intended method for the problem, while others suggest proving a stronger inequality. There are attempts to establish base cases and induction hypotheses.

Discussion Status

The discussion is active with multiple participants sharing their thoughts on the problem. Some have provided specific calculations for base cases, while others have outlined induction steps. There is no explicit consensus, but several productive lines of reasoning are being explored.

Contextual Notes

Participants note that the problem may involve assumptions about the behavior of the function defined by the sum, and there are indications of uncertainty regarding the instructor's expectations for the solution approach.

songoku
Messages
2,512
Reaction score
394

Homework Statement


Prove that for any naturam number n > 1 :
\frac{1}{n+1} + \frac{1}{n+2} + \frac{1}{n+3} + ... + \frac{1}{2n} > \frac{13}{24}

Homework Equations


Not sure

The Attempt at a Solution


\frac{1}{n+1} + \frac{1}{n+2} + \frac{1}{n+3} + ... + \frac{1}{2n} > \frac{1}{2n} + \frac{1}{2n} + \frac{1}{2n} + ... + \frac{1}{2n} = \frac{n}{2n} = \frac{1}{2}

Then I stuck...

Thanks
 
Physics news on Phys.org
I'm not sure what approach your instructor had in mind in setting the problem, but unless I'm mistaken, we can actually prove a stronger inequality bound.

If we define
f(n) = \frac{1}{n+1} + \frac{1}{n+2} + \cdots + \frac{1}{2n},
then it is relatively straightforward to show that ##f(n+1) > f(n) \,\, \forall \,\, n##, and so it must be the case that ##f(n) \geq f(2)##.

It is also possible to prove that ##\lim_{n \to \infty} f(n) = \ln 2## as an interesting exercise.
 
  • Like
Likes   Reactions: Buffu and ehild
songoku said:

Homework Statement


Prove that for any naturam number n > 1 :
\frac{1}{n+1} + \frac{1}{n+2} + \frac{1}{n+3} + ... + \frac{1}{2n} > \frac{13}{24}

Homework Equations


Not sure

The Attempt at a Solution


\frac{1}{n+1} + \frac{1}{n+2} + \frac{1}{n+3} + ... + \frac{1}{2n} > \frac{1}{2n} + \frac{1}{2n} + \frac{1}{2n} + ... + \frac{1}{2n} = \frac{n}{2n} = \frac{1}{2}

Then I stuck...

Thanks
You can do this by mathematical induction, which might be the strategy your instructor had in mind.
Proving a base case with n = 2 or n = 3 is straightforward.
Then, assume that the proposition is true for n = k; i.e., that ##\frac 1 {k + 1} + \frac 1 {k + 2} + \dots + \frac 1 {2k} > \frac {13} {24}## (the induction hypothesis).
Finally, use the induction hypothesis to show that ##\frac 1 {k + 2} + \frac 1 {k + 3} + \dots + \frac 1 {2k} + \frac 1 {2k + 1} + \frac 1 {2k + 2} > \frac {13} {24}## must be true, as well.
 
Mark44 said:
You can do this by mathematical induction, which might be the strategy your instructor had in mind.
Proving a base case with n = 2 or n = 3 is straightforward.
Then, assume that the proposition is true for n = k; i.e., that ##\frac 1 {k + 1} + \frac 1 {k + 2} + \dots + \frac 1 {2k} > \frac {13} {24}## (the induction hypothesis).
Finally, use the induction hypothesis to show that ##\frac 1 {k + 2} + \frac 1 {k + 3} + \dots + \frac 1 {2k} + \frac 1 {2k + 1} + \frac 1 {2k + 2} > \frac {13} {24}## must be true, as well.

Let me try:
(i) For n = 2
1/3 + 1/4 = 7/12 = 14/24 > 13/24 so it is true for n = 2

(ii) Assume it is true for n = k
##\frac 1 {k + 1} + \frac 1 {k + 2} + \dots + \frac 1 {2k} > \frac {13} {24}##

(iii) For n = k + 1
##\frac 1 {k + 2} + \frac 1 {k + 3} + \dots + \frac 1 {2k} + \frac 1 {2k + 1} + \frac 1 {2k + 2}##

## = \frac 1 {k + 1} + \frac 1 {k + 2} + \frac 1 {k + 3} + \dots + \frac 1 {2k} + \frac 1 {2k + 1} + \frac 1 {2k + 2} - \frac 1 {k + 1}##

## > \frac {13} {24} + \frac 1 {(2k + 1) (2k + 2)} > \frac {13} {24}##

Is this correct?
 
songoku said:
Let me try:
(i) For n = 2
1/3 + 1/4 = 7/12 = 14/24 > 13/24 so it is true for n = 2

(ii) Assume it is true for n = k
##\frac 1 {k + 1} + \frac 1 {k + 2} + \dots + \frac 1 {2k} > \frac {13} {24}##

(iii) For n = k + 1
##\frac 1 {k + 2} + \frac 1 {k + 3} + \dots + \frac 1 {2k} + \frac 1 {2k + 1} + \frac 1 {2k + 2}##

## = \frac 1 {k + 1} + \frac 1 {k + 2} + \frac 1 {k + 3} + \dots + \frac 1 {2k} + \frac 1 {2k + 1} + \frac 1 {2k + 2} - \frac 1 {k + 1}##

## > \frac {13} {24} + \frac 1 {(2k + 1) (2k + 2)} > \frac {13} {24}##

Is this correct?
Looks good.
 
  • Like
Likes   Reactions: songoku
Sorry for late reply

Thank you very much
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
5
Views
2K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K