15

What are Poincaré maps and how to understand them?

Wikipedia says:

In mathematics, particularly in dynamical systems, a first recurrence map or Poincaré map, named after Henri Poincaré, is the intersection of a periodic orbit in the state space of a continuous dynamical system with a certain lower-dimensional subspace, called the Poincaré section, transversal to the flow of the system.

But I fail to understand any part of the above definition...

Examples of Poincaré maps:

The angular momentum and the angle $\theta$ of a kicked rotator, in a poincaré map is described as: enter image description here

  • If I'm not mistaken the closed lines are called Tori, but how this interpret this map?

Another example: Billiard in stadium-like table: the poincaré map is:

enter image description here

Where $p$ and $q$ are the globalized coordinates for momentum and position. Again

  • How to interpret this? (Please lean towards a physical explanation when answering.)
Qmechanic
  • 201,751
user929304
  • 4,635

1 Answers1

13

The essential idea of a Poincaré map is to boil down the way you represent a dynamical system. For this, the system has to have certain properties, namely to return to some region in its state space from time to time. This is fulfilled if the dynamics is periodic, but it also works with chaotic dynamics.

To give a simple example, instead of analysing the entire trajectory of a planet, you would only look at its position once a year, more precisely, whenever it intersects (with a given direction) a plane

  • that is perpendicular to the plane in which the planets trajectories lie,
  • that contains the central celestial body around which the planet rotates.

This plane is a Poincaré section for the orbit of this planet, as it is transversal to the flow of the system (which goes along the planet’s trajectories).

enter image description here

Now, if the planet’s orbit is exactly periodic with a period length corresponding to one year, our yearly recording would always yield the same result. With other words, our planet would intersect the Poincaré section at the same point every year. If the planet’s orbit is however more complicated, e.g., the Perihelion precession of Mercury, the point of intersection with the Poincaré section will slightly change each year. You can then consider a Poincaré map which describes how the intersection point for one year depends on the intersection point for the previous year.

While I have only looked at the geometrical position for this example, you can also look at other observables and probably need to, if you cannot fully deduce the position in phase space from the geometrical position. In our example, you would also need to record the impulse of the planet (or some other observable).

Now, what’s the purpose of this? If our planet’s orbit only deviates from perfect periodicity slightly, what happens during one year is just going in circles and thus “rather boring” and obfuscating the interesting things that happen on larger time scale. The latter can be observed on our Poincaré map, which shows us how the orbit slightly changes each year. Therefore it may be easier or more illustrative to just analyse the Poincaré map instead of the entire trajectory. This is even more pronounced for billiard: Between two collisions with a boundary, the dynamics is just $\dot{x}=v$.

In particular, certain properties of your underlying dynamics translate to the Poincaré map, e.g.: If the dynamics is chaotic, so is your Poincaré map. If, in our planet example, the dynamics is periodic with a period of four years, your Poincaré map will alternate between four points. If your dynamic is quasi-periodic with two incommensurable frequencies (for example, if one observable is $\sin(x)+\sin(\pi x)$), the intersections with your Poincaré section will all lie on a closed curve. For example, most straight trajectories on the surface of a torus correspond to a dynamics with incommensurable frequencies and will eventually come arbitrarily close to any point on the torus, i.e., they fill the torus’s surface. Thus the intersection of the trajectory with a Poincaré section that is perpendicular to the torus’s surface at all points will yield the border of a circle (and non-perpendicular Poincaré sections will yield something close to an ellipsis). In general, the dimension of the intersections with the Poincaré section is the dimension of the attractor minus one.

Also, if you want to model an observed system in the sense of finding equations that reproduce its dynamics to some extent, you might start with modelling the Poincaré map (i.e., find an explicit formula for it).

Wrzlprmft
  • 6,242
  • @Phonon: No, it’s not related to modelling – I amended my answer to clarify what I meant with modelling. For each system there are many possible Poincaré maps and in our example system it does not make a big difference which one you choose (however, it may be that you are constrained because you can only observe the planet under certain conditions). For more complicated systems, it might be more diffcult to find the Poincaré section and you might resort to just looking at, e.g., the local maxima of a time series of an observable of the system. – Wrzlprmft Oct 16 '14 at 07:08
  • 1
    @Wrzlprmft Thank you very much for helping, I upvoted for you and will press accept soon if no one else is sharing his/her interpretation. So from what I learned in your answer, I want now to apply it to the images I had in my question originally: The one on top: so the bottom and top density of circles means the system is in periodic orbits for all those trajectories of phase space? Where as in the middle of it, the circles have become elliptic, meaning the system is periodic but for changing trajectories? is any of what I said correct? – user929304 Oct 16 '14 at 12:04
  • 1
    @user929304: I added something regarding tori, which are most probably comparable to what you see in your images. However, to make any statements about your images, I know too little about them. I would assume that all images are the superposition of the Poincaré maps for multiple initial conditions. – Wrzlprmft Oct 16 '14 at 12:25
  • 1
    @user929304: I think, this picture is easier to understand: Each coloured circle corresponds to the values assumed by the Poincaré map for one quasiperiodic solution. For a certain kick strength, the system acquires chaotic solutions which cover the noise-like areas. Which solution you get, depends on your initial conditions. – Wrzlprmft Oct 16 '14 at 16:54