Solving a series with this form without using induction or countdown method












0














Question
Ok so i have to solve the question above and find the general term of this sequence without using the induction method or the countdown method. So i want to calcul this with the geometric formula or arithmethic given :
formula



I thought this would be a summation of an arithmetic sequence but using the formula i don't get the answer.



I've tested the answer with wolframalpha entering : y(0)=2,y(n)=2y(n-1)+3n-4



Using the geometric formula i get close to the answer but missing -3n, so i'm kinda lost. Could anyone help thanks !



Maybe it can't be solved with geometric or arithmetic formula and i'd have to use an other method ?










share|cite|improve this question





























    0














    Question
    Ok so i have to solve the question above and find the general term of this sequence without using the induction method or the countdown method. So i want to calcul this with the geometric formula or arithmethic given :
    formula



    I thought this would be a summation of an arithmetic sequence but using the formula i don't get the answer.



    I've tested the answer with wolframalpha entering : y(0)=2,y(n)=2y(n-1)+3n-4



    Using the geometric formula i get close to the answer but missing -3n, so i'm kinda lost. Could anyone help thanks !



    Maybe it can't be solved with geometric or arithmetic formula and i'd have to use an other method ?










    share|cite|improve this question



























      0












      0








      0







      Question
      Ok so i have to solve the question above and find the general term of this sequence without using the induction method or the countdown method. So i want to calcul this with the geometric formula or arithmethic given :
      formula



      I thought this would be a summation of an arithmetic sequence but using the formula i don't get the answer.



      I've tested the answer with wolframalpha entering : y(0)=2,y(n)=2y(n-1)+3n-4



      Using the geometric formula i get close to the answer but missing -3n, so i'm kinda lost. Could anyone help thanks !



      Maybe it can't be solved with geometric or arithmetic formula and i'd have to use an other method ?










      share|cite|improve this question















      Question
      Ok so i have to solve the question above and find the general term of this sequence without using the induction method or the countdown method. So i want to calcul this with the geometric formula or arithmethic given :
      formula



      I thought this would be a summation of an arithmetic sequence but using the formula i don't get the answer.



      I've tested the answer with wolframalpha entering : y(0)=2,y(n)=2y(n-1)+3n-4



      Using the geometric formula i get close to the answer but missing -3n, so i'm kinda lost. Could anyone help thanks !



      Maybe it can't be solved with geometric or arithmetic formula and i'd have to use an other method ?







      sequences-and-series discrete-mathematics summation






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Nov 29 '18 at 8:58









      dkaeae

      304311




      304311










      asked Nov 28 '18 at 15:30









      Dany Pépin

      112




      112






















          2 Answers
          2






          active

          oldest

          votes


















          1














          Assume $a_n=b_n+pn+q$ therefore $$$$



          therefore $$a_n=b_n+3n+2$$therefore $$a_{n}{=b_{n}+pn+q\=2b_{n-1}+3n-4+pn+q\=(3+p)n+q-4+2(a_{n-1}-pn+p-q)\=2a_{n-1}+n(3-p)+2p-4-q}$$by defining $p=3$ and $q=2$ we obtain $$a_n=2a_{n-1}$$ and since $a_0=b_0+2=4$ we conclude that $a_n=2^{n+2}$ and$$b_n=2^{n+2}-3n-2$$






          share|cite|improve this answer























          • First, thank you for your answer, but i'm kinda unsure what made you define $a_n$ like that ? Also why did you replace it there in the $b_n$ thank you !
            – Dany Pépin
            Nov 29 '18 at 12:53












          • You're welcome. This is because a linear term like $3n-4$ strongly should have a linear source too (in some cases this is not possible). This made me think that $a_n=b_n+pn+q$ can be such that the representation of $a_{n+1}$ as a linear function of its priors, does not depend on $n$ (or any linear combination of n such as $3n-4$ in this case). By a simple calculation, I derived $p$ and $q$ and substituted. Also once you could simplify $b_n$ to $a_n$ you'd be better substitute it anywhere with $a_n$ to make your proof easier.
            – Mostafa Ayaz
            Nov 29 '18 at 13:00










          • Wait, you used derivative to obtain $a_n$ ? not sure we saw that in class haha, how would you obtain it without it ? I'm unsure. thanks !
            – Dany Pépin
            Nov 29 '18 at 13:44










          • I didn't say that! Derivation is not allowed in concrete mathematics.....
            – Mostafa Ayaz
            Nov 29 '18 at 13:46










          • Then i'm not quite sure how you landed on $b_n$ $+3n +2$ hahaha
            – Dany Pépin
            Nov 29 '18 at 14:14





















          0














          Let $b_m=a_m+p+qm$



          $3n-4=a_n-2a_{n-1}+p+qn-2(p+(q-1)n)$



          Set $p-2p=-4$ and $2-q=3$ to find $a_n=2a_{n-1}=2^ra_{n-r}$






          share|cite|improve this answer





















          • What i've done : $2(1-2^{n+1})/(1-2)$ which result in $2^{n+2}-2$ seems like i have the same answer as you but from wolframalpha, the answer should be : $b_n =-3n +2^{n+2} - 2$
            – Dany Pépin
            Nov 28 '18 at 16:06













          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%2f3017281%2fsolving-a-series-with-this-form-without-using-induction-or-countdown-method%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









          1














          Assume $a_n=b_n+pn+q$ therefore $$$$



          therefore $$a_n=b_n+3n+2$$therefore $$a_{n}{=b_{n}+pn+q\=2b_{n-1}+3n-4+pn+q\=(3+p)n+q-4+2(a_{n-1}-pn+p-q)\=2a_{n-1}+n(3-p)+2p-4-q}$$by defining $p=3$ and $q=2$ we obtain $$a_n=2a_{n-1}$$ and since $a_0=b_0+2=4$ we conclude that $a_n=2^{n+2}$ and$$b_n=2^{n+2}-3n-2$$






          share|cite|improve this answer























          • First, thank you for your answer, but i'm kinda unsure what made you define $a_n$ like that ? Also why did you replace it there in the $b_n$ thank you !
            – Dany Pépin
            Nov 29 '18 at 12:53












          • You're welcome. This is because a linear term like $3n-4$ strongly should have a linear source too (in some cases this is not possible). This made me think that $a_n=b_n+pn+q$ can be such that the representation of $a_{n+1}$ as a linear function of its priors, does not depend on $n$ (or any linear combination of n such as $3n-4$ in this case). By a simple calculation, I derived $p$ and $q$ and substituted. Also once you could simplify $b_n$ to $a_n$ you'd be better substitute it anywhere with $a_n$ to make your proof easier.
            – Mostafa Ayaz
            Nov 29 '18 at 13:00










          • Wait, you used derivative to obtain $a_n$ ? not sure we saw that in class haha, how would you obtain it without it ? I'm unsure. thanks !
            – Dany Pépin
            Nov 29 '18 at 13:44










          • I didn't say that! Derivation is not allowed in concrete mathematics.....
            – Mostafa Ayaz
            Nov 29 '18 at 13:46










          • Then i'm not quite sure how you landed on $b_n$ $+3n +2$ hahaha
            – Dany Pépin
            Nov 29 '18 at 14:14


















          1














          Assume $a_n=b_n+pn+q$ therefore $$$$



          therefore $$a_n=b_n+3n+2$$therefore $$a_{n}{=b_{n}+pn+q\=2b_{n-1}+3n-4+pn+q\=(3+p)n+q-4+2(a_{n-1}-pn+p-q)\=2a_{n-1}+n(3-p)+2p-4-q}$$by defining $p=3$ and $q=2$ we obtain $$a_n=2a_{n-1}$$ and since $a_0=b_0+2=4$ we conclude that $a_n=2^{n+2}$ and$$b_n=2^{n+2}-3n-2$$






          share|cite|improve this answer























          • First, thank you for your answer, but i'm kinda unsure what made you define $a_n$ like that ? Also why did you replace it there in the $b_n$ thank you !
            – Dany Pépin
            Nov 29 '18 at 12:53












          • You're welcome. This is because a linear term like $3n-4$ strongly should have a linear source too (in some cases this is not possible). This made me think that $a_n=b_n+pn+q$ can be such that the representation of $a_{n+1}$ as a linear function of its priors, does not depend on $n$ (or any linear combination of n such as $3n-4$ in this case). By a simple calculation, I derived $p$ and $q$ and substituted. Also once you could simplify $b_n$ to $a_n$ you'd be better substitute it anywhere with $a_n$ to make your proof easier.
            – Mostafa Ayaz
            Nov 29 '18 at 13:00










          • Wait, you used derivative to obtain $a_n$ ? not sure we saw that in class haha, how would you obtain it without it ? I'm unsure. thanks !
            – Dany Pépin
            Nov 29 '18 at 13:44










          • I didn't say that! Derivation is not allowed in concrete mathematics.....
            – Mostafa Ayaz
            Nov 29 '18 at 13:46










          • Then i'm not quite sure how you landed on $b_n$ $+3n +2$ hahaha
            – Dany Pépin
            Nov 29 '18 at 14:14
















          1












          1








          1






          Assume $a_n=b_n+pn+q$ therefore $$$$



          therefore $$a_n=b_n+3n+2$$therefore $$a_{n}{=b_{n}+pn+q\=2b_{n-1}+3n-4+pn+q\=(3+p)n+q-4+2(a_{n-1}-pn+p-q)\=2a_{n-1}+n(3-p)+2p-4-q}$$by defining $p=3$ and $q=2$ we obtain $$a_n=2a_{n-1}$$ and since $a_0=b_0+2=4$ we conclude that $a_n=2^{n+2}$ and$$b_n=2^{n+2}-3n-2$$






          share|cite|improve this answer














          Assume $a_n=b_n+pn+q$ therefore $$$$



          therefore $$a_n=b_n+3n+2$$therefore $$a_{n}{=b_{n}+pn+q\=2b_{n-1}+3n-4+pn+q\=(3+p)n+q-4+2(a_{n-1}-pn+p-q)\=2a_{n-1}+n(3-p)+2p-4-q}$$by defining $p=3$ and $q=2$ we obtain $$a_n=2a_{n-1}$$ and since $a_0=b_0+2=4$ we conclude that $a_n=2^{n+2}$ and$$b_n=2^{n+2}-3n-2$$







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Nov 29 '18 at 14:20

























          answered Nov 29 '18 at 9:36









          Mostafa Ayaz

          13.7k3936




          13.7k3936












          • First, thank you for your answer, but i'm kinda unsure what made you define $a_n$ like that ? Also why did you replace it there in the $b_n$ thank you !
            – Dany Pépin
            Nov 29 '18 at 12:53












          • You're welcome. This is because a linear term like $3n-4$ strongly should have a linear source too (in some cases this is not possible). This made me think that $a_n=b_n+pn+q$ can be such that the representation of $a_{n+1}$ as a linear function of its priors, does not depend on $n$ (or any linear combination of n such as $3n-4$ in this case). By a simple calculation, I derived $p$ and $q$ and substituted. Also once you could simplify $b_n$ to $a_n$ you'd be better substitute it anywhere with $a_n$ to make your proof easier.
            – Mostafa Ayaz
            Nov 29 '18 at 13:00










          • Wait, you used derivative to obtain $a_n$ ? not sure we saw that in class haha, how would you obtain it without it ? I'm unsure. thanks !
            – Dany Pépin
            Nov 29 '18 at 13:44










          • I didn't say that! Derivation is not allowed in concrete mathematics.....
            – Mostafa Ayaz
            Nov 29 '18 at 13:46










          • Then i'm not quite sure how you landed on $b_n$ $+3n +2$ hahaha
            – Dany Pépin
            Nov 29 '18 at 14:14




















          • First, thank you for your answer, but i'm kinda unsure what made you define $a_n$ like that ? Also why did you replace it there in the $b_n$ thank you !
            – Dany Pépin
            Nov 29 '18 at 12:53












          • You're welcome. This is because a linear term like $3n-4$ strongly should have a linear source too (in some cases this is not possible). This made me think that $a_n=b_n+pn+q$ can be such that the representation of $a_{n+1}$ as a linear function of its priors, does not depend on $n$ (or any linear combination of n such as $3n-4$ in this case). By a simple calculation, I derived $p$ and $q$ and substituted. Also once you could simplify $b_n$ to $a_n$ you'd be better substitute it anywhere with $a_n$ to make your proof easier.
            – Mostafa Ayaz
            Nov 29 '18 at 13:00










          • Wait, you used derivative to obtain $a_n$ ? not sure we saw that in class haha, how would you obtain it without it ? I'm unsure. thanks !
            – Dany Pépin
            Nov 29 '18 at 13:44










          • I didn't say that! Derivation is not allowed in concrete mathematics.....
            – Mostafa Ayaz
            Nov 29 '18 at 13:46










          • Then i'm not quite sure how you landed on $b_n$ $+3n +2$ hahaha
            – Dany Pépin
            Nov 29 '18 at 14:14


















          First, thank you for your answer, but i'm kinda unsure what made you define $a_n$ like that ? Also why did you replace it there in the $b_n$ thank you !
          – Dany Pépin
          Nov 29 '18 at 12:53






          First, thank you for your answer, but i'm kinda unsure what made you define $a_n$ like that ? Also why did you replace it there in the $b_n$ thank you !
          – Dany Pépin
          Nov 29 '18 at 12:53














          You're welcome. This is because a linear term like $3n-4$ strongly should have a linear source too (in some cases this is not possible). This made me think that $a_n=b_n+pn+q$ can be such that the representation of $a_{n+1}$ as a linear function of its priors, does not depend on $n$ (or any linear combination of n such as $3n-4$ in this case). By a simple calculation, I derived $p$ and $q$ and substituted. Also once you could simplify $b_n$ to $a_n$ you'd be better substitute it anywhere with $a_n$ to make your proof easier.
          – Mostafa Ayaz
          Nov 29 '18 at 13:00




          You're welcome. This is because a linear term like $3n-4$ strongly should have a linear source too (in some cases this is not possible). This made me think that $a_n=b_n+pn+q$ can be such that the representation of $a_{n+1}$ as a linear function of its priors, does not depend on $n$ (or any linear combination of n such as $3n-4$ in this case). By a simple calculation, I derived $p$ and $q$ and substituted. Also once you could simplify $b_n$ to $a_n$ you'd be better substitute it anywhere with $a_n$ to make your proof easier.
          – Mostafa Ayaz
          Nov 29 '18 at 13:00












          Wait, you used derivative to obtain $a_n$ ? not sure we saw that in class haha, how would you obtain it without it ? I'm unsure. thanks !
          – Dany Pépin
          Nov 29 '18 at 13:44




          Wait, you used derivative to obtain $a_n$ ? not sure we saw that in class haha, how would you obtain it without it ? I'm unsure. thanks !
          – Dany Pépin
          Nov 29 '18 at 13:44












          I didn't say that! Derivation is not allowed in concrete mathematics.....
          – Mostafa Ayaz
          Nov 29 '18 at 13:46




          I didn't say that! Derivation is not allowed in concrete mathematics.....
          – Mostafa Ayaz
          Nov 29 '18 at 13:46












          Then i'm not quite sure how you landed on $b_n$ $+3n +2$ hahaha
          – Dany Pépin
          Nov 29 '18 at 14:14






          Then i'm not quite sure how you landed on $b_n$ $+3n +2$ hahaha
          – Dany Pépin
          Nov 29 '18 at 14:14













          0














          Let $b_m=a_m+p+qm$



          $3n-4=a_n-2a_{n-1}+p+qn-2(p+(q-1)n)$



          Set $p-2p=-4$ and $2-q=3$ to find $a_n=2a_{n-1}=2^ra_{n-r}$






          share|cite|improve this answer





















          • What i've done : $2(1-2^{n+1})/(1-2)$ which result in $2^{n+2}-2$ seems like i have the same answer as you but from wolframalpha, the answer should be : $b_n =-3n +2^{n+2} - 2$
            – Dany Pépin
            Nov 28 '18 at 16:06


















          0














          Let $b_m=a_m+p+qm$



          $3n-4=a_n-2a_{n-1}+p+qn-2(p+(q-1)n)$



          Set $p-2p=-4$ and $2-q=3$ to find $a_n=2a_{n-1}=2^ra_{n-r}$






          share|cite|improve this answer





















          • What i've done : $2(1-2^{n+1})/(1-2)$ which result in $2^{n+2}-2$ seems like i have the same answer as you but from wolframalpha, the answer should be : $b_n =-3n +2^{n+2} - 2$
            – Dany Pépin
            Nov 28 '18 at 16:06
















          0












          0








          0






          Let $b_m=a_m+p+qm$



          $3n-4=a_n-2a_{n-1}+p+qn-2(p+(q-1)n)$



          Set $p-2p=-4$ and $2-q=3$ to find $a_n=2a_{n-1}=2^ra_{n-r}$






          share|cite|improve this answer












          Let $b_m=a_m+p+qm$



          $3n-4=a_n-2a_{n-1}+p+qn-2(p+(q-1)n)$



          Set $p-2p=-4$ and $2-q=3$ to find $a_n=2a_{n-1}=2^ra_{n-r}$







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Nov 28 '18 at 15:47









          lab bhattacharjee

          223k15156274




          223k15156274












          • What i've done : $2(1-2^{n+1})/(1-2)$ which result in $2^{n+2}-2$ seems like i have the same answer as you but from wolframalpha, the answer should be : $b_n =-3n +2^{n+2} - 2$
            – Dany Pépin
            Nov 28 '18 at 16:06




















          • What i've done : $2(1-2^{n+1})/(1-2)$ which result in $2^{n+2}-2$ seems like i have the same answer as you but from wolframalpha, the answer should be : $b_n =-3n +2^{n+2} - 2$
            – Dany Pépin
            Nov 28 '18 at 16:06


















          What i've done : $2(1-2^{n+1})/(1-2)$ which result in $2^{n+2}-2$ seems like i have the same answer as you but from wolframalpha, the answer should be : $b_n =-3n +2^{n+2} - 2$
          – Dany Pépin
          Nov 28 '18 at 16:06






          What i've done : $2(1-2^{n+1})/(1-2)$ which result in $2^{n+2}-2$ seems like i have the same answer as you but from wolframalpha, the answer should be : $b_n =-3n +2^{n+2} - 2$
          – Dany Pépin
          Nov 28 '18 at 16:06




















          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.





          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3017281%2fsolving-a-series-with-this-form-without-using-induction-or-countdown-method%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

          Willebadessen

          Ida-Boy-Ed-Garten

          Residenzschloss Arolsen