finding a solution for this recurrence relationWhy does this recurrence relation generate a sinusoidal...

How to safely wipe a USB flash drive

Manager is threatening to grade me poorly if I don't complete the project

What to use instead of cling film to wrap pastry

How do inspiraling black holes get closer?

Why does this derived table improve performance?

Are pressure-treated posts that have been submerged for a few days ruined?

How can I support myself financially as a 17 year old with a loan?

Where are the "shires" in the UK?

Would glacier 'trees' be plausible?

Shutter speed -vs- effective image stabilisation

Can my company stop me from working overtime?

Did the manned NASA capsules rotate during descent?

Word meaning as function of the composition of its phonemes

How can internet speed be 10 times slower without a router than when using a router?

What is the solution to this metapuzzle from a university puzzling column?

Pressure inside an infinite ocean?

Find the cheapest shipping option based on item weight

Is there an official reason for not adding a post-credits scene?

finding a solution for this recurrence relation

What are the differences between credential stuffing and password spraying?

How to adjust tikz picture so it fits to current size of a table cell?

Causes of bimodal distributions when bootstrapping a meta-analysis model

How to write a 12-bar blues melody

SafeCracker #3 - We've Been Blocked



finding a solution for this recurrence relation


Why does this recurrence relation generate a sinusoidal curve?Recurrence relation rabbit populationHow do I solve the recurrence relation without manually counting?Wolfram alpha giving wrong result on recurrence?Particular solution of a recurrence relationHow to find an explicit formula for sequence defined by recurrence relation?Modeling problems with recurrence relationHow to find the initial terms of the recurrence relation if you know the nth term?Recurrence Relation, Compound AnnuallySolving a nonhomogeneous recurrence relation?













4












$begingroup$



Find the sequence satisfying the recurrence relation $$n a_{n+1} = (n+1) a_n+n(n+1)$$ with the initial condition $a_0=0$.




I'm trying to find a solution for this recurrence relation. After dividing both sides by $n(n+1)$, we get:
$$frac{a_n+1}{n+1} =frac{a_n}{n} +1.$$



After setting $b_k=a_n/n$, the resulting relation is $b_{k+1} = b_k +1$.



$b_{k+2} = b_{k+1} +1$
by subtracting this relation from the one before it, I got :



$b_{k+2} -2*b_{k+1} +b_k = 0$
after that I replace $b_k = lambda^k$
I got :



$lambda^{k+2} -2*lambda^{k+1}+b_k$ and after dividing the relation by $lambda^k$ the result is $lambda^2 + lambda +1 = 0$



and the solution for the last relation is $lambda = 1$



but I stopped there because the initial Condition is
$a_0=0$ and I could't find the value of $a_1$.



can someone show me a proper way or a proper solution for this recurrence relation?










share|cite|improve this question









New contributor




Ahmad Rmmo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$












  • $begingroup$
    $b_{k+1} = b_k +1$ gives $b_k = k -1 + b_1$.
    $endgroup$
    – lhf
    35 mins ago
















4












$begingroup$



Find the sequence satisfying the recurrence relation $$n a_{n+1} = (n+1) a_n+n(n+1)$$ with the initial condition $a_0=0$.




I'm trying to find a solution for this recurrence relation. After dividing both sides by $n(n+1)$, we get:
$$frac{a_n+1}{n+1} =frac{a_n}{n} +1.$$



After setting $b_k=a_n/n$, the resulting relation is $b_{k+1} = b_k +1$.



$b_{k+2} = b_{k+1} +1$
by subtracting this relation from the one before it, I got :



$b_{k+2} -2*b_{k+1} +b_k = 0$
after that I replace $b_k = lambda^k$
I got :



$lambda^{k+2} -2*lambda^{k+1}+b_k$ and after dividing the relation by $lambda^k$ the result is $lambda^2 + lambda +1 = 0$



and the solution for the last relation is $lambda = 1$



but I stopped there because the initial Condition is
$a_0=0$ and I could't find the value of $a_1$.



can someone show me a proper way or a proper solution for this recurrence relation?










share|cite|improve this question









New contributor




Ahmad Rmmo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$












  • $begingroup$
    $b_{k+1} = b_k +1$ gives $b_k = k -1 + b_1$.
    $endgroup$
    – lhf
    35 mins ago














4












4








4


2



$begingroup$



Find the sequence satisfying the recurrence relation $$n a_{n+1} = (n+1) a_n+n(n+1)$$ with the initial condition $a_0=0$.




I'm trying to find a solution for this recurrence relation. After dividing both sides by $n(n+1)$, we get:
$$frac{a_n+1}{n+1} =frac{a_n}{n} +1.$$



After setting $b_k=a_n/n$, the resulting relation is $b_{k+1} = b_k +1$.



$b_{k+2} = b_{k+1} +1$
by subtracting this relation from the one before it, I got :



$b_{k+2} -2*b_{k+1} +b_k = 0$
after that I replace $b_k = lambda^k$
I got :



$lambda^{k+2} -2*lambda^{k+1}+b_k$ and after dividing the relation by $lambda^k$ the result is $lambda^2 + lambda +1 = 0$



and the solution for the last relation is $lambda = 1$



but I stopped there because the initial Condition is
$a_0=0$ and I could't find the value of $a_1$.



can someone show me a proper way or a proper solution for this recurrence relation?










share|cite|improve this question









New contributor




Ahmad Rmmo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$





Find the sequence satisfying the recurrence relation $$n a_{n+1} = (n+1) a_n+n(n+1)$$ with the initial condition $a_0=0$.




I'm trying to find a solution for this recurrence relation. After dividing both sides by $n(n+1)$, we get:
$$frac{a_n+1}{n+1} =frac{a_n}{n} +1.$$



After setting $b_k=a_n/n$, the resulting relation is $b_{k+1} = b_k +1$.



$b_{k+2} = b_{k+1} +1$
by subtracting this relation from the one before it, I got :



$b_{k+2} -2*b_{k+1} +b_k = 0$
after that I replace $b_k = lambda^k$
I got :



$lambda^{k+2} -2*lambda^{k+1}+b_k$ and after dividing the relation by $lambda^k$ the result is $lambda^2 + lambda +1 = 0$



and the solution for the last relation is $lambda = 1$



but I stopped there because the initial Condition is
$a_0=0$ and I could't find the value of $a_1$.



can someone show me a proper way or a proper solution for this recurrence relation?







recurrence-relations recursion initial-value-problems






share|cite|improve this question









New contributor




Ahmad Rmmo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question









New contributor




Ahmad Rmmo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question








edited 4 hours ago









Abdalrohman Alsalkhadi

52




52






New contributor




Ahmad Rmmo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 5 hours ago









Ahmad RmmoAhmad Rmmo

212




212




New contributor




Ahmad Rmmo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Ahmad Rmmo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Ahmad Rmmo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • $begingroup$
    $b_{k+1} = b_k +1$ gives $b_k = k -1 + b_1$.
    $endgroup$
    – lhf
    35 mins ago


















  • $begingroup$
    $b_{k+1} = b_k +1$ gives $b_k = k -1 + b_1$.
    $endgroup$
    – lhf
    35 mins ago
















$begingroup$
$b_{k+1} = b_k +1$ gives $b_k = k -1 + b_1$.
$endgroup$
– lhf
35 mins ago




$begingroup$
$b_{k+1} = b_k +1$ gives $b_k = k -1 + b_1$.
$endgroup$
– lhf
35 mins ago










2 Answers
2






active

oldest

votes


















5












$begingroup$

This is not a well-posed problem. In other words, given $a_0=0$, the value of $a_1$ can be any real number whatsoever since it must satisfy
$$
0 cdot a_1 = 1 cdot a_0 + 0 cdot 1,
$$

and both sides are $0$ for any value of $a_1$, so the equality holds. In other words, the specified conditions do not uniquely specify a sequence.






share|cite|improve this answer









$endgroup$





















    0












    $begingroup$

    Given the value of $a_1$ you have $a_n = n(n-1) + na_1$ for all $n$. The recursion equation
    $$n a_{n+1} = (n+1) a_n+n(n+1)tag{1}$$ for $n=0$ is just $a_0=0.$ In other words, you should start with initial condition for $a_1$ and then all other values of $a_n$ for $n>1$ are determined, and also $a_0=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
      });


      }
      });






      Ahmad Rmmo is a new contributor. Be nice, and check out our Code of Conduct.










      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3211415%2ffinding-a-solution-for-this-recurrence-relation%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      5












      $begingroup$

      This is not a well-posed problem. In other words, given $a_0=0$, the value of $a_1$ can be any real number whatsoever since it must satisfy
      $$
      0 cdot a_1 = 1 cdot a_0 + 0 cdot 1,
      $$

      and both sides are $0$ for any value of $a_1$, so the equality holds. In other words, the specified conditions do not uniquely specify a sequence.






      share|cite|improve this answer









      $endgroup$


















        5












        $begingroup$

        This is not a well-posed problem. In other words, given $a_0=0$, the value of $a_1$ can be any real number whatsoever since it must satisfy
        $$
        0 cdot a_1 = 1 cdot a_0 + 0 cdot 1,
        $$

        and both sides are $0$ for any value of $a_1$, so the equality holds. In other words, the specified conditions do not uniquely specify a sequence.






        share|cite|improve this answer









        $endgroup$
















          5












          5








          5





          $begingroup$

          This is not a well-posed problem. In other words, given $a_0=0$, the value of $a_1$ can be any real number whatsoever since it must satisfy
          $$
          0 cdot a_1 = 1 cdot a_0 + 0 cdot 1,
          $$

          and both sides are $0$ for any value of $a_1$, so the equality holds. In other words, the specified conditions do not uniquely specify a sequence.






          share|cite|improve this answer









          $endgroup$



          This is not a well-posed problem. In other words, given $a_0=0$, the value of $a_1$ can be any real number whatsoever since it must satisfy
          $$
          0 cdot a_1 = 1 cdot a_0 + 0 cdot 1,
          $$

          and both sides are $0$ for any value of $a_1$, so the equality holds. In other words, the specified conditions do not uniquely specify a sequence.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered 5 hours ago









          gt6989bgt6989b

          36.3k22557




          36.3k22557























              0












              $begingroup$

              Given the value of $a_1$ you have $a_n = n(n-1) + na_1$ for all $n$. The recursion equation
              $$n a_{n+1} = (n+1) a_n+n(n+1)tag{1}$$ for $n=0$ is just $a_0=0.$ In other words, you should start with initial condition for $a_1$ and then all other values of $a_n$ for $n>1$ are determined, and also $a_0=0.$






              share|cite|improve this answer









              $endgroup$


















                0












                $begingroup$

                Given the value of $a_1$ you have $a_n = n(n-1) + na_1$ for all $n$. The recursion equation
                $$n a_{n+1} = (n+1) a_n+n(n+1)tag{1}$$ for $n=0$ is just $a_0=0.$ In other words, you should start with initial condition for $a_1$ and then all other values of $a_n$ for $n>1$ are determined, and also $a_0=0.$






                share|cite|improve this answer









                $endgroup$
















                  0












                  0








                  0





                  $begingroup$

                  Given the value of $a_1$ you have $a_n = n(n-1) + na_1$ for all $n$. The recursion equation
                  $$n a_{n+1} = (n+1) a_n+n(n+1)tag{1}$$ for $n=0$ is just $a_0=0.$ In other words, you should start with initial condition for $a_1$ and then all other values of $a_n$ for $n>1$ are determined, and also $a_0=0.$






                  share|cite|improve this answer









                  $endgroup$



                  Given the value of $a_1$ you have $a_n = n(n-1) + na_1$ for all $n$. The recursion equation
                  $$n a_{n+1} = (n+1) a_n+n(n+1)tag{1}$$ for $n=0$ is just $a_0=0.$ In other words, you should start with initial condition for $a_1$ and then all other values of $a_n$ for $n>1$ are determined, and also $a_0=0.$







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered 51 mins ago









                  SomosSomos

                  15.6k11437




                  15.6k11437






















                      Ahmad Rmmo is a new contributor. Be nice, and check out our Code of Conduct.










                      draft saved

                      draft discarded


















                      Ahmad Rmmo is a new contributor. Be nice, and check out our Code of Conduct.













                      Ahmad Rmmo is a new contributor. Be nice, and check out our Code of Conduct.












                      Ahmad Rmmo is a new contributor. Be nice, and check out our Code of Conduct.
















                      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%2f3211415%2ffinding-a-solution-for-this-recurrence-relation%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

                      Hudson River Historic District Contents Geography History The district today Aesthetics Cultural...

                      The number designs the writing. Feandra Aversely Definition: The act of ingrafting a sprig or shoot of one...

                      Ayherre Geografie Demografie Externe links Navigatiemenu43° 23′ NB, 1° 15′ WL43° 23′ NB, 1°...