Duplicate - Proof by Ordinary Induction: $a^n-b^n leq na^{n-1}(a-b)$
$begingroup$
This question has already been asked:
Proving Inequality using Induction $a^n-b^n leq na^{n-1}(a-b)$
However has not been answered properly. (Even thought the OP checked an answer)
The answers provided are direct proofs and not induction proofs.
Question: Suppose $a$ and $b$ are real numbers with $0 < b < a$. Prove that if $n$ is a positive integer, then:
$$a^n-b^n leq na^{n-1}(a-b)$$
Anybody has ideas?
inequality induction
$endgroup$
add a comment |
$begingroup$
This question has already been asked:
Proving Inequality using Induction $a^n-b^n leq na^{n-1}(a-b)$
However has not been answered properly. (Even thought the OP checked an answer)
The answers provided are direct proofs and not induction proofs.
Question: Suppose $a$ and $b$ are real numbers with $0 < b < a$. Prove that if $n$ is a positive integer, then:
$$a^n-b^n leq na^{n-1}(a-b)$$
Anybody has ideas?
inequality induction
$endgroup$
add a comment |
$begingroup$
This question has already been asked:
Proving Inequality using Induction $a^n-b^n leq na^{n-1}(a-b)$
However has not been answered properly. (Even thought the OP checked an answer)
The answers provided are direct proofs and not induction proofs.
Question: Suppose $a$ and $b$ are real numbers with $0 < b < a$. Prove that if $n$ is a positive integer, then:
$$a^n-b^n leq na^{n-1}(a-b)$$
Anybody has ideas?
inequality induction
$endgroup$
This question has already been asked:
Proving Inequality using Induction $a^n-b^n leq na^{n-1}(a-b)$
However has not been answered properly. (Even thought the OP checked an answer)
The answers provided are direct proofs and not induction proofs.
Question: Suppose $a$ and $b$ are real numbers with $0 < b < a$. Prove that if $n$ is a positive integer, then:
$$a^n-b^n leq na^{n-1}(a-b)$$
Anybody has ideas?
inequality induction
inequality induction
edited Apr 13 '17 at 12:20
Community♦
1
1
asked Mar 6 '16 at 21:08
ex.nihilex.nihil
220111
220111
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
We do the induction step. Suppose that for a certain $k$ we have $a^k-b^kle ka^{k-1}(a-b)$. We will show that $a^{k+1}-b^{k+1}le (k+1)a^k(b-a)$.
We have
$$a^{k+1}-b^{k+1}=a^{k+1}-a^kb+a^kb-b^{k+1}=a^k(a-b) +b(a^k-b^k).tag{1}$$
Note that by the induction hypothesis $b(a^k-b^k)le a(a^k-b^k)le ka^k(a-b)$. So the sum on the right-hand side of (1) is $le (k+1)a^k(a-b)$.
$endgroup$
1
$begingroup$
I am often awed by the mathematical wit the top members of this community have. Vous êtes un maître monsieur André Nicolas.
$endgroup$
– ex.nihil
Mar 6 '16 at 21:34
add a comment |
$begingroup$
The proof proceeds by induction. Here we will need to make use of two base
cases, since it turns out that n = 1 needs to be treated separately.
(1) First base case (n = 1): here a^1 −b^1 ≤ 1*a^0(a−b) = a − b,
so the statement holds.
(2) Second base case (n = 2):
a^2 − b^2 = (a + b)(a − b)
< 2a(a − b) since a > b
= na^(n−1)(a − b), for n = 2
(3) Inductive step: Now suppose that a^n − b^n < na^(n−1)(a − b), where 0 <
b < a. Then
a^(n+1) − b^(n+1)= a^(n+1)- a^n*b + a^n*b − b^(n+1) = a^n(a − b) + b(an^ − b^n)
< a^n(a − b) + b^n*a^(n−1)(a − b) by the inductive hypothesis
< a^n(a − b) + ana^(n−1)(a − b) since b < a
= (n + 1)a^n(a − b)
so that a^(n+1) − b^(n+1) < (n + 1)a^n(a − b) for n > 2.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1686064%2fduplicate-proof-by-ordinary-induction-an-bn-leq-nan-1a-b%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
We do the induction step. Suppose that for a certain $k$ we have $a^k-b^kle ka^{k-1}(a-b)$. We will show that $a^{k+1}-b^{k+1}le (k+1)a^k(b-a)$.
We have
$$a^{k+1}-b^{k+1}=a^{k+1}-a^kb+a^kb-b^{k+1}=a^k(a-b) +b(a^k-b^k).tag{1}$$
Note that by the induction hypothesis $b(a^k-b^k)le a(a^k-b^k)le ka^k(a-b)$. So the sum on the right-hand side of (1) is $le (k+1)a^k(a-b)$.
$endgroup$
1
$begingroup$
I am often awed by the mathematical wit the top members of this community have. Vous êtes un maître monsieur André Nicolas.
$endgroup$
– ex.nihil
Mar 6 '16 at 21:34
add a comment |
$begingroup$
We do the induction step. Suppose that for a certain $k$ we have $a^k-b^kle ka^{k-1}(a-b)$. We will show that $a^{k+1}-b^{k+1}le (k+1)a^k(b-a)$.
We have
$$a^{k+1}-b^{k+1}=a^{k+1}-a^kb+a^kb-b^{k+1}=a^k(a-b) +b(a^k-b^k).tag{1}$$
Note that by the induction hypothesis $b(a^k-b^k)le a(a^k-b^k)le ka^k(a-b)$. So the sum on the right-hand side of (1) is $le (k+1)a^k(a-b)$.
$endgroup$
1
$begingroup$
I am often awed by the mathematical wit the top members of this community have. Vous êtes un maître monsieur André Nicolas.
$endgroup$
– ex.nihil
Mar 6 '16 at 21:34
add a comment |
$begingroup$
We do the induction step. Suppose that for a certain $k$ we have $a^k-b^kle ka^{k-1}(a-b)$. We will show that $a^{k+1}-b^{k+1}le (k+1)a^k(b-a)$.
We have
$$a^{k+1}-b^{k+1}=a^{k+1}-a^kb+a^kb-b^{k+1}=a^k(a-b) +b(a^k-b^k).tag{1}$$
Note that by the induction hypothesis $b(a^k-b^k)le a(a^k-b^k)le ka^k(a-b)$. So the sum on the right-hand side of (1) is $le (k+1)a^k(a-b)$.
$endgroup$
We do the induction step. Suppose that for a certain $k$ we have $a^k-b^kle ka^{k-1}(a-b)$. We will show that $a^{k+1}-b^{k+1}le (k+1)a^k(b-a)$.
We have
$$a^{k+1}-b^{k+1}=a^{k+1}-a^kb+a^kb-b^{k+1}=a^k(a-b) +b(a^k-b^k).tag{1}$$
Note that by the induction hypothesis $b(a^k-b^k)le a(a^k-b^k)le ka^k(a-b)$. So the sum on the right-hand side of (1) is $le (k+1)a^k(a-b)$.
edited Mar 6 '16 at 21:36
answered Mar 6 '16 at 21:23
André NicolasAndré Nicolas
452k36423808
452k36423808
1
$begingroup$
I am often awed by the mathematical wit the top members of this community have. Vous êtes un maître monsieur André Nicolas.
$endgroup$
– ex.nihil
Mar 6 '16 at 21:34
add a comment |
1
$begingroup$
I am often awed by the mathematical wit the top members of this community have. Vous êtes un maître monsieur André Nicolas.
$endgroup$
– ex.nihil
Mar 6 '16 at 21:34
1
1
$begingroup$
I am often awed by the mathematical wit the top members of this community have. Vous êtes un maître monsieur André Nicolas.
$endgroup$
– ex.nihil
Mar 6 '16 at 21:34
$begingroup$
I am often awed by the mathematical wit the top members of this community have. Vous êtes un maître monsieur André Nicolas.
$endgroup$
– ex.nihil
Mar 6 '16 at 21:34
add a comment |
$begingroup$
The proof proceeds by induction. Here we will need to make use of two base
cases, since it turns out that n = 1 needs to be treated separately.
(1) First base case (n = 1): here a^1 −b^1 ≤ 1*a^0(a−b) = a − b,
so the statement holds.
(2) Second base case (n = 2):
a^2 − b^2 = (a + b)(a − b)
< 2a(a − b) since a > b
= na^(n−1)(a − b), for n = 2
(3) Inductive step: Now suppose that a^n − b^n < na^(n−1)(a − b), where 0 <
b < a. Then
a^(n+1) − b^(n+1)= a^(n+1)- a^n*b + a^n*b − b^(n+1) = a^n(a − b) + b(an^ − b^n)
< a^n(a − b) + b^n*a^(n−1)(a − b) by the inductive hypothesis
< a^n(a − b) + ana^(n−1)(a − b) since b < a
= (n + 1)a^n(a − b)
so that a^(n+1) − b^(n+1) < (n + 1)a^n(a − b) for n > 2.
$endgroup$
add a comment |
$begingroup$
The proof proceeds by induction. Here we will need to make use of two base
cases, since it turns out that n = 1 needs to be treated separately.
(1) First base case (n = 1): here a^1 −b^1 ≤ 1*a^0(a−b) = a − b,
so the statement holds.
(2) Second base case (n = 2):
a^2 − b^2 = (a + b)(a − b)
< 2a(a − b) since a > b
= na^(n−1)(a − b), for n = 2
(3) Inductive step: Now suppose that a^n − b^n < na^(n−1)(a − b), where 0 <
b < a. Then
a^(n+1) − b^(n+1)= a^(n+1)- a^n*b + a^n*b − b^(n+1) = a^n(a − b) + b(an^ − b^n)
< a^n(a − b) + b^n*a^(n−1)(a − b) by the inductive hypothesis
< a^n(a − b) + ana^(n−1)(a − b) since b < a
= (n + 1)a^n(a − b)
so that a^(n+1) − b^(n+1) < (n + 1)a^n(a − b) for n > 2.
$endgroup$
add a comment |
$begingroup$
The proof proceeds by induction. Here we will need to make use of two base
cases, since it turns out that n = 1 needs to be treated separately.
(1) First base case (n = 1): here a^1 −b^1 ≤ 1*a^0(a−b) = a − b,
so the statement holds.
(2) Second base case (n = 2):
a^2 − b^2 = (a + b)(a − b)
< 2a(a − b) since a > b
= na^(n−1)(a − b), for n = 2
(3) Inductive step: Now suppose that a^n − b^n < na^(n−1)(a − b), where 0 <
b < a. Then
a^(n+1) − b^(n+1)= a^(n+1)- a^n*b + a^n*b − b^(n+1) = a^n(a − b) + b(an^ − b^n)
< a^n(a − b) + b^n*a^(n−1)(a − b) by the inductive hypothesis
< a^n(a − b) + ana^(n−1)(a − b) since b < a
= (n + 1)a^n(a − b)
so that a^(n+1) − b^(n+1) < (n + 1)a^n(a − b) for n > 2.
$endgroup$
The proof proceeds by induction. Here we will need to make use of two base
cases, since it turns out that n = 1 needs to be treated separately.
(1) First base case (n = 1): here a^1 −b^1 ≤ 1*a^0(a−b) = a − b,
so the statement holds.
(2) Second base case (n = 2):
a^2 − b^2 = (a + b)(a − b)
< 2a(a − b) since a > b
= na^(n−1)(a − b), for n = 2
(3) Inductive step: Now suppose that a^n − b^n < na^(n−1)(a − b), where 0 <
b < a. Then
a^(n+1) − b^(n+1)= a^(n+1)- a^n*b + a^n*b − b^(n+1) = a^n(a − b) + b(an^ − b^n)
< a^n(a − b) + b^n*a^(n−1)(a − b) by the inductive hypothesis
< a^n(a − b) + ana^(n−1)(a − b) since b < a
= (n + 1)a^n(a − b)
so that a^(n+1) − b^(n+1) < (n + 1)a^n(a − b) for n > 2.
edited Dec 7 '18 at 16:52
answered Dec 7 '18 at 16:30
kiro malakkiro malak
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1686064%2fduplicate-proof-by-ordinary-induction-an-bn-leq-nan-1a-b%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown