Limit of the infinite sequence involving $a_n, s_n$
Let $a_n=sqrt{n}$ and $s_n=a_1+a_2+ldots+a_n$. Find the limit : $$lim_{nto +infty}left[frac{frac{a_n}{s_n}}{-ln(1-frac{a_n}{s_n})}right]$$
I am hopelessly confused with this problem. Is L'Hopital or Cesaro-Stolz of any use here? Any hints. Thanks beforehand.
real-analysis sequences-and-series
add a comment |
Let $a_n=sqrt{n}$ and $s_n=a_1+a_2+ldots+a_n$. Find the limit : $$lim_{nto +infty}left[frac{frac{a_n}{s_n}}{-ln(1-frac{a_n}{s_n})}right]$$
I am hopelessly confused with this problem. Is L'Hopital or Cesaro-Stolz of any use here? Any hints. Thanks beforehand.
real-analysis sequences-and-series
add a comment |
Let $a_n=sqrt{n}$ and $s_n=a_1+a_2+ldots+a_n$. Find the limit : $$lim_{nto +infty}left[frac{frac{a_n}{s_n}}{-ln(1-frac{a_n}{s_n})}right]$$
I am hopelessly confused with this problem. Is L'Hopital or Cesaro-Stolz of any use here? Any hints. Thanks beforehand.
real-analysis sequences-and-series
Let $a_n=sqrt{n}$ and $s_n=a_1+a_2+ldots+a_n$. Find the limit : $$lim_{nto +infty}left[frac{frac{a_n}{s_n}}{-ln(1-frac{a_n}{s_n})}right]$$
I am hopelessly confused with this problem. Is L'Hopital or Cesaro-Stolz of any use here? Any hints. Thanks beforehand.
real-analysis sequences-and-series
real-analysis sequences-and-series
edited Nov 29 at 11:55
Rebellos
14.2k31244
14.2k31244
asked Nov 29 at 11:53
vidyarthi
2,8021831
2,8021831
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
We have that by Stolz-Cesàro:
$$
lim_{nto +infty} frac{a_n}{s_n}=lim_{nto +infty} frac{a_{n+1}-a_{n}}{s_{n+1}-s_{n}}=lim_{nto +infty} frac{a_{n+1}-a_{n}}{a_{n+1}}=lim_{nto +infty} frac{sqrt{n+1}-sqrt{n}}{sqrt{n+1}}=0
$$
Therefore:
$$
lim_{nto +infty}frac{frac{a_n}{s_n}}{-lnleft(1-frac{a_n}{s_n}right)}=lim_{xto 0}frac{x}{-lnleft(1-xright)}=1
$$
add a comment |
Observe that $x_n=a_n/s_n$ converges to zero. Then, the limit becomes trivially solvable by Taylor expansion of the logarithm.
Estimate:
$$s_n=sum_{k=0}^n sqrt{n}approx int_{0}^n sqrt{n}dn=frac{2}{3}n^{3/2}$$
(we are only interested in the power scaling - we need to see that $3/2>1/2$, so we don't need to talk about the error, but you can estimate the error from Euler-Maclaurin formula, which then proves that all the extra terms are negligible in the limit.
So you have
$$x_n=frac{a_n}{s_n}asympfrac{1}{n}underset{nto infty}{to} 0 $$
By the way, you don't have to use integrals to show $a_n/s_nto 0$, I just find it elegant. You can use induction or upper bounds or anything similar.
thanks, so the final limit is $1$, by the L'Hopital rule. Can we use L'Hopital here
– vidyarthi
Nov 29 at 12:02
Yes, after you reduce this to $lim_{xto0} frac{x}{-ln (1-x)}$, you can use whatever you want. Once you get some practice with these things, you remember $ln(1+x)approx x$ as one of the 5 most common approximations that you recognize in an instant, avoiding the need to calculate anything.
– orion
Nov 29 at 12:08
add a comment |
Observe that $$lim_{tto 0} frac{t}{-ln (1-t)} =lim_{tto 0} frac{1}{(1-t)^{-1}} =lim_{tto 0} (1-t)=1$$
So by Heine definition of limit we have that for any sequence $x_n $ tending to $0$ the following equality holds $$lim_{nto infty} frac{x_n}{-ln (1-x_n)}=1$$
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%2f3018527%2flimit-of-the-infinite-sequence-involving-a-n-s-n%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
We have that by Stolz-Cesàro:
$$
lim_{nto +infty} frac{a_n}{s_n}=lim_{nto +infty} frac{a_{n+1}-a_{n}}{s_{n+1}-s_{n}}=lim_{nto +infty} frac{a_{n+1}-a_{n}}{a_{n+1}}=lim_{nto +infty} frac{sqrt{n+1}-sqrt{n}}{sqrt{n+1}}=0
$$
Therefore:
$$
lim_{nto +infty}frac{frac{a_n}{s_n}}{-lnleft(1-frac{a_n}{s_n}right)}=lim_{xto 0}frac{x}{-lnleft(1-xright)}=1
$$
add a comment |
We have that by Stolz-Cesàro:
$$
lim_{nto +infty} frac{a_n}{s_n}=lim_{nto +infty} frac{a_{n+1}-a_{n}}{s_{n+1}-s_{n}}=lim_{nto +infty} frac{a_{n+1}-a_{n}}{a_{n+1}}=lim_{nto +infty} frac{sqrt{n+1}-sqrt{n}}{sqrt{n+1}}=0
$$
Therefore:
$$
lim_{nto +infty}frac{frac{a_n}{s_n}}{-lnleft(1-frac{a_n}{s_n}right)}=lim_{xto 0}frac{x}{-lnleft(1-xright)}=1
$$
add a comment |
We have that by Stolz-Cesàro:
$$
lim_{nto +infty} frac{a_n}{s_n}=lim_{nto +infty} frac{a_{n+1}-a_{n}}{s_{n+1}-s_{n}}=lim_{nto +infty} frac{a_{n+1}-a_{n}}{a_{n+1}}=lim_{nto +infty} frac{sqrt{n+1}-sqrt{n}}{sqrt{n+1}}=0
$$
Therefore:
$$
lim_{nto +infty}frac{frac{a_n}{s_n}}{-lnleft(1-frac{a_n}{s_n}right)}=lim_{xto 0}frac{x}{-lnleft(1-xright)}=1
$$
We have that by Stolz-Cesàro:
$$
lim_{nto +infty} frac{a_n}{s_n}=lim_{nto +infty} frac{a_{n+1}-a_{n}}{s_{n+1}-s_{n}}=lim_{nto +infty} frac{a_{n+1}-a_{n}}{a_{n+1}}=lim_{nto +infty} frac{sqrt{n+1}-sqrt{n}}{sqrt{n+1}}=0
$$
Therefore:
$$
lim_{nto +infty}frac{frac{a_n}{s_n}}{-lnleft(1-frac{a_n}{s_n}right)}=lim_{xto 0}frac{x}{-lnleft(1-xright)}=1
$$
edited Nov 29 at 14:29
Mefitico
920117
920117
answered Nov 29 at 13:18
gimusi
1
1
add a comment |
add a comment |
Observe that $x_n=a_n/s_n$ converges to zero. Then, the limit becomes trivially solvable by Taylor expansion of the logarithm.
Estimate:
$$s_n=sum_{k=0}^n sqrt{n}approx int_{0}^n sqrt{n}dn=frac{2}{3}n^{3/2}$$
(we are only interested in the power scaling - we need to see that $3/2>1/2$, so we don't need to talk about the error, but you can estimate the error from Euler-Maclaurin formula, which then proves that all the extra terms are negligible in the limit.
So you have
$$x_n=frac{a_n}{s_n}asympfrac{1}{n}underset{nto infty}{to} 0 $$
By the way, you don't have to use integrals to show $a_n/s_nto 0$, I just find it elegant. You can use induction or upper bounds or anything similar.
thanks, so the final limit is $1$, by the L'Hopital rule. Can we use L'Hopital here
– vidyarthi
Nov 29 at 12:02
Yes, after you reduce this to $lim_{xto0} frac{x}{-ln (1-x)}$, you can use whatever you want. Once you get some practice with these things, you remember $ln(1+x)approx x$ as one of the 5 most common approximations that you recognize in an instant, avoiding the need to calculate anything.
– orion
Nov 29 at 12:08
add a comment |
Observe that $x_n=a_n/s_n$ converges to zero. Then, the limit becomes trivially solvable by Taylor expansion of the logarithm.
Estimate:
$$s_n=sum_{k=0}^n sqrt{n}approx int_{0}^n sqrt{n}dn=frac{2}{3}n^{3/2}$$
(we are only interested in the power scaling - we need to see that $3/2>1/2$, so we don't need to talk about the error, but you can estimate the error from Euler-Maclaurin formula, which then proves that all the extra terms are negligible in the limit.
So you have
$$x_n=frac{a_n}{s_n}asympfrac{1}{n}underset{nto infty}{to} 0 $$
By the way, you don't have to use integrals to show $a_n/s_nto 0$, I just find it elegant. You can use induction or upper bounds or anything similar.
thanks, so the final limit is $1$, by the L'Hopital rule. Can we use L'Hopital here
– vidyarthi
Nov 29 at 12:02
Yes, after you reduce this to $lim_{xto0} frac{x}{-ln (1-x)}$, you can use whatever you want. Once you get some practice with these things, you remember $ln(1+x)approx x$ as one of the 5 most common approximations that you recognize in an instant, avoiding the need to calculate anything.
– orion
Nov 29 at 12:08
add a comment |
Observe that $x_n=a_n/s_n$ converges to zero. Then, the limit becomes trivially solvable by Taylor expansion of the logarithm.
Estimate:
$$s_n=sum_{k=0}^n sqrt{n}approx int_{0}^n sqrt{n}dn=frac{2}{3}n^{3/2}$$
(we are only interested in the power scaling - we need to see that $3/2>1/2$, so we don't need to talk about the error, but you can estimate the error from Euler-Maclaurin formula, which then proves that all the extra terms are negligible in the limit.
So you have
$$x_n=frac{a_n}{s_n}asympfrac{1}{n}underset{nto infty}{to} 0 $$
By the way, you don't have to use integrals to show $a_n/s_nto 0$, I just find it elegant. You can use induction or upper bounds or anything similar.
Observe that $x_n=a_n/s_n$ converges to zero. Then, the limit becomes trivially solvable by Taylor expansion of the logarithm.
Estimate:
$$s_n=sum_{k=0}^n sqrt{n}approx int_{0}^n sqrt{n}dn=frac{2}{3}n^{3/2}$$
(we are only interested in the power scaling - we need to see that $3/2>1/2$, so we don't need to talk about the error, but you can estimate the error from Euler-Maclaurin formula, which then proves that all the extra terms are negligible in the limit.
So you have
$$x_n=frac{a_n}{s_n}asympfrac{1}{n}underset{nto infty}{to} 0 $$
By the way, you don't have to use integrals to show $a_n/s_nto 0$, I just find it elegant. You can use induction or upper bounds or anything similar.
answered Nov 29 at 12:01
orion
12.9k11836
12.9k11836
thanks, so the final limit is $1$, by the L'Hopital rule. Can we use L'Hopital here
– vidyarthi
Nov 29 at 12:02
Yes, after you reduce this to $lim_{xto0} frac{x}{-ln (1-x)}$, you can use whatever you want. Once you get some practice with these things, you remember $ln(1+x)approx x$ as one of the 5 most common approximations that you recognize in an instant, avoiding the need to calculate anything.
– orion
Nov 29 at 12:08
add a comment |
thanks, so the final limit is $1$, by the L'Hopital rule. Can we use L'Hopital here
– vidyarthi
Nov 29 at 12:02
Yes, after you reduce this to $lim_{xto0} frac{x}{-ln (1-x)}$, you can use whatever you want. Once you get some practice with these things, you remember $ln(1+x)approx x$ as one of the 5 most common approximations that you recognize in an instant, avoiding the need to calculate anything.
– orion
Nov 29 at 12:08
thanks, so the final limit is $1$, by the L'Hopital rule. Can we use L'Hopital here
– vidyarthi
Nov 29 at 12:02
thanks, so the final limit is $1$, by the L'Hopital rule. Can we use L'Hopital here
– vidyarthi
Nov 29 at 12:02
Yes, after you reduce this to $lim_{xto0} frac{x}{-ln (1-x)}$, you can use whatever you want. Once you get some practice with these things, you remember $ln(1+x)approx x$ as one of the 5 most common approximations that you recognize in an instant, avoiding the need to calculate anything.
– orion
Nov 29 at 12:08
Yes, after you reduce this to $lim_{xto0} frac{x}{-ln (1-x)}$, you can use whatever you want. Once you get some practice with these things, you remember $ln(1+x)approx x$ as one of the 5 most common approximations that you recognize in an instant, avoiding the need to calculate anything.
– orion
Nov 29 at 12:08
add a comment |
Observe that $$lim_{tto 0} frac{t}{-ln (1-t)} =lim_{tto 0} frac{1}{(1-t)^{-1}} =lim_{tto 0} (1-t)=1$$
So by Heine definition of limit we have that for any sequence $x_n $ tending to $0$ the following equality holds $$lim_{nto infty} frac{x_n}{-ln (1-x_n)}=1$$
add a comment |
Observe that $$lim_{tto 0} frac{t}{-ln (1-t)} =lim_{tto 0} frac{1}{(1-t)^{-1}} =lim_{tto 0} (1-t)=1$$
So by Heine definition of limit we have that for any sequence $x_n $ tending to $0$ the following equality holds $$lim_{nto infty} frac{x_n}{-ln (1-x_n)}=1$$
add a comment |
Observe that $$lim_{tto 0} frac{t}{-ln (1-t)} =lim_{tto 0} frac{1}{(1-t)^{-1}} =lim_{tto 0} (1-t)=1$$
So by Heine definition of limit we have that for any sequence $x_n $ tending to $0$ the following equality holds $$lim_{nto infty} frac{x_n}{-ln (1-x_n)}=1$$
Observe that $$lim_{tto 0} frac{t}{-ln (1-t)} =lim_{tto 0} frac{1}{(1-t)^{-1}} =lim_{tto 0} (1-t)=1$$
So by Heine definition of limit we have that for any sequence $x_n $ tending to $0$ the following equality holds $$lim_{nto infty} frac{x_n}{-ln (1-x_n)}=1$$
answered Nov 29 at 12:09
MotylaNogaTomkaMazura
6,577917
6,577917
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%2f3018527%2flimit-of-the-infinite-sequence-involving-a-n-s-n%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