General and particular solution for a matrix The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Find the solution to this 4-by-4 matrix ODEFinding general solution when given only particular solutionGeneral solution for system of differential equations with only one eigenvalueParticular solution of system of differential equationsEigenvalue is giving me a null eigenvector, which contradicts its very definitionGeneral solution to DEFinding General Solution to System of ODEs with Repeated EigenvaluesFind the particular solution satisfying the initial conditionSolving a coupled first-order differential equationMatrix Homogeneous Differential Equation - check answer

How can I protect witches in combat who wear limited clothing?

Arduino Pro Micro - switch off LEDs

system() function string length limit

How does this infinite series simplify to an integral?

How do you keep chess fun when your opponent constantly beats you?

What is special about square numbers here?

Did God make two great lights or did He make the great light two?

"... to apply for a visa" or "... and applied for a visa"?

Do warforged have souls?

He got a vote 80% that of Emmanuel Macron’s

Derivation tree not rendering

Why can't wing-mounted spoilers be used to steepen approaches?

Can the prologue be the backstory of your main character?

Semisimplicity of the category of coherent sheaves?

ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?

How to pronounce 1ターン?

Are spiders unable to hurt humans, especially very small spiders?

Can withdrawing asylum be illegal?

Can a 1st-level character have an ability score above 18?

Is this wall load bearing? Blueprints and photos attached

How are presidential pardons supposed to be used?

Typeface like Times New Roman but with "tied" percent sign

Is above average number of years spent on PhD considered a red flag in future academia or industry positions?

how can a perfect fourth interval be considered either consonant or dissonant?



General and particular solution for a matrix



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Find the solution to this 4-by-4 matrix ODEFinding general solution when given only particular solutionGeneral solution for system of differential equations with only one eigenvalueParticular solution of system of differential equationsEigenvalue is giving me a null eigenvector, which contradicts its very definitionGeneral solution to DEFinding General Solution to System of ODEs with Repeated EigenvaluesFind the particular solution satisfying the initial conditionSolving a coupled first-order differential equationMatrix Homogeneous Differential Equation - check answer










1












$begingroup$


I'm given the matrix A and a vector b:



beginequation
A= beginpmatrix
9 &-12 \
6 & -9
endpmatrix,; b= binom75
endequation

I have calculated the two eigenvalues and eigenvectors as:



beginequation
lambda_1=3,; lambda_2=-3 ; ; and ; ;
v_1= binom21,; v_2= binom11
endequation



The I found the general solution to A by:
beginequation
x'(t)=Ax(t)
endequation



This gives me:
beginequation
x=c_1binom21e^3t+c_2binom11e^-3t
endequation



Is that correct so far?



Then I have to give the particular solution that satisfies:



beginequation
x(0)=b
endequation



And now I'm stuck as I don't know how to proceed (b is the vector given above).



Thanks










share|cite|improve this question









$endgroup$
















    1












    $begingroup$


    I'm given the matrix A and a vector b:



    beginequation
    A= beginpmatrix
    9 &-12 \
    6 & -9
    endpmatrix,; b= binom75
    endequation

    I have calculated the two eigenvalues and eigenvectors as:



    beginequation
    lambda_1=3,; lambda_2=-3 ; ; and ; ;
    v_1= binom21,; v_2= binom11
    endequation



    The I found the general solution to A by:
    beginequation
    x'(t)=Ax(t)
    endequation



    This gives me:
    beginequation
    x=c_1binom21e^3t+c_2binom11e^-3t
    endequation



    Is that correct so far?



    Then I have to give the particular solution that satisfies:



    beginequation
    x(0)=b
    endequation



    And now I'm stuck as I don't know how to proceed (b is the vector given above).



    Thanks










    share|cite|improve this question









    $endgroup$














      1












      1








      1





      $begingroup$


      I'm given the matrix A and a vector b:



      beginequation
      A= beginpmatrix
      9 &-12 \
      6 & -9
      endpmatrix,; b= binom75
      endequation

      I have calculated the two eigenvalues and eigenvectors as:



      beginequation
      lambda_1=3,; lambda_2=-3 ; ; and ; ;
      v_1= binom21,; v_2= binom11
      endequation



      The I found the general solution to A by:
      beginequation
      x'(t)=Ax(t)
      endequation



      This gives me:
      beginequation
      x=c_1binom21e^3t+c_2binom11e^-3t
      endequation



      Is that correct so far?



      Then I have to give the particular solution that satisfies:



      beginequation
      x(0)=b
      endequation



      And now I'm stuck as I don't know how to proceed (b is the vector given above).



      Thanks










      share|cite|improve this question









      $endgroup$




      I'm given the matrix A and a vector b:



      beginequation
      A= beginpmatrix
      9 &-12 \
      6 & -9
      endpmatrix,; b= binom75
      endequation

      I have calculated the two eigenvalues and eigenvectors as:



      beginequation
      lambda_1=3,; lambda_2=-3 ; ; and ; ;
      v_1= binom21,; v_2= binom11
      endequation



      The I found the general solution to A by:
      beginequation
      x'(t)=Ax(t)
      endequation



      This gives me:
      beginequation
      x=c_1binom21e^3t+c_2binom11e^-3t
      endequation



      Is that correct so far?



      Then I have to give the particular solution that satisfies:



      beginequation
      x(0)=b
      endequation



      And now I'm stuck as I don't know how to proceed (b is the vector given above).



      Thanks







      ordinary-differential-equations matrix-equations






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Mar 31 at 13:48









      Donatello V.Donatello V.

      174




      174




















          1 Answer
          1






          active

          oldest

          votes


















          0












          $begingroup$

          $$x(0)=c_1binom21+c_2binom11=binom2c_1+c_2c_1+c_2=binom75$$
          $$therefore c_1=2, c_2=3$$






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            Thank you for this - didn't think it was that easy. So my general solution was correct?
            $endgroup$
            – Donatello V.
            Mar 31 at 13:59











          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
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3169417%2fgeneral-and-particular-solution-for-a-matrix%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









          0












          $begingroup$

          $$x(0)=c_1binom21+c_2binom11=binom2c_1+c_2c_1+c_2=binom75$$
          $$therefore c_1=2, c_2=3$$






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            Thank you for this - didn't think it was that easy. So my general solution was correct?
            $endgroup$
            – Donatello V.
            Mar 31 at 13:59















          0












          $begingroup$

          $$x(0)=c_1binom21+c_2binom11=binom2c_1+c_2c_1+c_2=binom75$$
          $$therefore c_1=2, c_2=3$$






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            Thank you for this - didn't think it was that easy. So my general solution was correct?
            $endgroup$
            – Donatello V.
            Mar 31 at 13:59













          0












          0








          0





          $begingroup$

          $$x(0)=c_1binom21+c_2binom11=binom2c_1+c_2c_1+c_2=binom75$$
          $$therefore c_1=2, c_2=3$$






          share|cite|improve this answer









          $endgroup$



          $$x(0)=c_1binom21+c_2binom11=binom2c_1+c_2c_1+c_2=binom75$$
          $$therefore c_1=2, c_2=3$$







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Mar 31 at 13:51









          Peter ForemanPeter Foreman

          7,2711318




          7,2711318











          • $begingroup$
            Thank you for this - didn't think it was that easy. So my general solution was correct?
            $endgroup$
            – Donatello V.
            Mar 31 at 13:59
















          • $begingroup$
            Thank you for this - didn't think it was that easy. So my general solution was correct?
            $endgroup$
            – Donatello V.
            Mar 31 at 13:59















          $begingroup$
          Thank you for this - didn't think it was that easy. So my general solution was correct?
          $endgroup$
          – Donatello V.
          Mar 31 at 13:59




          $begingroup$
          Thank you for this - didn't think it was that easy. So my general solution was correct?
          $endgroup$
          – Donatello V.
          Mar 31 at 13:59

















          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%2f3169417%2fgeneral-and-particular-solution-for-a-matrix%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

          Triangular numbers and gcdProving sum of a set is $0 pmod n$ if $n$ is odd, or $fracn2 pmod n$ if $n$ is even?Is greatest common divisor of two numbers really their smallest linear combination?GCD, LCM RelationshipProve a set of nonnegative integers with greatest common divisor 1 and closed under addition has all but finite many nonnegative integers.all pairs of a and b in an equation containing gcdTriangular Numbers Modulo $k$ - Hit All Values?Understanding the Existence and Uniqueness of the GCDGCD and LCM with logical symbolsThe greatest common divisor of two positive integers less than 100 is equal to 3. Their least common multiple is twelve times one of the integers.Suppose that for all integers $x$, $x|a$ and $x|b$ if and only if $x|c$. Then $c = gcd(a,b)$Which is the gcd of 2 numbers which are multiplied and the result is 600000?

          Ingelân Ynhâld Etymology | Geografy | Skiednis | Polityk en bestjoer | Ekonomy | Demografy | Kultuer | Klimaat | Sjoch ek | Keppelings om utens | Boarnen, noaten en referinsjes Navigaasjemenuwww.gov.ukOffisjele webside fan it regear fan it Feriene KeninkrykOffisjele webside fan it Britske FerkearsburoNederlânsktalige ynformaasje fan it Britske FerkearsburoOffisjele webside fan English Heritage, de organisaasje dy't him ynset foar it behâld fan it Ingelske kultuergoedYnwennertallen fan alle Britske stêden út 'e folkstelling fan 2011Notes en References, op dizze sideEngland

          Հադիս Բովանդակություն Անվանում և նշանակություն | Դասակարգում | Աղբյուրներ | Նավարկման ցանկ