Calculating the Hopf-Lax formula












1














The Hopf-Lax function I have is



$$u(t,x) = inf_{yin mathbb{R}} left{ C|y| + frac{(x-y)^2}{2t} right},$$



where $C>0$ is constant. By evaluating stationary and non-differentiable points I have found two possibilities for the infimum:



$$u_1(t,x) = frac{x^2}{2t},quad u_2(t,x) = C|x||1-Ct| + frac{(x-|1-Ct|x)^2}{2t}.$$



I know the initial condition for the related Cauchy problem is given by $u(0,x) = C|x|$ which leads me to believe that the function takes the form of $u_2$ for at least small $t$. I also know that these two functions ($u_1$ and $u_2$) intersect at $t=frac{1}{C}$, however I believe there is another intersection which is where I believe the piecewise Hopf-Lax function begins to take values according to $u_1$. I'm struggling to find a "nice" form for this point, if it exists. What is the explicit expression for the above infimum?










share|cite|improve this question





























    1














    The Hopf-Lax function I have is



    $$u(t,x) = inf_{yin mathbb{R}} left{ C|y| + frac{(x-y)^2}{2t} right},$$



    where $C>0$ is constant. By evaluating stationary and non-differentiable points I have found two possibilities for the infimum:



    $$u_1(t,x) = frac{x^2}{2t},quad u_2(t,x) = C|x||1-Ct| + frac{(x-|1-Ct|x)^2}{2t}.$$



    I know the initial condition for the related Cauchy problem is given by $u(0,x) = C|x|$ which leads me to believe that the function takes the form of $u_2$ for at least small $t$. I also know that these two functions ($u_1$ and $u_2$) intersect at $t=frac{1}{C}$, however I believe there is another intersection which is where I believe the piecewise Hopf-Lax function begins to take values according to $u_1$. I'm struggling to find a "nice" form for this point, if it exists. What is the explicit expression for the above infimum?










    share|cite|improve this question



























      1












      1








      1







      The Hopf-Lax function I have is



      $$u(t,x) = inf_{yin mathbb{R}} left{ C|y| + frac{(x-y)^2}{2t} right},$$



      where $C>0$ is constant. By evaluating stationary and non-differentiable points I have found two possibilities for the infimum:



      $$u_1(t,x) = frac{x^2}{2t},quad u_2(t,x) = C|x||1-Ct| + frac{(x-|1-Ct|x)^2}{2t}.$$



      I know the initial condition for the related Cauchy problem is given by $u(0,x) = C|x|$ which leads me to believe that the function takes the form of $u_2$ for at least small $t$. I also know that these two functions ($u_1$ and $u_2$) intersect at $t=frac{1}{C}$, however I believe there is another intersection which is where I believe the piecewise Hopf-Lax function begins to take values according to $u_1$. I'm struggling to find a "nice" form for this point, if it exists. What is the explicit expression for the above infimum?










      share|cite|improve this question















      The Hopf-Lax function I have is



      $$u(t,x) = inf_{yin mathbb{R}} left{ C|y| + frac{(x-y)^2}{2t} right},$$



      where $C>0$ is constant. By evaluating stationary and non-differentiable points I have found two possibilities for the infimum:



      $$u_1(t,x) = frac{x^2}{2t},quad u_2(t,x) = C|x||1-Ct| + frac{(x-|1-Ct|x)^2}{2t}.$$



      I know the initial condition for the related Cauchy problem is given by $u(0,x) = C|x|$ which leads me to believe that the function takes the form of $u_2$ for at least small $t$. I also know that these two functions ($u_1$ and $u_2$) intersect at $t=frac{1}{C}$, however I believe there is another intersection which is where I believe the piecewise Hopf-Lax function begins to take values according to $u_1$. I'm struggling to find a "nice" form for this point, if it exists. What is the explicit expression for the above infimum?







      pde supremum-and-infimum hamilton-jacobi-equation






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Dec 11 '18 at 13:26









      Harry49

      5,99121031




      5,99121031










      asked May 5 '17 at 16:38







      user383264





























          1 Answer
          1






          active

          oldest

          votes


















          0














          For fixed $(t,x)in (0,+infty)timesmathbb{R}$, the function $varphi(y) := C|y| + frac{(x-y)^2}{2t}$ is strictly convex and superlinear, hence it has a unique minimum point $y=y(t,x)$ which is characterized by the condition $0in [varphi'_-(y), varphi'_+(y)]$.
          It is not difficult to check that
          $$
          y =
          begin{cases}
          0, & text{if} |x| leq Ct,\
          x-Ct, & text{if} x > Ct,\
          x+Ct, & text{if} x < -Ct,
          end{cases}
          $$
          hence
          $$
          u(t,x) =
          begin{cases}
          x^2/(2t), & text{if} |x| leq Ct,\
          C|x| - C^2t/2, & text{if} |x| > Ct.
          end{cases}
          $$






          share|cite|improve this answer





















          • Very nice reasoning - thanks!
            – user383264
            May 6 '17 at 20:43











          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%2f2267372%2fcalculating-the-hopf-lax-formula%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














          For fixed $(t,x)in (0,+infty)timesmathbb{R}$, the function $varphi(y) := C|y| + frac{(x-y)^2}{2t}$ is strictly convex and superlinear, hence it has a unique minimum point $y=y(t,x)$ which is characterized by the condition $0in [varphi'_-(y), varphi'_+(y)]$.
          It is not difficult to check that
          $$
          y =
          begin{cases}
          0, & text{if} |x| leq Ct,\
          x-Ct, & text{if} x > Ct,\
          x+Ct, & text{if} x < -Ct,
          end{cases}
          $$
          hence
          $$
          u(t,x) =
          begin{cases}
          x^2/(2t), & text{if} |x| leq Ct,\
          C|x| - C^2t/2, & text{if} |x| > Ct.
          end{cases}
          $$






          share|cite|improve this answer





















          • Very nice reasoning - thanks!
            – user383264
            May 6 '17 at 20:43
















          0














          For fixed $(t,x)in (0,+infty)timesmathbb{R}$, the function $varphi(y) := C|y| + frac{(x-y)^2}{2t}$ is strictly convex and superlinear, hence it has a unique minimum point $y=y(t,x)$ which is characterized by the condition $0in [varphi'_-(y), varphi'_+(y)]$.
          It is not difficult to check that
          $$
          y =
          begin{cases}
          0, & text{if} |x| leq Ct,\
          x-Ct, & text{if} x > Ct,\
          x+Ct, & text{if} x < -Ct,
          end{cases}
          $$
          hence
          $$
          u(t,x) =
          begin{cases}
          x^2/(2t), & text{if} |x| leq Ct,\
          C|x| - C^2t/2, & text{if} |x| > Ct.
          end{cases}
          $$






          share|cite|improve this answer





















          • Very nice reasoning - thanks!
            – user383264
            May 6 '17 at 20:43














          0












          0








          0






          For fixed $(t,x)in (0,+infty)timesmathbb{R}$, the function $varphi(y) := C|y| + frac{(x-y)^2}{2t}$ is strictly convex and superlinear, hence it has a unique minimum point $y=y(t,x)$ which is characterized by the condition $0in [varphi'_-(y), varphi'_+(y)]$.
          It is not difficult to check that
          $$
          y =
          begin{cases}
          0, & text{if} |x| leq Ct,\
          x-Ct, & text{if} x > Ct,\
          x+Ct, & text{if} x < -Ct,
          end{cases}
          $$
          hence
          $$
          u(t,x) =
          begin{cases}
          x^2/(2t), & text{if} |x| leq Ct,\
          C|x| - C^2t/2, & text{if} |x| > Ct.
          end{cases}
          $$






          share|cite|improve this answer












          For fixed $(t,x)in (0,+infty)timesmathbb{R}$, the function $varphi(y) := C|y| + frac{(x-y)^2}{2t}$ is strictly convex and superlinear, hence it has a unique minimum point $y=y(t,x)$ which is characterized by the condition $0in [varphi'_-(y), varphi'_+(y)]$.
          It is not difficult to check that
          $$
          y =
          begin{cases}
          0, & text{if} |x| leq Ct,\
          x-Ct, & text{if} x > Ct,\
          x+Ct, & text{if} x < -Ct,
          end{cases}
          $$
          hence
          $$
          u(t,x) =
          begin{cases}
          x^2/(2t), & text{if} |x| leq Ct,\
          C|x| - C^2t/2, & text{if} |x| > Ct.
          end{cases}
          $$







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered May 6 '17 at 13:05









          Rigel

          10.9k11320




          10.9k11320












          • Very nice reasoning - thanks!
            – user383264
            May 6 '17 at 20:43


















          • Very nice reasoning - thanks!
            – user383264
            May 6 '17 at 20:43
















          Very nice reasoning - thanks!
          – user383264
          May 6 '17 at 20:43




          Very nice reasoning - thanks!
          – user383264
          May 6 '17 at 20:43


















          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%2f2267372%2fcalculating-the-hopf-lax-formula%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