pc2-brazil
- 198
- 3
Homework Statement
Suppose a and b are real numbers with 0 < b < a. Show that, if n is a positive integer, then
a^n - b^n \leq na^{n-1}(a-b)
Homework Equations
The Attempt at a Solution
I'm trying to show this by induction.
Let P(n) be the proposition that a^n - b^n \leq na^{n-1}(a-b)
I've already verified that P(1) is true, which completes the basis step.
Inductive step:
I must show that, if P(k), then P(k+1).
So, I first assume that this is true for an arbitrary k: a^k - b^k \leq ka^{k-1}(a-b)
Then, I must show that, if P(k) is true, it follows that a^{k+1} - b^{k+1} \leq (k+1)a^k(a-b).
This is where I'm having trouble.
I'm trying to find that a^{k+1} - b^{k+1} is less than or equal to an expression involving a^k - b^k, so that I can use the expression for P(k) to derive an inequality for a^{k+1} - b^{k+1}.
I've tried several ways, like trying to rewrite a^{k+1} - b^{k+1} as aa^k - bb^{k} and then writing that aa^k - bb^k \geq aa^k - ab^k = a(a^k - b^k) (since a > b), but this doesn't help, because I'm looking for something that a^{k+1} - b^{k+1} is less than or equal to, not greater than or equal to.
Thank you in advance.