Confused about Burgers' Equation with an inhomogeneous RHS











up vote
1
down vote

favorite












I am having trouble solving a question and would appreciate some help. The question is:




Solve the PDE:
$$u_t+ucdot u_x=1, >>>u(x,0)=x$$
for $tgeq0$.




Now I know that the Characteristic Equations are given by:
begin{align*}
frac{partial x}{partial t} &= u(t)\
frac{partial z}{partial t} &= 1
end{align*}
I also made auxiliary conditions:
begin{align*}
x(0) &= x_0\
z(0) &= z_0 = g(x_0)
end{align*}
Thus integrating and using auxiliary conditions, I solved that:
$$z(t)=t+z_0, >> x(t) = g(x_0)cdot t+frac{t^2}{2}+x_0$$
From there I solved for $g(x_0)$:
$$g(x_0) = frac{x(t)}{t}-frac{x_0}{t}-frac{t}{2}$$
By the auxiliary condition $u(x,0)=x$, $g(x_0)=x_0$, and with this in mind I solved for $x_0$:
$$x_0 = frac{x}{t+1}-frac{t^2}{2(t+1)}$$
So I deduced that $$u(x,t) = frac{2x-t^2}{2(t+1)}$$
Did I go about this correctly? Or did I make a mistake somewhere?










share|cite|improve this question




























    up vote
    1
    down vote

    favorite












    I am having trouble solving a question and would appreciate some help. The question is:




    Solve the PDE:
    $$u_t+ucdot u_x=1, >>>u(x,0)=x$$
    for $tgeq0$.




    Now I know that the Characteristic Equations are given by:
    begin{align*}
    frac{partial x}{partial t} &= u(t)\
    frac{partial z}{partial t} &= 1
    end{align*}
    I also made auxiliary conditions:
    begin{align*}
    x(0) &= x_0\
    z(0) &= z_0 = g(x_0)
    end{align*}
    Thus integrating and using auxiliary conditions, I solved that:
    $$z(t)=t+z_0, >> x(t) = g(x_0)cdot t+frac{t^2}{2}+x_0$$
    From there I solved for $g(x_0)$:
    $$g(x_0) = frac{x(t)}{t}-frac{x_0}{t}-frac{t}{2}$$
    By the auxiliary condition $u(x,0)=x$, $g(x_0)=x_0$, and with this in mind I solved for $x_0$:
    $$x_0 = frac{x}{t+1}-frac{t^2}{2(t+1)}$$
    So I deduced that $$u(x,t) = frac{2x-t^2}{2(t+1)}$$
    Did I go about this correctly? Or did I make a mistake somewhere?










    share|cite|improve this question


























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I am having trouble solving a question and would appreciate some help. The question is:




      Solve the PDE:
      $$u_t+ucdot u_x=1, >>>u(x,0)=x$$
      for $tgeq0$.




      Now I know that the Characteristic Equations are given by:
      begin{align*}
      frac{partial x}{partial t} &= u(t)\
      frac{partial z}{partial t} &= 1
      end{align*}
      I also made auxiliary conditions:
      begin{align*}
      x(0) &= x_0\
      z(0) &= z_0 = g(x_0)
      end{align*}
      Thus integrating and using auxiliary conditions, I solved that:
      $$z(t)=t+z_0, >> x(t) = g(x_0)cdot t+frac{t^2}{2}+x_0$$
      From there I solved for $g(x_0)$:
      $$g(x_0) = frac{x(t)}{t}-frac{x_0}{t}-frac{t}{2}$$
      By the auxiliary condition $u(x,0)=x$, $g(x_0)=x_0$, and with this in mind I solved for $x_0$:
      $$x_0 = frac{x}{t+1}-frac{t^2}{2(t+1)}$$
      So I deduced that $$u(x,t) = frac{2x-t^2}{2(t+1)}$$
      Did I go about this correctly? Or did I make a mistake somewhere?










      share|cite|improve this question















      I am having trouble solving a question and would appreciate some help. The question is:




      Solve the PDE:
      $$u_t+ucdot u_x=1, >>>u(x,0)=x$$
      for $tgeq0$.




      Now I know that the Characteristic Equations are given by:
      begin{align*}
      frac{partial x}{partial t} &= u(t)\
      frac{partial z}{partial t} &= 1
      end{align*}
      I also made auxiliary conditions:
      begin{align*}
      x(0) &= x_0\
      z(0) &= z_0 = g(x_0)
      end{align*}
      Thus integrating and using auxiliary conditions, I solved that:
      $$z(t)=t+z_0, >> x(t) = g(x_0)cdot t+frac{t^2}{2}+x_0$$
      From there I solved for $g(x_0)$:
      $$g(x_0) = frac{x(t)}{t}-frac{x_0}{t}-frac{t}{2}$$
      By the auxiliary condition $u(x,0)=x$, $g(x_0)=x_0$, and with this in mind I solved for $x_0$:
      $$x_0 = frac{x}{t+1}-frac{t^2}{2(t+1)}$$
      So I deduced that $$u(x,t) = frac{2x-t^2}{2(t+1)}$$
      Did I go about this correctly? Or did I make a mistake somewhere?







      pde






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Dec 5 at 17:03









      Harry49

      5,90421030




      5,90421030










      asked Sep 15 '17 at 1:31









      Felicio Grande

      499619




      499619






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          You found the characteristic curves correctly: they are the parabolas
          $$
          x = x_0+x_0t + frac{t^2}{2}
          $$
          So, the characteristic through $(x,t)$ originates at $x_0 = dfrac{2x-t^2}{2(t+1)}$, as you also found. The mistake is in concluding that $u(x,t) = x_0$. This would be true for homogeneous PDE. But the nonhomogeneity means that $u$ (represented by $z$ in the characteristic equation) changes along the characteristic. Specifically, $z=x_0+t$. So the final answer is
          $$
          u(x,t) = x_0 + t = dfrac{2x-t^2}{2(t+1)} + t = dfrac{2x+t+t^2}{2(t+1)}
          $$






          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',
            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%2f2430017%2fconfused-about-burgers-equation-with-an-inhomogeneous-rhs%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










            You found the characteristic curves correctly: they are the parabolas
            $$
            x = x_0+x_0t + frac{t^2}{2}
            $$
            So, the characteristic through $(x,t)$ originates at $x_0 = dfrac{2x-t^2}{2(t+1)}$, as you also found. The mistake is in concluding that $u(x,t) = x_0$. This would be true for homogeneous PDE. But the nonhomogeneity means that $u$ (represented by $z$ in the characteristic equation) changes along the characteristic. Specifically, $z=x_0+t$. So the final answer is
            $$
            u(x,t) = x_0 + t = dfrac{2x-t^2}{2(t+1)} + t = dfrac{2x+t+t^2}{2(t+1)}
            $$






            share|cite|improve this answer

























              up vote
              1
              down vote



              accepted










              You found the characteristic curves correctly: they are the parabolas
              $$
              x = x_0+x_0t + frac{t^2}{2}
              $$
              So, the characteristic through $(x,t)$ originates at $x_0 = dfrac{2x-t^2}{2(t+1)}$, as you also found. The mistake is in concluding that $u(x,t) = x_0$. This would be true for homogeneous PDE. But the nonhomogeneity means that $u$ (represented by $z$ in the characteristic equation) changes along the characteristic. Specifically, $z=x_0+t$. So the final answer is
              $$
              u(x,t) = x_0 + t = dfrac{2x-t^2}{2(t+1)} + t = dfrac{2x+t+t^2}{2(t+1)}
              $$






              share|cite|improve this answer























                up vote
                1
                down vote



                accepted







                up vote
                1
                down vote



                accepted






                You found the characteristic curves correctly: they are the parabolas
                $$
                x = x_0+x_0t + frac{t^2}{2}
                $$
                So, the characteristic through $(x,t)$ originates at $x_0 = dfrac{2x-t^2}{2(t+1)}$, as you also found. The mistake is in concluding that $u(x,t) = x_0$. This would be true for homogeneous PDE. But the nonhomogeneity means that $u$ (represented by $z$ in the characteristic equation) changes along the characteristic. Specifically, $z=x_0+t$. So the final answer is
                $$
                u(x,t) = x_0 + t = dfrac{2x-t^2}{2(t+1)} + t = dfrac{2x+t+t^2}{2(t+1)}
                $$






                share|cite|improve this answer












                You found the characteristic curves correctly: they are the parabolas
                $$
                x = x_0+x_0t + frac{t^2}{2}
                $$
                So, the characteristic through $(x,t)$ originates at $x_0 = dfrac{2x-t^2}{2(t+1)}$, as you also found. The mistake is in concluding that $u(x,t) = x_0$. This would be true for homogeneous PDE. But the nonhomogeneity means that $u$ (represented by $z$ in the characteristic equation) changes along the characteristic. Specifically, $z=x_0+t$. So the final answer is
                $$
                u(x,t) = x_0 + t = dfrac{2x-t^2}{2(t+1)} + t = dfrac{2x+t+t^2}{2(t+1)}
                $$







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Sep 15 '17 at 16:09







                user357151





































                    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.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • 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.


                    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%2f2430017%2fconfused-about-burgers-equation-with-an-inhomogeneous-rhs%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

                    Måne

                    Storängen

                    VLT Carioca