A How can I plot a 3D phase space for a system of differential equations?

Aatifa
Hi, i would like to know how can i plot a three dimentionnal phase space (mathematica), for this kind of differential equations:
x'= (z^2(x-4y+z)+y^2(x+z)+z(x*y-x^2))/(z^2+x^2-2)
y'=y(y-3)+z(4y-z)+3(1-x^2)-2(y-3z)(z^2(x-4y+z)+y^2(x+z)+z(x*y-x^2))/x(z^2+x^2-2)
z'=2y-z(z^2(x-4y+z)+y^2(x+z)+z(x*y-x^2))/x(z^2+x^2-2)
do i need to solve numerically this system and then plot its solution?
 
Physics news on Phys.org
The phase space itself would be ##\mathbb{R}^3## (or: a subset of ##\mathbb{R}^3##), so for that there is not much to plot. (Just three axes.)

You could plot the vector field defined by the right-hand side (I think Mathematica can do that?) or you could plot some "typical" solutions. For the former, you do not need to solve the ODE, for the latter you do need to solve it indeed. A combination is also possible: Plot the vector field and superimpose on this a plot of some typical solutions starting from various initial conditions.
 
  • Like
Likes Dr. Courtney and Greg Bernhardt
Hi, thank you for your reply. Actually what i am trying to do is to plot the phase space of my dynamical system and superimpose on this plot the critical points of this system in order to study the stability of these critical points. Here is the result of the plot, unfortunatelly i didn't get any useful information from it.
I would like to know what did you mean by "typical" solutions?
 

Attachments

  • phase-space-aatifa.jpg
    phase-space-aatifa.jpg
    18.2 KB · Views: 635
Aatifa said:
Actually what i am trying to do is to plot the phase space of my dynamical system and superimpose on this plot the critical points of this system in order to study the stability of these critical points. Here is the result of the plot, unfortunatelly i didn't get any useful information from it.
Probably you already calculated the eigenvalues of the linearization at the critical points? Could you draw any conclusions regarding (local) stability from that?
Aatifa said:
I would like to know what did you mean by "typical" solutions?
I'm sorry, "typical" is indeed an ill-defined notion here. I meant to plot a couple of orbits through various initial conditions in the phase space to get an idea of what they look like. Likely this would work in Mathematica with some experimenting, but I am not familiar with that software. Alternatively, there are also more specialized (free) toolboxes that can help you with this and subsequent analysis. One of those is MatCont (software, Scholarpedia page), which is developed academically. (It requires MATLAB, though it might also run in Octave.)
 
  • Like
Likes Greg Bernhardt
Krylov said:
Probably you already calculated the eigenvalues of the linearization at the critical points? Could you draw any conclusions regarding (local) stability from that?

Yes, i did, actually i found some sadlle and stable points. But i was wondering if i could confirm this result by ploting the phase space.

I'm sorry, "typical" is indeed an ill-defined notion here. I meant to plot a couple of orbits through various initial conditions in the phase space to get an idea of what they look like. Likely this would work in Mathematica with some experimenting, but I am not familiar with that software. Alternatively, there are also more specialized (free) toolboxes that can help you with this and subsequent analysis. One of those is MatCont (software, Scholarpedia page), which is developed academically. (It requires MATLAB, though it might also run in Octave.)

thank you for your clarifications about my question, i will try to use one of these softwares that you have mensionned above.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top