2

Are there any reasons why a system would exhibit chaotic behavior? Or is this something only found through numerical modelling or experimental testing?

For example, the simple forced, damped pendulum or the duffing oscillator. Were these experimented on and it was found that they were sensitive to initial conditions, and then examined further to prove the 3 chaotic properties and finally deemed to be chaotic? Or is there something physical about them that gives away a possibility to chaos?

If it is the former, how would we determine chaotic systems? Just trial and error until all 3 properties are proven?

t-osu
  • 45

4 Answers4

2

You model the system with differential equations and evaluate the differential equations (without necessarily needing to use computer simulation or experimentation, although both, especially simulation, are powerful tools). By so doing you predict under what conditions the system will exhibit chaotic behavior and what the characteristics of the chaotic behavior will be.

I don't think the "how do we determine" question is answerable in a short forum post, even to someone with a math or physics degree. The answer is most of a university math course or textbook on nonlinear dynamical systems. The prerequisites of such a class would be the calculus sequence, differential equations, and linear algebra.

As with any course there are plenty of options. The one I've read is S. H. Strogatz's book Nonlinear Dynamics and Chaos, and I found it unusually clear and easy to read for a math textbook. Cornell has a lecture series by the author, following the book, available for free on youtube. I haven't listened to them, so I don't know how well Strogatz lectures, but the book was excellent and having a lecture series to go along with a book helps.

g s
  • 13,563
2

There is a bit to disentangle here, so this may seem like a somewhat roundabout answer, but we will get to your questions eventually:

First of all, chaos is a property of deterministic and bounded dynamical systems, which in turn are mathematical constructs. The general mechanisms of chaos in such systems are generally well understood, but are nothing that I can explain within the scope of this answer. Moreover, for such systems, chaos is the norm, more specifically the non-chaotic regions of parameter space become increasingly small with increasing complexity of the system. So, in some sense the interesting question is rather why some (mathematical model) systems are not chaotic and why we can derive valuable insights from those. There are some necessary ingredients required for chaos¹, but these can be found in every real system.

All definitions of chaos employ criteria that are inherently mathematical, in particular employing infinitesimal or infinite quantities. As such, they cannot be applied to natural systems. The one aspect of chaos that most definitions agree upon is the sensitivity to initial conditions, which can be determined for natural (and simulated) systems in good approximation (see this answer of mine for some details). Other properties like topological transitivity and dense periodical orbits are not reasonably accessible in nature at all. Rigorously proving chaos in nature is as impossible as proving whether the ratio of the proton and electron mass is a rational number.

With that as a background, let’s turn to your specific questions:

Are there any reasons why a system would exhibit chaotic behavior?

As elaborated above, chaos is more or less the default. Rather, there are reasons why chaos may be absent in a model.

Or is this something only found through numerical modelling or experimental testing?

For some mathematical models, chaoticity according to some definition was rigorously proven. For most model systems, it is shown numerically (and not rigorously). For natural systems, you can only show the sensitivity to initial conditions experimentally, either by reproducing initial conditions and observe their divergence (example by me) or analysing data from the system. Alternatively, it may satisfy you to create a model for the system that explains the relevant observed behaviour and show that this model is chaotic. After all, showing chaos for its own sake is pretty pointless in nature, as you will always find always find chaos if you look closely enough, and the question is rather how to best describe the relevant properties of the system.

Were these […] examined […] to prove the 3 chaotic properties and finally deemed to be chaotic?

I am not exactly sure what three properties you are referring to, but as elaborated above only sensitivity to initial conditions is usually experimentally accessible.


¹ three dynamical variables (in continuous-time systems, which real physical systems are), non-linearities

Wrzlprmft
  • 6,242
  • Would you suggest that the "cannot be applied to natural systems" aspects are any more so than any other model? That is: the model produces mathematical regions where the model does not map reality, but there are no physical regions that correspond to the mathematical regions where we find nonphysical results like infinities. And there are levels of detail where the model may not map reality, but there are no measurements that could distinguish reality from a set of similar models differing by an amount corresponding to measurement error, from which one is probabilistically selected? – g s Dec 09 '21 at 16:25
  • @gs: Sorry, but I fail to understand what you are referring to. I only said that the defining criteria of chaos “cannot be applied to natural systems”; I did not speak about models in this way. For example for compute a Lyapunov exponent according to the mathematical definition, you would need to produce infinitely many infinitesimal state changes and observe their effects over an infinite period of time. And topological transitivity and dense periodical orbits are even worse. – Wrzlprmft Dec 09 '21 at 21:10
  • @Wrzlprmft thank you for your response. Reminding me that these are all mathematical constructs has helped a lot. I took some time over the weekend to think of any remaining questions I have. I was wondering when you said that 3 dynamical variables and non-linearities are required for chaos. Where does that leave, e.g., the logistics map or the forced, damped pendulum because aren't there only 2 dynamic variables in their equations? – t-osu Dec 13 '21 at 19:10
  • […] when you said that 3 dynamical variables and non-linearities are required for chaos. Where does that leave, e.g., the logistics map or the forced, damped pendulum because aren't there only 2 dynamic variables in their equations? – I could have been more precise there (also see my edit). Three dynamical variables are necessary in a continuous-time autonomous system. This excludes the logistic map (because it is not a continuous-time system). The forced, damped pendulum is not autonomous as it is, well, forced, which effectively adds another dynamical variable (the phase of the forcing). – Wrzlprmft Dec 13 '21 at 19:34
0

In a chaotic system, if you start with two initial states that are nearly identical, they will diverge from each other exponentially. Soon they will be in completely different states.

Note that this implies the system will have no stable repetitive paths through its state space.

Consider the example of the frictionless billiard table. Two initial states have a ball strike another in slightly different spots. They reflect at slightly different angles. They hit the next ball in spots that are further separated, and their angle of reflection is increased. Soon one ball will miss the next ball entirely.

I do not know why exponential separation is required, as opposed to polynomial. If the system evolves long enough, exponential separation will always be larger. But it seems that polynomial would be enough to ensure that the system does not repeat itself.

mmesser314
  • 38,487
  • 5
  • 49
  • 129
  • 2
    I do not know why exponential separation is required, as opposed to polynomial – I am not aware of anybody requiring exponential separation as such, however exponential separation is what dynamical systems happen to do (barring pathological examples). See this answer of mine. – Wrzlprmft Dec 09 '21 at 10:53
0

For an initially periodic system to exhibit chaotic behavior generally requires that each cycle uses as its initial conditions the final conditions of the previous cycle and that those differences between subsequent states are nonlinearly proportional to the present state of the system.

The "cumulativity" criterion means that differences between the initial and subsequent states will grow with time, and the nonlinearity means that the system evolution will exhibit distortion in the sense that the output signal will progressively contain more and more things that weren't originally present in the initial input signal.

niels nielsen
  • 92,630