Does this power sequence converge or diverge? If it converges, what is the limit?Why does this pattern fail (sometimes) for the continued fraction convergents of $sqrt2$?Does this sequence always give a square number?Does the sequence $A_n = fracsin (n)sqrtn$ converge to $0$?Do this series converge or diverge?Does this sequence converge $a_n=frac 3^n+25^n $Given: $sum n a_n$ is convergent. To prove: The sequence $a_n$ convergesHow do you find the value of $sum_r=1^infty frac6^r(3^r-2^r)(3^r+1 - 2^r+1) $?Confirming that the sequence $a_n = fracsqrtncosnsqrtn^3-1$ convergesDoes this non-monotonic sequence converge?Finding the limit of a sequence involving n-th roots.
Customer Requests (Sometimes) Drive Me Bonkers!
Purchasing a ticket for someone else in another country?
Is there any reason not to eat food that's been dropped on the surface of the moon?
Integer addition + constant, is it a group?
Go Pregnant or Go Home
Why is Lord Kartikeya called 'Devasenapati'?
What's the purpose of "true" in bash "if sudo true; then"
What happens if you roll doubles 3 times then land on "Go to jail?"
Applicability of Single Responsibility Principle
India just shot down a satellite from the ground. At what altitude range is the resulting debris field?
Proof of work - lottery approach
Is there a problem with hiding "forgot password" until it's needed?
Why, precisely, is argon used in neutrino experiments?
I'm in charge of equipment buying but no one's ever happy with what I choose. How to fix this?
How does the UK government determine the size of a mandate?
How do scammers retract money, while you can’t?
System.debug(JSON.Serialize(o)) Not longer shows full string
Fastening aluminum fascia to wooden subfascia
How to safely derail a train during transit?
Is this apparent Class Action settlement a spam message?
How do I go from 300 unfinished/half written blog posts, to published posts?
Is HostGator storing my password in plaintext?
Did Dumbledore lie to Harry about how long he had James Potter's invisibility cloak when he was examining it? If so, why?
Nautlius: add mouse right-click action to compute MD5 sum
Does this power sequence converge or diverge? If it converges, what is the limit?
Why does this pattern fail (sometimes) for the continued fraction convergents of $sqrt2$?Does this sequence always give a square number?Does the sequence $A_n = fracsin (n)sqrtn$ converge to $0$?Do this series converge or diverge?Does this sequence converge $a_n=frac 3^n+25^n $Given: $sum n a_n$ is convergent. To prove: The sequence $a_n$ convergesHow do you find the value of $sum_r=1^infty frac6^r(3^r-2^r)(3^r+1 - 2^r+1) $?Confirming that the sequence $a_n = fracsqrtncosnsqrtn^3-1$ convergesDoes this non-monotonic sequence converge?Finding the limit of a sequence involving n-th roots.
$begingroup$
Say I have this sequence:
$$a_n = fracn^2sqrtn^3 + 4n$$
Again, I don't think I can divide the numerator and denominator by $n^1.5$... that seems like it complicates things. What else can I do?
I can't square the top and bottom because that changes the value of the general sequence. Can I divide by $n^2$?
Is this valid:
$$a_n = frac1sqrtfracn^3n^4 + frac4n$$
sequences-and-series
$endgroup$
add a comment |
$begingroup$
Say I have this sequence:
$$a_n = fracn^2sqrtn^3 + 4n$$
Again, I don't think I can divide the numerator and denominator by $n^1.5$... that seems like it complicates things. What else can I do?
I can't square the top and bottom because that changes the value of the general sequence. Can I divide by $n^2$?
Is this valid:
$$a_n = frac1sqrtfracn^3n^4 + frac4n$$
sequences-and-series
$endgroup$
$begingroup$
What are you trying to do with the sequence? Are you trying to determine if it converges / find its limit? In your last identity, you should have $4/n^3$ in the denominator.
$endgroup$
– MisterRiemann
5 hours ago
add a comment |
$begingroup$
Say I have this sequence:
$$a_n = fracn^2sqrtn^3 + 4n$$
Again, I don't think I can divide the numerator and denominator by $n^1.5$... that seems like it complicates things. What else can I do?
I can't square the top and bottom because that changes the value of the general sequence. Can I divide by $n^2$?
Is this valid:
$$a_n = frac1sqrtfracn^3n^4 + frac4n$$
sequences-and-series
$endgroup$
Say I have this sequence:
$$a_n = fracn^2sqrtn^3 + 4n$$
Again, I don't think I can divide the numerator and denominator by $n^1.5$... that seems like it complicates things. What else can I do?
I can't square the top and bottom because that changes the value of the general sequence. Can I divide by $n^2$?
Is this valid:
$$a_n = frac1sqrtfracn^3n^4 + frac4n$$
sequences-and-series
sequences-and-series
edited 5 hours ago
Jwan622
asked 5 hours ago
Jwan622Jwan622
2,30211632
2,30211632
$begingroup$
What are you trying to do with the sequence? Are you trying to determine if it converges / find its limit? In your last identity, you should have $4/n^3$ in the denominator.
$endgroup$
– MisterRiemann
5 hours ago
add a comment |
$begingroup$
What are you trying to do with the sequence? Are you trying to determine if it converges / find its limit? In your last identity, you should have $4/n^3$ in the denominator.
$endgroup$
– MisterRiemann
5 hours ago
$begingroup$
What are you trying to do with the sequence? Are you trying to determine if it converges / find its limit? In your last identity, you should have $4/n^3$ in the denominator.
$endgroup$
– MisterRiemann
5 hours ago
$begingroup$
What are you trying to do with the sequence? Are you trying to determine if it converges / find its limit? In your last identity, you should have $4/n^3$ in the denominator.
$endgroup$
– MisterRiemann
5 hours ago
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
You can easily find a divergent minorant:
$$fracn^2sqrtn^3 + 4n ge fracn^2sqrtn^3 + 4n^colorblue3 = sqrtfracn5 to +infty$$
$endgroup$
add a comment |
$begingroup$
Hint: It is $$sqrtfracn^4n^3+4n$$ and this is divergent.
$endgroup$
add a comment |
$begingroup$
We have:
$$a_n = fracsqrtn sqrt1 + frac4n^2$$
You can see that the denominator tends to 1, so that $a_n$ clearly diverges, behaving asymptotically as $sqrtn$.
$endgroup$
$begingroup$
How did you get to here?
$endgroup$
– Jwan622
5 hours ago
$begingroup$
Multiply by $fracn^1.5n^1.5$.
$endgroup$
– Matthew Masarik
5 hours ago
$begingroup$
Can you flesh that out a bit? Don't you mean divide top and bottom by $n^1.5$
$endgroup$
– Jwan622
4 hours ago
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2f3164743%2fdoes-this-power-sequence-converge-or-diverge-if-it-converges-what-is-the-limit%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You can easily find a divergent minorant:
$$fracn^2sqrtn^3 + 4n ge fracn^2sqrtn^3 + 4n^colorblue3 = sqrtfracn5 to +infty$$
$endgroup$
add a comment |
$begingroup$
You can easily find a divergent minorant:
$$fracn^2sqrtn^3 + 4n ge fracn^2sqrtn^3 + 4n^colorblue3 = sqrtfracn5 to +infty$$
$endgroup$
add a comment |
$begingroup$
You can easily find a divergent minorant:
$$fracn^2sqrtn^3 + 4n ge fracn^2sqrtn^3 + 4n^colorblue3 = sqrtfracn5 to +infty$$
$endgroup$
You can easily find a divergent minorant:
$$fracn^2sqrtn^3 + 4n ge fracn^2sqrtn^3 + 4n^colorblue3 = sqrtfracn5 to +infty$$
answered 5 hours ago
StackTDStackTD
24.1k2254
24.1k2254
add a comment |
add a comment |
$begingroup$
Hint: It is $$sqrtfracn^4n^3+4n$$ and this is divergent.
$endgroup$
add a comment |
$begingroup$
Hint: It is $$sqrtfracn^4n^3+4n$$ and this is divergent.
$endgroup$
add a comment |
$begingroup$
Hint: It is $$sqrtfracn^4n^3+4n$$ and this is divergent.
$endgroup$
Hint: It is $$sqrtfracn^4n^3+4n$$ and this is divergent.
edited 4 hours ago
answered 5 hours ago
Dr. Sonnhard GraubnerDr. Sonnhard Graubner
78.1k42867
78.1k42867
add a comment |
add a comment |
$begingroup$
We have:
$$a_n = fracsqrtn sqrt1 + frac4n^2$$
You can see that the denominator tends to 1, so that $a_n$ clearly diverges, behaving asymptotically as $sqrtn$.
$endgroup$
$begingroup$
How did you get to here?
$endgroup$
– Jwan622
5 hours ago
$begingroup$
Multiply by $fracn^1.5n^1.5$.
$endgroup$
– Matthew Masarik
5 hours ago
$begingroup$
Can you flesh that out a bit? Don't you mean divide top and bottom by $n^1.5$
$endgroup$
– Jwan622
4 hours ago
add a comment |
$begingroup$
We have:
$$a_n = fracsqrtn sqrt1 + frac4n^2$$
You can see that the denominator tends to 1, so that $a_n$ clearly diverges, behaving asymptotically as $sqrtn$.
$endgroup$
$begingroup$
How did you get to here?
$endgroup$
– Jwan622
5 hours ago
$begingroup$
Multiply by $fracn^1.5n^1.5$.
$endgroup$
– Matthew Masarik
5 hours ago
$begingroup$
Can you flesh that out a bit? Don't you mean divide top and bottom by $n^1.5$
$endgroup$
– Jwan622
4 hours ago
add a comment |
$begingroup$
We have:
$$a_n = fracsqrtn sqrt1 + frac4n^2$$
You can see that the denominator tends to 1, so that $a_n$ clearly diverges, behaving asymptotically as $sqrtn$.
$endgroup$
We have:
$$a_n = fracsqrtn sqrt1 + frac4n^2$$
You can see that the denominator tends to 1, so that $a_n$ clearly diverges, behaving asymptotically as $sqrtn$.
answered 5 hours ago
Matthew MasarikMatthew Masarik
111
111
$begingroup$
How did you get to here?
$endgroup$
– Jwan622
5 hours ago
$begingroup$
Multiply by $fracn^1.5n^1.5$.
$endgroup$
– Matthew Masarik
5 hours ago
$begingroup$
Can you flesh that out a bit? Don't you mean divide top and bottom by $n^1.5$
$endgroup$
– Jwan622
4 hours ago
add a comment |
$begingroup$
How did you get to here?
$endgroup$
– Jwan622
5 hours ago
$begingroup$
Multiply by $fracn^1.5n^1.5$.
$endgroup$
– Matthew Masarik
5 hours ago
$begingroup$
Can you flesh that out a bit? Don't you mean divide top and bottom by $n^1.5$
$endgroup$
– Jwan622
4 hours ago
$begingroup$
How did you get to here?
$endgroup$
– Jwan622
5 hours ago
$begingroup$
How did you get to here?
$endgroup$
– Jwan622
5 hours ago
$begingroup$
Multiply by $fracn^1.5n^1.5$.
$endgroup$
– Matthew Masarik
5 hours ago
$begingroup$
Multiply by $fracn^1.5n^1.5$.
$endgroup$
– Matthew Masarik
5 hours ago
$begingroup$
Can you flesh that out a bit? Don't you mean divide top and bottom by $n^1.5$
$endgroup$
– Jwan622
4 hours ago
$begingroup$
Can you flesh that out a bit? Don't you mean divide top and bottom by $n^1.5$
$endgroup$
– Jwan622
4 hours ago
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2f3164743%2fdoes-this-power-sequence-converge-or-diverge-if-it-converges-what-is-the-limit%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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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$
What are you trying to do with the sequence? Are you trying to determine if it converges / find its limit? In your last identity, you should have $4/n^3$ in the denominator.
$endgroup$
– MisterRiemann
5 hours ago