Can a differential equation have non unique solutions?











up vote
6
down vote

favorite
1












There are theorems of existence and uniqueness of differential equations.



I was wondering if it is possible that a differential equations has a solution but it is not unique.










share|cite|improve this question


























    up vote
    6
    down vote

    favorite
    1












    There are theorems of existence and uniqueness of differential equations.



    I was wondering if it is possible that a differential equations has a solution but it is not unique.










    share|cite|improve this question
























      up vote
      6
      down vote

      favorite
      1









      up vote
      6
      down vote

      favorite
      1






      1





      There are theorems of existence and uniqueness of differential equations.



      I was wondering if it is possible that a differential equations has a solution but it is not unique.










      share|cite|improve this question













      There are theorems of existence and uniqueness of differential equations.



      I was wondering if it is possible that a differential equations has a solution but it is not unique.







      differential-equations






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Nov 17 '12 at 15:30









      mariosangiorgio

      13315




      13315






















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          12
          down vote



          accepted










          Consider for example the equation $x' = 2sqrt{|x|}$. For every $a$, the function
          $$ x_a(t) = begin{cases} 0 & x le a\
          (t-a)^2 & x ge a
          end{cases} $$
          is a solution. Note that for $a ge 0$ all $x_a$ have $x_a(0) = 0$, so they are all solutions to the IVP $x' = 2sqrt{|x|}, x(0) = 0$ and you usually discuss uniqueness for inital value problems, as otherwise uniqueness will almost never hold ($x' = 0$ has all constants as solutions).






          share|cite|improve this answer





















          • Thanks. You mentioned initial value problems. Do they have an unique solution or no solution at all? Or even in that case we may have no solution, an unique solution or multiple solutions?
            – mariosangiorgio
            Nov 17 '12 at 15:44






          • 2




            @mariosangiorgio In my above answer, I gave an example of an non-unique solvable IVP.
            – martini
            Nov 17 '12 at 16:38










          • The definition of the solution on piecewise form should depend on the value of t.
            – Jorge E. Cardona
            May 1 '16 at 21:57


















          up vote
          4
          down vote













          Let your ODE be $y'-xsqrt{y}=0, ; y(0)=0$. It is not difficult finding its solution on $mathbb R$. It has at least two solutions as $y=0$ and $y=frac{x^4}{16}$ passing through the origin. Can you see why the ODE has no unique solution?






          share|cite|improve this answer





















          • Is it because the two solutions shares only the point (0,0) but they do not intersect?
            – mariosangiorgio
            Nov 17 '12 at 15:55






          • 3




            @mariosangiorgio: Actually no. If we consider the equation as $y'=f(x,y)$ wherein $f(x,y)=xy^{frac{1}{2}}$, then $frac{partial f}{partial y}=frac{x}{2y^{frac{1}{2}}}$ which are both defined just for $y>0$. In fact Picard's theorem doesn't let the equation to have a unique solution in a rectangular region around the origin.
            – mrs
            Nov 17 '12 at 16:05






          • 1




            Thank you for the explanation
            – mariosangiorgio
            Nov 17 '12 at 16:22










          • Nice explanation, indeed! ;-)
            – amWhy
            Apr 5 '13 at 1:33


















          up vote
          0
          down vote













          Since you didn't specify an IVP, it is trivial to find an ODE with non unique solution, such as $y'(x)=0 implies y(x)=C$, where $Cinmathbb R$.






          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',
            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%2f239284%2fcan-a-differential-equation-have-non-unique-solutions%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








            up vote
            12
            down vote



            accepted










            Consider for example the equation $x' = 2sqrt{|x|}$. For every $a$, the function
            $$ x_a(t) = begin{cases} 0 & x le a\
            (t-a)^2 & x ge a
            end{cases} $$
            is a solution. Note that for $a ge 0$ all $x_a$ have $x_a(0) = 0$, so they are all solutions to the IVP $x' = 2sqrt{|x|}, x(0) = 0$ and you usually discuss uniqueness for inital value problems, as otherwise uniqueness will almost never hold ($x' = 0$ has all constants as solutions).






            share|cite|improve this answer





















            • Thanks. You mentioned initial value problems. Do they have an unique solution or no solution at all? Or even in that case we may have no solution, an unique solution or multiple solutions?
              – mariosangiorgio
              Nov 17 '12 at 15:44






            • 2




              @mariosangiorgio In my above answer, I gave an example of an non-unique solvable IVP.
              – martini
              Nov 17 '12 at 16:38










            • The definition of the solution on piecewise form should depend on the value of t.
              – Jorge E. Cardona
              May 1 '16 at 21:57















            up vote
            12
            down vote



            accepted










            Consider for example the equation $x' = 2sqrt{|x|}$. For every $a$, the function
            $$ x_a(t) = begin{cases} 0 & x le a\
            (t-a)^2 & x ge a
            end{cases} $$
            is a solution. Note that for $a ge 0$ all $x_a$ have $x_a(0) = 0$, so they are all solutions to the IVP $x' = 2sqrt{|x|}, x(0) = 0$ and you usually discuss uniqueness for inital value problems, as otherwise uniqueness will almost never hold ($x' = 0$ has all constants as solutions).






            share|cite|improve this answer





















            • Thanks. You mentioned initial value problems. Do they have an unique solution or no solution at all? Or even in that case we may have no solution, an unique solution or multiple solutions?
              – mariosangiorgio
              Nov 17 '12 at 15:44






            • 2




              @mariosangiorgio In my above answer, I gave an example of an non-unique solvable IVP.
              – martini
              Nov 17 '12 at 16:38










            • The definition of the solution on piecewise form should depend on the value of t.
              – Jorge E. Cardona
              May 1 '16 at 21:57













            up vote
            12
            down vote



            accepted







            up vote
            12
            down vote



            accepted






            Consider for example the equation $x' = 2sqrt{|x|}$. For every $a$, the function
            $$ x_a(t) = begin{cases} 0 & x le a\
            (t-a)^2 & x ge a
            end{cases} $$
            is a solution. Note that for $a ge 0$ all $x_a$ have $x_a(0) = 0$, so they are all solutions to the IVP $x' = 2sqrt{|x|}, x(0) = 0$ and you usually discuss uniqueness for inital value problems, as otherwise uniqueness will almost never hold ($x' = 0$ has all constants as solutions).






            share|cite|improve this answer












            Consider for example the equation $x' = 2sqrt{|x|}$. For every $a$, the function
            $$ x_a(t) = begin{cases} 0 & x le a\
            (t-a)^2 & x ge a
            end{cases} $$
            is a solution. Note that for $a ge 0$ all $x_a$ have $x_a(0) = 0$, so they are all solutions to the IVP $x' = 2sqrt{|x|}, x(0) = 0$ and you usually discuss uniqueness for inital value problems, as otherwise uniqueness will almost never hold ($x' = 0$ has all constants as solutions).







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Nov 17 '12 at 15:36









            martini

            70.1k45990




            70.1k45990












            • Thanks. You mentioned initial value problems. Do they have an unique solution or no solution at all? Or even in that case we may have no solution, an unique solution or multiple solutions?
              – mariosangiorgio
              Nov 17 '12 at 15:44






            • 2




              @mariosangiorgio In my above answer, I gave an example of an non-unique solvable IVP.
              – martini
              Nov 17 '12 at 16:38










            • The definition of the solution on piecewise form should depend on the value of t.
              – Jorge E. Cardona
              May 1 '16 at 21:57


















            • Thanks. You mentioned initial value problems. Do they have an unique solution or no solution at all? Or even in that case we may have no solution, an unique solution or multiple solutions?
              – mariosangiorgio
              Nov 17 '12 at 15:44






            • 2




              @mariosangiorgio In my above answer, I gave an example of an non-unique solvable IVP.
              – martini
              Nov 17 '12 at 16:38










            • The definition of the solution on piecewise form should depend on the value of t.
              – Jorge E. Cardona
              May 1 '16 at 21:57
















            Thanks. You mentioned initial value problems. Do they have an unique solution or no solution at all? Or even in that case we may have no solution, an unique solution or multiple solutions?
            – mariosangiorgio
            Nov 17 '12 at 15:44




            Thanks. You mentioned initial value problems. Do they have an unique solution or no solution at all? Or even in that case we may have no solution, an unique solution or multiple solutions?
            – mariosangiorgio
            Nov 17 '12 at 15:44




            2




            2




            @mariosangiorgio In my above answer, I gave an example of an non-unique solvable IVP.
            – martini
            Nov 17 '12 at 16:38




            @mariosangiorgio In my above answer, I gave an example of an non-unique solvable IVP.
            – martini
            Nov 17 '12 at 16:38












            The definition of the solution on piecewise form should depend on the value of t.
            – Jorge E. Cardona
            May 1 '16 at 21:57




            The definition of the solution on piecewise form should depend on the value of t.
            – Jorge E. Cardona
            May 1 '16 at 21:57










            up vote
            4
            down vote













            Let your ODE be $y'-xsqrt{y}=0, ; y(0)=0$. It is not difficult finding its solution on $mathbb R$. It has at least two solutions as $y=0$ and $y=frac{x^4}{16}$ passing through the origin. Can you see why the ODE has no unique solution?






            share|cite|improve this answer





















            • Is it because the two solutions shares only the point (0,0) but they do not intersect?
              – mariosangiorgio
              Nov 17 '12 at 15:55






            • 3




              @mariosangiorgio: Actually no. If we consider the equation as $y'=f(x,y)$ wherein $f(x,y)=xy^{frac{1}{2}}$, then $frac{partial f}{partial y}=frac{x}{2y^{frac{1}{2}}}$ which are both defined just for $y>0$. In fact Picard's theorem doesn't let the equation to have a unique solution in a rectangular region around the origin.
              – mrs
              Nov 17 '12 at 16:05






            • 1




              Thank you for the explanation
              – mariosangiorgio
              Nov 17 '12 at 16:22










            • Nice explanation, indeed! ;-)
              – amWhy
              Apr 5 '13 at 1:33















            up vote
            4
            down vote













            Let your ODE be $y'-xsqrt{y}=0, ; y(0)=0$. It is not difficult finding its solution on $mathbb R$. It has at least two solutions as $y=0$ and $y=frac{x^4}{16}$ passing through the origin. Can you see why the ODE has no unique solution?






            share|cite|improve this answer





















            • Is it because the two solutions shares only the point (0,0) but they do not intersect?
              – mariosangiorgio
              Nov 17 '12 at 15:55






            • 3




              @mariosangiorgio: Actually no. If we consider the equation as $y'=f(x,y)$ wherein $f(x,y)=xy^{frac{1}{2}}$, then $frac{partial f}{partial y}=frac{x}{2y^{frac{1}{2}}}$ which are both defined just for $y>0$. In fact Picard's theorem doesn't let the equation to have a unique solution in a rectangular region around the origin.
              – mrs
              Nov 17 '12 at 16:05






            • 1




              Thank you for the explanation
              – mariosangiorgio
              Nov 17 '12 at 16:22










            • Nice explanation, indeed! ;-)
              – amWhy
              Apr 5 '13 at 1:33













            up vote
            4
            down vote










            up vote
            4
            down vote









            Let your ODE be $y'-xsqrt{y}=0, ; y(0)=0$. It is not difficult finding its solution on $mathbb R$. It has at least two solutions as $y=0$ and $y=frac{x^4}{16}$ passing through the origin. Can you see why the ODE has no unique solution?






            share|cite|improve this answer












            Let your ODE be $y'-xsqrt{y}=0, ; y(0)=0$. It is not difficult finding its solution on $mathbb R$. It has at least two solutions as $y=0$ and $y=frac{x^4}{16}$ passing through the origin. Can you see why the ODE has no unique solution?







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Nov 17 '12 at 15:36









            mrs

            1




            1












            • Is it because the two solutions shares only the point (0,0) but they do not intersect?
              – mariosangiorgio
              Nov 17 '12 at 15:55






            • 3




              @mariosangiorgio: Actually no. If we consider the equation as $y'=f(x,y)$ wherein $f(x,y)=xy^{frac{1}{2}}$, then $frac{partial f}{partial y}=frac{x}{2y^{frac{1}{2}}}$ which are both defined just for $y>0$. In fact Picard's theorem doesn't let the equation to have a unique solution in a rectangular region around the origin.
              – mrs
              Nov 17 '12 at 16:05






            • 1




              Thank you for the explanation
              – mariosangiorgio
              Nov 17 '12 at 16:22










            • Nice explanation, indeed! ;-)
              – amWhy
              Apr 5 '13 at 1:33


















            • Is it because the two solutions shares only the point (0,0) but they do not intersect?
              – mariosangiorgio
              Nov 17 '12 at 15:55






            • 3




              @mariosangiorgio: Actually no. If we consider the equation as $y'=f(x,y)$ wherein $f(x,y)=xy^{frac{1}{2}}$, then $frac{partial f}{partial y}=frac{x}{2y^{frac{1}{2}}}$ which are both defined just for $y>0$. In fact Picard's theorem doesn't let the equation to have a unique solution in a rectangular region around the origin.
              – mrs
              Nov 17 '12 at 16:05






            • 1




              Thank you for the explanation
              – mariosangiorgio
              Nov 17 '12 at 16:22










            • Nice explanation, indeed! ;-)
              – amWhy
              Apr 5 '13 at 1:33
















            Is it because the two solutions shares only the point (0,0) but they do not intersect?
            – mariosangiorgio
            Nov 17 '12 at 15:55




            Is it because the two solutions shares only the point (0,0) but they do not intersect?
            – mariosangiorgio
            Nov 17 '12 at 15:55




            3




            3




            @mariosangiorgio: Actually no. If we consider the equation as $y'=f(x,y)$ wherein $f(x,y)=xy^{frac{1}{2}}$, then $frac{partial f}{partial y}=frac{x}{2y^{frac{1}{2}}}$ which are both defined just for $y>0$. In fact Picard's theorem doesn't let the equation to have a unique solution in a rectangular region around the origin.
            – mrs
            Nov 17 '12 at 16:05




            @mariosangiorgio: Actually no. If we consider the equation as $y'=f(x,y)$ wherein $f(x,y)=xy^{frac{1}{2}}$, then $frac{partial f}{partial y}=frac{x}{2y^{frac{1}{2}}}$ which are both defined just for $y>0$. In fact Picard's theorem doesn't let the equation to have a unique solution in a rectangular region around the origin.
            – mrs
            Nov 17 '12 at 16:05




            1




            1




            Thank you for the explanation
            – mariosangiorgio
            Nov 17 '12 at 16:22




            Thank you for the explanation
            – mariosangiorgio
            Nov 17 '12 at 16:22












            Nice explanation, indeed! ;-)
            – amWhy
            Apr 5 '13 at 1:33




            Nice explanation, indeed! ;-)
            – amWhy
            Apr 5 '13 at 1:33










            up vote
            0
            down vote













            Since you didn't specify an IVP, it is trivial to find an ODE with non unique solution, such as $y'(x)=0 implies y(x)=C$, where $Cinmathbb R$.






            share|cite|improve this answer

























              up vote
              0
              down vote













              Since you didn't specify an IVP, it is trivial to find an ODE with non unique solution, such as $y'(x)=0 implies y(x)=C$, where $Cinmathbb R$.






              share|cite|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                Since you didn't specify an IVP, it is trivial to find an ODE with non unique solution, such as $y'(x)=0 implies y(x)=C$, where $Cinmathbb R$.






                share|cite|improve this answer












                Since you didn't specify an IVP, it is trivial to find an ODE with non unique solution, such as $y'(x)=0 implies y(x)=C$, where $Cinmathbb R$.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Nov 17 at 10:58









                jinawee

                1,21511333




                1,21511333






























                    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%2f239284%2fcan-a-differential-equation-have-non-unique-solutions%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

                    Plaza Victoria

                    In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

                    How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...