Difference Calculus: Obtaining 2nd solution to Homogeneous Equationshow $(V_1 cap V_3)+(V_2 cap V_3)=(V_1+V_2)cap V_3$ if $ V_1 subset V_3$Reducible to homogeneous differential equation general solutionFinding the homogeneous part of general solution to second order non-homogeneous differential equationSolutions of a homogeneous differential equationA differential equation with homogeneous coefficients: $(x+y) dx - (x-y) dy = 0$.Differential equation with homoegeneous coefficient, solution other than in bookReducible to homogeneous differential equationHomogeneous first-order Differential Equation $y' = x/y$Solution to a 2nd order ODE with a Gaussian coefficientUsing Variation of Parameters to Find the General Solution of $u''-u=frac2e^x+1$

How does 取材で訪れた integrate into this sentence?

Is there a hypothetical scenario that would make Earth uninhabitable for humans, but not for (the majority of) other animals?

Matrix using tikz package

Writing in a Christian voice

Do native speakers use "ultima" and "proxima" frequently in spoken English?

Is honey really a supersaturated solution? Does heating to un-crystalize redissolve it or melt it?

PTIJ What is the inyan of the Konami code in Uncle Moishy's song?

What are substitutions for coconut in curry?

Is it possible to stack the damage done by the Absorb Elements spell?

Calculate the frequency of characters in a string

Turning a hard to access nut?

Are dual Irish/British citizens bound by the 90/180 day rule when travelling in the EU after Brexit?

Generic TVP tradeoffs?

If "dar" means "to give", what does "daros" mean?

Recruiter wants very extensive technical details about all of my previous work

Practical application of matrices and determinants

When to use snap-off blade knife and when to use trapezoid blade knife?

Print a physical multiplication table

Is it true that good novels will automatically sell themselves on Amazon (and so on) and there is no need for one to waste time promoting?

How to generate binary array whose elements with values 1 are randomly drawn

Relation between independence and correlation of uniform random variables

Does the attack bonus from a Masterwork weapon stack with the attack bonus from Masterwork ammunition?

Optimising a list searching algorithm

How is the partial sum of a geometric sequence calculated?



Difference Calculus: Obtaining 2nd solution to Homogeneous Equation


show $(V_1 cap V_3)+(V_2 cap V_3)=(V_1+V_2)cap V_3$ if $ V_1 subset V_3$Reducible to homogeneous differential equation general solutionFinding the homogeneous part of general solution to second order non-homogeneous differential equationSolutions of a homogeneous differential equationA differential equation with homogeneous coefficients: $(x+y) dx - (x-y) dy = 0$.Differential equation with homoegeneous coefficient, solution other than in bookReducible to homogeneous differential equationHomogeneous first-order Differential Equation $y' = x/y$Solution to a 2nd order ODE with a Gaussian coefficientUsing Variation of Parameters to Find the General Solution of $u''-u=frac2e^x+1$













0












$begingroup$


Consider the 2nd order difference equation:



$u(n + 2) - frac(n + 3)(n + 2) u(n + 1) + frac2(n + 2) u(n) = 0$



I verified that the given solution $u_1(n) = frac2^nn!$ is a solution to the above since:



$frac2^n + 2(n + 2)! - frac(n + 3)(n + 2) * frac2^n + 1(n + 1)! + frac2(n + 2) * frac2^nn! =$



$frac4*2^n(n + 2)! - frac(n + 3)2^n + 1(n+2)*(n + 1)! + frac(n + 1)(n + 1) * frac2*2^n(n + 2)n! =$



$frac4*2^n(n + 2)! - frac2*2^n(n + 3)(n + 2)! + frac2*2^n(n + 1)(n + 2)! = $



$frac2^n(4 - 2n - 6 + 2n + 2)(n + 2)! = frac2^n*0(n + 2)! = 0.$



The difficulty I am having is in the follow up part of the problem of obtaining another solution $u_2(n)$ to the 2nd order homogeneous equation. The instructor assigning this problem wanted us to use the following formula to solve for the other solution $u_2(n)$:



$u_2(n) = u_1(n)[sumlimits_r = 0^n - 1 fracw(r)u_1(r)u_1(r + 1)]$



where $w(r)$ is the casaratian defined at $r$, for this problem it's just



$beginvmatrix
u_1(r) & u_2(r) \
u_1(r+1) & u_2(r+1) \
endvmatrix = beginvmatrix
frac2^rr! & u_2(r) \
frac2*2^r(r+1)! & u_2(r+1) \
endvmatrix$



Here are the steps I have taken so far in applying the given formula on $u_1(n) = frac2^nn!$



$u_2(n) = u_1(n)[sumlimits_r = 0^n - 1 fracw(r)u_1(r)u_1(r + 1)] =$



$u_2(n) = frac2^nn! left[ sumlimits_r = 0^n - 1 w(r)*(frac1(2^n/n!)*(2*2^n/(n + 1)!)) right] =$



$frac2^nn! left[ sumlimits_r = 0^n - 1 w(r)*fracn!(n + 1)!2*2^2n right] = frac2^nn!*frac(n + 1)(n!)^22*2^2n left[ sumlimits_r = 0^n - 1 w(r) right] =$



$frac2^nn!frac(n + 1)(n!)^22*2^2nleft[ sumlimits_r = 0^n - 1 w(r) right] = frac(n + 1)(n!)2^n + 1left[ sumlimits_r = 0^n - 1 beginvmatrix
frac2^rr! & u_2(r) \
frac2*2^r(r+1)! & u_2(r+1) \
endvmatrix right] =$



$frac(n + 1)n!2*2^nleft[ sumlimits_r = 0^n - 1 frac2^rr! u_2(r+1) - frac2^r+1(r+1)!u_2(r) right] = u_2(n)$



I am having trouble proceeding on from here to simplifying and solving for $u_2(n)$, any sort of help would be much appreciated. The 2nd solution $u_2(n)$ must also satisfy the given 2nd order homogeneous equation.










share|cite|improve this question









$endgroup$
















    0












    $begingroup$


    Consider the 2nd order difference equation:



    $u(n + 2) - frac(n + 3)(n + 2) u(n + 1) + frac2(n + 2) u(n) = 0$



    I verified that the given solution $u_1(n) = frac2^nn!$ is a solution to the above since:



    $frac2^n + 2(n + 2)! - frac(n + 3)(n + 2) * frac2^n + 1(n + 1)! + frac2(n + 2) * frac2^nn! =$



    $frac4*2^n(n + 2)! - frac(n + 3)2^n + 1(n+2)*(n + 1)! + frac(n + 1)(n + 1) * frac2*2^n(n + 2)n! =$



    $frac4*2^n(n + 2)! - frac2*2^n(n + 3)(n + 2)! + frac2*2^n(n + 1)(n + 2)! = $



    $frac2^n(4 - 2n - 6 + 2n + 2)(n + 2)! = frac2^n*0(n + 2)! = 0.$



    The difficulty I am having is in the follow up part of the problem of obtaining another solution $u_2(n)$ to the 2nd order homogeneous equation. The instructor assigning this problem wanted us to use the following formula to solve for the other solution $u_2(n)$:



    $u_2(n) = u_1(n)[sumlimits_r = 0^n - 1 fracw(r)u_1(r)u_1(r + 1)]$



    where $w(r)$ is the casaratian defined at $r$, for this problem it's just



    $beginvmatrix
    u_1(r) & u_2(r) \
    u_1(r+1) & u_2(r+1) \
    endvmatrix = beginvmatrix
    frac2^rr! & u_2(r) \
    frac2*2^r(r+1)! & u_2(r+1) \
    endvmatrix$



    Here are the steps I have taken so far in applying the given formula on $u_1(n) = frac2^nn!$



    $u_2(n) = u_1(n)[sumlimits_r = 0^n - 1 fracw(r)u_1(r)u_1(r + 1)] =$



    $u_2(n) = frac2^nn! left[ sumlimits_r = 0^n - 1 w(r)*(frac1(2^n/n!)*(2*2^n/(n + 1)!)) right] =$



    $frac2^nn! left[ sumlimits_r = 0^n - 1 w(r)*fracn!(n + 1)!2*2^2n right] = frac2^nn!*frac(n + 1)(n!)^22*2^2n left[ sumlimits_r = 0^n - 1 w(r) right] =$



    $frac2^nn!frac(n + 1)(n!)^22*2^2nleft[ sumlimits_r = 0^n - 1 w(r) right] = frac(n + 1)(n!)2^n + 1left[ sumlimits_r = 0^n - 1 beginvmatrix
    frac2^rr! & u_2(r) \
    frac2*2^r(r+1)! & u_2(r+1) \
    endvmatrix right] =$



    $frac(n + 1)n!2*2^nleft[ sumlimits_r = 0^n - 1 frac2^rr! u_2(r+1) - frac2^r+1(r+1)!u_2(r) right] = u_2(n)$



    I am having trouble proceeding on from here to simplifying and solving for $u_2(n)$, any sort of help would be much appreciated. The 2nd solution $u_2(n)$ must also satisfy the given 2nd order homogeneous equation.










    share|cite|improve this question









    $endgroup$














      0












      0








      0





      $begingroup$


      Consider the 2nd order difference equation:



      $u(n + 2) - frac(n + 3)(n + 2) u(n + 1) + frac2(n + 2) u(n) = 0$



      I verified that the given solution $u_1(n) = frac2^nn!$ is a solution to the above since:



      $frac2^n + 2(n + 2)! - frac(n + 3)(n + 2) * frac2^n + 1(n + 1)! + frac2(n + 2) * frac2^nn! =$



      $frac4*2^n(n + 2)! - frac(n + 3)2^n + 1(n+2)*(n + 1)! + frac(n + 1)(n + 1) * frac2*2^n(n + 2)n! =$



      $frac4*2^n(n + 2)! - frac2*2^n(n + 3)(n + 2)! + frac2*2^n(n + 1)(n + 2)! = $



      $frac2^n(4 - 2n - 6 + 2n + 2)(n + 2)! = frac2^n*0(n + 2)! = 0.$



      The difficulty I am having is in the follow up part of the problem of obtaining another solution $u_2(n)$ to the 2nd order homogeneous equation. The instructor assigning this problem wanted us to use the following formula to solve for the other solution $u_2(n)$:



      $u_2(n) = u_1(n)[sumlimits_r = 0^n - 1 fracw(r)u_1(r)u_1(r + 1)]$



      where $w(r)$ is the casaratian defined at $r$, for this problem it's just



      $beginvmatrix
      u_1(r) & u_2(r) \
      u_1(r+1) & u_2(r+1) \
      endvmatrix = beginvmatrix
      frac2^rr! & u_2(r) \
      frac2*2^r(r+1)! & u_2(r+1) \
      endvmatrix$



      Here are the steps I have taken so far in applying the given formula on $u_1(n) = frac2^nn!$



      $u_2(n) = u_1(n)[sumlimits_r = 0^n - 1 fracw(r)u_1(r)u_1(r + 1)] =$



      $u_2(n) = frac2^nn! left[ sumlimits_r = 0^n - 1 w(r)*(frac1(2^n/n!)*(2*2^n/(n + 1)!)) right] =$



      $frac2^nn! left[ sumlimits_r = 0^n - 1 w(r)*fracn!(n + 1)!2*2^2n right] = frac2^nn!*frac(n + 1)(n!)^22*2^2n left[ sumlimits_r = 0^n - 1 w(r) right] =$



      $frac2^nn!frac(n + 1)(n!)^22*2^2nleft[ sumlimits_r = 0^n - 1 w(r) right] = frac(n + 1)(n!)2^n + 1left[ sumlimits_r = 0^n - 1 beginvmatrix
      frac2^rr! & u_2(r) \
      frac2*2^r(r+1)! & u_2(r+1) \
      endvmatrix right] =$



      $frac(n + 1)n!2*2^nleft[ sumlimits_r = 0^n - 1 frac2^rr! u_2(r+1) - frac2^r+1(r+1)!u_2(r) right] = u_2(n)$



      I am having trouble proceeding on from here to simplifying and solving for $u_2(n)$, any sort of help would be much appreciated. The 2nd solution $u_2(n)$ must also satisfy the given 2nd order homogeneous equation.










      share|cite|improve this question









      $endgroup$




      Consider the 2nd order difference equation:



      $u(n + 2) - frac(n + 3)(n + 2) u(n + 1) + frac2(n + 2) u(n) = 0$



      I verified that the given solution $u_1(n) = frac2^nn!$ is a solution to the above since:



      $frac2^n + 2(n + 2)! - frac(n + 3)(n + 2) * frac2^n + 1(n + 1)! + frac2(n + 2) * frac2^nn! =$



      $frac4*2^n(n + 2)! - frac(n + 3)2^n + 1(n+2)*(n + 1)! + frac(n + 1)(n + 1) * frac2*2^n(n + 2)n! =$



      $frac4*2^n(n + 2)! - frac2*2^n(n + 3)(n + 2)! + frac2*2^n(n + 1)(n + 2)! = $



      $frac2^n(4 - 2n - 6 + 2n + 2)(n + 2)! = frac2^n*0(n + 2)! = 0.$



      The difficulty I am having is in the follow up part of the problem of obtaining another solution $u_2(n)$ to the 2nd order homogeneous equation. The instructor assigning this problem wanted us to use the following formula to solve for the other solution $u_2(n)$:



      $u_2(n) = u_1(n)[sumlimits_r = 0^n - 1 fracw(r)u_1(r)u_1(r + 1)]$



      where $w(r)$ is the casaratian defined at $r$, for this problem it's just



      $beginvmatrix
      u_1(r) & u_2(r) \
      u_1(r+1) & u_2(r+1) \
      endvmatrix = beginvmatrix
      frac2^rr! & u_2(r) \
      frac2*2^r(r+1)! & u_2(r+1) \
      endvmatrix$



      Here are the steps I have taken so far in applying the given formula on $u_1(n) = frac2^nn!$



      $u_2(n) = u_1(n)[sumlimits_r = 0^n - 1 fracw(r)u_1(r)u_1(r + 1)] =$



      $u_2(n) = frac2^nn! left[ sumlimits_r = 0^n - 1 w(r)*(frac1(2^n/n!)*(2*2^n/(n + 1)!)) right] =$



      $frac2^nn! left[ sumlimits_r = 0^n - 1 w(r)*fracn!(n + 1)!2*2^2n right] = frac2^nn!*frac(n + 1)(n!)^22*2^2n left[ sumlimits_r = 0^n - 1 w(r) right] =$



      $frac2^nn!frac(n + 1)(n!)^22*2^2nleft[ sumlimits_r = 0^n - 1 w(r) right] = frac(n + 1)(n!)2^n + 1left[ sumlimits_r = 0^n - 1 beginvmatrix
      frac2^rr! & u_2(r) \
      frac2*2^r(r+1)! & u_2(r+1) \
      endvmatrix right] =$



      $frac(n + 1)n!2*2^nleft[ sumlimits_r = 0^n - 1 frac2^rr! u_2(r+1) - frac2^r+1(r+1)!u_2(r) right] = u_2(n)$



      I am having trouble proceeding on from here to simplifying and solving for $u_2(n)$, any sort of help would be much appreciated. The 2nd solution $u_2(n)$ must also satisfy the given 2nd order homogeneous equation.







      proof-verification homogeneous-equation summation-method






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Mar 12 at 20:02









      Jmath99Jmath99

      877




      877




















          0






          active

          oldest

          votes











          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%2f3145599%2fdifference-calculus-obtaining-2nd-solution-to-homogeneous-equation%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          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%2f3145599%2fdifference-calculus-obtaining-2nd-solution-to-homogeneous-equation%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