Find a particular solution for this linear system











up vote
1
down vote

favorite












$mathbf{x'}=begin{bmatrix}3 & 1 \ 0 & 3end{bmatrix}mathbf{x}+begin{bmatrix} e^{3t}\e^{3t}end{bmatrix}$



My attempt:



We first find a solution to the associated homogeneous system $mathbf{x'}=begin{bmatrix}3 & 1 \ 0 & 3end{bmatrix}mathbf{x}$.



My answer is $mathbf{x}_c(t)=a_0begin{bmatrix}1 \ 0end{bmatrix}e^{3t}+b_0left(begin{bmatrix}1 \ 0end{bmatrix}t+begin{bmatrix}0 \ 1end{bmatrix}right)e^{3t}$



In order to eliminate duplication, let $mathbf{x}_p(t)=begin{bmatrix}a_1 \ a_2end{bmatrix}t^2e^{3t}+begin{bmatrix}b_1 \ b_2end{bmatrix}te^{3t}+begin{bmatrix}c_1 \ c_2end{bmatrix}e^{3t}$



When I substitute this into the given ODE, I get 6 equations in 6 variables but I do not manage to obtain values for all of the variables. How do
I proceed?










share|cite|improve this question






















  • But are my steps right? I'm curious to know where I'm going wrong.
    – Thomas
    Nov 15 at 23:24















up vote
1
down vote

favorite












$mathbf{x'}=begin{bmatrix}3 & 1 \ 0 & 3end{bmatrix}mathbf{x}+begin{bmatrix} e^{3t}\e^{3t}end{bmatrix}$



My attempt:



We first find a solution to the associated homogeneous system $mathbf{x'}=begin{bmatrix}3 & 1 \ 0 & 3end{bmatrix}mathbf{x}$.



My answer is $mathbf{x}_c(t)=a_0begin{bmatrix}1 \ 0end{bmatrix}e^{3t}+b_0left(begin{bmatrix}1 \ 0end{bmatrix}t+begin{bmatrix}0 \ 1end{bmatrix}right)e^{3t}$



In order to eliminate duplication, let $mathbf{x}_p(t)=begin{bmatrix}a_1 \ a_2end{bmatrix}t^2e^{3t}+begin{bmatrix}b_1 \ b_2end{bmatrix}te^{3t}+begin{bmatrix}c_1 \ c_2end{bmatrix}e^{3t}$



When I substitute this into the given ODE, I get 6 equations in 6 variables but I do not manage to obtain values for all of the variables. How do
I proceed?










share|cite|improve this question






















  • But are my steps right? I'm curious to know where I'm going wrong.
    – Thomas
    Nov 15 at 23:24













up vote
1
down vote

favorite









up vote
1
down vote

favorite











$mathbf{x'}=begin{bmatrix}3 & 1 \ 0 & 3end{bmatrix}mathbf{x}+begin{bmatrix} e^{3t}\e^{3t}end{bmatrix}$



My attempt:



We first find a solution to the associated homogeneous system $mathbf{x'}=begin{bmatrix}3 & 1 \ 0 & 3end{bmatrix}mathbf{x}$.



My answer is $mathbf{x}_c(t)=a_0begin{bmatrix}1 \ 0end{bmatrix}e^{3t}+b_0left(begin{bmatrix}1 \ 0end{bmatrix}t+begin{bmatrix}0 \ 1end{bmatrix}right)e^{3t}$



In order to eliminate duplication, let $mathbf{x}_p(t)=begin{bmatrix}a_1 \ a_2end{bmatrix}t^2e^{3t}+begin{bmatrix}b_1 \ b_2end{bmatrix}te^{3t}+begin{bmatrix}c_1 \ c_2end{bmatrix}e^{3t}$



When I substitute this into the given ODE, I get 6 equations in 6 variables but I do not manage to obtain values for all of the variables. How do
I proceed?










share|cite|improve this question













$mathbf{x'}=begin{bmatrix}3 & 1 \ 0 & 3end{bmatrix}mathbf{x}+begin{bmatrix} e^{3t}\e^{3t}end{bmatrix}$



My attempt:



We first find a solution to the associated homogeneous system $mathbf{x'}=begin{bmatrix}3 & 1 \ 0 & 3end{bmatrix}mathbf{x}$.



My answer is $mathbf{x}_c(t)=a_0begin{bmatrix}1 \ 0end{bmatrix}e^{3t}+b_0left(begin{bmatrix}1 \ 0end{bmatrix}t+begin{bmatrix}0 \ 1end{bmatrix}right)e^{3t}$



In order to eliminate duplication, let $mathbf{x}_p(t)=begin{bmatrix}a_1 \ a_2end{bmatrix}t^2e^{3t}+begin{bmatrix}b_1 \ b_2end{bmatrix}te^{3t}+begin{bmatrix}c_1 \ c_2end{bmatrix}e^{3t}$



When I substitute this into the given ODE, I get 6 equations in 6 variables but I do not manage to obtain values for all of the variables. How do
I proceed?







linear-algebra differential-equations






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Nov 15 at 23:11









Thomas

688415




688415












  • But are my steps right? I'm curious to know where I'm going wrong.
    – Thomas
    Nov 15 at 23:24


















  • But are my steps right? I'm curious to know where I'm going wrong.
    – Thomas
    Nov 15 at 23:24
















But are my steps right? I'm curious to know where I'm going wrong.
– Thomas
Nov 15 at 23:24




But are my steps right? I'm curious to know where I'm going wrong.
– Thomas
Nov 15 at 23:24










2 Answers
2






active

oldest

votes

















up vote
1
down vote



accepted










$$X'=AX+g(t)$$
Your particular solution is correct but since the matrix A is already in Jordan form.
$$pmatrix {x \y}'=pmatrix{3 & 1 \ 0 & 3}pmatrix {x \ y}+begin{bmatrix} e^{3t}\e^{3t}end{bmatrix}$$
$$y'=3y+e^{3t} implies (ye^{-3t})'=1$$
$$y(t)=e^{3t}(t+K)$$
$$x'=3x+y+e^{3t}$$
$$x'=3x+e^{3t}(t+K+1) implies (xe^{-3t})'=t+K+1$$
$$x(t)=(frac {t^2}2+(K+1)t+C)e^{3t}$$






share|cite|improve this answer




























    up vote
    -1
    down vote













    It appears that the variables that don't have values can take on arbitrary values that are consistent with the 6 equations. I checked one case using MATLAB and it works.






    share|cite|improve this answer





















      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%2f3000465%2ffind-a-particular-solution-for-this-linear-system%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








      up vote
      1
      down vote



      accepted










      $$X'=AX+g(t)$$
      Your particular solution is correct but since the matrix A is already in Jordan form.
      $$pmatrix {x \y}'=pmatrix{3 & 1 \ 0 & 3}pmatrix {x \ y}+begin{bmatrix} e^{3t}\e^{3t}end{bmatrix}$$
      $$y'=3y+e^{3t} implies (ye^{-3t})'=1$$
      $$y(t)=e^{3t}(t+K)$$
      $$x'=3x+y+e^{3t}$$
      $$x'=3x+e^{3t}(t+K+1) implies (xe^{-3t})'=t+K+1$$
      $$x(t)=(frac {t^2}2+(K+1)t+C)e^{3t}$$






      share|cite|improve this answer

























        up vote
        1
        down vote



        accepted










        $$X'=AX+g(t)$$
        Your particular solution is correct but since the matrix A is already in Jordan form.
        $$pmatrix {x \y}'=pmatrix{3 & 1 \ 0 & 3}pmatrix {x \ y}+begin{bmatrix} e^{3t}\e^{3t}end{bmatrix}$$
        $$y'=3y+e^{3t} implies (ye^{-3t})'=1$$
        $$y(t)=e^{3t}(t+K)$$
        $$x'=3x+y+e^{3t}$$
        $$x'=3x+e^{3t}(t+K+1) implies (xe^{-3t})'=t+K+1$$
        $$x(t)=(frac {t^2}2+(K+1)t+C)e^{3t}$$






        share|cite|improve this answer























          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          $$X'=AX+g(t)$$
          Your particular solution is correct but since the matrix A is already in Jordan form.
          $$pmatrix {x \y}'=pmatrix{3 & 1 \ 0 & 3}pmatrix {x \ y}+begin{bmatrix} e^{3t}\e^{3t}end{bmatrix}$$
          $$y'=3y+e^{3t} implies (ye^{-3t})'=1$$
          $$y(t)=e^{3t}(t+K)$$
          $$x'=3x+y+e^{3t}$$
          $$x'=3x+e^{3t}(t+K+1) implies (xe^{-3t})'=t+K+1$$
          $$x(t)=(frac {t^2}2+(K+1)t+C)e^{3t}$$






          share|cite|improve this answer












          $$X'=AX+g(t)$$
          Your particular solution is correct but since the matrix A is already in Jordan form.
          $$pmatrix {x \y}'=pmatrix{3 & 1 \ 0 & 3}pmatrix {x \ y}+begin{bmatrix} e^{3t}\e^{3t}end{bmatrix}$$
          $$y'=3y+e^{3t} implies (ye^{-3t})'=1$$
          $$y(t)=e^{3t}(t+K)$$
          $$x'=3x+y+e^{3t}$$
          $$x'=3x+e^{3t}(t+K+1) implies (xe^{-3t})'=t+K+1$$
          $$x(t)=(frac {t^2}2+(K+1)t+C)e^{3t}$$







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Nov 16 at 5:27









          Isham

          12.7k3929




          12.7k3929






















              up vote
              -1
              down vote













              It appears that the variables that don't have values can take on arbitrary values that are consistent with the 6 equations. I checked one case using MATLAB and it works.






              share|cite|improve this answer

























                up vote
                -1
                down vote













                It appears that the variables that don't have values can take on arbitrary values that are consistent with the 6 equations. I checked one case using MATLAB and it works.






                share|cite|improve this answer























                  up vote
                  -1
                  down vote










                  up vote
                  -1
                  down vote









                  It appears that the variables that don't have values can take on arbitrary values that are consistent with the 6 equations. I checked one case using MATLAB and it works.






                  share|cite|improve this answer












                  It appears that the variables that don't have values can take on arbitrary values that are consistent with the 6 equations. I checked one case using MATLAB and it works.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Nov 15 at 23:50









                  Thomas

                  688415




                  688415






























                       

                      draft saved


                      draft discarded



















































                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3000465%2ffind-a-particular-solution-for-this-linear-system%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

                      Index of /

                      Tribalistas

                      Listed building