$sum_{n=1}^infty a_n^{b_n}$ converges
Show that if $sum_{n=1}^infty a_n$ converges and $a_ngeq0$ and $b_ngeq 1$ for each $n$ then $sum_{n=1}^infty a_n^{b_n}$ converges.
I know I need to use absolutely convergent but I am unsure how to do it.
real-analysis
add a comment |
Show that if $sum_{n=1}^infty a_n$ converges and $a_ngeq0$ and $b_ngeq 1$ for each $n$ then $sum_{n=1}^infty a_n^{b_n}$ converges.
I know I need to use absolutely convergent but I am unsure how to do it.
real-analysis
4
You could start by noting that eventually $a_n lt 1$ (why?), and use a comparison test.
– Tob Ernack
Nov 29 '18 at 1:32
@TobErnack You beat me to it! Who cares that it was by 7 minutes... I coulda been a contender!
– JDMan4444
Nov 29 '18 at 1:40
add a comment |
Show that if $sum_{n=1}^infty a_n$ converges and $a_ngeq0$ and $b_ngeq 1$ for each $n$ then $sum_{n=1}^infty a_n^{b_n}$ converges.
I know I need to use absolutely convergent but I am unsure how to do it.
real-analysis
Show that if $sum_{n=1}^infty a_n$ converges and $a_ngeq0$ and $b_ngeq 1$ for each $n$ then $sum_{n=1}^infty a_n^{b_n}$ converges.
I know I need to use absolutely convergent but I am unsure how to do it.
real-analysis
real-analysis
asked Nov 29 '18 at 1:30
Vicky
412
412
4
You could start by noting that eventually $a_n lt 1$ (why?), and use a comparison test.
– Tob Ernack
Nov 29 '18 at 1:32
@TobErnack You beat me to it! Who cares that it was by 7 minutes... I coulda been a contender!
– JDMan4444
Nov 29 '18 at 1:40
add a comment |
4
You could start by noting that eventually $a_n lt 1$ (why?), and use a comparison test.
– Tob Ernack
Nov 29 '18 at 1:32
@TobErnack You beat me to it! Who cares that it was by 7 minutes... I coulda been a contender!
– JDMan4444
Nov 29 '18 at 1:40
4
4
You could start by noting that eventually $a_n lt 1$ (why?), and use a comparison test.
– Tob Ernack
Nov 29 '18 at 1:32
You could start by noting that eventually $a_n lt 1$ (why?), and use a comparison test.
– Tob Ernack
Nov 29 '18 at 1:32
@TobErnack You beat me to it! Who cares that it was by 7 minutes... I coulda been a contender!
– JDMan4444
Nov 29 '18 at 1:40
@TobErnack You beat me to it! Who cares that it was by 7 minutes... I coulda been a contender!
– JDMan4444
Nov 29 '18 at 1:40
add a comment |
2 Answers
2
active
oldest
votes
Since $sum_{n=1}^infty a_n < infty$, hence we have $underset{n to infty}{lim} a_n to 0$.
Thus, $exists kin mathbb{N}$ such that $forall n > k, a_n < 1$
Define:
$$
begin{align}
A_k := sum_{n=1}^k a_n^{b_n} < infty
end{align}
$$
Then, since we have:
$$
begin{align}
A_{k'} :=
sum_{n=k+1}^infty a_n^{b_n} leq sum_{n=k+1}^infty a_n
< infty
end{align}
$$
Thus we obtain:
$$
sum_{n=1}^infty a_n^{b_n} = A_k + A_{k'} < infty
$$
Your solution is correct. I just want to make notice of the following: the condition $a_n to 0$ is true for any convergent series.
– Will M.
Nov 29 '18 at 2:04
Ah yes, thank you!
– Sean Lee
Nov 29 '18 at 2:09
Removed the part about absolute convergence - its unnecessary
– Sean Lee
Nov 29 '18 at 2:17
(+1) Well written.
– Mark Viola
Nov 29 '18 at 4:04
add a comment |
Abridged proof. The convergence of the series $(a_n)$ guarantees $a_n to 0,$ hence $(a_n^{b_n})$ is also a convergent series given the assumptions $b_n geq 1.$ Q.E.D.
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%2f3018022%2fsum-n-1-infty-a-nb-n-converges%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
Since $sum_{n=1}^infty a_n < infty$, hence we have $underset{n to infty}{lim} a_n to 0$.
Thus, $exists kin mathbb{N}$ such that $forall n > k, a_n < 1$
Define:
$$
begin{align}
A_k := sum_{n=1}^k a_n^{b_n} < infty
end{align}
$$
Then, since we have:
$$
begin{align}
A_{k'} :=
sum_{n=k+1}^infty a_n^{b_n} leq sum_{n=k+1}^infty a_n
< infty
end{align}
$$
Thus we obtain:
$$
sum_{n=1}^infty a_n^{b_n} = A_k + A_{k'} < infty
$$
Your solution is correct. I just want to make notice of the following: the condition $a_n to 0$ is true for any convergent series.
– Will M.
Nov 29 '18 at 2:04
Ah yes, thank you!
– Sean Lee
Nov 29 '18 at 2:09
Removed the part about absolute convergence - its unnecessary
– Sean Lee
Nov 29 '18 at 2:17
(+1) Well written.
– Mark Viola
Nov 29 '18 at 4:04
add a comment |
Since $sum_{n=1}^infty a_n < infty$, hence we have $underset{n to infty}{lim} a_n to 0$.
Thus, $exists kin mathbb{N}$ such that $forall n > k, a_n < 1$
Define:
$$
begin{align}
A_k := sum_{n=1}^k a_n^{b_n} < infty
end{align}
$$
Then, since we have:
$$
begin{align}
A_{k'} :=
sum_{n=k+1}^infty a_n^{b_n} leq sum_{n=k+1}^infty a_n
< infty
end{align}
$$
Thus we obtain:
$$
sum_{n=1}^infty a_n^{b_n} = A_k + A_{k'} < infty
$$
Your solution is correct. I just want to make notice of the following: the condition $a_n to 0$ is true for any convergent series.
– Will M.
Nov 29 '18 at 2:04
Ah yes, thank you!
– Sean Lee
Nov 29 '18 at 2:09
Removed the part about absolute convergence - its unnecessary
– Sean Lee
Nov 29 '18 at 2:17
(+1) Well written.
– Mark Viola
Nov 29 '18 at 4:04
add a comment |
Since $sum_{n=1}^infty a_n < infty$, hence we have $underset{n to infty}{lim} a_n to 0$.
Thus, $exists kin mathbb{N}$ such that $forall n > k, a_n < 1$
Define:
$$
begin{align}
A_k := sum_{n=1}^k a_n^{b_n} < infty
end{align}
$$
Then, since we have:
$$
begin{align}
A_{k'} :=
sum_{n=k+1}^infty a_n^{b_n} leq sum_{n=k+1}^infty a_n
< infty
end{align}
$$
Thus we obtain:
$$
sum_{n=1}^infty a_n^{b_n} = A_k + A_{k'} < infty
$$
Since $sum_{n=1}^infty a_n < infty$, hence we have $underset{n to infty}{lim} a_n to 0$.
Thus, $exists kin mathbb{N}$ such that $forall n > k, a_n < 1$
Define:
$$
begin{align}
A_k := sum_{n=1}^k a_n^{b_n} < infty
end{align}
$$
Then, since we have:
$$
begin{align}
A_{k'} :=
sum_{n=k+1}^infty a_n^{b_n} leq sum_{n=k+1}^infty a_n
< infty
end{align}
$$
Thus we obtain:
$$
sum_{n=1}^infty a_n^{b_n} = A_k + A_{k'} < infty
$$
edited Nov 29 '18 at 4:04
Mark Viola
130k1274170
130k1274170
answered Nov 29 '18 at 1:57
Sean Lee
1578
1578
Your solution is correct. I just want to make notice of the following: the condition $a_n to 0$ is true for any convergent series.
– Will M.
Nov 29 '18 at 2:04
Ah yes, thank you!
– Sean Lee
Nov 29 '18 at 2:09
Removed the part about absolute convergence - its unnecessary
– Sean Lee
Nov 29 '18 at 2:17
(+1) Well written.
– Mark Viola
Nov 29 '18 at 4:04
add a comment |
Your solution is correct. I just want to make notice of the following: the condition $a_n to 0$ is true for any convergent series.
– Will M.
Nov 29 '18 at 2:04
Ah yes, thank you!
– Sean Lee
Nov 29 '18 at 2:09
Removed the part about absolute convergence - its unnecessary
– Sean Lee
Nov 29 '18 at 2:17
(+1) Well written.
– Mark Viola
Nov 29 '18 at 4:04
Your solution is correct. I just want to make notice of the following: the condition $a_n to 0$ is true for any convergent series.
– Will M.
Nov 29 '18 at 2:04
Your solution is correct. I just want to make notice of the following: the condition $a_n to 0$ is true for any convergent series.
– Will M.
Nov 29 '18 at 2:04
Ah yes, thank you!
– Sean Lee
Nov 29 '18 at 2:09
Ah yes, thank you!
– Sean Lee
Nov 29 '18 at 2:09
Removed the part about absolute convergence - its unnecessary
– Sean Lee
Nov 29 '18 at 2:17
Removed the part about absolute convergence - its unnecessary
– Sean Lee
Nov 29 '18 at 2:17
(+1) Well written.
– Mark Viola
Nov 29 '18 at 4:04
(+1) Well written.
– Mark Viola
Nov 29 '18 at 4:04
add a comment |
Abridged proof. The convergence of the series $(a_n)$ guarantees $a_n to 0,$ hence $(a_n^{b_n})$ is also a convergent series given the assumptions $b_n geq 1.$ Q.E.D.
add a comment |
Abridged proof. The convergence of the series $(a_n)$ guarantees $a_n to 0,$ hence $(a_n^{b_n})$ is also a convergent series given the assumptions $b_n geq 1.$ Q.E.D.
add a comment |
Abridged proof. The convergence of the series $(a_n)$ guarantees $a_n to 0,$ hence $(a_n^{b_n})$ is also a convergent series given the assumptions $b_n geq 1.$ Q.E.D.
Abridged proof. The convergence of the series $(a_n)$ guarantees $a_n to 0,$ hence $(a_n^{b_n})$ is also a convergent series given the assumptions $b_n geq 1.$ Q.E.D.
answered Nov 29 '18 at 1:42
Will M.
2,442314
2,442314
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3018022%2fsum-n-1-infty-a-nb-n-converges%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
4
You could start by noting that eventually $a_n lt 1$ (why?), and use a comparison test.
– Tob Ernack
Nov 29 '18 at 1:32
@TobErnack You beat me to it! Who cares that it was by 7 minutes... I coulda been a contender!
– JDMan4444
Nov 29 '18 at 1:40