Find limit of $a_n = ln (1 + a_{n-1})$
Sequence $a_n$ is defined as $a_n = ln (1 + a_{n-1})$, where $a_0 > -1$. Find all $a_0$ for which the sequence converges.
Using arithmetic properties of limits, I've found that if the sequence converges, then it converges to $0$, but I don't know how to prove it and find $a_0$.
calculus limits
add a comment |
Sequence $a_n$ is defined as $a_n = ln (1 + a_{n-1})$, where $a_0 > -1$. Find all $a_0$ for which the sequence converges.
Using arithmetic properties of limits, I've found that if the sequence converges, then it converges to $0$, but I don't know how to prove it and find $a_0$.
calculus limits
add a comment |
Sequence $a_n$ is defined as $a_n = ln (1 + a_{n-1})$, where $a_0 > -1$. Find all $a_0$ for which the sequence converges.
Using arithmetic properties of limits, I've found that if the sequence converges, then it converges to $0$, but I don't know how to prove it and find $a_0$.
calculus limits
Sequence $a_n$ is defined as $a_n = ln (1 + a_{n-1})$, where $a_0 > -1$. Find all $a_0$ for which the sequence converges.
Using arithmetic properties of limits, I've found that if the sequence converges, then it converges to $0$, but I don't know how to prove it and find $a_0$.
calculus limits
calculus limits
asked Nov 20 '18 at 23:24
user4201961
634411
634411
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
You are correct in finding the limit in case of existence to be $0$
Notice that you are finding the fixed point of the function $$f(x)=ln (1+x)$$
The derivative of your function is $$f'(x) = frac {1}{1+x}$$
As you notice the derivative is positive for the domain of your function which is $x>-1$
We have $frac {1}{1+x} <1$ for $x>0$ and $frac {1}{1+x} >1$ for $-1<x<0$
Thuerefore the sequence will converge to $0$ for $x_0>0$ and diverge for $x_0<0$
When $x_0<0$, $(a_n)$ is not a sequence.
– hamam_Abdallah
Nov 21 '18 at 11:02
add a comment |
hint
for $x>-1$
$$ln(1+x)le x$$
the sequence is decreasing.
if $-1<a_0<0$ the sequence is not well defined
if $a_0=0$ it is constant.
if $a_0>0$ the sequence is decreasing and positive.
the unique fixed point is zero . the sequence goes to zero.
add a comment |
Note that we must have $a_n > 1$ for all $n$, else $a_{n+1}$ is not even well defined (I'll assume this silently throughout).
We note that $a_n geq a_{n+1}$ if and only if $e^{a_n}geq 1 + a_n$. Given the power series expansion of $e^x$, we have $$e^{a_n} - (1 + a_n) = sumlimits_{i=2}^{infty}frac{a_n^i}{i!},$$ which is clearly non-negative for all $a_n$. Thus, the sequence is decreasing, and hence monotonic, for any $a_0$.
Now, decreasing sequences converge if and only if they are bounded below, and given what you already know about what it must converge to, you essentially already know the answer, so we just need to show that the sequence is bounded below for $a_0 geq 0$, but not for $a_0 < 0$.
We'll do those in order: if some $a_n geq 0$, then $a_{n+1} = ln(1 + a_n) geq ln(1) = 0$, so indeed the sequence is bounded below by $0$ for $a_0 geq 0$, and so converges for all such values.
On the other hand, if $a_0 < 0$, then, since our sequence is decreasing, it cannot converge to $0$ (it ever gets within a distance $|a_0|$ of $0$), so, by the argument that you already have, cannot converge.
Thus, our sequence converges exactly for $a_0 geq 0$.
add a comment |
HINT
We can show that as $a_0 >0$
$a_n$ is decreasing
$a_n$ is bounded below
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%2f3007044%2ffind-limit-of-a-n-ln-1-a-n-1%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
You are correct in finding the limit in case of existence to be $0$
Notice that you are finding the fixed point of the function $$f(x)=ln (1+x)$$
The derivative of your function is $$f'(x) = frac {1}{1+x}$$
As you notice the derivative is positive for the domain of your function which is $x>-1$
We have $frac {1}{1+x} <1$ for $x>0$ and $frac {1}{1+x} >1$ for $-1<x<0$
Thuerefore the sequence will converge to $0$ for $x_0>0$ and diverge for $x_0<0$
When $x_0<0$, $(a_n)$ is not a sequence.
– hamam_Abdallah
Nov 21 '18 at 11:02
add a comment |
You are correct in finding the limit in case of existence to be $0$
Notice that you are finding the fixed point of the function $$f(x)=ln (1+x)$$
The derivative of your function is $$f'(x) = frac {1}{1+x}$$
As you notice the derivative is positive for the domain of your function which is $x>-1$
We have $frac {1}{1+x} <1$ for $x>0$ and $frac {1}{1+x} >1$ for $-1<x<0$
Thuerefore the sequence will converge to $0$ for $x_0>0$ and diverge for $x_0<0$
When $x_0<0$, $(a_n)$ is not a sequence.
– hamam_Abdallah
Nov 21 '18 at 11:02
add a comment |
You are correct in finding the limit in case of existence to be $0$
Notice that you are finding the fixed point of the function $$f(x)=ln (1+x)$$
The derivative of your function is $$f'(x) = frac {1}{1+x}$$
As you notice the derivative is positive for the domain of your function which is $x>-1$
We have $frac {1}{1+x} <1$ for $x>0$ and $frac {1}{1+x} >1$ for $-1<x<0$
Thuerefore the sequence will converge to $0$ for $x_0>0$ and diverge for $x_0<0$
You are correct in finding the limit in case of existence to be $0$
Notice that you are finding the fixed point of the function $$f(x)=ln (1+x)$$
The derivative of your function is $$f'(x) = frac {1}{1+x}$$
As you notice the derivative is positive for the domain of your function which is $x>-1$
We have $frac {1}{1+x} <1$ for $x>0$ and $frac {1}{1+x} >1$ for $-1<x<0$
Thuerefore the sequence will converge to $0$ for $x_0>0$ and diverge for $x_0<0$
answered Nov 20 '18 at 23:49


Mohammad Riazi-Kermani
41k42059
41k42059
When $x_0<0$, $(a_n)$ is not a sequence.
– hamam_Abdallah
Nov 21 '18 at 11:02
add a comment |
When $x_0<0$, $(a_n)$ is not a sequence.
– hamam_Abdallah
Nov 21 '18 at 11:02
When $x_0<0$, $(a_n)$ is not a sequence.
– hamam_Abdallah
Nov 21 '18 at 11:02
When $x_0<0$, $(a_n)$ is not a sequence.
– hamam_Abdallah
Nov 21 '18 at 11:02
add a comment |
hint
for $x>-1$
$$ln(1+x)le x$$
the sequence is decreasing.
if $-1<a_0<0$ the sequence is not well defined
if $a_0=0$ it is constant.
if $a_0>0$ the sequence is decreasing and positive.
the unique fixed point is zero . the sequence goes to zero.
add a comment |
hint
for $x>-1$
$$ln(1+x)le x$$
the sequence is decreasing.
if $-1<a_0<0$ the sequence is not well defined
if $a_0=0$ it is constant.
if $a_0>0$ the sequence is decreasing and positive.
the unique fixed point is zero . the sequence goes to zero.
add a comment |
hint
for $x>-1$
$$ln(1+x)le x$$
the sequence is decreasing.
if $-1<a_0<0$ the sequence is not well defined
if $a_0=0$ it is constant.
if $a_0>0$ the sequence is decreasing and positive.
the unique fixed point is zero . the sequence goes to zero.
hint
for $x>-1$
$$ln(1+x)le x$$
the sequence is decreasing.
if $-1<a_0<0$ the sequence is not well defined
if $a_0=0$ it is constant.
if $a_0>0$ the sequence is decreasing and positive.
the unique fixed point is zero . the sequence goes to zero.
answered Nov 20 '18 at 23:46


hamam_Abdallah
38k21634
38k21634
add a comment |
add a comment |
Note that we must have $a_n > 1$ for all $n$, else $a_{n+1}$ is not even well defined (I'll assume this silently throughout).
We note that $a_n geq a_{n+1}$ if and only if $e^{a_n}geq 1 + a_n$. Given the power series expansion of $e^x$, we have $$e^{a_n} - (1 + a_n) = sumlimits_{i=2}^{infty}frac{a_n^i}{i!},$$ which is clearly non-negative for all $a_n$. Thus, the sequence is decreasing, and hence monotonic, for any $a_0$.
Now, decreasing sequences converge if and only if they are bounded below, and given what you already know about what it must converge to, you essentially already know the answer, so we just need to show that the sequence is bounded below for $a_0 geq 0$, but not for $a_0 < 0$.
We'll do those in order: if some $a_n geq 0$, then $a_{n+1} = ln(1 + a_n) geq ln(1) = 0$, so indeed the sequence is bounded below by $0$ for $a_0 geq 0$, and so converges for all such values.
On the other hand, if $a_0 < 0$, then, since our sequence is decreasing, it cannot converge to $0$ (it ever gets within a distance $|a_0|$ of $0$), so, by the argument that you already have, cannot converge.
Thus, our sequence converges exactly for $a_0 geq 0$.
add a comment |
Note that we must have $a_n > 1$ for all $n$, else $a_{n+1}$ is not even well defined (I'll assume this silently throughout).
We note that $a_n geq a_{n+1}$ if and only if $e^{a_n}geq 1 + a_n$. Given the power series expansion of $e^x$, we have $$e^{a_n} - (1 + a_n) = sumlimits_{i=2}^{infty}frac{a_n^i}{i!},$$ which is clearly non-negative for all $a_n$. Thus, the sequence is decreasing, and hence monotonic, for any $a_0$.
Now, decreasing sequences converge if and only if they are bounded below, and given what you already know about what it must converge to, you essentially already know the answer, so we just need to show that the sequence is bounded below for $a_0 geq 0$, but not for $a_0 < 0$.
We'll do those in order: if some $a_n geq 0$, then $a_{n+1} = ln(1 + a_n) geq ln(1) = 0$, so indeed the sequence is bounded below by $0$ for $a_0 geq 0$, and so converges for all such values.
On the other hand, if $a_0 < 0$, then, since our sequence is decreasing, it cannot converge to $0$ (it ever gets within a distance $|a_0|$ of $0$), so, by the argument that you already have, cannot converge.
Thus, our sequence converges exactly for $a_0 geq 0$.
add a comment |
Note that we must have $a_n > 1$ for all $n$, else $a_{n+1}$ is not even well defined (I'll assume this silently throughout).
We note that $a_n geq a_{n+1}$ if and only if $e^{a_n}geq 1 + a_n$. Given the power series expansion of $e^x$, we have $$e^{a_n} - (1 + a_n) = sumlimits_{i=2}^{infty}frac{a_n^i}{i!},$$ which is clearly non-negative for all $a_n$. Thus, the sequence is decreasing, and hence monotonic, for any $a_0$.
Now, decreasing sequences converge if and only if they are bounded below, and given what you already know about what it must converge to, you essentially already know the answer, so we just need to show that the sequence is bounded below for $a_0 geq 0$, but not for $a_0 < 0$.
We'll do those in order: if some $a_n geq 0$, then $a_{n+1} = ln(1 + a_n) geq ln(1) = 0$, so indeed the sequence is bounded below by $0$ for $a_0 geq 0$, and so converges for all such values.
On the other hand, if $a_0 < 0$, then, since our sequence is decreasing, it cannot converge to $0$ (it ever gets within a distance $|a_0|$ of $0$), so, by the argument that you already have, cannot converge.
Thus, our sequence converges exactly for $a_0 geq 0$.
Note that we must have $a_n > 1$ for all $n$, else $a_{n+1}$ is not even well defined (I'll assume this silently throughout).
We note that $a_n geq a_{n+1}$ if and only if $e^{a_n}geq 1 + a_n$. Given the power series expansion of $e^x$, we have $$e^{a_n} - (1 + a_n) = sumlimits_{i=2}^{infty}frac{a_n^i}{i!},$$ which is clearly non-negative for all $a_n$. Thus, the sequence is decreasing, and hence monotonic, for any $a_0$.
Now, decreasing sequences converge if and only if they are bounded below, and given what you already know about what it must converge to, you essentially already know the answer, so we just need to show that the sequence is bounded below for $a_0 geq 0$, but not for $a_0 < 0$.
We'll do those in order: if some $a_n geq 0$, then $a_{n+1} = ln(1 + a_n) geq ln(1) = 0$, so indeed the sequence is bounded below by $0$ for $a_0 geq 0$, and so converges for all such values.
On the other hand, if $a_0 < 0$, then, since our sequence is decreasing, it cannot converge to $0$ (it ever gets within a distance $|a_0|$ of $0$), so, by the argument that you already have, cannot converge.
Thus, our sequence converges exactly for $a_0 geq 0$.
answered Nov 20 '18 at 23:49
user3482749
2,672414
2,672414
add a comment |
add a comment |
HINT
We can show that as $a_0 >0$
$a_n$ is decreasing
$a_n$ is bounded below
add a comment |
HINT
We can show that as $a_0 >0$
$a_n$ is decreasing
$a_n$ is bounded below
add a comment |
HINT
We can show that as $a_0 >0$
$a_n$ is decreasing
$a_n$ is bounded below
HINT
We can show that as $a_0 >0$
$a_n$ is decreasing
$a_n$ is bounded below
edited Nov 20 '18 at 23:48
answered Nov 20 '18 at 23:37


gimusi
1
1
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%2f3007044%2ffind-limit-of-a-n-ln-1-a-n-1%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