Does series with factorials converge/diverge: $sumlimits_{n=1}^infty frac{4^n n!n!}{(2n)!}$?
$$sum_{n=1}^infty {{4^n n!n!}over{(2n)!}}$$
I tried the ratio test but got that the limit is equal to 1, this tells me nothing of whether the series diverges or converges. if I didn't make any errors when doing the ratio test, it may diverge, but I need help proving that. Is there any other test I could try.
calculus sequences-and-series convergence factorial divergent-series
add a comment |
$$sum_{n=1}^infty {{4^n n!n!}over{(2n)!}}$$
I tried the ratio test but got that the limit is equal to 1, this tells me nothing of whether the series diverges or converges. if I didn't make any errors when doing the ratio test, it may diverge, but I need help proving that. Is there any other test I could try.
calculus sequences-and-series convergence factorial divergent-series
math.stackexchange.com/questions/78533/…
– R.N
Nov 7 '15 at 21:18
the searched limit is infinity
– Dr. Sonnhard Graubner
Nov 7 '15 at 21:22
See also central binomial coefficient.
– Lucian
Nov 8 '15 at 8:56
add a comment |
$$sum_{n=1}^infty {{4^n n!n!}over{(2n)!}}$$
I tried the ratio test but got that the limit is equal to 1, this tells me nothing of whether the series diverges or converges. if I didn't make any errors when doing the ratio test, it may diverge, but I need help proving that. Is there any other test I could try.
calculus sequences-and-series convergence factorial divergent-series
$$sum_{n=1}^infty {{4^n n!n!}over{(2n)!}}$$
I tried the ratio test but got that the limit is equal to 1, this tells me nothing of whether the series diverges or converges. if I didn't make any errors when doing the ratio test, it may diverge, but I need help proving that. Is there any other test I could try.
calculus sequences-and-series convergence factorial divergent-series
calculus sequences-and-series convergence factorial divergent-series
edited Nov 25 '18 at 12:16
Martin Sleziak
44.7k7115270
44.7k7115270
asked Nov 7 '15 at 21:09
user287927
142
142
math.stackexchange.com/questions/78533/…
– R.N
Nov 7 '15 at 21:18
the searched limit is infinity
– Dr. Sonnhard Graubner
Nov 7 '15 at 21:22
See also central binomial coefficient.
– Lucian
Nov 8 '15 at 8:56
add a comment |
math.stackexchange.com/questions/78533/…
– R.N
Nov 7 '15 at 21:18
the searched limit is infinity
– Dr. Sonnhard Graubner
Nov 7 '15 at 21:22
See also central binomial coefficient.
– Lucian
Nov 8 '15 at 8:56
math.stackexchange.com/questions/78533/…
– R.N
Nov 7 '15 at 21:18
math.stackexchange.com/questions/78533/…
– R.N
Nov 7 '15 at 21:18
the searched limit is infinity
– Dr. Sonnhard Graubner
Nov 7 '15 at 21:22
the searched limit is infinity
– Dr. Sonnhard Graubner
Nov 7 '15 at 21:22
See also central binomial coefficient.
– Lucian
Nov 8 '15 at 8:56
See also central binomial coefficient.
– Lucian
Nov 8 '15 at 8:56
add a comment |
2 Answers
2
active
oldest
votes
Note that $$frac{(2n)!}{n!n!}leqsum_0^{2n}binom{2n}{k}=(1+1)^{2n}=4^n$$
So $$frac{4^n n!n!}{(2n)!}geq 1$$
Do you think the series comparison test would help ?
– user287927
Nov 7 '15 at 21:31
It would, but it's not required. The terms of your series don't tend to $0$, so the series cannot be convergent.
– Wojowu
Nov 7 '15 at 21:32
how would you show that it diverges
– user287927
Nov 7 '15 at 21:35
add a comment |
One approach is a comparison test, approximating the function using Stirling's approximation. Since $n!= sqrt{2pi}n^{n+1/2}text{e}^{-n}(1+mathcal{O}(tfrac{1}{n}))$ we have $$frac{4^n n!^2}{(2n)!}approxfrac{4^{n}2pi cdot n^{2n+1}text{e}^{-2n}}{sqrt{2pi} 2^{2n+1/2} n^{2n+1/2}text{e}^{-2n}}=sqrt{pi n}.$$ The series therefore diverges.
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%2f1517927%2fdoes-series-with-factorials-converge-diverge-sum-limits-n-1-infty-frac4%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
Note that $$frac{(2n)!}{n!n!}leqsum_0^{2n}binom{2n}{k}=(1+1)^{2n}=4^n$$
So $$frac{4^n n!n!}{(2n)!}geq 1$$
Do you think the series comparison test would help ?
– user287927
Nov 7 '15 at 21:31
It would, but it's not required. The terms of your series don't tend to $0$, so the series cannot be convergent.
– Wojowu
Nov 7 '15 at 21:32
how would you show that it diverges
– user287927
Nov 7 '15 at 21:35
add a comment |
Note that $$frac{(2n)!}{n!n!}leqsum_0^{2n}binom{2n}{k}=(1+1)^{2n}=4^n$$
So $$frac{4^n n!n!}{(2n)!}geq 1$$
Do you think the series comparison test would help ?
– user287927
Nov 7 '15 at 21:31
It would, but it's not required. The terms of your series don't tend to $0$, so the series cannot be convergent.
– Wojowu
Nov 7 '15 at 21:32
how would you show that it diverges
– user287927
Nov 7 '15 at 21:35
add a comment |
Note that $$frac{(2n)!}{n!n!}leqsum_0^{2n}binom{2n}{k}=(1+1)^{2n}=4^n$$
So $$frac{4^n n!n!}{(2n)!}geq 1$$
Note that $$frac{(2n)!}{n!n!}leqsum_0^{2n}binom{2n}{k}=(1+1)^{2n}=4^n$$
So $$frac{4^n n!n!}{(2n)!}geq 1$$
answered Nov 7 '15 at 21:24
Wojowu
17.1k22565
17.1k22565
Do you think the series comparison test would help ?
– user287927
Nov 7 '15 at 21:31
It would, but it's not required. The terms of your series don't tend to $0$, so the series cannot be convergent.
– Wojowu
Nov 7 '15 at 21:32
how would you show that it diverges
– user287927
Nov 7 '15 at 21:35
add a comment |
Do you think the series comparison test would help ?
– user287927
Nov 7 '15 at 21:31
It would, but it's not required. The terms of your series don't tend to $0$, so the series cannot be convergent.
– Wojowu
Nov 7 '15 at 21:32
how would you show that it diverges
– user287927
Nov 7 '15 at 21:35
Do you think the series comparison test would help ?
– user287927
Nov 7 '15 at 21:31
Do you think the series comparison test would help ?
– user287927
Nov 7 '15 at 21:31
It would, but it's not required. The terms of your series don't tend to $0$, so the series cannot be convergent.
– Wojowu
Nov 7 '15 at 21:32
It would, but it's not required. The terms of your series don't tend to $0$, so the series cannot be convergent.
– Wojowu
Nov 7 '15 at 21:32
how would you show that it diverges
– user287927
Nov 7 '15 at 21:35
how would you show that it diverges
– user287927
Nov 7 '15 at 21:35
add a comment |
One approach is a comparison test, approximating the function using Stirling's approximation. Since $n!= sqrt{2pi}n^{n+1/2}text{e}^{-n}(1+mathcal{O}(tfrac{1}{n}))$ we have $$frac{4^n n!^2}{(2n)!}approxfrac{4^{n}2pi cdot n^{2n+1}text{e}^{-2n}}{sqrt{2pi} 2^{2n+1/2} n^{2n+1/2}text{e}^{-2n}}=sqrt{pi n}.$$ The series therefore diverges.
add a comment |
One approach is a comparison test, approximating the function using Stirling's approximation. Since $n!= sqrt{2pi}n^{n+1/2}text{e}^{-n}(1+mathcal{O}(tfrac{1}{n}))$ we have $$frac{4^n n!^2}{(2n)!}approxfrac{4^{n}2pi cdot n^{2n+1}text{e}^{-2n}}{sqrt{2pi} 2^{2n+1/2} n^{2n+1/2}text{e}^{-2n}}=sqrt{pi n}.$$ The series therefore diverges.
add a comment |
One approach is a comparison test, approximating the function using Stirling's approximation. Since $n!= sqrt{2pi}n^{n+1/2}text{e}^{-n}(1+mathcal{O}(tfrac{1}{n}))$ we have $$frac{4^n n!^2}{(2n)!}approxfrac{4^{n}2pi cdot n^{2n+1}text{e}^{-2n}}{sqrt{2pi} 2^{2n+1/2} n^{2n+1/2}text{e}^{-2n}}=sqrt{pi n}.$$ The series therefore diverges.
One approach is a comparison test, approximating the function using Stirling's approximation. Since $n!= sqrt{2pi}n^{n+1/2}text{e}^{-n}(1+mathcal{O}(tfrac{1}{n}))$ we have $$frac{4^n n!^2}{(2n)!}approxfrac{4^{n}2pi cdot n^{2n+1}text{e}^{-2n}}{sqrt{2pi} 2^{2n+1/2} n^{2n+1/2}text{e}^{-2n}}=sqrt{pi n}.$$ The series therefore diverges.
edited Nov 25 '18 at 13:55
answered Nov 7 '15 at 21:57
J.G.
22.8k22136
22.8k22136
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%2f1517927%2fdoes-series-with-factorials-converge-diverge-sum-limits-n-1-infty-frac4%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
math.stackexchange.com/questions/78533/…
– R.N
Nov 7 '15 at 21:18
the searched limit is infinity
– Dr. Sonnhard Graubner
Nov 7 '15 at 21:22
See also central binomial coefficient.
– Lucian
Nov 8 '15 at 8:56