Correctness of argument when computing $lim_n n^{frac{1}{n^2}}$
$begingroup$
Say I need to compute $lim_{n to infty} sqrt[n]{sqrt[n]{n}}$ and write
$$lim_{n to infty} sqrt[n]{sqrt[n]{n}} = lim_{n to infty} sqrt[n]{1} = 1$$
by the fact that $lim_{n to infty} sqrt[n]{n} = 1$ (i.e., assume that this fact fact is something that can be used without proof).
Question: how bad (or good) is this solution?
calculus sequences-and-series
$endgroup$
add a comment |
$begingroup$
Say I need to compute $lim_{n to infty} sqrt[n]{sqrt[n]{n}}$ and write
$$lim_{n to infty} sqrt[n]{sqrt[n]{n}} = lim_{n to infty} sqrt[n]{1} = 1$$
by the fact that $lim_{n to infty} sqrt[n]{n} = 1$ (i.e., assume that this fact fact is something that can be used without proof).
Question: how bad (or good) is this solution?
calculus sequences-and-series
$endgroup$
1
$begingroup$
That is bad, because you did not prove the sequence had a limit and even if you had proved it, you did not prove your limit equality (namely, why can you take back one $n$-th root?). To do it right, you could say $n^{1/n^2}=sqrt{(n^2)^{1/n^2}} rightarrow 1$ because of the limit that you may use.
$endgroup$
– Mindlack
Jan 21 at 17:33
add a comment |
$begingroup$
Say I need to compute $lim_{n to infty} sqrt[n]{sqrt[n]{n}}$ and write
$$lim_{n to infty} sqrt[n]{sqrt[n]{n}} = lim_{n to infty} sqrt[n]{1} = 1$$
by the fact that $lim_{n to infty} sqrt[n]{n} = 1$ (i.e., assume that this fact fact is something that can be used without proof).
Question: how bad (or good) is this solution?
calculus sequences-and-series
$endgroup$
Say I need to compute $lim_{n to infty} sqrt[n]{sqrt[n]{n}}$ and write
$$lim_{n to infty} sqrt[n]{sqrt[n]{n}} = lim_{n to infty} sqrt[n]{1} = 1$$
by the fact that $lim_{n to infty} sqrt[n]{n} = 1$ (i.e., assume that this fact fact is something that can be used without proof).
Question: how bad (or good) is this solution?
calculus sequences-and-series
calculus sequences-and-series
asked Jan 21 at 17:29
lumpylumpy
1087
1087
1
$begingroup$
That is bad, because you did not prove the sequence had a limit and even if you had proved it, you did not prove your limit equality (namely, why can you take back one $n$-th root?). To do it right, you could say $n^{1/n^2}=sqrt{(n^2)^{1/n^2}} rightarrow 1$ because of the limit that you may use.
$endgroup$
– Mindlack
Jan 21 at 17:33
add a comment |
1
$begingroup$
That is bad, because you did not prove the sequence had a limit and even if you had proved it, you did not prove your limit equality (namely, why can you take back one $n$-th root?). To do it right, you could say $n^{1/n^2}=sqrt{(n^2)^{1/n^2}} rightarrow 1$ because of the limit that you may use.
$endgroup$
– Mindlack
Jan 21 at 17:33
1
1
$begingroup$
That is bad, because you did not prove the sequence had a limit and even if you had proved it, you did not prove your limit equality (namely, why can you take back one $n$-th root?). To do it right, you could say $n^{1/n^2}=sqrt{(n^2)^{1/n^2}} rightarrow 1$ because of the limit that you may use.
$endgroup$
– Mindlack
Jan 21 at 17:33
$begingroup$
That is bad, because you did not prove the sequence had a limit and even if you had proved it, you did not prove your limit equality (namely, why can you take back one $n$-th root?). To do it right, you could say $n^{1/n^2}=sqrt{(n^2)^{1/n^2}} rightarrow 1$ because of the limit that you may use.
$endgroup$
– Mindlack
Jan 21 at 17:33
add a comment |
5 Answers
5
active
oldest
votes
$begingroup$
The solution is not ok that way.
Your argument would fail, for example, for $left( 1+frac{1}{n}right)^n$.
But you can still use the fact $lim_{n to infty} sqrt[n]{n} = 1$ as follows:
$$1 leq sqrt[n]{n} <2 mbox{ for } n mbox{ large enough }$$
$$Rightarrow 1 leq sqrt[n]{sqrt[n]{n}} < sqrt[n]{2} stackrel{n to infty}{longrightarrow}1$$
$endgroup$
add a comment |
$begingroup$
$$n^{frac{1}{n^2}} = e^{frac{1}{n^2}ln n}$$
Then use l'Hopital:
$$lim_{nrightarrowinfty}{n^{frac{1}{n^2}} } = e^{lim_{nrightarrowinfty}{frac{ln n}{n^2}}} = e^{lim_{nrightarrowinfty}{frac{1}{2n^2}}} = 1$$
Note that I am allowed to move the limit inside the exponent because of the continuity.
$endgroup$
add a comment |
$begingroup$
Bad: you replace part of the expression with its limit while leaving the rest untouched, which is strictly forbidden.
The faster way consists in calculating the limit of the log, using its asymptotic properties:
$$logBigl(n^{tfrac1{n^2}}Bigr)=frac{log n}{n^2}to 0enspacetext{ as }ntoinfty,$$
so by continuity of the inverse function,
$$ lim_{ntoinfty}n^{tfrac1{n^2}} =mathrm e^0=1.$$
The same proof is valid for any exponent $alpha>0$:
$$ lim_{ntoinfty}n^{tfrac1{n^alpha}}=mathrm e^0=1.$$
$endgroup$
add a comment |
$begingroup$
$n>1;$
$1 lt n^{1/n^2} lt (n^2)^{1/n^2}.$
Take the limit.
$endgroup$
add a comment |
$begingroup$
Let $x$ be real and non negative such that $n^{frac{1}{n^2}}=1+x$. Then $n=(1+x)^{n^2}$, so by Bernoulli's inequality we have $nge1+n^2x$ or $xlefrac{1}{n}-frac{1}{n^2}$. Take the limit and you get that $xle0$.
I leave it to you to show is that the root can't actually be strictly smaller than $1$.
$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%2f3082140%2fcorrectness-of-argument-when-computing-lim-n-n-frac1n2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The solution is not ok that way.
Your argument would fail, for example, for $left( 1+frac{1}{n}right)^n$.
But you can still use the fact $lim_{n to infty} sqrt[n]{n} = 1$ as follows:
$$1 leq sqrt[n]{n} <2 mbox{ for } n mbox{ large enough }$$
$$Rightarrow 1 leq sqrt[n]{sqrt[n]{n}} < sqrt[n]{2} stackrel{n to infty}{longrightarrow}1$$
$endgroup$
add a comment |
$begingroup$
The solution is not ok that way.
Your argument would fail, for example, for $left( 1+frac{1}{n}right)^n$.
But you can still use the fact $lim_{n to infty} sqrt[n]{n} = 1$ as follows:
$$1 leq sqrt[n]{n} <2 mbox{ for } n mbox{ large enough }$$
$$Rightarrow 1 leq sqrt[n]{sqrt[n]{n}} < sqrt[n]{2} stackrel{n to infty}{longrightarrow}1$$
$endgroup$
add a comment |
$begingroup$
The solution is not ok that way.
Your argument would fail, for example, for $left( 1+frac{1}{n}right)^n$.
But you can still use the fact $lim_{n to infty} sqrt[n]{n} = 1$ as follows:
$$1 leq sqrt[n]{n} <2 mbox{ for } n mbox{ large enough }$$
$$Rightarrow 1 leq sqrt[n]{sqrt[n]{n}} < sqrt[n]{2} stackrel{n to infty}{longrightarrow}1$$
$endgroup$
The solution is not ok that way.
Your argument would fail, for example, for $left( 1+frac{1}{n}right)^n$.
But you can still use the fact $lim_{n to infty} sqrt[n]{n} = 1$ as follows:
$$1 leq sqrt[n]{n} <2 mbox{ for } n mbox{ large enough }$$
$$Rightarrow 1 leq sqrt[n]{sqrt[n]{n}} < sqrt[n]{2} stackrel{n to infty}{longrightarrow}1$$
answered Jan 21 at 17:51
trancelocationtrancelocation
12.3k1826
12.3k1826
add a comment |
add a comment |
$begingroup$
$$n^{frac{1}{n^2}} = e^{frac{1}{n^2}ln n}$$
Then use l'Hopital:
$$lim_{nrightarrowinfty}{n^{frac{1}{n^2}} } = e^{lim_{nrightarrowinfty}{frac{ln n}{n^2}}} = e^{lim_{nrightarrowinfty}{frac{1}{2n^2}}} = 1$$
Note that I am allowed to move the limit inside the exponent because of the continuity.
$endgroup$
add a comment |
$begingroup$
$$n^{frac{1}{n^2}} = e^{frac{1}{n^2}ln n}$$
Then use l'Hopital:
$$lim_{nrightarrowinfty}{n^{frac{1}{n^2}} } = e^{lim_{nrightarrowinfty}{frac{ln n}{n^2}}} = e^{lim_{nrightarrowinfty}{frac{1}{2n^2}}} = 1$$
Note that I am allowed to move the limit inside the exponent because of the continuity.
$endgroup$
add a comment |
$begingroup$
$$n^{frac{1}{n^2}} = e^{frac{1}{n^2}ln n}$$
Then use l'Hopital:
$$lim_{nrightarrowinfty}{n^{frac{1}{n^2}} } = e^{lim_{nrightarrowinfty}{frac{ln n}{n^2}}} = e^{lim_{nrightarrowinfty}{frac{1}{2n^2}}} = 1$$
Note that I am allowed to move the limit inside the exponent because of the continuity.
$endgroup$
$$n^{frac{1}{n^2}} = e^{frac{1}{n^2}ln n}$$
Then use l'Hopital:
$$lim_{nrightarrowinfty}{n^{frac{1}{n^2}} } = e^{lim_{nrightarrowinfty}{frac{ln n}{n^2}}} = e^{lim_{nrightarrowinfty}{frac{1}{2n^2}}} = 1$$
Note that I am allowed to move the limit inside the exponent because of the continuity.
answered Jan 21 at 17:35
lightxbulblightxbulb
945311
945311
add a comment |
add a comment |
$begingroup$
Bad: you replace part of the expression with its limit while leaving the rest untouched, which is strictly forbidden.
The faster way consists in calculating the limit of the log, using its asymptotic properties:
$$logBigl(n^{tfrac1{n^2}}Bigr)=frac{log n}{n^2}to 0enspacetext{ as }ntoinfty,$$
so by continuity of the inverse function,
$$ lim_{ntoinfty}n^{tfrac1{n^2}} =mathrm e^0=1.$$
The same proof is valid for any exponent $alpha>0$:
$$ lim_{ntoinfty}n^{tfrac1{n^alpha}}=mathrm e^0=1.$$
$endgroup$
add a comment |
$begingroup$
Bad: you replace part of the expression with its limit while leaving the rest untouched, which is strictly forbidden.
The faster way consists in calculating the limit of the log, using its asymptotic properties:
$$logBigl(n^{tfrac1{n^2}}Bigr)=frac{log n}{n^2}to 0enspacetext{ as }ntoinfty,$$
so by continuity of the inverse function,
$$ lim_{ntoinfty}n^{tfrac1{n^2}} =mathrm e^0=1.$$
The same proof is valid for any exponent $alpha>0$:
$$ lim_{ntoinfty}n^{tfrac1{n^alpha}}=mathrm e^0=1.$$
$endgroup$
add a comment |
$begingroup$
Bad: you replace part of the expression with its limit while leaving the rest untouched, which is strictly forbidden.
The faster way consists in calculating the limit of the log, using its asymptotic properties:
$$logBigl(n^{tfrac1{n^2}}Bigr)=frac{log n}{n^2}to 0enspacetext{ as }ntoinfty,$$
so by continuity of the inverse function,
$$ lim_{ntoinfty}n^{tfrac1{n^2}} =mathrm e^0=1.$$
The same proof is valid for any exponent $alpha>0$:
$$ lim_{ntoinfty}n^{tfrac1{n^alpha}}=mathrm e^0=1.$$
$endgroup$
Bad: you replace part of the expression with its limit while leaving the rest untouched, which is strictly forbidden.
The faster way consists in calculating the limit of the log, using its asymptotic properties:
$$logBigl(n^{tfrac1{n^2}}Bigr)=frac{log n}{n^2}to 0enspacetext{ as }ntoinfty,$$
so by continuity of the inverse function,
$$ lim_{ntoinfty}n^{tfrac1{n^2}} =mathrm e^0=1.$$
The same proof is valid for any exponent $alpha>0$:
$$ lim_{ntoinfty}n^{tfrac1{n^alpha}}=mathrm e^0=1.$$
answered Jan 21 at 18:07
BernardBernard
121k740116
121k740116
add a comment |
add a comment |
$begingroup$
$n>1;$
$1 lt n^{1/n^2} lt (n^2)^{1/n^2}.$
Take the limit.
$endgroup$
add a comment |
$begingroup$
$n>1;$
$1 lt n^{1/n^2} lt (n^2)^{1/n^2}.$
Take the limit.
$endgroup$
add a comment |
$begingroup$
$n>1;$
$1 lt n^{1/n^2} lt (n^2)^{1/n^2}.$
Take the limit.
$endgroup$
$n>1;$
$1 lt n^{1/n^2} lt (n^2)^{1/n^2}.$
Take the limit.
edited Jan 21 at 18:16
answered Jan 21 at 18:11
Peter SzilasPeter Szilas
11.4k2822
11.4k2822
add a comment |
add a comment |
$begingroup$
Let $x$ be real and non negative such that $n^{frac{1}{n^2}}=1+x$. Then $n=(1+x)^{n^2}$, so by Bernoulli's inequality we have $nge1+n^2x$ or $xlefrac{1}{n}-frac{1}{n^2}$. Take the limit and you get that $xle0$.
I leave it to you to show is that the root can't actually be strictly smaller than $1$.
$endgroup$
add a comment |
$begingroup$
Let $x$ be real and non negative such that $n^{frac{1}{n^2}}=1+x$. Then $n=(1+x)^{n^2}$, so by Bernoulli's inequality we have $nge1+n^2x$ or $xlefrac{1}{n}-frac{1}{n^2}$. Take the limit and you get that $xle0$.
I leave it to you to show is that the root can't actually be strictly smaller than $1$.
$endgroup$
add a comment |
$begingroup$
Let $x$ be real and non negative such that $n^{frac{1}{n^2}}=1+x$. Then $n=(1+x)^{n^2}$, so by Bernoulli's inequality we have $nge1+n^2x$ or $xlefrac{1}{n}-frac{1}{n^2}$. Take the limit and you get that $xle0$.
I leave it to you to show is that the root can't actually be strictly smaller than $1$.
$endgroup$
Let $x$ be real and non negative such that $n^{frac{1}{n^2}}=1+x$. Then $n=(1+x)^{n^2}$, so by Bernoulli's inequality we have $nge1+n^2x$ or $xlefrac{1}{n}-frac{1}{n^2}$. Take the limit and you get that $xle0$.
I leave it to you to show is that the root can't actually be strictly smaller than $1$.
answered Jan 21 at 19:26
user495573user495573
1214
1214
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%2f3082140%2fcorrectness-of-argument-when-computing-lim-n-n-frac1n2%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
1
$begingroup$
That is bad, because you did not prove the sequence had a limit and even if you had proved it, you did not prove your limit equality (namely, why can you take back one $n$-th root?). To do it right, you could say $n^{1/n^2}=sqrt{(n^2)^{1/n^2}} rightarrow 1$ because of the limit that you may use.
$endgroup$
– Mindlack
Jan 21 at 17:33