Inequality question from Real Analysis

kbrono
Messages
16
Reaction score
0

Homework Statement


let n\inN To prove the following inequality

na^{n-1}(b-a) < b^{n} - a^{n} < nb^{n-1}(b-a)

0<a<b

Homework Equations





The Attempt at a Solution


Knowing that b^n - a^n = (b-a)(b^(n-1) + ab^(n-2) + ... + ba^(n-2) + a^(n-1) we can divide out (b-a) because b-a # 0. so we have

n(a^(n-1)) < (b^(n-1) + ab^(n-2) + ... + ba^(n-2) + a^(n-1) < n(a^(n-1))

and in the middle of the inequality we see that

na^(n-1) < a^(n-1)< ab^(n-2) + ... + ba^(n-2) < a^(n-1) <nb^(n-1)

and in the middle there are a^j (b^(n-1-j)) terms as j --> n-2
So there are (n-1)+1 terms in the middle or n terms. So if a<b this inequality holds...


I think i pulled some random stuff out of thin air, but its a try.. THanks
 
Physics news on Phys.org
hi kbrono! :smile:

(have a sigma: ∑ and try using the X2 icon just above the Reply box :wink:)

yes, that's exactly the way you're supposed to do it! :smile:

what's worrying you about it? :confused:

(btw, you could shorten it a bit by writing ∑i≤n-1aibn-1-i

then ∑i≤nan-1 < ∑i≤n-1aibn-1-i < ∑i≤n-1bn-1 :wink:)
 
Ok thank you for looking it over!
 
The inequality is not complete. For n=1 you get
b-a < b-a < b -a

Which is not true.
 
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