Solving a differential equation with a linear solution and initial conditions












2












$begingroup$


The problem reads:



The solution of a certain differential equation is of the form



$$y(t)= aexp(5t) + bexp(8t)$$



where $a$ and $b$ are constants.



The solution has initial conditions $y(0)=5$ and $y'(0)=5$



Find the solution by using the initial conditions to get linear equations for $a$ and $b$.
....................



What I did was solve using the initial conditions and I found that



$a + b = 5 $



and
$
5a + 8b =5. $



Am I totally on the wrong track? I don't know what it means to find a linear equation for $a$ and $b$. I'd appreciate it if you could solve it step by step.










share|cite|improve this question











$endgroup$








  • 2




    $begingroup$
    You are on the correct way. You have used the initial condition $y(0)=5$ to get the linear equation $a+b=5.$ And, you have used $y'(0)=5$ to get the linear equation $5a+8b=5.$ Now, solving the system (of linear equations) you get the values of $a$ and $b.$
    $endgroup$
    – mfl
    Sep 4 '16 at 0:09
















2












$begingroup$


The problem reads:



The solution of a certain differential equation is of the form



$$y(t)= aexp(5t) + bexp(8t)$$



where $a$ and $b$ are constants.



The solution has initial conditions $y(0)=5$ and $y'(0)=5$



Find the solution by using the initial conditions to get linear equations for $a$ and $b$.
....................



What I did was solve using the initial conditions and I found that



$a + b = 5 $



and
$
5a + 8b =5. $



Am I totally on the wrong track? I don't know what it means to find a linear equation for $a$ and $b$. I'd appreciate it if you could solve it step by step.










share|cite|improve this question











$endgroup$








  • 2




    $begingroup$
    You are on the correct way. You have used the initial condition $y(0)=5$ to get the linear equation $a+b=5.$ And, you have used $y'(0)=5$ to get the linear equation $5a+8b=5.$ Now, solving the system (of linear equations) you get the values of $a$ and $b.$
    $endgroup$
    – mfl
    Sep 4 '16 at 0:09














2












2








2





$begingroup$


The problem reads:



The solution of a certain differential equation is of the form



$$y(t)= aexp(5t) + bexp(8t)$$



where $a$ and $b$ are constants.



The solution has initial conditions $y(0)=5$ and $y'(0)=5$



Find the solution by using the initial conditions to get linear equations for $a$ and $b$.
....................



What I did was solve using the initial conditions and I found that



$a + b = 5 $



and
$
5a + 8b =5. $



Am I totally on the wrong track? I don't know what it means to find a linear equation for $a$ and $b$. I'd appreciate it if you could solve it step by step.










share|cite|improve this question











$endgroup$




The problem reads:



The solution of a certain differential equation is of the form



$$y(t)= aexp(5t) + bexp(8t)$$



where $a$ and $b$ are constants.



The solution has initial conditions $y(0)=5$ and $y'(0)=5$



Find the solution by using the initial conditions to get linear equations for $a$ and $b$.
....................



What I did was solve using the initial conditions and I found that



$a + b = 5 $



and
$
5a + 8b =5. $



Am I totally on the wrong track? I don't know what it means to find a linear equation for $a$ and $b$. I'd appreciate it if you could solve it step by step.







ordinary-differential-equations






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Sep 4 '16 at 0:36









ForgotALot

3,6271816




3,6271816










asked Sep 4 '16 at 0:04









J McDowellJ McDowell

192




192








  • 2




    $begingroup$
    You are on the correct way. You have used the initial condition $y(0)=5$ to get the linear equation $a+b=5.$ And, you have used $y'(0)=5$ to get the linear equation $5a+8b=5.$ Now, solving the system (of linear equations) you get the values of $a$ and $b.$
    $endgroup$
    – mfl
    Sep 4 '16 at 0:09














  • 2




    $begingroup$
    You are on the correct way. You have used the initial condition $y(0)=5$ to get the linear equation $a+b=5.$ And, you have used $y'(0)=5$ to get the linear equation $5a+8b=5.$ Now, solving the system (of linear equations) you get the values of $a$ and $b.$
    $endgroup$
    – mfl
    Sep 4 '16 at 0:09








2




2




$begingroup$
You are on the correct way. You have used the initial condition $y(0)=5$ to get the linear equation $a+b=5.$ And, you have used $y'(0)=5$ to get the linear equation $5a+8b=5.$ Now, solving the system (of linear equations) you get the values of $a$ and $b.$
$endgroup$
– mfl
Sep 4 '16 at 0:09




$begingroup$
You are on the correct way. You have used the initial condition $y(0)=5$ to get the linear equation $a+b=5.$ And, you have used $y'(0)=5$ to get the linear equation $5a+8b=5.$ Now, solving the system (of linear equations) you get the values of $a$ and $b.$
$endgroup$
– mfl
Sep 4 '16 at 0:09










1 Answer
1






active

oldest

votes


















1












$begingroup$

You're absolutely right.



If $y(t) = amathrm e^{5t} + bmathrm e^{8t}$ then $y'(t) = 5amathrm e^{5t} + 8bmathrm e^{8t}$.



Hence $y(0) = amathrm e^0 + bmathrm e^0 = a+b$ and $y'(0) = 5amathrm e^0 + 8bmathrm e^0 = 5a+8b$.



To solve $y(0)=5$ and $y'(0)=5$ you need to solve $a+b=5$ and $5a+8b=5$ simultaneously.



Personally I would use matrix algebra, but it's up to you.



$$left(begin{array}{cc} 1 & 1 \ 5 & 8 end{array}right)
left(begin{array}{c} a \ b end{array}right)=
left(begin{array}{c} 5 \ 5 end{array}right) $$



The two-by-two matrix on the right has determinant $1times 8 - 5times 1 = 3 neq 0$ and so there is a unique solution. Multiplying the left and right by the inverse matrix gives



$$
left(begin{array}{c} a \ b end{array}right)=
frac{1}{3}left(begin{array}{cc} 8 & -1 \ -5 & 1 end{array}right)
left(begin{array}{c} 5 \ 5 end{array}right) $$



Expanding the right hand side gives
begin{eqnarray*}
a &=& frac{1}{3}(8times 5 - 1times 5) &=& frac{35}{3} \ \
b &=& frac{1}{3}(-5times 5 + 1 times 5) &=&-frac{20}{3}
end{eqnarray*}



Your final solution is then



$$boxed{y(t) = tfrac{35}{3}mathrm e^{5t} - tfrac{20}{3}mathrm e^{8t}} $$






share|cite|improve this answer









$endgroup$














    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%2f1913714%2fsolving-a-differential-equation-with-a-linear-solution-and-initial-conditions%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









    1












    $begingroup$

    You're absolutely right.



    If $y(t) = amathrm e^{5t} + bmathrm e^{8t}$ then $y'(t) = 5amathrm e^{5t} + 8bmathrm e^{8t}$.



    Hence $y(0) = amathrm e^0 + bmathrm e^0 = a+b$ and $y'(0) = 5amathrm e^0 + 8bmathrm e^0 = 5a+8b$.



    To solve $y(0)=5$ and $y'(0)=5$ you need to solve $a+b=5$ and $5a+8b=5$ simultaneously.



    Personally I would use matrix algebra, but it's up to you.



    $$left(begin{array}{cc} 1 & 1 \ 5 & 8 end{array}right)
    left(begin{array}{c} a \ b end{array}right)=
    left(begin{array}{c} 5 \ 5 end{array}right) $$



    The two-by-two matrix on the right has determinant $1times 8 - 5times 1 = 3 neq 0$ and so there is a unique solution. Multiplying the left and right by the inverse matrix gives



    $$
    left(begin{array}{c} a \ b end{array}right)=
    frac{1}{3}left(begin{array}{cc} 8 & -1 \ -5 & 1 end{array}right)
    left(begin{array}{c} 5 \ 5 end{array}right) $$



    Expanding the right hand side gives
    begin{eqnarray*}
    a &=& frac{1}{3}(8times 5 - 1times 5) &=& frac{35}{3} \ \
    b &=& frac{1}{3}(-5times 5 + 1 times 5) &=&-frac{20}{3}
    end{eqnarray*}



    Your final solution is then



    $$boxed{y(t) = tfrac{35}{3}mathrm e^{5t} - tfrac{20}{3}mathrm e^{8t}} $$






    share|cite|improve this answer









    $endgroup$


















      1












      $begingroup$

      You're absolutely right.



      If $y(t) = amathrm e^{5t} + bmathrm e^{8t}$ then $y'(t) = 5amathrm e^{5t} + 8bmathrm e^{8t}$.



      Hence $y(0) = amathrm e^0 + bmathrm e^0 = a+b$ and $y'(0) = 5amathrm e^0 + 8bmathrm e^0 = 5a+8b$.



      To solve $y(0)=5$ and $y'(0)=5$ you need to solve $a+b=5$ and $5a+8b=5$ simultaneously.



      Personally I would use matrix algebra, but it's up to you.



      $$left(begin{array}{cc} 1 & 1 \ 5 & 8 end{array}right)
      left(begin{array}{c} a \ b end{array}right)=
      left(begin{array}{c} 5 \ 5 end{array}right) $$



      The two-by-two matrix on the right has determinant $1times 8 - 5times 1 = 3 neq 0$ and so there is a unique solution. Multiplying the left and right by the inverse matrix gives



      $$
      left(begin{array}{c} a \ b end{array}right)=
      frac{1}{3}left(begin{array}{cc} 8 & -1 \ -5 & 1 end{array}right)
      left(begin{array}{c} 5 \ 5 end{array}right) $$



      Expanding the right hand side gives
      begin{eqnarray*}
      a &=& frac{1}{3}(8times 5 - 1times 5) &=& frac{35}{3} \ \
      b &=& frac{1}{3}(-5times 5 + 1 times 5) &=&-frac{20}{3}
      end{eqnarray*}



      Your final solution is then



      $$boxed{y(t) = tfrac{35}{3}mathrm e^{5t} - tfrac{20}{3}mathrm e^{8t}} $$






      share|cite|improve this answer









      $endgroup$
















        1












        1








        1





        $begingroup$

        You're absolutely right.



        If $y(t) = amathrm e^{5t} + bmathrm e^{8t}$ then $y'(t) = 5amathrm e^{5t} + 8bmathrm e^{8t}$.



        Hence $y(0) = amathrm e^0 + bmathrm e^0 = a+b$ and $y'(0) = 5amathrm e^0 + 8bmathrm e^0 = 5a+8b$.



        To solve $y(0)=5$ and $y'(0)=5$ you need to solve $a+b=5$ and $5a+8b=5$ simultaneously.



        Personally I would use matrix algebra, but it's up to you.



        $$left(begin{array}{cc} 1 & 1 \ 5 & 8 end{array}right)
        left(begin{array}{c} a \ b end{array}right)=
        left(begin{array}{c} 5 \ 5 end{array}right) $$



        The two-by-two matrix on the right has determinant $1times 8 - 5times 1 = 3 neq 0$ and so there is a unique solution. Multiplying the left and right by the inverse matrix gives



        $$
        left(begin{array}{c} a \ b end{array}right)=
        frac{1}{3}left(begin{array}{cc} 8 & -1 \ -5 & 1 end{array}right)
        left(begin{array}{c} 5 \ 5 end{array}right) $$



        Expanding the right hand side gives
        begin{eqnarray*}
        a &=& frac{1}{3}(8times 5 - 1times 5) &=& frac{35}{3} \ \
        b &=& frac{1}{3}(-5times 5 + 1 times 5) &=&-frac{20}{3}
        end{eqnarray*}



        Your final solution is then



        $$boxed{y(t) = tfrac{35}{3}mathrm e^{5t} - tfrac{20}{3}mathrm e^{8t}} $$






        share|cite|improve this answer









        $endgroup$



        You're absolutely right.



        If $y(t) = amathrm e^{5t} + bmathrm e^{8t}$ then $y'(t) = 5amathrm e^{5t} + 8bmathrm e^{8t}$.



        Hence $y(0) = amathrm e^0 + bmathrm e^0 = a+b$ and $y'(0) = 5amathrm e^0 + 8bmathrm e^0 = 5a+8b$.



        To solve $y(0)=5$ and $y'(0)=5$ you need to solve $a+b=5$ and $5a+8b=5$ simultaneously.



        Personally I would use matrix algebra, but it's up to you.



        $$left(begin{array}{cc} 1 & 1 \ 5 & 8 end{array}right)
        left(begin{array}{c} a \ b end{array}right)=
        left(begin{array}{c} 5 \ 5 end{array}right) $$



        The two-by-two matrix on the right has determinant $1times 8 - 5times 1 = 3 neq 0$ and so there is a unique solution. Multiplying the left and right by the inverse matrix gives



        $$
        left(begin{array}{c} a \ b end{array}right)=
        frac{1}{3}left(begin{array}{cc} 8 & -1 \ -5 & 1 end{array}right)
        left(begin{array}{c} 5 \ 5 end{array}right) $$



        Expanding the right hand side gives
        begin{eqnarray*}
        a &=& frac{1}{3}(8times 5 - 1times 5) &=& frac{35}{3} \ \
        b &=& frac{1}{3}(-5times 5 + 1 times 5) &=&-frac{20}{3}
        end{eqnarray*}



        Your final solution is then



        $$boxed{y(t) = tfrac{35}{3}mathrm e^{5t} - tfrac{20}{3}mathrm e^{8t}} $$







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Sep 4 '16 at 1:02









        Fly by NightFly by Night

        26.1k32978




        26.1k32978






























            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%2f1913714%2fsolving-a-differential-equation-with-a-linear-solution-and-initial-conditions%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

            Cabo Verde

            Gyllenstierna

            Karlovacs län