Using a Lyapunov function to classify stability and sketching a phase portraitLyapunov stability question from Arnold's triviumNon linear phase portraitNonlinear phase portrait and linearizationSystem of differential equations, phase portraitDynamical Systems- Plotting Phase PortraitPhase portrait of ODE in polar coordinatesQuestions about stability in the sense of LyapunovLinearization method or Lyapunov function - examplestability using linearization instead of Lyapunov failsLyapunov function instead of linearization

What route did the Hindenburg take when traveling from Germany to the U.S.?

Pass By Reference VS Pass by Value

How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?

Packing rectangles: Does rotation ever help?

Unexpected email from Yorkshire Bank

Binary Numbers Magic Trick

How to get a plain text file version of a CP/M .BAS (M-BASIC) program?

Error message with tabularx

Contradiction proof for inequality of P and NP?

Phrase for the opposite of "foolproof"

How did Captain America manage to do this?

Please, smoke with good manners

What happened to Captain America in Endgame?

Do I have to worry about players making “bad” choices on level up?

How can I practically buy stocks?

How to have a sharp product image?

Don’t seats that recline flat defeat the purpose of having seatbelts?

French for 'It must be my imagination'?

Was there a Viking Exchange as well as a Columbian one?

Apply MapThread to all but one variable

Rivers without rain

Is there a way to get a compiler for the original B programming language?

Using a Lyapunov function to classify stability and sketching a phase portrait

Why is it that the natural deduction method can't test for invalidity?



Using a Lyapunov function to classify stability and sketching a phase portrait


Lyapunov stability question from Arnold's triviumNon linear phase portraitNonlinear phase portrait and linearizationSystem of differential equations, phase portraitDynamical Systems- Plotting Phase PortraitPhase portrait of ODE in polar coordinatesQuestions about stability in the sense of LyapunovLinearization method or Lyapunov function - examplestability using linearization instead of Lyapunov failsLyapunov function instead of linearization













3












$begingroup$



Consider the system
$$x' = -x^3-xy^2k$$
$$y' = -y^3-x^2ky$$
Where $k$ is a given positive integer.



a.) Find and classify according to stability the equilibrium solutions.



$itHint:$ Let $V(x,y) = x^2 + y^2$



b.) Sketch a phase portrait when $k = 1$



$itHint:$ What are $x'$ and $y'$ when $y=ax$ for some real number $a$?




a.)
Using $V$, we get $fracddtV=2xx'+2yy'$



Plugging in our system , we get:



$$fracddtV=2x(-x^3-xy^2k)+2y(-y^3-x^2ky)$$
$$=-(x^4+y^4)-x^2y^2k-x^2ky^2<0$$
I dropped the $2$ since it doesn't matter to determine stability. We see that our own equilibrium is $(0,0)$ since setting $x'=0$ we get
$$y^2k=-x^2$$
Which only works for $x=y=0$



Therefore our system is asymptotically stable at the origin.



I am having trouble with b.), mostly because the hint is confusing me.



Let $y=ax$, then our system becomes
$$x'=-x^3-a^2x^3=-x^3(1+a^2)$$
$$y'=-a^3x^3-ax^3=-ax^3(1+a^2)$$
I am not sure what to do with this. Using linearization doesn't work since the Jacobian will be the zero vector at the point of interest. I have never had a problem that asks to draw a phase portrait when linearization doesn't work, so I am hoping someone more clever than me can offer some advice.










share|cite|improve this question











$endgroup$
















    3












    $begingroup$



    Consider the system
    $$x' = -x^3-xy^2k$$
    $$y' = -y^3-x^2ky$$
    Where $k$ is a given positive integer.



    a.) Find and classify according to stability the equilibrium solutions.



    $itHint:$ Let $V(x,y) = x^2 + y^2$



    b.) Sketch a phase portrait when $k = 1$



    $itHint:$ What are $x'$ and $y'$ when $y=ax$ for some real number $a$?




    a.)
    Using $V$, we get $fracddtV=2xx'+2yy'$



    Plugging in our system , we get:



    $$fracddtV=2x(-x^3-xy^2k)+2y(-y^3-x^2ky)$$
    $$=-(x^4+y^4)-x^2y^2k-x^2ky^2<0$$
    I dropped the $2$ since it doesn't matter to determine stability. We see that our own equilibrium is $(0,0)$ since setting $x'=0$ we get
    $$y^2k=-x^2$$
    Which only works for $x=y=0$



    Therefore our system is asymptotically stable at the origin.



    I am having trouble with b.), mostly because the hint is confusing me.



    Let $y=ax$, then our system becomes
    $$x'=-x^3-a^2x^3=-x^3(1+a^2)$$
    $$y'=-a^3x^3-ax^3=-ax^3(1+a^2)$$
    I am not sure what to do with this. Using linearization doesn't work since the Jacobian will be the zero vector at the point of interest. I have never had a problem that asks to draw a phase portrait when linearization doesn't work, so I am hoping someone more clever than me can offer some advice.










    share|cite|improve this question











    $endgroup$














      3












      3








      3





      $begingroup$



      Consider the system
      $$x' = -x^3-xy^2k$$
      $$y' = -y^3-x^2ky$$
      Where $k$ is a given positive integer.



      a.) Find and classify according to stability the equilibrium solutions.



      $itHint:$ Let $V(x,y) = x^2 + y^2$



      b.) Sketch a phase portrait when $k = 1$



      $itHint:$ What are $x'$ and $y'$ when $y=ax$ for some real number $a$?




      a.)
      Using $V$, we get $fracddtV=2xx'+2yy'$



      Plugging in our system , we get:



      $$fracddtV=2x(-x^3-xy^2k)+2y(-y^3-x^2ky)$$
      $$=-(x^4+y^4)-x^2y^2k-x^2ky^2<0$$
      I dropped the $2$ since it doesn't matter to determine stability. We see that our own equilibrium is $(0,0)$ since setting $x'=0$ we get
      $$y^2k=-x^2$$
      Which only works for $x=y=0$



      Therefore our system is asymptotically stable at the origin.



      I am having trouble with b.), mostly because the hint is confusing me.



      Let $y=ax$, then our system becomes
      $$x'=-x^3-a^2x^3=-x^3(1+a^2)$$
      $$y'=-a^3x^3-ax^3=-ax^3(1+a^2)$$
      I am not sure what to do with this. Using linearization doesn't work since the Jacobian will be the zero vector at the point of interest. I have never had a problem that asks to draw a phase portrait when linearization doesn't work, so I am hoping someone more clever than me can offer some advice.










      share|cite|improve this question











      $endgroup$





      Consider the system
      $$x' = -x^3-xy^2k$$
      $$y' = -y^3-x^2ky$$
      Where $k$ is a given positive integer.



      a.) Find and classify according to stability the equilibrium solutions.



      $itHint:$ Let $V(x,y) = x^2 + y^2$



      b.) Sketch a phase portrait when $k = 1$



      $itHint:$ What are $x'$ and $y'$ when $y=ax$ for some real number $a$?




      a.)
      Using $V$, we get $fracddtV=2xx'+2yy'$



      Plugging in our system , we get:



      $$fracddtV=2x(-x^3-xy^2k)+2y(-y^3-x^2ky)$$
      $$=-(x^4+y^4)-x^2y^2k-x^2ky^2<0$$
      I dropped the $2$ since it doesn't matter to determine stability. We see that our own equilibrium is $(0,0)$ since setting $x'=0$ we get
      $$y^2k=-x^2$$
      Which only works for $x=y=0$



      Therefore our system is asymptotically stable at the origin.



      I am having trouble with b.), mostly because the hint is confusing me.



      Let $y=ax$, then our system becomes
      $$x'=-x^3-a^2x^3=-x^3(1+a^2)$$
      $$y'=-a^3x^3-ax^3=-ax^3(1+a^2)$$
      I am not sure what to do with this. Using linearization doesn't work since the Jacobian will be the zero vector at the point of interest. I have never had a problem that asks to draw a phase portrait when linearization doesn't work, so I am hoping someone more clever than me can offer some advice.







      ordinary-differential-equations stability-in-odes lyapunov-functions






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited 3 hours ago







      hkj447

















      asked 4 hours ago









      hkj447hkj447

      978




      978




















          2 Answers
          2






          active

          oldest

          votes


















          2












          $begingroup$

          Although there are many ways to do this, I suspect what the problem is guiding you towards doing is to obtain the flow directly by evaluating over every line that intersects the origin in phase space.



          So for a sketch, you would draw the line $y = 0.1 x$, and use the expression you found above for $a = 0.1$ to determine the magnitude and direction of the flow on that line. Then try it for a couple of other different lines, and use common sense to fill in the rest.






          share|cite|improve this answer









          $endgroup$




















            2












            $begingroup$

            Phase portraits - a partial offering



            Below are phase portraits for $k=1,2,5$. The red lines indicate the null clines where $doty=0$ and $doty=0$.



            $k = 1$



            The linear system is



            $$beginalign
            beginsplit
            dotx &= -x^3 - xy^2 = -x left( x^2 + y^2 right) \
            doty &= -y^3 - x^2y = -y left( x^2 + y^2 right)
            endsplit
            endalign$$



            $$ dotr = fracx dotx + y dotyr = -r^3 $$



            The lone critical point is the origin.



            When $y = a x$, $ainmathbbR$, we have
            $$beginalign
            beginsplit
            dotx &= -x^3left( 1 + a^2 right) \
            doty &= -a y^3left( 1 + a^2 right)
            endsplit
            endalign$$



            k=1



            $k = 2$



            $$beginalign
            beginsplit
            dotx &= -x^3 - xy^4 = -x left( x^2 + y^4 right) \
            doty &= -y^3 - x^4y = -y left( x^2 + y^2 right)
            endsplit
            endalign$$



            $$ dotr = tfrac18 r^3 left(left(r^2-2right) cos (4 theta )-r^2-6right) $$



            The bounding curves for $dotr$ are when $cos 4theta = 1$



            $$dotr = -r^3$$



            and when $cos 4theta = -1$



            $$dotr = -tfrac14 r^3 left(r^2+2right)$$



            The bounding curves cross at $r=sqrt2$. At no point is $dotr$ ever positive.



            k=2k=5






            share|cite|improve this answer











            $endgroup$













              Your Answer








              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%2f3204990%2fusing-a-lyapunov-function-to-classify-stability-and-sketching-a-phase-portrait%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              2












              $begingroup$

              Although there are many ways to do this, I suspect what the problem is guiding you towards doing is to obtain the flow directly by evaluating over every line that intersects the origin in phase space.



              So for a sketch, you would draw the line $y = 0.1 x$, and use the expression you found above for $a = 0.1$ to determine the magnitude and direction of the flow on that line. Then try it for a couple of other different lines, and use common sense to fill in the rest.






              share|cite|improve this answer









              $endgroup$

















                2












                $begingroup$

                Although there are many ways to do this, I suspect what the problem is guiding you towards doing is to obtain the flow directly by evaluating over every line that intersects the origin in phase space.



                So for a sketch, you would draw the line $y = 0.1 x$, and use the expression you found above for $a = 0.1$ to determine the magnitude and direction of the flow on that line. Then try it for a couple of other different lines, and use common sense to fill in the rest.






                share|cite|improve this answer









                $endgroup$















                  2












                  2








                  2





                  $begingroup$

                  Although there are many ways to do this, I suspect what the problem is guiding you towards doing is to obtain the flow directly by evaluating over every line that intersects the origin in phase space.



                  So for a sketch, you would draw the line $y = 0.1 x$, and use the expression you found above for $a = 0.1$ to determine the magnitude and direction of the flow on that line. Then try it for a couple of other different lines, and use common sense to fill in the rest.






                  share|cite|improve this answer









                  $endgroup$



                  Although there are many ways to do this, I suspect what the problem is guiding you towards doing is to obtain the flow directly by evaluating over every line that intersects the origin in phase space.



                  So for a sketch, you would draw the line $y = 0.1 x$, and use the expression you found above for $a = 0.1$ to determine the magnitude and direction of the flow on that line. Then try it for a couple of other different lines, and use common sense to fill in the rest.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered 4 hours ago









                  aghostinthefiguresaghostinthefigures

                  1,4391318




                  1,4391318





















                      2












                      $begingroup$

                      Phase portraits - a partial offering



                      Below are phase portraits for $k=1,2,5$. The red lines indicate the null clines where $doty=0$ and $doty=0$.



                      $k = 1$



                      The linear system is



                      $$beginalign
                      beginsplit
                      dotx &= -x^3 - xy^2 = -x left( x^2 + y^2 right) \
                      doty &= -y^3 - x^2y = -y left( x^2 + y^2 right)
                      endsplit
                      endalign$$



                      $$ dotr = fracx dotx + y dotyr = -r^3 $$



                      The lone critical point is the origin.



                      When $y = a x$, $ainmathbbR$, we have
                      $$beginalign
                      beginsplit
                      dotx &= -x^3left( 1 + a^2 right) \
                      doty &= -a y^3left( 1 + a^2 right)
                      endsplit
                      endalign$$



                      k=1



                      $k = 2$



                      $$beginalign
                      beginsplit
                      dotx &= -x^3 - xy^4 = -x left( x^2 + y^4 right) \
                      doty &= -y^3 - x^4y = -y left( x^2 + y^2 right)
                      endsplit
                      endalign$$



                      $$ dotr = tfrac18 r^3 left(left(r^2-2right) cos (4 theta )-r^2-6right) $$



                      The bounding curves for $dotr$ are when $cos 4theta = 1$



                      $$dotr = -r^3$$



                      and when $cos 4theta = -1$



                      $$dotr = -tfrac14 r^3 left(r^2+2right)$$



                      The bounding curves cross at $r=sqrt2$. At no point is $dotr$ ever positive.



                      k=2k=5






                      share|cite|improve this answer











                      $endgroup$

















                        2












                        $begingroup$

                        Phase portraits - a partial offering



                        Below are phase portraits for $k=1,2,5$. The red lines indicate the null clines where $doty=0$ and $doty=0$.



                        $k = 1$



                        The linear system is



                        $$beginalign
                        beginsplit
                        dotx &= -x^3 - xy^2 = -x left( x^2 + y^2 right) \
                        doty &= -y^3 - x^2y = -y left( x^2 + y^2 right)
                        endsplit
                        endalign$$



                        $$ dotr = fracx dotx + y dotyr = -r^3 $$



                        The lone critical point is the origin.



                        When $y = a x$, $ainmathbbR$, we have
                        $$beginalign
                        beginsplit
                        dotx &= -x^3left( 1 + a^2 right) \
                        doty &= -a y^3left( 1 + a^2 right)
                        endsplit
                        endalign$$



                        k=1



                        $k = 2$



                        $$beginalign
                        beginsplit
                        dotx &= -x^3 - xy^4 = -x left( x^2 + y^4 right) \
                        doty &= -y^3 - x^4y = -y left( x^2 + y^2 right)
                        endsplit
                        endalign$$



                        $$ dotr = tfrac18 r^3 left(left(r^2-2right) cos (4 theta )-r^2-6right) $$



                        The bounding curves for $dotr$ are when $cos 4theta = 1$



                        $$dotr = -r^3$$



                        and when $cos 4theta = -1$



                        $$dotr = -tfrac14 r^3 left(r^2+2right)$$



                        The bounding curves cross at $r=sqrt2$. At no point is $dotr$ ever positive.



                        k=2k=5






                        share|cite|improve this answer











                        $endgroup$















                          2












                          2








                          2





                          $begingroup$

                          Phase portraits - a partial offering



                          Below are phase portraits for $k=1,2,5$. The red lines indicate the null clines where $doty=0$ and $doty=0$.



                          $k = 1$



                          The linear system is



                          $$beginalign
                          beginsplit
                          dotx &= -x^3 - xy^2 = -x left( x^2 + y^2 right) \
                          doty &= -y^3 - x^2y = -y left( x^2 + y^2 right)
                          endsplit
                          endalign$$



                          $$ dotr = fracx dotx + y dotyr = -r^3 $$



                          The lone critical point is the origin.



                          When $y = a x$, $ainmathbbR$, we have
                          $$beginalign
                          beginsplit
                          dotx &= -x^3left( 1 + a^2 right) \
                          doty &= -a y^3left( 1 + a^2 right)
                          endsplit
                          endalign$$



                          k=1



                          $k = 2$



                          $$beginalign
                          beginsplit
                          dotx &= -x^3 - xy^4 = -x left( x^2 + y^4 right) \
                          doty &= -y^3 - x^4y = -y left( x^2 + y^2 right)
                          endsplit
                          endalign$$



                          $$ dotr = tfrac18 r^3 left(left(r^2-2right) cos (4 theta )-r^2-6right) $$



                          The bounding curves for $dotr$ are when $cos 4theta = 1$



                          $$dotr = -r^3$$



                          and when $cos 4theta = -1$



                          $$dotr = -tfrac14 r^3 left(r^2+2right)$$



                          The bounding curves cross at $r=sqrt2$. At no point is $dotr$ ever positive.



                          k=2k=5






                          share|cite|improve this answer











                          $endgroup$



                          Phase portraits - a partial offering



                          Below are phase portraits for $k=1,2,5$. The red lines indicate the null clines where $doty=0$ and $doty=0$.



                          $k = 1$



                          The linear system is



                          $$beginalign
                          beginsplit
                          dotx &= -x^3 - xy^2 = -x left( x^2 + y^2 right) \
                          doty &= -y^3 - x^2y = -y left( x^2 + y^2 right)
                          endsplit
                          endalign$$



                          $$ dotr = fracx dotx + y dotyr = -r^3 $$



                          The lone critical point is the origin.



                          When $y = a x$, $ainmathbbR$, we have
                          $$beginalign
                          beginsplit
                          dotx &= -x^3left( 1 + a^2 right) \
                          doty &= -a y^3left( 1 + a^2 right)
                          endsplit
                          endalign$$



                          k=1



                          $k = 2$



                          $$beginalign
                          beginsplit
                          dotx &= -x^3 - xy^4 = -x left( x^2 + y^4 right) \
                          doty &= -y^3 - x^4y = -y left( x^2 + y^2 right)
                          endsplit
                          endalign$$



                          $$ dotr = tfrac18 r^3 left(left(r^2-2right) cos (4 theta )-r^2-6right) $$



                          The bounding curves for $dotr$ are when $cos 4theta = 1$



                          $$dotr = -r^3$$



                          and when $cos 4theta = -1$



                          $$dotr = -tfrac14 r^3 left(r^2+2right)$$



                          The bounding curves cross at $r=sqrt2$. At no point is $dotr$ ever positive.



                          k=2k=5







                          share|cite|improve this answer














                          share|cite|improve this answer



                          share|cite|improve this answer








                          edited 2 hours ago

























                          answered 3 hours ago









                          dantopadantopa

                          6,76442345




                          6,76442345



























                              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%2f3204990%2fusing-a-lyapunov-function-to-classify-stability-and-sketching-a-phase-portrait%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

                              Era Viking Índice Início da Era Viquingue | Cotidiano | Sociedade | Língua | Religião | A arte | As primeiras cidades | As viagens dos viquingues | Viquingues do Oeste e Leste | Fim da Era Viquingue | Fontes históricas | Referências Bibliografia | Ligações externas | Menu de navegação«Sverige då!»«Handel I vikingetid»«O que é Nórdico Antigo»Mito, magia e religião na volsunga saga Um olhar sobre a trajetória mítica do herói sigurd«Bonden var den verklige vikingen»«Vikingatiden»«Vikingatiden»«Vinland»«Guerreiras de Óðinn: As Valkyrjor na Mitologia Viking»1519-9053«Esculpindo símbolos e seres: A arte viking em pedras rúnicas»1679-9313Historia - Tema: VikingarnaAventura e Magia no Mundo das Sagas IslandesasEra Vikinge

                              What's the metal clinking sound at the end of credits in Avengers: Endgame?What makes Thanos so strong in Avengers: Endgame?Who is the character that appears at the end of Endgame?What happens to Mjolnir (Thor's hammer) at the end of Endgame?The People's Ages in Avengers: EndgameWhat did Nebula do in Avengers: Endgame?Messing with time in the Avengers: Endgame climaxAvengers: Endgame timelineWhat are the time-travel rules in Avengers Endgame?Why use this song in Avengers: Endgame Opening Logo Sequence?Peggy's age in Avengers Endgame

                              Mortes em março de 2019 Referências Menu de navegação«Zhores Alferov, Nobel de Física bielorrusso, morre aos 88 anos - Ciência»«Fallece Rafael Torija, o bispo emérito de Ciudad Real»«Peter Hurford dies at 88»«Keith Flint, vocalista do The Prodigy, morre aos 49 anos»«Luke Perry, ator de 'Barrados no baile' e 'Riverdale', morre aos 52 anos»«Former Rangers and Scotland captain Eric Caldow dies, aged 84»«Morreu, aos 61 anos, a antiga lenda do wrestling King Kong Bundy»«Fallece el actor y director teatral Abraham Stavans»«In Memoriam Guillaume Faye»«Sidney Sheinberg, a Force Behind Universal and Spielberg, Is Dead at 84»«Carmine Persico, Colombo Crime Family Boss, Is Dead at 85»«Dirigent Michael Gielen gestorben»«Ciclista tricampeã mundial e prata na Rio 2016 é encontrada morta em casa aos 23 anos»«Pagan Community Notes: Raven Grimassi dies, Indianapolis pop-up event cancelled, Circle Sanctuary announces new podcast, and more!»«Hal Blaine, Wrecking Crew Drummer, Dies at 90»«Morre Coutinho, que editou dupla lendária com Pelé no Santos»«Cantor Demétrius, ídolo da Jovem Guarda, morre em SP»«Ex-presidente do Vasco, Eurico Miranda morre no Rio de Janeiro»«Bronze no Mundial de basquete de 1971, Laís Elena morre aos 76 anos»«Diretor de Corridas da F1, Charlie Whiting morre aos 66 anos às vésperas do GP da Austrália»«Morreu o cardeal Danneels, da Bélgica»«Morreu o cartoonista Augusto Cid»«Morreu a atriz Maria Isabel de Lizandra, de "Vale Tudo" e novelas da Tupi»«WS Merwin, prize-winning poet of nature, dies at 91»«Atriz Márcia Real morre em São Paulo aos 88 anos»«Mauritanie: décès de l'ancien président Mohamed Mahmoud ould Louly»«Morreu Dick Dale, o rei da surf guitar e de "Pulp Fiction"»«Falleció Víctor Genes»«João Carlos Marinho, autor de 'O Gênio do Crime', morre em SP»«Legendary Horror Director and SFX Artist John Carl Buechler Dies at 66»«Morre em Salvador a religiosa Makota Valdina»«مرگ بازیکن‌ سابق نساجی بر اثر سقوط سنگ در مازندران»«Domingos Oliveira morre no Rio»«Morre Airton Ravagniani, ex-São Paulo, Fla, Vasco, Grêmio e Sport - Notícias»«Morre o escritor Flavio Moreira da Costa»«Larry Cohen, Writer-Director of 'It's Alive' and 'Hell Up in Harlem,' Dies at 77»«Scott Walker, experimental singer-songwriter, dead at 76»«Joseph Pilato, Day of the Dead Star and Horror Favorite, Dies at 70»«Sheffield United set to pay tribute to legendary goalkeeper Ted Burgin who has died at 91»«Morre Rafael Henzel, sobrevivente de acidente aéreo da Chapecoense»«Morre Valery Bykovsky, um dos primeiros cosmonautas da União Soviética»«Agnès Varda, cineasta da Nouvelle Vague, morre aos 90 anos»«Agnès Varda, cineasta francesa, morre aos 90 anos»«Tania Mallet, James Bond Actress and Helen Mirren's Cousin, Dies at 77»e