Author Topic: Q7-T0401  (Read 3561 times)

Victor Ivrii

  • Administrator
  • Elder Member
  • *****
  • Posts: 2607
  • Karma: 0
    • View Profile
    • Personal website of Victor Ivrii
Q7-T0401
« on: March 30, 2018, 12:19:48 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} = 1 - xy\\
&\frac{dy}{dt} = x - y^3
\end{aligned}\right.$$
« Last Edit: March 30, 2018, 12:21:52 PM by Victor Ivrii »

Darren Zhang

  • Full Member
  • ***
  • Posts: 22
  • Karma: 13
    • View Profile
Re: Q7-T0401
« Reply #1 on: March 30, 2018, 01:01:22 PM »
(a)The critical points are given by the solution set of the equations.$$1-xy = 0$$ $$x-y^3=0$$
After multiplying the second equation by y , it follows that $y=1/-1$ . Hence the critical points of the system are at (-1,1) and (-1,-1).

(b,c) Note that $F(x,y) = 1-xy$ and $G(x,y) = x-y^3$ . The Jacobian matrix of the vector field is $$ J = \begin{pmatrix} -y & -x \\ 1 & -3y^2 \end{pmatrix} $$
At the critical point (1,1), the coefficient matrix of the linearized system is$$ J(1,1) = \begin{pmatrix} -1 & -1 \\ 1 & -3 \end{pmatrix}$$

with eigenvalues  $r_1 = r_2 = -2$ . The eigenvalues are real and equal. It is easy to show that there is only one linearly independent eigenvector. Hence the critical point is a stable improper node. 

 At the point (-1,-1), the coefficient matrix of the linearized system is $$ J(-1,-1) = \begin{pmatrix} 1 & 1 \\ 1 & -3 \end{pmatrix}$$

with eigenvalues $r_1 = -1+\sqrt{5}$, $r_2 = -1- \sqrt{5}$. The eigenvalues are real, with opposite sign. Hence the critical point of the associated linear system is a saddle, which is unstable.

Attached is the part(d).
« Last Edit: March 31, 2018, 07:50:09 AM by Victor Ivrii »

Nikola Elez

  • Jr. Member
  • **
  • Posts: 10
  • Karma: 2
    • View Profile
Re: Q7-T0401
« Reply #2 on: March 30, 2018, 11:40:07 PM »
Small error, you stated that (-1,1) is a critical point, when it is (1,1)

Syed Hasnain

  • Full Member
  • ***
  • Posts: 18
  • Karma: 3
  • mat244h1s-winter2018
    • View Profile
Re: Q7-T0401
« Reply #3 on: March 31, 2018, 02:38:04 AM »
I think that for the critical point (1,1) it is
an asymptotically stable spiral

Victor Ivrii

  • Administrator
  • Elder Member
  • *****
  • Posts: 2607
  • Karma: 0
    • View Profile
    • Personal website of Victor Ivrii
Re: Q7-T0401
« Reply #4 on: March 31, 2018, 07:52:28 AM »
Indeed, there was a misprint in one place, but later considered was a correct point. I inserted bold into formatting to show where each point is analyzed