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$.










0












$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$$











share|cite|improve this question











$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















0












$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$$











share|cite|improve this question











$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













0












0








0





$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$$











share|cite|improve this question











$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






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








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
















  • $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










1 Answer
1






active

oldest

votes


















2












$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$$






share|cite|improve this answer









$endgroup$













    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
    );



    );













    draft saved

    draft discarded


















    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









    2












    $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$$






    share|cite|improve this answer









    $endgroup$

















      2












      $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$$






      share|cite|improve this answer









      $endgroup$















        2












        2








        2





        $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$$






        share|cite|improve this answer









        $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$$







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Apr 8 at 19:59









        Robert IsraelRobert Israel

        331k23221478




        331k23221478



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Hidroelektrana Sadržaj Povijest | Podjela hidroelektrana | Snaga dobivena u hidroelektranama | Dijelovi hidroelektrane | Uloga hidroelektrana u suvremenom svijetu | Prednosti hidroelektrana | Nedostaci hidroelektrana | Države s najvećom proizvodnjom hidro-električne energije | Deset najvećih hidroelektrana u svijetu | Hidroelektrane u Hrvatskoj | Izvori | Poveznice | Vanjske poveznice | Navigacijski izbornikTechnical Report, Version 2Zajedničkom poslužiteljuHidroelektranaHEP Proizvodnja d.o.o. - Hidroelektrane u Hrvatskoj

            Oconto (Nebraska) Índice Demografia | Geografia | Localidades na vizinhança | Referências Ligações externas | Menu de navegação41° 8' 29" N 99° 45' 41" O41° 8' 29" N 99° 45' 41" OU.S. Census Bureau. Census 2000 Summary File 1U.S. Census Bureau. Estimativa da população (julho de 2006)U.S. Board on Geographic Names. Topical Gazetteers Populated Places. Gráficos do banco de dados de altitudes dos Estados Unidos da AméricaEstatísticas, mapas e outras informações sobre Oconto em city-data.com

            WordPress Information needed