Finding Eigenvectors & Stabilizing 0,0 in System Stability

  • Thread starter Thread starter namu
  • Start date Start date
  • Tags Tags
    Stability System
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
namu
Messages
32
Reaction score
0
For the system

[itex]\dot{x}[/itex]=y2
[itex]\dot{y}[/itex]=x2

Both the eigenvalues are zero. How do I
find the eigenvectors so that I can sketch
the phase portrait and how do I classify
the stability of the fixed point (0,0)?
 
on Phys.org
Yes, that is true. Thank you. How do I find the eigenvectors though?
 
It is not necessary to compute eigenvectors. This system is Hamiltonian (conservative). On dividing one equation by the other you get
\begin{equation}
\frac{dx}{dy} = \frac{y^2}{x^2}
\end{equation}
Separating variables and integrating you find the Hamiltonian
\begin{equation}
H(x,y) = \frac{1}{3} (x^3-y^3)
\end{equation}
The level sets \begin{equation}H = constant\end{equation} define the phase portrait.
 
oh my god, that make life so easy. Thank you!