Understanding Natural Numbers and Bernoulli's Inequality

Click For Summary

Homework Help Overview

The discussion revolves around proving that for natural numbers n, the sequence defined by An = (1 + 1/n)^n satisfies the inequality An < An+1. The participants explore the use of Bernoulli's inequality and the ratios of consecutive terms in the sequence.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the potential use of induction and the implications of the ratios An+1/An. There is a focus on how to apply Bernoulli's inequality and the algebraic manipulations needed to prove the inequality.

Discussion Status

The conversation is active, with participants sharing their attempts at algebraic manipulation and questioning each other's reasoning. Some guidance has been offered regarding the application of Bernoulli's inequality, but there is no explicit consensus on the final steps to take.

Contextual Notes

Participants express uncertainty about the algebra involved and the application of Bernoulli's inequality, indicating a need for clarification on these concepts. There is also mention of formatting issues in mathematical expressions, which may affect clarity in communication.

cooljosh2k2
Messages
67
Reaction score
0

Homework Statement



Show that if n belongs to N, and:

An: = (1 + 1/n)^n

then An < An+1 for all natural n. (Hint, look at the ratios An+1/An, and use Bernoulli's inequality)

The Attempt at a Solution



I think i have a vague idea of what to do here, like I am sure induction is involved in this proof. However, I am unsure how bernoullis inequality and the ratios help in the proof, and how they should be used. Can anyone help me please?
 
Last edited:
Physics news on Phys.org


If an >a(n+1), what does that imply about an / a(n+1)
 


fuzzywolf said:
If an >a(n+1), what does that imply about an / a(n+1)

It would imply that an/an+1 is > 1, however, i screwed up the wording of the problem, its supposed to be an < an+1, and an+1/an
 


Ah, then if an < a(n+1), an/an+1 < 1 ... Have you tried showing that inequality?
 


How would i show the inequality an+1/an > 1. Would it just be: (1 + 1/(n+1))^(n+1)/(1+1/n)^n > 1?

Then (1+1/n+1)^(n+1) > (1+1/n)^n, which would then give, (1+1/n+1)*(1+1/n+1)^n > (1+1/n)^n.

Is this correct? I am not sure where to go from here
 
Last edited:


Any help guys?
 


cooljosh2k2 said:
Any help guys?

Try and use more parentheses if you aren't going to use TeX. That's not only hard to read, it's ambiguous. It looks to me like you've gotten up to wanting to prove (1+1/(n+1))*((1+1/(n+1))/(1+1/n))^n>1. It's not clear what to do with that, but then you haven't used Bernoulli's inequality like the hint suggests. Try and apply it to the second factor by doing some algebra.
 


Dick said:
Try and use more parentheses if you aren't going to use TeX. That's not only hard to read, it's ambiguous. It looks to me like you've gotten up to wanting to prove (1+1/(n+1))*((1+1/(n+1))/(1+1/n))^n>1. It's not clear what to do with that, but then you haven't used Bernoulli's inequality like the hint suggests. Try and apply it to the second factor by doing some algebra.


I apologize for my crappy typing. What is TeX and how do you use it? I want to make it as clear as possible, but for now using more parenthesis, the inequality I am looking for is:

[(1+1/(n+1))((1+1/(n+1)^n)] / (1+1/n)^n > 1

How do you apply bernoullis inequality, i know the basic concept of it, but am not sure how to apply it.
 


cooljosh2k2 said:
I apologize for my crappy typing. What is TeX and how do you use it? I want to make it as clear as possible, but for now using more parenthesis, the inequality I am looking for is:

[(1+1/(n+1))((1+1/(n+1)^n)] / (1+1/n)^n > 1

How do you apply bernoullis inequality, i know the basic concept of it, but am not sure how to apply it.

Let's skip the TeX for now, I know what you are saying. That's basically the same thing I wrote except I combined the two nth power terms into one fraction. Do you see that? Now you want to do some algebra on that fraction so you can write it as (1+r)^n. What is the r part? Then it should be clear how to apply Bernoulli to the nth power.
 
  • #10


Oh i see what you did there, didnt notice it at first. The algebra is throwing me off now, i found a common denominator for both the numerator and denominator for the fraction to the nth:

[(n+2)/(n+1)] / [(n+1)/(n)]^n

which gave n^2 + 2n / n^2 + 2n +1

but now I am stuck. Did i go about this the wrong way, or is there something that I am missing?
 
  • #11


Check your algebra. It looks like you turned (1+1/(n+1))/(1+1/n) into n/(n+1). That's not right. And I don't see how you 'got' (n^2+2n)/(n^2+2n+1). Got for what? I just want you to figure out what r is if 1+r=(1+1/(n+1))/(1+1/n). Then you can apply Bernoulli's inequality to (1+r)^n.
 
  • #12


What i did was:

(1 + 1/(n+1))/(1+1/n) ---->(find common denominator for top and bottom fractions)

= (n+1/n+1 + 1/n+1) / (n/n + 1/n) = ((n+2)/(n+1)) / ((n+1)/n)

(then i multiplied it out to get: --> (n^2 + 2n) / (n^2 + 2n +1)

clearly I am wrong here. I don't understand what other type of algebra manipulation I am supposed to do, and don't understand how to find r.
 
  • #13


cooljosh2k2 said:
What i did was:

(1 + 1/(n+1))/(1+1/n) ---->(find common denominator for top and bottom fractions)

= (n+1/n+1 + 1/n+1) / (n/n + 1/n) = ((n+2)/(n+1)) / ((n+1)/n)

(then i multiplied it out to get: --> (n^2 + 2n) / (n^2 + 2n +1)

clearly I am wrong here. I don't understand what other type of algebra manipulation I am supposed to do, and don't understand how to find r.

That's fine. I just didn't understand what (n^2 + 2n) / (n^2 + 2n +1) was supposed to be from your post. Now you want to write (n^2 + 2n) / (n^2 + 2n +1) in the form 1+r. Just set 1+r=(n^2 + 2n) / (n^2 + 2n +1) and solve for r.
 
  • #14


Dick said:
That's fine. I just didn't understand what (n^2 + 2n) / (n^2 + 2n +1) was supposed to be from your post. Now you want to write (n^2 + 2n) / (n^2 + 2n +1) in the form 1+r. Just set 1+r=(n^2 + 2n) / (n^2 + 2n +1) and solve for r.

Ok, i get r = -1 / (n^2 + 2n + 1 ), so then what would be my inequality?

[1 -1 / (n^2 + 2n + 1 )]^ n >= ?
 
  • #15


cooljosh2k2 said:
Ok, i get r = -1 / (n^2 + 2n + 1 ), so then what would be my inequality?

[1 -1 / (n^2 + 2n + 1 )]^ n >= ?

Good. Now what does Bernoulli's inequality say (1+r)^n is greater than? And is Bernoulli's inequality valid for this value of r? You did look up Bernoulli's inequality, right?
 
  • #16


Yes, i have bernoullis inequality right in front of me:

(1+x)^n ≥ 1+ nx for all natural numbers.

So would it be:

[1 -1 / (n^2 + 2n + 1 )]^n ≥ 1 - n / (n^2 + 2n + 1 )

and what happens to the other 1+1/(n+1) from the original equation?
 
  • #17


cooljosh2k2 said:
Yes, i have bernoullis inequality right in front of me:

(1+x)^n ≥ 1+ nx for all natural numbers.

So would it be:

[1 -1 / (n^2 + 2n + 1 )]^n ≥ 1 - n / (n^2 + 2n + 1 )

and what happens to the other 1+1/(n+1) from the original equation?

You've got that your original expression is greater than or equal to (1 - n / (n^2 + 2n + 1 ))*(1+1/(n+1)). If you can show that is greater than one, then you done, right?
 
  • #18


Dick said:
You've got that your original expression is greater than or equal to (1 - n / (n^2 + 2n + 1 ))*(1+1/(n+1)). If you can show that is greater than one, then you done, right?

Huh? sorry you've lost me. I am not the brightest guy when it comes to this, but I am really trying to understand it. So i have:

(original-->) (1 + 1/(n+1))/(1+1/n) >= (1 - n / (n^2 + 2n + 1 ))*(1+1/(n+1))?
 
  • #19


cooljosh2k2 said:
Huh? sorry you've lost me. I am not the brightest guy when it comes to this, but I am really trying to understand it. So i have:

(original-->) (1 + 1/(n+1))/(1+1/n) >= (1 - n / (n^2 + 2n + 1 ))*(1+1/(n+1))?

Nope. a_n+1/a_n=(1+1/(n+1))^(n+1)/(1+1/n)^n >= (1 - n / (n^2 + 2n + 1 ))*(1+1/(n+1)). Go back through the steps. We originally wanted to show a_n+1/a_n>1 to show a_n+1>a_n. Remember?
 
  • #20


Right, that's what i meant to type:

(1+1/(n+1))^(n+1)/(1+1/n)^n >= (1 - n / (n^2 + 2n + 1 )^n)*(1+1/(n+1))

So what do i do next :S. I really appreciate your help by the way.
 
  • #21


cooljosh2k2 said:
Right, that's what i meant to type:

(1+1/(n+1))^(n+1)/(1+1/n)^n >= (1 - n / (n^2 + 2n + 1 )^n)*(1+1/(n+1))

So what do i do next :S. I really appreciate your help by the way.

You are almost done! Now you just have to show the expression on the right is greater than 1. Just multiply it out and put everything over a common denominator. See if it looks greater than 1.
 
  • #22


Ok, if i multiply the entire right hand side, i get (n^3 + 3n^2 + 3n + 2) / (n^3 + 3n^2 + 3n + 1). Which is greater than 1, so does that prove that (1+1/(n+1))^(n+1)/(1+1/n)^n > 1, and therefore an+1 > an?
 
  • #23


cooljosh2k2 said:
Ok, if i multiply the entire right hand side, i get (n^3 + 3n^2 + 3n + 2) / (n^3 + 3n^2 + 3n + 1). Which is greater than 1, so does that prove that (1+1/(n+1))^(n+1)/(1+1/n)^n > 1, and therefore an+1 > an?

By now you should be able to explain to me why it does.
 
  • #24


Since the right hand side is greater than 1, and the left hand side is greater than or equal to the right hand side, then the left hand side must be greater than 1. In which case, an+1 > an. Is this good?
 
  • #25


cooljosh2k2 said:
Since the right hand side is greater than 1, and the left hand side is greater than or equal to the right hand side, then the left hand side must be greater than 1. In which case, an+1 > an. Is this good?

Sure.
 
  • #26


Thanks sooooooo much :)
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
10
Views
2K
Replies
7
Views
1K
  • · Replies 10 ·
Replies
10
Views
3K