Solving linear system, finding equilibrium and bifurcation points











up vote
3
down vote

favorite
1












For homework, I have to solve the following problem: consider the system of ODE's
begin{equation}
x'=-x^2+a \ y'=-y
end{equation}

where the parameter $a$ is a real number. I have to characterize the equilibrium points and draw a bifurcation diagram. I am asked to linearize the system first. I have missed a couple of classes and I am struggling to understand how I am supposed to work here.



If $a$ is positive, then there are two equilibrium points $(sqrt{a},0)$ and $(-sqrt{a},0)$, if $a$ is equal to zero, then there is one equilibrium point $ left ( 0,0 right )$ and finally if $a$ is negative, then no equilibrium points exist. The Jacobi matrix of the system is



begin{pmatrix}
- 2x & 0\
0 & -1
end{pmatrix}



which is diagonal, hence its eigenvalues are $-2x$ and $-1$. Then, I calculate this matrix at the equilibrium points:



If $a>0$, then the two Jacobi matrices are
begin{pmatrix}
-2sqrt{a} & 0\
0 & -1
end{pmatrix}

which has two real and negative eigenvalues, so $(sqrt{a},0)$ is a stable point and
begin{pmatrix}
2sqrt{a} & 0\
0 & -1
end{pmatrix}

which has one negative and one positive eigenvalue, so $(-sqrt{a},0)$ is a saddle point.



If $a=0$ the Jacobi matrix is
begin{pmatrix}
0 & 0\
0 & -1
end{pmatrix}

which has one zero eigenvalue so the linearization method does not provide any information about the stability of $left ( 0,0 right )$. As my notes suggest, for this point we find the eigenvectors of this matrix and the orbits of the solutions. But I do not understand why and what information we obtain from this. What can I say about the stability of $left ( 0,0 right )$ then? What about the saddle point, do I use a similar method? I understand that there is a bifurcation for $a=0$ but I don't know how am I supposed to draw the diagram without a computer. Another thing I find in the notes in another example is that we divide the equations and find a relationship between the solutions which does not involve time, for some reason.



Thanks in advance, any insight on this will be appreciated, right now I am lost.










share|cite|improve this question




























    up vote
    3
    down vote

    favorite
    1












    For homework, I have to solve the following problem: consider the system of ODE's
    begin{equation}
    x'=-x^2+a \ y'=-y
    end{equation}

    where the parameter $a$ is a real number. I have to characterize the equilibrium points and draw a bifurcation diagram. I am asked to linearize the system first. I have missed a couple of classes and I am struggling to understand how I am supposed to work here.



    If $a$ is positive, then there are two equilibrium points $(sqrt{a},0)$ and $(-sqrt{a},0)$, if $a$ is equal to zero, then there is one equilibrium point $ left ( 0,0 right )$ and finally if $a$ is negative, then no equilibrium points exist. The Jacobi matrix of the system is



    begin{pmatrix}
    - 2x & 0\
    0 & -1
    end{pmatrix}



    which is diagonal, hence its eigenvalues are $-2x$ and $-1$. Then, I calculate this matrix at the equilibrium points:



    If $a>0$, then the two Jacobi matrices are
    begin{pmatrix}
    -2sqrt{a} & 0\
    0 & -1
    end{pmatrix}

    which has two real and negative eigenvalues, so $(sqrt{a},0)$ is a stable point and
    begin{pmatrix}
    2sqrt{a} & 0\
    0 & -1
    end{pmatrix}

    which has one negative and one positive eigenvalue, so $(-sqrt{a},0)$ is a saddle point.



    If $a=0$ the Jacobi matrix is
    begin{pmatrix}
    0 & 0\
    0 & -1
    end{pmatrix}

    which has one zero eigenvalue so the linearization method does not provide any information about the stability of $left ( 0,0 right )$. As my notes suggest, for this point we find the eigenvectors of this matrix and the orbits of the solutions. But I do not understand why and what information we obtain from this. What can I say about the stability of $left ( 0,0 right )$ then? What about the saddle point, do I use a similar method? I understand that there is a bifurcation for $a=0$ but I don't know how am I supposed to draw the diagram without a computer. Another thing I find in the notes in another example is that we divide the equations and find a relationship between the solutions which does not involve time, for some reason.



    Thanks in advance, any insight on this will be appreciated, right now I am lost.










    share|cite|improve this question


























      up vote
      3
      down vote

      favorite
      1









      up vote
      3
      down vote

      favorite
      1






      1





      For homework, I have to solve the following problem: consider the system of ODE's
      begin{equation}
      x'=-x^2+a \ y'=-y
      end{equation}

      where the parameter $a$ is a real number. I have to characterize the equilibrium points and draw a bifurcation diagram. I am asked to linearize the system first. I have missed a couple of classes and I am struggling to understand how I am supposed to work here.



      If $a$ is positive, then there are two equilibrium points $(sqrt{a},0)$ and $(-sqrt{a},0)$, if $a$ is equal to zero, then there is one equilibrium point $ left ( 0,0 right )$ and finally if $a$ is negative, then no equilibrium points exist. The Jacobi matrix of the system is



      begin{pmatrix}
      - 2x & 0\
      0 & -1
      end{pmatrix}



      which is diagonal, hence its eigenvalues are $-2x$ and $-1$. Then, I calculate this matrix at the equilibrium points:



      If $a>0$, then the two Jacobi matrices are
      begin{pmatrix}
      -2sqrt{a} & 0\
      0 & -1
      end{pmatrix}

      which has two real and negative eigenvalues, so $(sqrt{a},0)$ is a stable point and
      begin{pmatrix}
      2sqrt{a} & 0\
      0 & -1
      end{pmatrix}

      which has one negative and one positive eigenvalue, so $(-sqrt{a},0)$ is a saddle point.



      If $a=0$ the Jacobi matrix is
      begin{pmatrix}
      0 & 0\
      0 & -1
      end{pmatrix}

      which has one zero eigenvalue so the linearization method does not provide any information about the stability of $left ( 0,0 right )$. As my notes suggest, for this point we find the eigenvectors of this matrix and the orbits of the solutions. But I do not understand why and what information we obtain from this. What can I say about the stability of $left ( 0,0 right )$ then? What about the saddle point, do I use a similar method? I understand that there is a bifurcation for $a=0$ but I don't know how am I supposed to draw the diagram without a computer. Another thing I find in the notes in another example is that we divide the equations and find a relationship between the solutions which does not involve time, for some reason.



      Thanks in advance, any insight on this will be appreciated, right now I am lost.










      share|cite|improve this question















      For homework, I have to solve the following problem: consider the system of ODE's
      begin{equation}
      x'=-x^2+a \ y'=-y
      end{equation}

      where the parameter $a$ is a real number. I have to characterize the equilibrium points and draw a bifurcation diagram. I am asked to linearize the system first. I have missed a couple of classes and I am struggling to understand how I am supposed to work here.



      If $a$ is positive, then there are two equilibrium points $(sqrt{a},0)$ and $(-sqrt{a},0)$, if $a$ is equal to zero, then there is one equilibrium point $ left ( 0,0 right )$ and finally if $a$ is negative, then no equilibrium points exist. The Jacobi matrix of the system is



      begin{pmatrix}
      - 2x & 0\
      0 & -1
      end{pmatrix}



      which is diagonal, hence its eigenvalues are $-2x$ and $-1$. Then, I calculate this matrix at the equilibrium points:



      If $a>0$, then the two Jacobi matrices are
      begin{pmatrix}
      -2sqrt{a} & 0\
      0 & -1
      end{pmatrix}

      which has two real and negative eigenvalues, so $(sqrt{a},0)$ is a stable point and
      begin{pmatrix}
      2sqrt{a} & 0\
      0 & -1
      end{pmatrix}

      which has one negative and one positive eigenvalue, so $(-sqrt{a},0)$ is a saddle point.



      If $a=0$ the Jacobi matrix is
      begin{pmatrix}
      0 & 0\
      0 & -1
      end{pmatrix}

      which has one zero eigenvalue so the linearization method does not provide any information about the stability of $left ( 0,0 right )$. As my notes suggest, for this point we find the eigenvectors of this matrix and the orbits of the solutions. But I do not understand why and what information we obtain from this. What can I say about the stability of $left ( 0,0 right )$ then? What about the saddle point, do I use a similar method? I understand that there is a bifurcation for $a=0$ but I don't know how am I supposed to draw the diagram without a computer. Another thing I find in the notes in another example is that we divide the equations and find a relationship between the solutions which does not involve time, for some reason.



      Thanks in advance, any insight on this will be appreciated, right now I am lost.







      differential-equations dynamical-systems stability-in-odes






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Nov 13 at 14:23

























      asked Nov 13 at 14:08









      kleinmeinpouts

      1017




      1017






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          Hint:



          By integration, when $a=0$, either



          $$x=0$$ or



          $$frac1x=t+C.$$






          share|cite|improve this answer





















          • I know that the system can be solved, my problem is that I do not understand the reason for which we find eigenvalues. The orbits of the solutions tell me whether the solutions approach zero or they move away from it, I presume, right?
            – kleinmeinpouts
            Nov 13 at 14:19













          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%2f2996773%2fsolving-linear-system-finding-equilibrium-and-bifurcation-points%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













          Hint:



          By integration, when $a=0$, either



          $$x=0$$ or



          $$frac1x=t+C.$$






          share|cite|improve this answer





















          • I know that the system can be solved, my problem is that I do not understand the reason for which we find eigenvalues. The orbits of the solutions tell me whether the solutions approach zero or they move away from it, I presume, right?
            – kleinmeinpouts
            Nov 13 at 14:19

















          up vote
          1
          down vote













          Hint:



          By integration, when $a=0$, either



          $$x=0$$ or



          $$frac1x=t+C.$$






          share|cite|improve this answer





















          • I know that the system can be solved, my problem is that I do not understand the reason for which we find eigenvalues. The orbits of the solutions tell me whether the solutions approach zero or they move away from it, I presume, right?
            – kleinmeinpouts
            Nov 13 at 14:19















          up vote
          1
          down vote










          up vote
          1
          down vote









          Hint:



          By integration, when $a=0$, either



          $$x=0$$ or



          $$frac1x=t+C.$$






          share|cite|improve this answer












          Hint:



          By integration, when $a=0$, either



          $$x=0$$ or



          $$frac1x=t+C.$$







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Nov 13 at 14:16









          Yves Daoust

          121k668216




          121k668216












          • I know that the system can be solved, my problem is that I do not understand the reason for which we find eigenvalues. The orbits of the solutions tell me whether the solutions approach zero or they move away from it, I presume, right?
            – kleinmeinpouts
            Nov 13 at 14:19




















          • I know that the system can be solved, my problem is that I do not understand the reason for which we find eigenvalues. The orbits of the solutions tell me whether the solutions approach zero or they move away from it, I presume, right?
            – kleinmeinpouts
            Nov 13 at 14:19


















          I know that the system can be solved, my problem is that I do not understand the reason for which we find eigenvalues. The orbits of the solutions tell me whether the solutions approach zero or they move away from it, I presume, right?
          – kleinmeinpouts
          Nov 13 at 14:19






          I know that the system can be solved, my problem is that I do not understand the reason for which we find eigenvalues. The orbits of the solutions tell me whether the solutions approach zero or they move away from it, I presume, right?
          – kleinmeinpouts
          Nov 13 at 14:19




















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2996773%2fsolving-linear-system-finding-equilibrium-and-bifurcation-points%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

          How to change which sound is reproduced for terminal bell?

          Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

          Can I use Tabulator js library in my java Spring + Thymeleaf project?