The orbit of $φ$ through $x_0$ is the set $O(x_0) \equiv \{φ_t(x_0) : −∞ < t < ∞\}$. This is also called the trajectory through $x_0$. Then, what is the difference between an orbit and a trajectory?
-
I'm a little confused by your notation, but I'm more confused that you wrote the Orbit through a point is also called a trajectory. I believe it's standard to reserve the notion of orbit for trajectories that make a closed loop. Orbits are trajectories, but trajectories are not necessarily orbits. – breeden Jun 13 '14 at 06:50
-
I'm sorry, I have a definition from a paper. Thank you @Breeden :), but I'm still confused. In terms of where the difference of the orbit and trajectory.. – user132624 Jun 13 '14 at 07:24
-
@breeden thank you for your enlightenment. finally, I know where the difference of the trajectories and orbits :) – user132624 Jun 14 '14 at 04:09
-
Great! @user132624 – breeden Jun 14 '14 at 04:13
-
2As far as I've seen earlier the set $O(x_0) = \lbrace \varphi^t(x_0) \vert -\infty < t < +\infty \rbrace$ can be called both ways. Term "orbit" seems to be linked with group-theoretic view of dynamical systems definition. And trajectory is a more physics-like name of this thing. I would appreciate any correction if I'm wrong. – Evgeny Jun 16 '14 at 08:49
-
I would also say that the terms are "almost" equivalent. A perfect example is to imagine the "action of a matrix on a vector". You take a matrix $A$, a vector $x$, and then the set ${x,Ax,...,A^nx}$ is called the orbit of the action of $A$ through $x$. I guess in naive words a trajectory is mostly used when you can imagine an arrow flowing in some surface (in any dimension). Another difference is that trajectory gives you the idea of direction while when using orbit this is not really present... e.g. If A is invertible, the orbit of $A$ through $x$ is ${..., A^{-1}x,x,Ax,...}$ – PepeToro Jun 19 '14 at 14:20
-
@Evgeny I would suggest that your turn your comment into an answer. – pluton Jun 01 '15 at 10:24
-
@pluton Well, good answer (in my opinion) requires from me to check most notable books on dynamical systems theory to say, whether authors follow the same convention as I've mentioned or not. For example, as I definitely know Predrag Cvitanović distincts trajectory from orbit and for him the trajectory is the the finite time segment of full orbit. But it seems that I'm short of time now. – Evgeny Jun 01 '15 at 14:25
2 Answers
I admit this might be late, but for future reference: An orbit is the set of points of the manifold as you defined above. A trajectory is a function which has the orbit as image set.

- 169
My impression is that, in dynamic systems theory, the two terms 'orbit' and 'trajectory' are often used interchangeably. They both seem to come from physics, e.g. orbits of planets, etc. Earlier, I had the impression that 'trajectory' was more commonly used when talking about continuous systems, and that 'orbit' was used for discrete ones. This distinction does not seem to be even nearly universally accepted however, and is probably more of a preference than anything else. Possibly this impression comes from the fact that you use 'orbit' in group theory, when a group is acting on elements of a set, see definition here. It therefore feels somewhat more natural to call the sequence emerging from a discrete system, orbit. Trajectory seems to be somewhat more common among physicists. I get a feeling that this is similar to the distinction (or non-distinction) between 'map' and 'function', see discussion here.
I find it hard to find any real distinction being made explicitly in dynamical systems literature (at least in the many books on my shelf). Three examples of the terms being explicitly used interchangeably by respected authorities are:
- At the Scholarpedia article Dynamical Systems by Prof. James Meiss, Applied Mathematics University of Colorado, Boulder, CO, USA, under the "Evolution Rule" section, §2.
"The forward orbit or trajectory of a state $s$ is the time-ordered collection of states that follow from $s$ using the evolution rule."
- In Robert C Hilborn's Chaos and Nonlinear Dynamics, An Introduction for Scientists and Engineers, Second Edition, p.20, §1.
The sequence of $x$-values generated by this iteration procedure will be called the trajectory or orbit in analogy to the sequence of position values for a planet or satellite taken at successive time intervals.
- In Mario Martelli's Introduction to Discrete Dynamical Systems and Chaos, Definition 1.1.1, p.11, §3.
The evolution of the system starting from $x_0$, is given by the sequence: $(x_0, x_1=F(x_0), x_2=F^2(x_0), ..., F^n(x_o), ...)$.
Definition 1.1.1 [3]. The sequence $\{x_0,x_1,\ldots, x_n,\ldots\}$ is denoted by $O(x_0)$ and is called the orbit or trajectory of the system starting from $x_0$.
I want to make clear that I am a mathematician and not a physicist, therefore my impression is very much based on literature about pure and applied mathematics. It might be the case that physicists make more of a distinction between the two, even though I doubt it.
Another, perhaps more important distinction that should be made when talking about orbits/trajectories, is whether one means orbit/trajectory a as defined in 1.1.1, as a sequence, or as a set. Often this does not pose any problems, as it is clear from context. Personally, dealing mostly with discrete systems, I usually write $\{f^n\}_{n\geq 0}$, with set braces, for the unordered set, which could be finite for a periodic orbit, and $(f^n)_{n\geq 0}$ for the ordered infinite sequence. This is somewhat OT, but nevertheless important to have in mind when reading about these things.
I hope that this either suffice as an answer, or at least makes things a bit more clear.

- 1,401