fluidistic
Gold Member
- 3,928
- 272
Homework Statement
Find the stationary solution(s) of the following system of DE and determine its stability:
x'=x^2+y^2+1.
y'=2xy.
Homework Equations
x'=\frac{dx}{dt}=0, y'=\frac{dy}{dt}=0.
The Attempt at a Solution
I tried to google "stationary solutions of a system of DE" but didn't find anything that can help me. I'm guessing they mean solutions that does not change with respect to time, hence x'=y'=0. By setting this constraint, I reached that (x,y)=(\pm i \sqrt {1+y^2},0)=(\pm i , 0) are critical points. Namely (x,y)=(i,0) and (x,y)=(-i,0) are 2 critical points, or stationary solutions to the system of DE.
Now I do not know about the stability of such a system. What should I check for?
Thanks in advance!