How to prove an inequality with a direct proof?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
Moodion
Messages
2
Reaction score
0
Hello, I'm having trouble with an assigned problem, not really sure where to begin with it:

Prove that if $$a \in R$$ and $$b \in R$$ such that $$0 < b < a$$, then $${a}^{n} - {b}^{n} \le {na}^{n-1}(a-b)$$, where n is a positive integer, using a direct proof.

Pointers or the whole proof would be appreciated (might require some explanation afterwards!)

Thanks
 
Physics news on Phys.org
Moodion said:
Hello, I'm having trouble with an assigned problem, not really sure where to begin with it:

Prove that if $$a \in R$$ and $$b \in R$$ such that $$0 < b < a$$, then $${a}^{n} - {b}^{n} \le {na}^{n-1}(a-b)$$, where n is a positive integer, using a direct proof.

Pointers or the whole proof would be appreciated (might require some explanation afterwards!)

Thanks
Hi Moodion and welcome to MHB!

Try factorising $a^n-b^n$ as $(a-b)(a^{n-1} + \ldots + b^{n-1})$ and then estimate the size of the second factor.
 
Thanks for the hint, just what I needed