Solve Sequence Problem: Prove 0<a<b Implies (n+1)bn > (b n+1 - a n+1)/(b-1)

  • Thread starter Thread starter the_storm
  • Start date Start date
  • Tags Tags
    Sequence
the_storm
Messages
42
Reaction score
0

Homework Statement


Let an = ( 1 + \frac{1}{n} )n



Homework Equations



show that if 0 <= a < b

\frac{b <sup> n+1 </sup> - a <sup>n+1</sup>}{b-1} < (n+1)bn


The Attempt at a Solution




I have started from a < b and I said so an < bn

Then I multiply by (n+1) So I get the left hand side term.. but couldn't get the RHS .. any help guys?
 
Physics news on Phys.org
the_storm said:

Homework Statement


Let an = ( 1 + \frac{1}{n} )n



Homework Equations



show that if 0 <= a < b

\frac{b^{ n+1}- a^{n+1}}{b-1} &lt; (n+1)b^n
Do not use HTML "sup" or "sub" tags inside LaTeX. use "^" for superscripts, "_" for subscripts.


The Attempt at a Solution




I have started from a < b and I said so an < bn

Then I multiply by (n+1) So I get the left hand side term.. but couldn't get the RHS .. any help guys?
I'm not sure what you are talking about. The inequality you are trying to prove does not seem to have any connection with the first limit you give. Is proving this a first step in proving that the limit exists? Also yoU say you started from a^n&lt; b^n then "multiply by (n+1)". How does that give you
\frac{b^{n+1}- a^{n+1}}{b- 1}

But my main problem is that inequality itself. I considered using induction but the inequality doesn't appear to be true for n= 0 or 1.

For example, for n= 0 it says that
\frac{b- a}{b- 1}&lt; 1
but that is not true for, say, b= 3, a= 1/2.

For n= 1,
\frac{b^2- a^2}{b- 1}&lt; 2b
which is not true for b= 3/2, a= 1/2.
 
Ok I will use ^ and _ ... thank you.
concerning to the problem a and b must be integers only not fractions and the minimum value of the n is 1 because an is a sequence
 
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