Author Topic: Q7-T0301  (Read 3353 times)

Victor Ivrii

  • Administrator
  • Elder Member
  • *****
  • Posts: 2607
  • Karma: 0
    • View Profile
    • Personal website of Victor Ivrii
Q7-T0301
« on: March 30, 2018, 12:18:39 PM »
a. Determine all critical points of the given system of equations.

b. Find the corresponding linear system near each critical point.

c. Find the eigenvalues of each linear system. What conclusions can you then draw about the nonlinear system?

d. Draw a phase portrait of the nonlinear system to confirm your conclusions, or to extend them in those cases where the linear system does not provide definite information about the nonlinear system.
$$
\left\{\begin{aligned}
&\frac{dx}{dt} = y +x(1-x^2 - y^2)\\
&\frac{dy}{dt} = -x + y(1-x^2 - y^2)
\end{aligned}\right.$$
« Last Edit: March 30, 2018, 12:20:55 PM by Victor Ivrii »

Darren Zhang

  • Full Member
  • ***
  • Posts: 22
  • Karma: 13
    • View Profile
Re: Q7-T0301
« Reply #1 on: March 30, 2018, 12:45:51 PM »
(a)The critical points are solns of these questions.
$$y+x(1-x^2-y^2) = 0$$ $$-x+y(1-x^2-y^2)=0$$
Multiply the first equation by y and the second equation by x . The difference of the two equations gives $x^2+y^2=0$. Hence the only critical point is at the origin.
(b,c) With $F(x,y) = y+x(1-x^2-y^2)$ and $G(x,y) = -x+y(1-x^2-y^2)$, the Jacobian matrix of the vector field is
$$ J = \begin{pmatrix} 1-3x^2-y^2 & 1-2xy \\ -1-2xy & 1-x^2-3y^2 \end{pmatrix} $$
At the origin, the coefficient matrix of the linearized system is
$$ J(0,0) = \begin{pmatrix} 1 & 1  \\ -1 & 1\end{pmatrix} $$
with complex conjugate eigenvalues $r_{1} = 1+i$, $r_{2} = 1-i$,  . Hence the origin is an unstable spiral.

Attached is the part (d)
« Last Edit: March 30, 2018, 01:40:46 PM by Junjie Zhang »

Syed Hasnain

  • Full Member
  • ***
  • Posts: 18
  • Karma: 3
  • mat244h1s-winter2018
    • View Profile
Re: Q7-T0301
« Reply #2 on: March 30, 2018, 10:23:56 PM »
I have attached my solution...
thanks

Victor Ivrii

  • Administrator
  • Elder Member
  • *****
  • Posts: 2607
  • Karma: 0
    • View Profile
    • Personal website of Victor Ivrii
Re: Q7-T0301
« Reply #3 on: March 31, 2018, 07:47:00 AM »
Junjie is right. There is one stationary point (unstable focal with clockwise rotation) but also one can see a stable limit cycle $x^2+y^2=1$.