System of differential equations with t on one side











up vote
2
down vote

favorite












I got this system
$$
left{
begin{array}{c}
dx/dt+6x-5y-t=0 \
dy/dt+5x-4y-1=0 \
end{array}
right.
$$



which leads to:
$$
left{
begin{array}{c}
(D+6)x-5y-t=0 \
(D-4)y+5x-1=0 \
end{array}
right.
$$



I multiplied top one by $(D-4)$ and bottom one by $5$ to cancel out ys.
In result I got
$$
(D+1)^2x=(D-4)t+5
$$

Using repeated root formula, $Xc=c_1e^{-t}+c_2te^{-t}$



Now my problem starts. What should I do with $Dt-4t+5$. All examples in book have something like $e^t$ or $t^2$, which is easy to take derivative of. In my case, would it just be $-4t + 5 + C$?



If so, would trial particular solution be $Xp=At+B$? Do I just ignore "C"?



Thanks!










share|cite|improve this question


























    up vote
    2
    down vote

    favorite












    I got this system
    $$
    left{
    begin{array}{c}
    dx/dt+6x-5y-t=0 \
    dy/dt+5x-4y-1=0 \
    end{array}
    right.
    $$



    which leads to:
    $$
    left{
    begin{array}{c}
    (D+6)x-5y-t=0 \
    (D-4)y+5x-1=0 \
    end{array}
    right.
    $$



    I multiplied top one by $(D-4)$ and bottom one by $5$ to cancel out ys.
    In result I got
    $$
    (D+1)^2x=(D-4)t+5
    $$

    Using repeated root formula, $Xc=c_1e^{-t}+c_2te^{-t}$



    Now my problem starts. What should I do with $Dt-4t+5$. All examples in book have something like $e^t$ or $t^2$, which is easy to take derivative of. In my case, would it just be $-4t + 5 + C$?



    If so, would trial particular solution be $Xp=At+B$? Do I just ignore "C"?



    Thanks!










    share|cite|improve this question
























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      I got this system
      $$
      left{
      begin{array}{c}
      dx/dt+6x-5y-t=0 \
      dy/dt+5x-4y-1=0 \
      end{array}
      right.
      $$



      which leads to:
      $$
      left{
      begin{array}{c}
      (D+6)x-5y-t=0 \
      (D-4)y+5x-1=0 \
      end{array}
      right.
      $$



      I multiplied top one by $(D-4)$ and bottom one by $5$ to cancel out ys.
      In result I got
      $$
      (D+1)^2x=(D-4)t+5
      $$

      Using repeated root formula, $Xc=c_1e^{-t}+c_2te^{-t}$



      Now my problem starts. What should I do with $Dt-4t+5$. All examples in book have something like $e^t$ or $t^2$, which is easy to take derivative of. In my case, would it just be $-4t + 5 + C$?



      If so, would trial particular solution be $Xp=At+B$? Do I just ignore "C"?



      Thanks!










      share|cite|improve this question













      I got this system
      $$
      left{
      begin{array}{c}
      dx/dt+6x-5y-t=0 \
      dy/dt+5x-4y-1=0 \
      end{array}
      right.
      $$



      which leads to:
      $$
      left{
      begin{array}{c}
      (D+6)x-5y-t=0 \
      (D-4)y+5x-1=0 \
      end{array}
      right.
      $$



      I multiplied top one by $(D-4)$ and bottom one by $5$ to cancel out ys.
      In result I got
      $$
      (D+1)^2x=(D-4)t+5
      $$

      Using repeated root formula, $Xc=c_1e^{-t}+c_2te^{-t}$



      Now my problem starts. What should I do with $Dt-4t+5$. All examples in book have something like $e^t$ or $t^2$, which is easy to take derivative of. In my case, would it just be $-4t + 5 + C$?



      If so, would trial particular solution be $Xp=At+B$? Do I just ignore "C"?



      Thanks!







      differential-equations systems-of-equations






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Nov 13 at 0:07









      Kolcek2384

      303




      303






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          $$(D+1)^2x=(D-4)t+5$$
          $$ (D+1)^2x=1-4t+5$$
          So we have
          $$implies (D+1)^2x=-4t+6$$



          Try this as particular solution
          $$x_h=At+B$$
          $$(D+1)^2(At+B)=-4t+6$$
          $$implies At +2A+B=-4t+6$$
          Solve the system to get A and B



          Note that the constant C appears when you integrate not when you differentiate...






          share|cite|improve this answer



















          • 1




            @Kolcek2384 $$D(t)=1$$ $$D(t^2)=2t$$ $$D(e^t)=e^t$$ I added 1
            – Isham
            Nov 13 at 0:36








          • 1




            You sure it's 13 ??? For A you are right and the general solution is ok @Kolcek2384
            – Isham
            Nov 13 at 0:37






          • 1




            It lookks good to me ..@Kolcek2384
            – Isham
            Nov 13 at 0:41






          • 1




            Seems like easiest way to solve for y would be to use first equation $Dx+6x-5y-t=0$. So $y=frac{Dx+6x-t}{5}$. $Dx=-c_1e^{-t}+c_2e^{-t}-c_2te^{-t}-4$. In this case $$y=c_1e^{-t}+c_2te^{-t}+frac{1}{5}c_2e^{-t}-5t+16 $$
            – Kolcek2384
            Nov 13 at 0:56








          • 1




            Yes thats the best way....@Kolcek2384
            – Isham
            Nov 13 at 0:57











          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',
          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%2f2996089%2fsystem-of-differential-equations-with-t-on-one-side%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








          up vote
          1
          down vote



          accepted










          $$(D+1)^2x=(D-4)t+5$$
          $$ (D+1)^2x=1-4t+5$$
          So we have
          $$implies (D+1)^2x=-4t+6$$



          Try this as particular solution
          $$x_h=At+B$$
          $$(D+1)^2(At+B)=-4t+6$$
          $$implies At +2A+B=-4t+6$$
          Solve the system to get A and B



          Note that the constant C appears when you integrate not when you differentiate...






          share|cite|improve this answer



















          • 1




            @Kolcek2384 $$D(t)=1$$ $$D(t^2)=2t$$ $$D(e^t)=e^t$$ I added 1
            – Isham
            Nov 13 at 0:36








          • 1




            You sure it's 13 ??? For A you are right and the general solution is ok @Kolcek2384
            – Isham
            Nov 13 at 0:37






          • 1




            It lookks good to me ..@Kolcek2384
            – Isham
            Nov 13 at 0:41






          • 1




            Seems like easiest way to solve for y would be to use first equation $Dx+6x-5y-t=0$. So $y=frac{Dx+6x-t}{5}$. $Dx=-c_1e^{-t}+c_2e^{-t}-c_2te^{-t}-4$. In this case $$y=c_1e^{-t}+c_2te^{-t}+frac{1}{5}c_2e^{-t}-5t+16 $$
            – Kolcek2384
            Nov 13 at 0:56








          • 1




            Yes thats the best way....@Kolcek2384
            – Isham
            Nov 13 at 0:57















          up vote
          1
          down vote



          accepted










          $$(D+1)^2x=(D-4)t+5$$
          $$ (D+1)^2x=1-4t+5$$
          So we have
          $$implies (D+1)^2x=-4t+6$$



          Try this as particular solution
          $$x_h=At+B$$
          $$(D+1)^2(At+B)=-4t+6$$
          $$implies At +2A+B=-4t+6$$
          Solve the system to get A and B



          Note that the constant C appears when you integrate not when you differentiate...






          share|cite|improve this answer



















          • 1




            @Kolcek2384 $$D(t)=1$$ $$D(t^2)=2t$$ $$D(e^t)=e^t$$ I added 1
            – Isham
            Nov 13 at 0:36








          • 1




            You sure it's 13 ??? For A you are right and the general solution is ok @Kolcek2384
            – Isham
            Nov 13 at 0:37






          • 1




            It lookks good to me ..@Kolcek2384
            – Isham
            Nov 13 at 0:41






          • 1




            Seems like easiest way to solve for y would be to use first equation $Dx+6x-5y-t=0$. So $y=frac{Dx+6x-t}{5}$. $Dx=-c_1e^{-t}+c_2e^{-t}-c_2te^{-t}-4$. In this case $$y=c_1e^{-t}+c_2te^{-t}+frac{1}{5}c_2e^{-t}-5t+16 $$
            – Kolcek2384
            Nov 13 at 0:56








          • 1




            Yes thats the best way....@Kolcek2384
            – Isham
            Nov 13 at 0:57













          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          $$(D+1)^2x=(D-4)t+5$$
          $$ (D+1)^2x=1-4t+5$$
          So we have
          $$implies (D+1)^2x=-4t+6$$



          Try this as particular solution
          $$x_h=At+B$$
          $$(D+1)^2(At+B)=-4t+6$$
          $$implies At +2A+B=-4t+6$$
          Solve the system to get A and B



          Note that the constant C appears when you integrate not when you differentiate...






          share|cite|improve this answer














          $$(D+1)^2x=(D-4)t+5$$
          $$ (D+1)^2x=1-4t+5$$
          So we have
          $$implies (D+1)^2x=-4t+6$$



          Try this as particular solution
          $$x_h=At+B$$
          $$(D+1)^2(At+B)=-4t+6$$
          $$implies At +2A+B=-4t+6$$
          Solve the system to get A and B



          Note that the constant C appears when you integrate not when you differentiate...







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Nov 13 at 0:28

























          answered Nov 13 at 0:22









          Isham

          12.6k3929




          12.6k3929








          • 1




            @Kolcek2384 $$D(t)=1$$ $$D(t^2)=2t$$ $$D(e^t)=e^t$$ I added 1
            – Isham
            Nov 13 at 0:36








          • 1




            You sure it's 13 ??? For A you are right and the general solution is ok @Kolcek2384
            – Isham
            Nov 13 at 0:37






          • 1




            It lookks good to me ..@Kolcek2384
            – Isham
            Nov 13 at 0:41






          • 1




            Seems like easiest way to solve for y would be to use first equation $Dx+6x-5y-t=0$. So $y=frac{Dx+6x-t}{5}$. $Dx=-c_1e^{-t}+c_2e^{-t}-c_2te^{-t}-4$. In this case $$y=c_1e^{-t}+c_2te^{-t}+frac{1}{5}c_2e^{-t}-5t+16 $$
            – Kolcek2384
            Nov 13 at 0:56








          • 1




            Yes thats the best way....@Kolcek2384
            – Isham
            Nov 13 at 0:57














          • 1




            @Kolcek2384 $$D(t)=1$$ $$D(t^2)=2t$$ $$D(e^t)=e^t$$ I added 1
            – Isham
            Nov 13 at 0:36








          • 1




            You sure it's 13 ??? For A you are right and the general solution is ok @Kolcek2384
            – Isham
            Nov 13 at 0:37






          • 1




            It lookks good to me ..@Kolcek2384
            – Isham
            Nov 13 at 0:41






          • 1




            Seems like easiest way to solve for y would be to use first equation $Dx+6x-5y-t=0$. So $y=frac{Dx+6x-t}{5}$. $Dx=-c_1e^{-t}+c_2e^{-t}-c_2te^{-t}-4$. In this case $$y=c_1e^{-t}+c_2te^{-t}+frac{1}{5}c_2e^{-t}-5t+16 $$
            – Kolcek2384
            Nov 13 at 0:56








          • 1




            Yes thats the best way....@Kolcek2384
            – Isham
            Nov 13 at 0:57








          1




          1




          @Kolcek2384 $$D(t)=1$$ $$D(t^2)=2t$$ $$D(e^t)=e^t$$ I added 1
          – Isham
          Nov 13 at 0:36






          @Kolcek2384 $$D(t)=1$$ $$D(t^2)=2t$$ $$D(e^t)=e^t$$ I added 1
          – Isham
          Nov 13 at 0:36






          1




          1




          You sure it's 13 ??? For A you are right and the general solution is ok @Kolcek2384
          – Isham
          Nov 13 at 0:37




          You sure it's 13 ??? For A you are right and the general solution is ok @Kolcek2384
          – Isham
          Nov 13 at 0:37




          1




          1




          It lookks good to me ..@Kolcek2384
          – Isham
          Nov 13 at 0:41




          It lookks good to me ..@Kolcek2384
          – Isham
          Nov 13 at 0:41




          1




          1




          Seems like easiest way to solve for y would be to use first equation $Dx+6x-5y-t=0$. So $y=frac{Dx+6x-t}{5}$. $Dx=-c_1e^{-t}+c_2e^{-t}-c_2te^{-t}-4$. In this case $$y=c_1e^{-t}+c_2te^{-t}+frac{1}{5}c_2e^{-t}-5t+16 $$
          – Kolcek2384
          Nov 13 at 0:56






          Seems like easiest way to solve for y would be to use first equation $Dx+6x-5y-t=0$. So $y=frac{Dx+6x-t}{5}$. $Dx=-c_1e^{-t}+c_2e^{-t}-c_2te^{-t}-4$. In this case $$y=c_1e^{-t}+c_2te^{-t}+frac{1}{5}c_2e^{-t}-5t+16 $$
          – Kolcek2384
          Nov 13 at 0:56






          1




          1




          Yes thats the best way....@Kolcek2384
          – Isham
          Nov 13 at 0:57




          Yes thats the best way....@Kolcek2384
          – Isham
          Nov 13 at 0:57


















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2996089%2fsystem-of-differential-equations-with-t-on-one-side%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

          How to send String Array data to Server using php in android

          Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

          Is anime1.com a legal site for watching anime?