How to find unique solutions to recurrence relation $a_n =10a_n-1-32a_n-2+32a_n-3$ with $a_0=5$, $a_1=18$, $a_2=76$ The Next CEO of Stack OverflowHow do I resolve a recurrence relation when the characteristic equation has fewer roots than terms?Solving for the closed term solution of a third order recurrence relation with real constant coefficientsFinding the closed form solution of a third order recurrence relation with constant coefficientsHow to find recurrence relation of a given solution.Imaginary solutions of a recurrence relationRecurrence relation with characteristic equation that has only 1 root and complex rootsHelp with solving this Recurrence RelationSolve recurrence relation: $a_n=3a_n−1+5a_n−2−7a_n−3$Solve the following recurrence relation: $a_n=10a_n-2$How to find the initial terms of the recurrence relation if you know the nth term?

What did we know about the Kessel run before the prequels?

Unclear about dynamic binding

What was the first Unix version to run on a microcomputer?

Method for adding error messages to a dictionary given a key

Bartok - Syncopation (1): Meaning of notes in between Grand Staff

Why, when going from special to general relativity, do we just replace partial derivatives with covariant derivatives?

Why doesn't UK go for the same deal Japan has with EU to resolve Brexit?

Grabbing quick drinks

Is it okay to majorly distort historical facts while writing a fiction story?

Necessary condition on homology group for a set to be contractible

Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis

Won the lottery - how do I keep the money?

Why do remote US companies require working in the US?

A small doubt about the dominated convergence theorem

I want to delete every two lines after 3rd lines in file contain very large number of lines :

Is it professional to write unrelated content in an almost-empty email?

Is there always a complete, orthogonal set of unitary matrices?

Calculator final project in Python

The exact meaning of 'Mom made me a sandwich'

How to write a definition with variants?

Math-accent symbol over parentheses enclosing accented symbol (amsmath)

Is the D&D universe the same as the Forgotten Realms universe?

Why do airplanes bank sharply to the right after air-to-air refueling?

The past simple of "gaslight" – "gaslighted" or "gaslit"?



How to find unique solutions to recurrence relation $a_n =10a_n-1-32a_n-2+32a_n-3$ with $a_0=5$, $a_1=18$, $a_2=76$



The Next CEO of Stack OverflowHow do I resolve a recurrence relation when the characteristic equation has fewer roots than terms?Solving for the closed term solution of a third order recurrence relation with real constant coefficientsFinding the closed form solution of a third order recurrence relation with constant coefficientsHow to find recurrence relation of a given solution.Imaginary solutions of a recurrence relationRecurrence relation with characteristic equation that has only 1 root and complex rootsHelp with solving this Recurrence RelationSolve recurrence relation: $a_n=3a_n−1+5a_n−2−7a_n−3$Solve the following recurrence relation: $a_n=10a_n-2$How to find the initial terms of the recurrence relation if you know the nth term?










1












$begingroup$


How to find the unique solutions to the recurrence relation given initial conditions and using the characteristic root technique?




$a_n =10a_n-1-32a_n-2+32a_n-3$ with $a_0=5$, $a_1=18$, $a_2=76$




Using the characteristic root technique, I create the characteristic root equation $x^3 -10x^2+32x-32=0$, which reduces to $(x-4)^2(x-2)=0$, so the characteristic roots are x=4 and x=2



I am confused here about how to set up my system of equations because for differing roots we use $a_n=ar_1^n + br_2^n$ where $r$ are the roots. While for repeated roots we use $a_n=ar^n + bnr^n$. How do I set up the system of equations to solve when an equation has repeated and differing roots?










share|cite|improve this question









$endgroup$
















    1












    $begingroup$


    How to find the unique solutions to the recurrence relation given initial conditions and using the characteristic root technique?




    $a_n =10a_n-1-32a_n-2+32a_n-3$ with $a_0=5$, $a_1=18$, $a_2=76$




    Using the characteristic root technique, I create the characteristic root equation $x^3 -10x^2+32x-32=0$, which reduces to $(x-4)^2(x-2)=0$, so the characteristic roots are x=4 and x=2



    I am confused here about how to set up my system of equations because for differing roots we use $a_n=ar_1^n + br_2^n$ where $r$ are the roots. While for repeated roots we use $a_n=ar^n + bnr^n$. How do I set up the system of equations to solve when an equation has repeated and differing roots?










    share|cite|improve this question









    $endgroup$














      1












      1








      1





      $begingroup$


      How to find the unique solutions to the recurrence relation given initial conditions and using the characteristic root technique?




      $a_n =10a_n-1-32a_n-2+32a_n-3$ with $a_0=5$, $a_1=18$, $a_2=76$




      Using the characteristic root technique, I create the characteristic root equation $x^3 -10x^2+32x-32=0$, which reduces to $(x-4)^2(x-2)=0$, so the characteristic roots are x=4 and x=2



      I am confused here about how to set up my system of equations because for differing roots we use $a_n=ar_1^n + br_2^n$ where $r$ are the roots. While for repeated roots we use $a_n=ar^n + bnr^n$. How do I set up the system of equations to solve when an equation has repeated and differing roots?










      share|cite|improve this question









      $endgroup$




      How to find the unique solutions to the recurrence relation given initial conditions and using the characteristic root technique?




      $a_n =10a_n-1-32a_n-2+32a_n-3$ with $a_0=5$, $a_1=18$, $a_2=76$




      Using the characteristic root technique, I create the characteristic root equation $x^3 -10x^2+32x-32=0$, which reduces to $(x-4)^2(x-2)=0$, so the characteristic roots are x=4 and x=2



      I am confused here about how to set up my system of equations because for differing roots we use $a_n=ar_1^n + br_2^n$ where $r$ are the roots. While for repeated roots we use $a_n=ar^n + bnr^n$. How do I set up the system of equations to solve when an equation has repeated and differing roots?







      recurrence-relations






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Mar 19 at 11:57









      SamSam

      45118




      45118




















          1 Answer
          1






          active

          oldest

          votes


















          3












          $begingroup$

          Hint



          The treatment with the repeated roots is as follows:




          if a root $r$ was repeated of order, say $k$ , then the corresponding terms in the general recurrence will become$$t_n=P_k(n)cdot r^n$$where $P_k(n)$ is a polynomial of degree $k-1$.




          In our case, it will be:$$a_n=(a+bn)cdot 4^n+ccdot 2^n$$






          share|cite|improve this answer









          $endgroup$













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



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3153975%2fhow-to-find-unique-solutions-to-recurrence-relation-a-n-10a-n-1-32a-n-232%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









            3












            $begingroup$

            Hint



            The treatment with the repeated roots is as follows:




            if a root $r$ was repeated of order, say $k$ , then the corresponding terms in the general recurrence will become$$t_n=P_k(n)cdot r^n$$where $P_k(n)$ is a polynomial of degree $k-1$.




            In our case, it will be:$$a_n=(a+bn)cdot 4^n+ccdot 2^n$$






            share|cite|improve this answer









            $endgroup$

















              3












              $begingroup$

              Hint



              The treatment with the repeated roots is as follows:




              if a root $r$ was repeated of order, say $k$ , then the corresponding terms in the general recurrence will become$$t_n=P_k(n)cdot r^n$$where $P_k(n)$ is a polynomial of degree $k-1$.




              In our case, it will be:$$a_n=(a+bn)cdot 4^n+ccdot 2^n$$






              share|cite|improve this answer









              $endgroup$















                3












                3








                3





                $begingroup$

                Hint



                The treatment with the repeated roots is as follows:




                if a root $r$ was repeated of order, say $k$ , then the corresponding terms in the general recurrence will become$$t_n=P_k(n)cdot r^n$$where $P_k(n)$ is a polynomial of degree $k-1$.




                In our case, it will be:$$a_n=(a+bn)cdot 4^n+ccdot 2^n$$






                share|cite|improve this answer









                $endgroup$



                Hint



                The treatment with the repeated roots is as follows:




                if a root $r$ was repeated of order, say $k$ , then the corresponding terms in the general recurrence will become$$t_n=P_k(n)cdot r^n$$where $P_k(n)$ is a polynomial of degree $k-1$.




                In our case, it will be:$$a_n=(a+bn)cdot 4^n+ccdot 2^n$$







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Mar 19 at 12:02









                Mostafa AyazMostafa Ayaz

                18.2k31040




                18.2k31040



























                    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%2f3153975%2fhow-to-find-unique-solutions-to-recurrence-relation-a-n-10a-n-1-32a-n-232%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

                    Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

                    random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

                    How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer