Find all the $c ge 0$ for which $sum_{n=1}^{+ infty }a _{n}$ is absolutely convergent
$begingroup$
We consider: $$a_{1}=c-1$$ $$a_{n+1}= frac{-n}{n+c cdot sqrt[n]{ln(n^{9876}+17)}}cdot a_{n}, nge 1$$ $$cge0$$
I want to use Rabbe Test, because then in a simple way it comes out that the series is convergent for every $c>1$. However I have two doubts:
1) Raabe Test is for $a_{n}>0$, but if I do $r_{n}=n(|frac{a_{n}}{a_{n+1}}|-1)$ I knew that I must removing minus at $n$ and then I can leave the module. Hovewer I'm not sure if it's allowed. 2) If Raabe Test is a good way to do this task I knew only when my series is convergent, but I don't knew when is absolutely convergent so the more I do not know if Raabe Test is a good idea.
real-analysis
$endgroup$
add a comment |
$begingroup$
We consider: $$a_{1}=c-1$$ $$a_{n+1}= frac{-n}{n+c cdot sqrt[n]{ln(n^{9876}+17)}}cdot a_{n}, nge 1$$ $$cge0$$
I want to use Rabbe Test, because then in a simple way it comes out that the series is convergent for every $c>1$. However I have two doubts:
1) Raabe Test is for $a_{n}>0$, but if I do $r_{n}=n(|frac{a_{n}}{a_{n+1}}|-1)$ I knew that I must removing minus at $n$ and then I can leave the module. Hovewer I'm not sure if it's allowed. 2) If Raabe Test is a good way to do this task I knew only when my series is convergent, but I don't knew when is absolutely convergent so the more I do not know if Raabe Test is a good idea.
real-analysis
$endgroup$
add a comment |
$begingroup$
We consider: $$a_{1}=c-1$$ $$a_{n+1}= frac{-n}{n+c cdot sqrt[n]{ln(n^{9876}+17)}}cdot a_{n}, nge 1$$ $$cge0$$
I want to use Rabbe Test, because then in a simple way it comes out that the series is convergent for every $c>1$. However I have two doubts:
1) Raabe Test is for $a_{n}>0$, but if I do $r_{n}=n(|frac{a_{n}}{a_{n+1}}|-1)$ I knew that I must removing minus at $n$ and then I can leave the module. Hovewer I'm not sure if it's allowed. 2) If Raabe Test is a good way to do this task I knew only when my series is convergent, but I don't knew when is absolutely convergent so the more I do not know if Raabe Test is a good idea.
real-analysis
$endgroup$
We consider: $$a_{1}=c-1$$ $$a_{n+1}= frac{-n}{n+c cdot sqrt[n]{ln(n^{9876}+17)}}cdot a_{n}, nge 1$$ $$cge0$$
I want to use Rabbe Test, because then in a simple way it comes out that the series is convergent for every $c>1$. However I have two doubts:
1) Raabe Test is for $a_{n}>0$, but if I do $r_{n}=n(|frac{a_{n}}{a_{n+1}}|-1)$ I knew that I must removing minus at $n$ and then I can leave the module. Hovewer I'm not sure if it's allowed. 2) If Raabe Test is a good way to do this task I knew only when my series is convergent, but I don't knew when is absolutely convergent so the more I do not know if Raabe Test is a good idea.
real-analysis
real-analysis
edited Dec 31 '18 at 16:53
MP3129
asked Dec 31 '18 at 16:36
MP3129MP3129
36010
36010
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Define $b_n := | a_n |$, and observe that $sum_{n geq 1} a_n$ is absolutely convergent iff $sum_{n geq 1} b_n$ is convergent.
If $c neq 1$, then the $b_n$'s are positive, so we may use Raabe's test to test the convergence of $sum_{n geq 1} b_n$. This will tell us about whether or not $sum_{n geq 1} a_n$ is absolutely convergent.
Carrying this out, we have
$$ n left( frac{b_n}{b_{n+1}} - 1right) = c sqrt[n]{log n^{9876} + 17} to c {rm as } n to infty.$$
So $sum_{n geq 1} a_n$ is absolutely convergent if $c > 1$ and not absolutely convergent if $c < 1$.
The $c = 1$ case is special. When $c = 1$, we have $ a_n = 0$ for all $n geq 1$. So the series is trivially absolutely convergent - it sums to zero.
$endgroup$
$begingroup$
$b_n$'s are positive when $cneq 1$. When $c=1$ we can't use Raabe's test
$endgroup$
– Jakobian
Dec 31 '18 at 17:17
$begingroup$
@Jakobian Sorry, I reorganised the answer.
$endgroup$
– Kenny Wong
Dec 31 '18 at 17:32
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%2f3057854%2ffind-all-the-c-ge-0-for-which-sum-n-1-infty-a-n-is-absolutely-co%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Define $b_n := | a_n |$, and observe that $sum_{n geq 1} a_n$ is absolutely convergent iff $sum_{n geq 1} b_n$ is convergent.
If $c neq 1$, then the $b_n$'s are positive, so we may use Raabe's test to test the convergence of $sum_{n geq 1} b_n$. This will tell us about whether or not $sum_{n geq 1} a_n$ is absolutely convergent.
Carrying this out, we have
$$ n left( frac{b_n}{b_{n+1}} - 1right) = c sqrt[n]{log n^{9876} + 17} to c {rm as } n to infty.$$
So $sum_{n geq 1} a_n$ is absolutely convergent if $c > 1$ and not absolutely convergent if $c < 1$.
The $c = 1$ case is special. When $c = 1$, we have $ a_n = 0$ for all $n geq 1$. So the series is trivially absolutely convergent - it sums to zero.
$endgroup$
$begingroup$
$b_n$'s are positive when $cneq 1$. When $c=1$ we can't use Raabe's test
$endgroup$
– Jakobian
Dec 31 '18 at 17:17
$begingroup$
@Jakobian Sorry, I reorganised the answer.
$endgroup$
– Kenny Wong
Dec 31 '18 at 17:32
add a comment |
$begingroup$
Define $b_n := | a_n |$, and observe that $sum_{n geq 1} a_n$ is absolutely convergent iff $sum_{n geq 1} b_n$ is convergent.
If $c neq 1$, then the $b_n$'s are positive, so we may use Raabe's test to test the convergence of $sum_{n geq 1} b_n$. This will tell us about whether or not $sum_{n geq 1} a_n$ is absolutely convergent.
Carrying this out, we have
$$ n left( frac{b_n}{b_{n+1}} - 1right) = c sqrt[n]{log n^{9876} + 17} to c {rm as } n to infty.$$
So $sum_{n geq 1} a_n$ is absolutely convergent if $c > 1$ and not absolutely convergent if $c < 1$.
The $c = 1$ case is special. When $c = 1$, we have $ a_n = 0$ for all $n geq 1$. So the series is trivially absolutely convergent - it sums to zero.
$endgroup$
$begingroup$
$b_n$'s are positive when $cneq 1$. When $c=1$ we can't use Raabe's test
$endgroup$
– Jakobian
Dec 31 '18 at 17:17
$begingroup$
@Jakobian Sorry, I reorganised the answer.
$endgroup$
– Kenny Wong
Dec 31 '18 at 17:32
add a comment |
$begingroup$
Define $b_n := | a_n |$, and observe that $sum_{n geq 1} a_n$ is absolutely convergent iff $sum_{n geq 1} b_n$ is convergent.
If $c neq 1$, then the $b_n$'s are positive, so we may use Raabe's test to test the convergence of $sum_{n geq 1} b_n$. This will tell us about whether or not $sum_{n geq 1} a_n$ is absolutely convergent.
Carrying this out, we have
$$ n left( frac{b_n}{b_{n+1}} - 1right) = c sqrt[n]{log n^{9876} + 17} to c {rm as } n to infty.$$
So $sum_{n geq 1} a_n$ is absolutely convergent if $c > 1$ and not absolutely convergent if $c < 1$.
The $c = 1$ case is special. When $c = 1$, we have $ a_n = 0$ for all $n geq 1$. So the series is trivially absolutely convergent - it sums to zero.
$endgroup$
Define $b_n := | a_n |$, and observe that $sum_{n geq 1} a_n$ is absolutely convergent iff $sum_{n geq 1} b_n$ is convergent.
If $c neq 1$, then the $b_n$'s are positive, so we may use Raabe's test to test the convergence of $sum_{n geq 1} b_n$. This will tell us about whether or not $sum_{n geq 1} a_n$ is absolutely convergent.
Carrying this out, we have
$$ n left( frac{b_n}{b_{n+1}} - 1right) = c sqrt[n]{log n^{9876} + 17} to c {rm as } n to infty.$$
So $sum_{n geq 1} a_n$ is absolutely convergent if $c > 1$ and not absolutely convergent if $c < 1$.
The $c = 1$ case is special. When $c = 1$, we have $ a_n = 0$ for all $n geq 1$. So the series is trivially absolutely convergent - it sums to zero.
edited Dec 31 '18 at 17:36
Jakobian
2,650721
2,650721
answered Dec 31 '18 at 16:42
Kenny WongKenny Wong
19k21440
19k21440
$begingroup$
$b_n$'s are positive when $cneq 1$. When $c=1$ we can't use Raabe's test
$endgroup$
– Jakobian
Dec 31 '18 at 17:17
$begingroup$
@Jakobian Sorry, I reorganised the answer.
$endgroup$
– Kenny Wong
Dec 31 '18 at 17:32
add a comment |
$begingroup$
$b_n$'s are positive when $cneq 1$. When $c=1$ we can't use Raabe's test
$endgroup$
– Jakobian
Dec 31 '18 at 17:17
$begingroup$
@Jakobian Sorry, I reorganised the answer.
$endgroup$
– Kenny Wong
Dec 31 '18 at 17:32
$begingroup$
$b_n$'s are positive when $cneq 1$. When $c=1$ we can't use Raabe's test
$endgroup$
– Jakobian
Dec 31 '18 at 17:17
$begingroup$
$b_n$'s are positive when $cneq 1$. When $c=1$ we can't use Raabe's test
$endgroup$
– Jakobian
Dec 31 '18 at 17:17
$begingroup$
@Jakobian Sorry, I reorganised the answer.
$endgroup$
– Kenny Wong
Dec 31 '18 at 17:32
$begingroup$
@Jakobian Sorry, I reorganised the answer.
$endgroup$
– Kenny Wong
Dec 31 '18 at 17:32
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%2f3057854%2ffind-all-the-c-ge-0-for-which-sum-n-1-infty-a-n-is-absolutely-co%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