Exercise: first-order linear differential equation












1












$begingroup$


This is a first-order linear differential equation:



$$y' = -ky + p$$



where $k$ and $p$ are constant. Based on my calculations, the solution is



$$y(x) = y(0) cdot exp^{-kx} + ; dfrac{p}{k}$$



while my teacher's file says



$$y(x) = dfrac{p}{k} + left[y(0) - dfrac{p}{k} right] exp^{-kx}$$



Which one is the right one?



Thank you in advance










share|cite|improve this question











$endgroup$












  • $begingroup$
    Could you maybe add the initial condition? Without one cannot really determine which solution is the right one.
    $endgroup$
    – mrtaurho
    7 hours ago






  • 1




    $begingroup$
    When $x=0$ your equation reads $y(0)=y(0)+p/k$
    $endgroup$
    – user121049
    7 hours ago










  • $begingroup$
    my teacher's file says "for $x in [0,X]$", so I think the initial condition is $y(0) = 0$
    $endgroup$
    – user3204810
    7 hours ago
















1












$begingroup$


This is a first-order linear differential equation:



$$y' = -ky + p$$



where $k$ and $p$ are constant. Based on my calculations, the solution is



$$y(x) = y(0) cdot exp^{-kx} + ; dfrac{p}{k}$$



while my teacher's file says



$$y(x) = dfrac{p}{k} + left[y(0) - dfrac{p}{k} right] exp^{-kx}$$



Which one is the right one?



Thank you in advance










share|cite|improve this question











$endgroup$












  • $begingroup$
    Could you maybe add the initial condition? Without one cannot really determine which solution is the right one.
    $endgroup$
    – mrtaurho
    7 hours ago






  • 1




    $begingroup$
    When $x=0$ your equation reads $y(0)=y(0)+p/k$
    $endgroup$
    – user121049
    7 hours ago










  • $begingroup$
    my teacher's file says "for $x in [0,X]$", so I think the initial condition is $y(0) = 0$
    $endgroup$
    – user3204810
    7 hours ago














1












1








1





$begingroup$


This is a first-order linear differential equation:



$$y' = -ky + p$$



where $k$ and $p$ are constant. Based on my calculations, the solution is



$$y(x) = y(0) cdot exp^{-kx} + ; dfrac{p}{k}$$



while my teacher's file says



$$y(x) = dfrac{p}{k} + left[y(0) - dfrac{p}{k} right] exp^{-kx}$$



Which one is the right one?



Thank you in advance










share|cite|improve this question











$endgroup$




This is a first-order linear differential equation:



$$y' = -ky + p$$



where $k$ and $p$ are constant. Based on my calculations, the solution is



$$y(x) = y(0) cdot exp^{-kx} + ; dfrac{p}{k}$$



while my teacher's file says



$$y(x) = dfrac{p}{k} + left[y(0) - dfrac{p}{k} right] exp^{-kx}$$



Which one is the right one?



Thank you in advance







ordinary-differential-equations






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited 7 hours ago







user3204810

















asked 7 hours ago









user3204810user3204810

1947




1947












  • $begingroup$
    Could you maybe add the initial condition? Without one cannot really determine which solution is the right one.
    $endgroup$
    – mrtaurho
    7 hours ago






  • 1




    $begingroup$
    When $x=0$ your equation reads $y(0)=y(0)+p/k$
    $endgroup$
    – user121049
    7 hours ago










  • $begingroup$
    my teacher's file says "for $x in [0,X]$", so I think the initial condition is $y(0) = 0$
    $endgroup$
    – user3204810
    7 hours ago


















  • $begingroup$
    Could you maybe add the initial condition? Without one cannot really determine which solution is the right one.
    $endgroup$
    – mrtaurho
    7 hours ago






  • 1




    $begingroup$
    When $x=0$ your equation reads $y(0)=y(0)+p/k$
    $endgroup$
    – user121049
    7 hours ago










  • $begingroup$
    my teacher's file says "for $x in [0,X]$", so I think the initial condition is $y(0) = 0$
    $endgroup$
    – user3204810
    7 hours ago
















$begingroup$
Could you maybe add the initial condition? Without one cannot really determine which solution is the right one.
$endgroup$
– mrtaurho
7 hours ago




$begingroup$
Could you maybe add the initial condition? Without one cannot really determine which solution is the right one.
$endgroup$
– mrtaurho
7 hours ago




1




1




$begingroup$
When $x=0$ your equation reads $y(0)=y(0)+p/k$
$endgroup$
– user121049
7 hours ago




$begingroup$
When $x=0$ your equation reads $y(0)=y(0)+p/k$
$endgroup$
– user121049
7 hours ago












$begingroup$
my teacher's file says "for $x in [0,X]$", so I think the initial condition is $y(0) = 0$
$endgroup$
– user3204810
7 hours ago




$begingroup$
my teacher's file says "for $x in [0,X]$", so I think the initial condition is $y(0) = 0$
$endgroup$
– user3204810
7 hours ago










3 Answers
3






active

oldest

votes


















3












$begingroup$

The general solution is given by $$y(x)=frac{p}{k}+Ce^{kx}$$ and now you will $$y(0)=frac{p}{k}+C$$ to compute $$C$$






share|cite|improve this answer









$endgroup$





















    2












    $begingroup$

    The solution given by your teacher is the right one. Assuming that the intial condition is given by $y(0)=y_0$ we get the following



    begin{align}
    y'&=-ky+p\
    y'&=-kleft(y-frac pkright)\
    frac{y'}{y-frac pk}&=-k\
    int frac{mathrm dy}{y-frac pk}&=-kintmathrm dx\
    logleft(y-frac pkright)&=-kx+c\
    y-frac pk&=ce^{-kx}\
    end{align}




    $$therefore~y(x)~=~ce^{-kx}+frac pk$$




    Determining the constant $c$ by using $y(0)=y_0$ we get



    $$y(0)=c+frac pk=y_0Rightarrow~c=y_0-frac pk$$




    $$therefore~y(x)=frac pk+left[y_0-frac pkright]e^{-kx}$$




    I cannot really tell where you went wrong but it is easy to check that your solution does not fulfill the initial condition since



    $$y(x)=y_0e^{-kx}+frac pkRightarrow y(0)=y_0+frac pkcolor{red}neq y_0$$






    share|cite|improve this answer









    $endgroup$





















      1












      $begingroup$

      Firstly, this is first-order.



      We let $$y'+ky=p$$
      Then use an integrating factor:



      $$IF=e^{int k dx}=e^{kx}$$



      Then the trick:
      $$ycdot IF =int{IFcdot RHS dx}$$
      $$to ye^{kx}=int{pe^{kx} dx}$$
      $$to y=frac pk +Ce^{-kx}$$



      You appear correct therefore, unless the initial condition changes something.






      share|cite|improve this answer









      $endgroup$













      • $begingroup$
        I corrected. Sorry for the mistake
        $endgroup$
        – user3204810
        6 hours ago











      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%2f3079714%2fexercise-first-order-linear-differential-equation%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      3












      $begingroup$

      The general solution is given by $$y(x)=frac{p}{k}+Ce^{kx}$$ and now you will $$y(0)=frac{p}{k}+C$$ to compute $$C$$






      share|cite|improve this answer









      $endgroup$


















        3












        $begingroup$

        The general solution is given by $$y(x)=frac{p}{k}+Ce^{kx}$$ and now you will $$y(0)=frac{p}{k}+C$$ to compute $$C$$






        share|cite|improve this answer









        $endgroup$
















          3












          3








          3





          $begingroup$

          The general solution is given by $$y(x)=frac{p}{k}+Ce^{kx}$$ and now you will $$y(0)=frac{p}{k}+C$$ to compute $$C$$






          share|cite|improve this answer









          $endgroup$



          The general solution is given by $$y(x)=frac{p}{k}+Ce^{kx}$$ and now you will $$y(0)=frac{p}{k}+C$$ to compute $$C$$







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered 7 hours ago









          Dr. Sonnhard GraubnerDr. Sonnhard Graubner

          74k42865




          74k42865























              2












              $begingroup$

              The solution given by your teacher is the right one. Assuming that the intial condition is given by $y(0)=y_0$ we get the following



              begin{align}
              y'&=-ky+p\
              y'&=-kleft(y-frac pkright)\
              frac{y'}{y-frac pk}&=-k\
              int frac{mathrm dy}{y-frac pk}&=-kintmathrm dx\
              logleft(y-frac pkright)&=-kx+c\
              y-frac pk&=ce^{-kx}\
              end{align}




              $$therefore~y(x)~=~ce^{-kx}+frac pk$$




              Determining the constant $c$ by using $y(0)=y_0$ we get



              $$y(0)=c+frac pk=y_0Rightarrow~c=y_0-frac pk$$




              $$therefore~y(x)=frac pk+left[y_0-frac pkright]e^{-kx}$$




              I cannot really tell where you went wrong but it is easy to check that your solution does not fulfill the initial condition since



              $$y(x)=y_0e^{-kx}+frac pkRightarrow y(0)=y_0+frac pkcolor{red}neq y_0$$






              share|cite|improve this answer









              $endgroup$


















                2












                $begingroup$

                The solution given by your teacher is the right one. Assuming that the intial condition is given by $y(0)=y_0$ we get the following



                begin{align}
                y'&=-ky+p\
                y'&=-kleft(y-frac pkright)\
                frac{y'}{y-frac pk}&=-k\
                int frac{mathrm dy}{y-frac pk}&=-kintmathrm dx\
                logleft(y-frac pkright)&=-kx+c\
                y-frac pk&=ce^{-kx}\
                end{align}




                $$therefore~y(x)~=~ce^{-kx}+frac pk$$




                Determining the constant $c$ by using $y(0)=y_0$ we get



                $$y(0)=c+frac pk=y_0Rightarrow~c=y_0-frac pk$$




                $$therefore~y(x)=frac pk+left[y_0-frac pkright]e^{-kx}$$




                I cannot really tell where you went wrong but it is easy to check that your solution does not fulfill the initial condition since



                $$y(x)=y_0e^{-kx}+frac pkRightarrow y(0)=y_0+frac pkcolor{red}neq y_0$$






                share|cite|improve this answer









                $endgroup$
















                  2












                  2








                  2





                  $begingroup$

                  The solution given by your teacher is the right one. Assuming that the intial condition is given by $y(0)=y_0$ we get the following



                  begin{align}
                  y'&=-ky+p\
                  y'&=-kleft(y-frac pkright)\
                  frac{y'}{y-frac pk}&=-k\
                  int frac{mathrm dy}{y-frac pk}&=-kintmathrm dx\
                  logleft(y-frac pkright)&=-kx+c\
                  y-frac pk&=ce^{-kx}\
                  end{align}




                  $$therefore~y(x)~=~ce^{-kx}+frac pk$$




                  Determining the constant $c$ by using $y(0)=y_0$ we get



                  $$y(0)=c+frac pk=y_0Rightarrow~c=y_0-frac pk$$




                  $$therefore~y(x)=frac pk+left[y_0-frac pkright]e^{-kx}$$




                  I cannot really tell where you went wrong but it is easy to check that your solution does not fulfill the initial condition since



                  $$y(x)=y_0e^{-kx}+frac pkRightarrow y(0)=y_0+frac pkcolor{red}neq y_0$$






                  share|cite|improve this answer









                  $endgroup$



                  The solution given by your teacher is the right one. Assuming that the intial condition is given by $y(0)=y_0$ we get the following



                  begin{align}
                  y'&=-ky+p\
                  y'&=-kleft(y-frac pkright)\
                  frac{y'}{y-frac pk}&=-k\
                  int frac{mathrm dy}{y-frac pk}&=-kintmathrm dx\
                  logleft(y-frac pkright)&=-kx+c\
                  y-frac pk&=ce^{-kx}\
                  end{align}




                  $$therefore~y(x)~=~ce^{-kx}+frac pk$$




                  Determining the constant $c$ by using $y(0)=y_0$ we get



                  $$y(0)=c+frac pk=y_0Rightarrow~c=y_0-frac pk$$




                  $$therefore~y(x)=frac pk+left[y_0-frac pkright]e^{-kx}$$




                  I cannot really tell where you went wrong but it is easy to check that your solution does not fulfill the initial condition since



                  $$y(x)=y_0e^{-kx}+frac pkRightarrow y(0)=y_0+frac pkcolor{red}neq y_0$$







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered 7 hours ago









                  mrtaurhomrtaurho

                  4,16121234




                  4,16121234























                      1












                      $begingroup$

                      Firstly, this is first-order.



                      We let $$y'+ky=p$$
                      Then use an integrating factor:



                      $$IF=e^{int k dx}=e^{kx}$$



                      Then the trick:
                      $$ycdot IF =int{IFcdot RHS dx}$$
                      $$to ye^{kx}=int{pe^{kx} dx}$$
                      $$to y=frac pk +Ce^{-kx}$$



                      You appear correct therefore, unless the initial condition changes something.






                      share|cite|improve this answer









                      $endgroup$













                      • $begingroup$
                        I corrected. Sorry for the mistake
                        $endgroup$
                        – user3204810
                        6 hours ago
















                      1












                      $begingroup$

                      Firstly, this is first-order.



                      We let $$y'+ky=p$$
                      Then use an integrating factor:



                      $$IF=e^{int k dx}=e^{kx}$$



                      Then the trick:
                      $$ycdot IF =int{IFcdot RHS dx}$$
                      $$to ye^{kx}=int{pe^{kx} dx}$$
                      $$to y=frac pk +Ce^{-kx}$$



                      You appear correct therefore, unless the initial condition changes something.






                      share|cite|improve this answer









                      $endgroup$













                      • $begingroup$
                        I corrected. Sorry for the mistake
                        $endgroup$
                        – user3204810
                        6 hours ago














                      1












                      1








                      1





                      $begingroup$

                      Firstly, this is first-order.



                      We let $$y'+ky=p$$
                      Then use an integrating factor:



                      $$IF=e^{int k dx}=e^{kx}$$



                      Then the trick:
                      $$ycdot IF =int{IFcdot RHS dx}$$
                      $$to ye^{kx}=int{pe^{kx} dx}$$
                      $$to y=frac pk +Ce^{-kx}$$



                      You appear correct therefore, unless the initial condition changes something.






                      share|cite|improve this answer









                      $endgroup$



                      Firstly, this is first-order.



                      We let $$y'+ky=p$$
                      Then use an integrating factor:



                      $$IF=e^{int k dx}=e^{kx}$$



                      Then the trick:
                      $$ycdot IF =int{IFcdot RHS dx}$$
                      $$to ye^{kx}=int{pe^{kx} dx}$$
                      $$to y=frac pk +Ce^{-kx}$$



                      You appear correct therefore, unless the initial condition changes something.







                      share|cite|improve this answer












                      share|cite|improve this answer



                      share|cite|improve this answer










                      answered 7 hours ago









                      Rhys HughesRhys Hughes

                      5,5561528




                      5,5561528












                      • $begingroup$
                        I corrected. Sorry for the mistake
                        $endgroup$
                        – user3204810
                        6 hours ago


















                      • $begingroup$
                        I corrected. Sorry for the mistake
                        $endgroup$
                        – user3204810
                        6 hours ago
















                      $begingroup$
                      I corrected. Sorry for the mistake
                      $endgroup$
                      – user3204810
                      6 hours ago




                      $begingroup$
                      I corrected. Sorry for the mistake
                      $endgroup$
                      – user3204810
                      6 hours ago


















                      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%2f3079714%2fexercise-first-order-linear-differential-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

                      SQL Server 17 - Attemping to backup to remote NAS but Access is denied

                      Always On Availability groups resolving state after failover - Remote harden of transaction...

                      Restoring from pg_dump with foreign key constraints