On a method to solve certain recursive sequences - looking for counterexamples? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Proving the convergence of $a_n = fracnn+sqrt n$A conjecture concerning convergence of a kind of recursive sequenceMonotone Convergence Theorem (for real sequences) equivalent to the Least Upper Bound Property?Can I use Dominated Convergence Theorem for this sum?Uniform Limit vs. Integral MeanInequalities with Cauchy sequences.Second order non linear recurrence relation$a_n$ does not have an upper bound$iff a_n$ has a subsequence which diverges to infinityBounds on a limit related to the Euclid numbersOn a conjecture that $sumlimits_n=1^kfrac1pi^1/np_nstackrelktoinftylongrightarrow 2$.
Two different pronunciation of "понял"
How to rotate it perfectly?
Why don't the Weasley twins use magic outside of school if the Trace can only find the location of spells cast?
What do you call the holes in a flute?
What's the point in a preamp?
What's the difference between (size_t)-1 and ~0?
Can a zero nonce be safely used with AES-GCM if the key is random and never used again?
Complexity of many constant time steps with occasional logarithmic steps
Are my PIs rude or am I just being too sensitive?
What computer would be fastest for Mathematica Home Edition?
What items from the Roman-age tech-level could be used to deter all creatures from entering a small area?
Can I throw a longsword at someone?
Can the prologue be the backstory of your main character?
What did Darwin mean by 'squib' here?
How can players take actions together that are impossible otherwise?
Why is there no army of Iron-Mans in the MCU?
Biased dice probability question
What was the last x86 CPU that did not have the x87 floating-point unit built in?
Simulating Exploding Dice
How is simplicity better than precision and clarity in prose?
Can smartphones with the same camera sensor have different image quality?
When is phishing education going too far?
Can a monk deflect thrown melee weapons?
Windows 10: How to Lock (not sleep) laptop on lid close?
On a method to solve certain recursive sequences - looking for counterexamples?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Proving the convergence of $a_n = fracnn+sqrt n$A conjecture concerning convergence of a kind of recursive sequenceMonotone Convergence Theorem (for real sequences) equivalent to the Least Upper Bound Property?Can I use Dominated Convergence Theorem for this sum?Uniform Limit vs. Integral MeanInequalities with Cauchy sequences.Second order non linear recurrence relation$a_n$ does not have an upper bound$iff a_n$ has a subsequence which diverges to infinityBounds on a limit related to the Euclid numbersOn a conjecture that $sumlimits_n=1^kfrac1pi^1/np_nstackrelktoinftylongrightarrow 2$.
$begingroup$
When I started with this question, I wanted to know why my reasoning was wrong. Nevertheless, after checking some examples, I've noticed that my conjecture was actually - or at least seems to be - right! Therefore I'm looking for counterexamples or rigorous proofs.
Suppose that a recursive sequence with $L_0=5$ is defined recursively as follows
$$L_n+1=fracL_n+1L_n+2$$
Sidenote: Please notice that this is only an example.
When it comes to evaluating the limit of a recursive sequence, you're trying to find $$lim_ntoinfty bigg(fracL_n+1L_n+2bigg)=lim_nto inftyL_n+1colorredstackrel?=lim_nto inftyL_n$$
At least to me, it sounds intuitive that, if the sequence has an upper bound, and the difference between consecutive terms approaches 0 $$L_nsim L_n+1quadtextas $n$ approaches infinity$$
Therefore, evaluating an upper bound should be a simple as solving the equation $$L_n=L_n+1stackreltextin the exampleimpliesL_n=fracL_n+1L_n+2implies L_n=frac-1+sqrt52$$
Another example would be, for instance, the sequence defined recursively as follows $$M_n+1=fracM_n3+frac1M_nqquad textwherequad M_0=4$$ which converges to $sqrtfrac32$.
This leads to
Conjecture
Suppose there's a recursive sequence $L_n^infty_n=0$ that converges to $k$, where $L_n+1-L_nto 0$ as $n$ approaches infinity. Then, $k$ is one of the solutions to the equation $$L_n=L_n+1$$
sequences-and-series recurrence-relations conjectures
$endgroup$
add a comment |
$begingroup$
When I started with this question, I wanted to know why my reasoning was wrong. Nevertheless, after checking some examples, I've noticed that my conjecture was actually - or at least seems to be - right! Therefore I'm looking for counterexamples or rigorous proofs.
Suppose that a recursive sequence with $L_0=5$ is defined recursively as follows
$$L_n+1=fracL_n+1L_n+2$$
Sidenote: Please notice that this is only an example.
When it comes to evaluating the limit of a recursive sequence, you're trying to find $$lim_ntoinfty bigg(fracL_n+1L_n+2bigg)=lim_nto inftyL_n+1colorredstackrel?=lim_nto inftyL_n$$
At least to me, it sounds intuitive that, if the sequence has an upper bound, and the difference between consecutive terms approaches 0 $$L_nsim L_n+1quadtextas $n$ approaches infinity$$
Therefore, evaluating an upper bound should be a simple as solving the equation $$L_n=L_n+1stackreltextin the exampleimpliesL_n=fracL_n+1L_n+2implies L_n=frac-1+sqrt52$$
Another example would be, for instance, the sequence defined recursively as follows $$M_n+1=fracM_n3+frac1M_nqquad textwherequad M_0=4$$ which converges to $sqrtfrac32$.
This leads to
Conjecture
Suppose there's a recursive sequence $L_n^infty_n=0$ that converges to $k$, where $L_n+1-L_nto 0$ as $n$ approaches infinity. Then, $k$ is one of the solutions to the equation $$L_n=L_n+1$$
sequences-and-series recurrence-relations conjectures
$endgroup$
$begingroup$
As written, your conjecture makes no sense. If $k$ is an upper bound, then so is any number $> k$. Are these all solutions to $L_n=L_n+1$?
$endgroup$
– Robert Israel
Apr 8 at 20:09
$begingroup$
I meant a 'convergence value' (is there a word for this?). In fact 'upper bound' makes no sense... Thanks @RobertIsrael
$endgroup$
– Dr. Mathva
Apr 8 at 20:12
1
$begingroup$
@RobertIsrael Edited
$endgroup$
– Dr. Mathva
Apr 8 at 20:29
add a comment |
$begingroup$
When I started with this question, I wanted to know why my reasoning was wrong. Nevertheless, after checking some examples, I've noticed that my conjecture was actually - or at least seems to be - right! Therefore I'm looking for counterexamples or rigorous proofs.
Suppose that a recursive sequence with $L_0=5$ is defined recursively as follows
$$L_n+1=fracL_n+1L_n+2$$
Sidenote: Please notice that this is only an example.
When it comes to evaluating the limit of a recursive sequence, you're trying to find $$lim_ntoinfty bigg(fracL_n+1L_n+2bigg)=lim_nto inftyL_n+1colorredstackrel?=lim_nto inftyL_n$$
At least to me, it sounds intuitive that, if the sequence has an upper bound, and the difference between consecutive terms approaches 0 $$L_nsim L_n+1quadtextas $n$ approaches infinity$$
Therefore, evaluating an upper bound should be a simple as solving the equation $$L_n=L_n+1stackreltextin the exampleimpliesL_n=fracL_n+1L_n+2implies L_n=frac-1+sqrt52$$
Another example would be, for instance, the sequence defined recursively as follows $$M_n+1=fracM_n3+frac1M_nqquad textwherequad M_0=4$$ which converges to $sqrtfrac32$.
This leads to
Conjecture
Suppose there's a recursive sequence $L_n^infty_n=0$ that converges to $k$, where $L_n+1-L_nto 0$ as $n$ approaches infinity. Then, $k$ is one of the solutions to the equation $$L_n=L_n+1$$
sequences-and-series recurrence-relations conjectures
$endgroup$
When I started with this question, I wanted to know why my reasoning was wrong. Nevertheless, after checking some examples, I've noticed that my conjecture was actually - or at least seems to be - right! Therefore I'm looking for counterexamples or rigorous proofs.
Suppose that a recursive sequence with $L_0=5$ is defined recursively as follows
$$L_n+1=fracL_n+1L_n+2$$
Sidenote: Please notice that this is only an example.
When it comes to evaluating the limit of a recursive sequence, you're trying to find $$lim_ntoinfty bigg(fracL_n+1L_n+2bigg)=lim_nto inftyL_n+1colorredstackrel?=lim_nto inftyL_n$$
At least to me, it sounds intuitive that, if the sequence has an upper bound, and the difference between consecutive terms approaches 0 $$L_nsim L_n+1quadtextas $n$ approaches infinity$$
Therefore, evaluating an upper bound should be a simple as solving the equation $$L_n=L_n+1stackreltextin the exampleimpliesL_n=fracL_n+1L_n+2implies L_n=frac-1+sqrt52$$
Another example would be, for instance, the sequence defined recursively as follows $$M_n+1=fracM_n3+frac1M_nqquad textwherequad M_0=4$$ which converges to $sqrtfrac32$.
This leads to
Conjecture
Suppose there's a recursive sequence $L_n^infty_n=0$ that converges to $k$, where $L_n+1-L_nto 0$ as $n$ approaches infinity. Then, $k$ is one of the solutions to the equation $$L_n=L_n+1$$
sequences-and-series recurrence-relations conjectures
sequences-and-series recurrence-relations conjectures
edited Apr 8 at 20:29
Dr. Mathva
asked Apr 8 at 19:53
Dr. MathvaDr. Mathva
3,519630
3,519630
$begingroup$
As written, your conjecture makes no sense. If $k$ is an upper bound, then so is any number $> k$. Are these all solutions to $L_n=L_n+1$?
$endgroup$
– Robert Israel
Apr 8 at 20:09
$begingroup$
I meant a 'convergence value' (is there a word for this?). In fact 'upper bound' makes no sense... Thanks @RobertIsrael
$endgroup$
– Dr. Mathva
Apr 8 at 20:12
1
$begingroup$
@RobertIsrael Edited
$endgroup$
– Dr. Mathva
Apr 8 at 20:29
add a comment |
$begingroup$
As written, your conjecture makes no sense. If $k$ is an upper bound, then so is any number $> k$. Are these all solutions to $L_n=L_n+1$?
$endgroup$
– Robert Israel
Apr 8 at 20:09
$begingroup$
I meant a 'convergence value' (is there a word for this?). In fact 'upper bound' makes no sense... Thanks @RobertIsrael
$endgroup$
– Dr. Mathva
Apr 8 at 20:12
1
$begingroup$
@RobertIsrael Edited
$endgroup$
– Dr. Mathva
Apr 8 at 20:29
$begingroup$
As written, your conjecture makes no sense. If $k$ is an upper bound, then so is any number $> k$. Are these all solutions to $L_n=L_n+1$?
$endgroup$
– Robert Israel
Apr 8 at 20:09
$begingroup$
As written, your conjecture makes no sense. If $k$ is an upper bound, then so is any number $> k$. Are these all solutions to $L_n=L_n+1$?
$endgroup$
– Robert Israel
Apr 8 at 20:09
$begingroup$
I meant a 'convergence value' (is there a word for this?). In fact 'upper bound' makes no sense... Thanks @RobertIsrael
$endgroup$
– Dr. Mathva
Apr 8 at 20:12
$begingroup$
I meant a 'convergence value' (is there a word for this?). In fact 'upper bound' makes no sense... Thanks @RobertIsrael
$endgroup$
– Dr. Mathva
Apr 8 at 20:12
1
1
$begingroup$
@RobertIsrael Edited
$endgroup$
– Dr. Mathva
Apr 8 at 20:29
$begingroup$
@RobertIsrael Edited
$endgroup$
– Dr. Mathva
Apr 8 at 20:29
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
If $lim_n to infty L_n = L$, then this is also $lim_n to infty L_n+1$ (or, for that matter, $L_n+k$ for any $k$). So if the sequence satisfies
some equation
$f(L_n, L_n+1) = 0$ where $f$ is a continuous function on some subset of $mathbb R^2$ containing $(L_n, L_n+1)$ for all $n$ and also containing $(L,L)$, we have
$$ f(L,L) = lim_n to infty f(L_n, L_n+1) = 0$$
$endgroup$
add a comment |
Your Answer
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%2f3180125%2fon-a-method-to-solve-certain-recursive-sequences-looking-for-counterexamples%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
If $lim_n to infty L_n = L$, then this is also $lim_n to infty L_n+1$ (or, for that matter, $L_n+k$ for any $k$). So if the sequence satisfies
some equation
$f(L_n, L_n+1) = 0$ where $f$ is a continuous function on some subset of $mathbb R^2$ containing $(L_n, L_n+1)$ for all $n$ and also containing $(L,L)$, we have
$$ f(L,L) = lim_n to infty f(L_n, L_n+1) = 0$$
$endgroup$
add a comment |
$begingroup$
If $lim_n to infty L_n = L$, then this is also $lim_n to infty L_n+1$ (or, for that matter, $L_n+k$ for any $k$). So if the sequence satisfies
some equation
$f(L_n, L_n+1) = 0$ where $f$ is a continuous function on some subset of $mathbb R^2$ containing $(L_n, L_n+1)$ for all $n$ and also containing $(L,L)$, we have
$$ f(L,L) = lim_n to infty f(L_n, L_n+1) = 0$$
$endgroup$
add a comment |
$begingroup$
If $lim_n to infty L_n = L$, then this is also $lim_n to infty L_n+1$ (or, for that matter, $L_n+k$ for any $k$). So if the sequence satisfies
some equation
$f(L_n, L_n+1) = 0$ where $f$ is a continuous function on some subset of $mathbb R^2$ containing $(L_n, L_n+1)$ for all $n$ and also containing $(L,L)$, we have
$$ f(L,L) = lim_n to infty f(L_n, L_n+1) = 0$$
$endgroup$
If $lim_n to infty L_n = L$, then this is also $lim_n to infty L_n+1$ (or, for that matter, $L_n+k$ for any $k$). So if the sequence satisfies
some equation
$f(L_n, L_n+1) = 0$ where $f$ is a continuous function on some subset of $mathbb R^2$ containing $(L_n, L_n+1)$ for all $n$ and also containing $(L,L)$, we have
$$ f(L,L) = lim_n to infty f(L_n, L_n+1) = 0$$
answered Apr 8 at 19:59
Robert IsraelRobert Israel
331k23221478
331k23221478
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%2f3180125%2fon-a-method-to-solve-certain-recursive-sequences-looking-for-counterexamples%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$
As written, your conjecture makes no sense. If $k$ is an upper bound, then so is any number $> k$. Are these all solutions to $L_n=L_n+1$?
$endgroup$
– Robert Israel
Apr 8 at 20:09
$begingroup$
I meant a 'convergence value' (is there a word for this?). In fact 'upper bound' makes no sense... Thanks @RobertIsrael
$endgroup$
– Dr. Mathva
Apr 8 at 20:12
1
$begingroup$
@RobertIsrael Edited
$endgroup$
– Dr. Mathva
Apr 8 at 20:29