Determine whether the sequence converges or diverges. Exponential sequence and power sequence. The Next CEO of Stack OverflowSeries diverges or convergesDetermine if the sequence converges or diverges.Proving a sequence diverges to infinityDetermine whether or not the series $sumlimits_n=2^infty (fracn+4n+8)^n$ converges or divergesHow to determine whether the series converges or diverges?Proving that a sequence diverges if another one divergesDetermine whether the series converges or diverges.How to determine whether a sequence converges or divergesDetermine whether the sequence converge or divergesDetermine whether the sequence converges or diverges.
Preparing Indesign booklet with .psd graphics for print
Anatomically Correct Strange Women In Ponds Distributing Swords
Multiple labels for a single equation
Are there any unintended negative consequences to allowing PCs to gain multiple levels at once in a short milestone-XP game?
Return the Closest Prime Number
If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?
Why do we use the plural of movies in this phrase "We went to the movies last night."?
WOW air has ceased operation, can I get my tickets refunded?
Is it my responsibility to learn a new technology in my own time my employer wants to implement?
Is it professional to write unrelated content in an almost-empty email?
How does the mv command work with external drives?
What connection does MS Office have to Netscape Navigator?
What's the best way to handle refactoring a big file?
What is the purpose of the Evocation wizard's Potent Cantrip feature?
How do I go from 300 unfinished/half written blog posts, to published posts?
What is the result of assigning to std::vector<T>::begin()?
How do I transpose the first and deepest levels of an arbitrarily nested array?
Can I equip Skullclamp on a creature I am sacrificing?
Is there a way to save my career from absolute disaster?
Is it possible to search for a directory/file combination?
Can you replace a racial trait cantrip when leveling up?
Why does standard notation not preserve intervals (visually)
Complex fractions
Why do remote companies require working in the US?
Determine whether the sequence converges or diverges. Exponential sequence and power sequence.
The Next CEO of Stack OverflowSeries diverges or convergesDetermine if the sequence converges or diverges.Proving a sequence diverges to infinityDetermine whether or not the series $sumlimits_n=2^infty (fracn+4n+8)^n$ converges or divergesHow to determine whether the series converges or diverges?Proving that a sequence diverges if another one divergesDetermine whether the series converges or diverges.How to determine whether a sequence converges or divergesDetermine whether the sequence converge or divergesDetermine whether the sequence converges or diverges.
$begingroup$
I have this sequence:
$$a_n = frac4^n1 + 9^n$$
How do I figure out if this diverges or converges? I tried using L'Hospital but that seems too complicated here. What else can I do?
sequences-and-series
$endgroup$
add a comment |
$begingroup$
I have this sequence:
$$a_n = frac4^n1 + 9^n$$
How do I figure out if this diverges or converges? I tried using L'Hospital but that seems too complicated here. What else can I do?
sequences-and-series
$endgroup$
$begingroup$
You shouldn't piggyback additional questions to your original question, especially since the original question has been answered. Instead, you should ask a second question.
$endgroup$
– MPW
2 days ago
add a comment |
$begingroup$
I have this sequence:
$$a_n = frac4^n1 + 9^n$$
How do I figure out if this diverges or converges? I tried using L'Hospital but that seems too complicated here. What else can I do?
sequences-and-series
$endgroup$
I have this sequence:
$$a_n = frac4^n1 + 9^n$$
How do I figure out if this diverges or converges? I tried using L'Hospital but that seems too complicated here. What else can I do?
sequences-and-series
sequences-and-series
edited 2 days ago
Kitty Capital
asked 2 days ago
Kitty CapitalKitty Capital
1096
1096
$begingroup$
You shouldn't piggyback additional questions to your original question, especially since the original question has been answered. Instead, you should ask a second question.
$endgroup$
– MPW
2 days ago
add a comment |
$begingroup$
You shouldn't piggyback additional questions to your original question, especially since the original question has been answered. Instead, you should ask a second question.
$endgroup$
– MPW
2 days ago
$begingroup$
You shouldn't piggyback additional questions to your original question, especially since the original question has been answered. Instead, you should ask a second question.
$endgroup$
– MPW
2 days ago
$begingroup$
You shouldn't piggyback additional questions to your original question, especially since the original question has been answered. Instead, you should ask a second question.
$endgroup$
– MPW
2 days ago
add a comment |
4 Answers
4
active
oldest
votes
$begingroup$
You can rewrite this (dividing by $4^n$ on top and bottom) as
$$frac1underbrace4^-n_to 0 + underbrace2.25^n_toinfty$$
As $ntoinfty$, the first term in the denominator shrinks to zero and the other term grows without bound; so their sum grows without bound.
Since the denominator grows without bound and the numerator is a nonzero constant, the whole fraction shrinks to zero.
$endgroup$
add a comment |
$begingroup$
It converges to $0$:
$$a_n=frac4^-n4^-na_n=frac1(1/4)^n+(9/4)^nto0$$
because $(1/4)^nto 0$ and $(9/4)^nto+infty$ for $ntoinfty$.
$endgroup$
add a comment |
$begingroup$
It converges and has limit $0$ because $a_n$ is non-negative and
$$
a_n lt frac4^n9^n=left(frac49right)^n
$$
and the latter is a basic null sequence i.e. $left(frac49right)^n to0$ as $n to infty$.
$endgroup$
add a comment |
$begingroup$
For fun:
Let $n ge 1$:
$0< dfrac4^n1+9^n lt dfrac4^n9^n =left (dfrac49right )^n lt $
$left (dfrac12 right )^n =dfrac12^n lt dfrac11+n lt dfrac 1n$.
The limit $n rightarrow infty$ is ?
Used: $2^n=(1+1)^n gt 1+ n$ (Binomial expansion).
$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%2f3164712%2fdetermine-whether-the-sequence-converges-or-diverges-exponential-sequence-and-p%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You can rewrite this (dividing by $4^n$ on top and bottom) as
$$frac1underbrace4^-n_to 0 + underbrace2.25^n_toinfty$$
As $ntoinfty$, the first term in the denominator shrinks to zero and the other term grows without bound; so their sum grows without bound.
Since the denominator grows without bound and the numerator is a nonzero constant, the whole fraction shrinks to zero.
$endgroup$
add a comment |
$begingroup$
You can rewrite this (dividing by $4^n$ on top and bottom) as
$$frac1underbrace4^-n_to 0 + underbrace2.25^n_toinfty$$
As $ntoinfty$, the first term in the denominator shrinks to zero and the other term grows without bound; so their sum grows without bound.
Since the denominator grows without bound and the numerator is a nonzero constant, the whole fraction shrinks to zero.
$endgroup$
add a comment |
$begingroup$
You can rewrite this (dividing by $4^n$ on top and bottom) as
$$frac1underbrace4^-n_to 0 + underbrace2.25^n_toinfty$$
As $ntoinfty$, the first term in the denominator shrinks to zero and the other term grows without bound; so their sum grows without bound.
Since the denominator grows without bound and the numerator is a nonzero constant, the whole fraction shrinks to zero.
$endgroup$
You can rewrite this (dividing by $4^n$ on top and bottom) as
$$frac1underbrace4^-n_to 0 + underbrace2.25^n_toinfty$$
As $ntoinfty$, the first term in the denominator shrinks to zero and the other term grows without bound; so their sum grows without bound.
Since the denominator grows without bound and the numerator is a nonzero constant, the whole fraction shrinks to zero.
answered 2 days ago
MPWMPW
31k12157
31k12157
add a comment |
add a comment |
$begingroup$
It converges to $0$:
$$a_n=frac4^-n4^-na_n=frac1(1/4)^n+(9/4)^nto0$$
because $(1/4)^nto 0$ and $(9/4)^nto+infty$ for $ntoinfty$.
$endgroup$
add a comment |
$begingroup$
It converges to $0$:
$$a_n=frac4^-n4^-na_n=frac1(1/4)^n+(9/4)^nto0$$
because $(1/4)^nto 0$ and $(9/4)^nto+infty$ for $ntoinfty$.
$endgroup$
add a comment |
$begingroup$
It converges to $0$:
$$a_n=frac4^-n4^-na_n=frac1(1/4)^n+(9/4)^nto0$$
because $(1/4)^nto 0$ and $(9/4)^nto+infty$ for $ntoinfty$.
$endgroup$
It converges to $0$:
$$a_n=frac4^-n4^-na_n=frac1(1/4)^n+(9/4)^nto0$$
because $(1/4)^nto 0$ and $(9/4)^nto+infty$ for $ntoinfty$.
edited 2 days ago
answered 2 days ago
st.mathst.math
1,05615
1,05615
add a comment |
add a comment |
$begingroup$
It converges and has limit $0$ because $a_n$ is non-negative and
$$
a_n lt frac4^n9^n=left(frac49right)^n
$$
and the latter is a basic null sequence i.e. $left(frac49right)^n to0$ as $n to infty$.
$endgroup$
add a comment |
$begingroup$
It converges and has limit $0$ because $a_n$ is non-negative and
$$
a_n lt frac4^n9^n=left(frac49right)^n
$$
and the latter is a basic null sequence i.e. $left(frac49right)^n to0$ as $n to infty$.
$endgroup$
add a comment |
$begingroup$
It converges and has limit $0$ because $a_n$ is non-negative and
$$
a_n lt frac4^n9^n=left(frac49right)^n
$$
and the latter is a basic null sequence i.e. $left(frac49right)^n to0$ as $n to infty$.
$endgroup$
It converges and has limit $0$ because $a_n$ is non-negative and
$$
a_n lt frac4^n9^n=left(frac49right)^n
$$
and the latter is a basic null sequence i.e. $left(frac49right)^n to0$ as $n to infty$.
answered 2 days ago
PM.PM.
3,4432925
3,4432925
add a comment |
add a comment |
$begingroup$
For fun:
Let $n ge 1$:
$0< dfrac4^n1+9^n lt dfrac4^n9^n =left (dfrac49right )^n lt $
$left (dfrac12 right )^n =dfrac12^n lt dfrac11+n lt dfrac 1n$.
The limit $n rightarrow infty$ is ?
Used: $2^n=(1+1)^n gt 1+ n$ (Binomial expansion).
$endgroup$
add a comment |
$begingroup$
For fun:
Let $n ge 1$:
$0< dfrac4^n1+9^n lt dfrac4^n9^n =left (dfrac49right )^n lt $
$left (dfrac12 right )^n =dfrac12^n lt dfrac11+n lt dfrac 1n$.
The limit $n rightarrow infty$ is ?
Used: $2^n=(1+1)^n gt 1+ n$ (Binomial expansion).
$endgroup$
add a comment |
$begingroup$
For fun:
Let $n ge 1$:
$0< dfrac4^n1+9^n lt dfrac4^n9^n =left (dfrac49right )^n lt $
$left (dfrac12 right )^n =dfrac12^n lt dfrac11+n lt dfrac 1n$.
The limit $n rightarrow infty$ is ?
Used: $2^n=(1+1)^n gt 1+ n$ (Binomial expansion).
$endgroup$
For fun:
Let $n ge 1$:
$0< dfrac4^n1+9^n lt dfrac4^n9^n =left (dfrac49right )^n lt $
$left (dfrac12 right )^n =dfrac12^n lt dfrac11+n lt dfrac 1n$.
The limit $n rightarrow infty$ is ?
Used: $2^n=(1+1)^n gt 1+ n$ (Binomial expansion).
edited 2 days ago
answered 2 days ago
Peter SzilasPeter Szilas
11.6k2822
11.6k2822
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%2f3164712%2fdetermine-whether-the-sequence-converges-or-diverges-exponential-sequence-and-p%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
$begingroup$
You shouldn't piggyback additional questions to your original question, especially since the original question has been answered. Instead, you should ask a second question.
$endgroup$
– MPW
2 days ago