1

There are a few other topics I found that explore this idea from a different perspective:

My question is on similar lines but from the perspective of complexity and within the framework of classical mechanics. It would seem to me that what we typically describe as "random", for example in probability theory, refers to the unpredictability within a complex system. A coin flip has many different initial conditions: the size and shape of the coin, the way the hand moves when it flips it, the material of the surface the coin lands on, the movement of molecules in the air etc. It also has many many interacting parts, many of which exist on the atomic scale, and whose relationship with other parts change dynamically. Probability is a mathematical model that allows us to tell what possible average outputs the system can produce given all the internal variables that are unknown to us. Is this a fair characterization?

However, if we were, in theory, to know all the initial conditions and had a way of describing all of the interactions of all variables in this dynamic system once it has begun, could we not predict the outcome (assuming theoretical computational power)?

My main question: Is there any kind of dynamic system in classical mechanics in which the outcome would not be predictable and, if so, why not?

syntonicC
  • 123
  • 6
  • I am interested in classical mechanics. I suppose your comment answers my question - I am specifically asking if there is a deterministic system in classical mechanics, as I have described it, in which it would not be possible to predict the outcome given knowledge of conditions and interactions. Some of the answers in the other topics do touch on parts of this but they do not answer that question specifically (and many focus on QM). – syntonicC Jan 22 '16 at 22:07
  • 1
    Here is actually an interesting page concerning this: http://www.pitt.edu/~jdnorton/Goodies/Dome/ – Martin Jan 22 '16 at 22:19
  • 2
    Any sufficiently complex deterministicity is indistinguishable from stochasticity. – Wrzlprmft Jan 22 '16 at 22:39
  • 3
    All but about a dozen special potentials in classical mechanics lead to non-integrable systems. The long term dynamics of a non-integrable systems can not be predicted, even though the system is perfectly deterministic. In other words: for all practical purposes classical mechanics is deterministic non-predictable. This, of course, has nothing to do with randomness which is a purely hypothetical construct. Finite numbers of measurements can never determine if a system is actually random or just pseudo-random. – CuriousOne Jan 22 '16 at 22:48
  • @Wrzlprmft : this high complexity may come from markov chains with a lot of randomization steps –  Jan 22 '16 at 22:52
  • @igael: Markov chains are random, not deterministic; they may make things complex, but that’s not what I am talking about. There are very complex deterministic systems whose behaviour strongly resembles those of stochastic systems. They are predictable (if you know their state in its entirety and have no issue with the butterfly effect), but from a sufficiently reduced point of view they look like stochastic processes. – Wrzlprmft Jan 23 '16 at 08:07

1 Answers1

1

Other answers have pointed to the fact that the question in classical mechanics has only limited applicability in real life (CuriousOne's comment in particular points out that this is at best an academic question), but let's discuss it out of curiosity nevertheless.

Most systems in classical mechanics are deterministic. Here is a simple heuristic: The equations of motion are governed by Newton's laws. If the forces do not depend on the time derivatives, this implies that the equations of motions can be seen as ordinary differential equations of second order. Those can be made into a system of first order differential equations with twice as many variables (the other set of variables is the velocities). Now the theorem of Picard-Lindelöff tells us that given initial conditions, i.e. positions and velocities, the trajectory is usually (meaning when the terms of the theorem are met) unique. This uniqueness is exactly what is meant by "determinism".

For most systems, the conditions of Picard-Lindelöff will hold almost everywhere because of general assumptions about the continuity of forces, however it is possible to construct examples where it fails and where explicitly non-unique solutions can be constructed. One such example is known as Norton's dome.

Qmechanic's beautiful answer on another StackExchange question illuminates why the conditions of Picard-Lindelöff are not met and why this system is indeed not deterministic.

The idea is the following: Given the potential $h(r)=−\frac{2}{3g}r^{3/2}$ and gravity, at the top of this dome, there are at least two solutions of the equation as demonstrated in this answer.

However, there is even another class of solutions (and I'll paraphrase Norton himself from now on):

$$h(t)=\begin{cases}(1/144) (t-T)^4 \quad t>T \\ 0 \quad t \leq T \end{cases}$$

In this solution, the ball at the top of the dome suddenly starts moving and this "suddenly" $T$ can be chosen as you wish. This of course violates determinism.

Why does it work? One heuristic is also given: Newton's equations are time reversible and the solution is the time reversed version where you start from the bottom of the dome and then move upwards and the particle has just enough momentum to reach the top, but not more. Since you can find many trajectories through the top of the dome with zero velocity at the top, this would indicate that we might have a uniqueness problem there.

But beware: It doesn't prove anything, because the same is true if you just consider the top of a hill shaped like a ball half - yet here we don't have a problem with determinism, as one can prove from the initial value problem. The reason is that all trajectories through the top of the hill with zero velocity at the top only reach the top at infinite times. This is NOT true for the Norton dome. Here, the ball reaches the top at finite times!

Martin
  • 15,550
  • the question in classical mechanics has only limited applicability in real life – You might also note that Norton’s dome is not a problem depending on how exactly we interpret Newton’s first law (“In the absence of a net external force, a body remains at rest or in a state of uniform motion in a straight line.”) in this case, where the different interpretations cannot be distinguished by experiment and are thus both equally valid. So we can have classical mechanics without Norton’s dome being a problem. – Wrzlprmft Jan 23 '16 at 11:59