You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a system $\dot{\vec{x}} = \vec{f(x)},$ a **conserved quantity** is a @real-valued@continuous@function $E(\vec{x})$ that is constant on trajectories, i.e. $dE/dt = 0.$ We also require that $E(\vec{x})$ is nonconstant on every @open set, to avoid trivial examples such as $E(\vec{x}) = 0.$
15
+
:::
16
+
17
+
As an example, consider a particle of mass $m$ moving along the $x$-axis, subject to a nonlinear force $F(x):$
18
+
19
+
$$ m\ddot{x} = F(x). $$
20
+
21
+
Note that $F(x)$ is not dependent on $\dot{x}$ or $t,$ so there is no damping or friction, and the driving force doesn't vary with time. Under these conditions, we can show that energy is conserved. Let $V(x)$ denote the potential energy, defined by $F(x) = -dV/dx.$ Then
22
+
23
+
$$ m\ddot{x} + \frac{dV}{dx} = 0. $$
24
+
25
+
Now, if we multiply both sides times $\dot{x}$ we get
Conservative systems have no attracting @fixed-points.
45
+
46
+
::::proof
47
+
Suppose $\vec{x^*}$ were an attracting @fixed-point in a conservative system. Then, note that all trajectories in the basin of attraction approach $\vec{x^*}$ as $t \to \infty.$ Since $E(\vec{x})$ is continuous, the energy in the limit as trajectories approach $\vec{x^*}$ is equal to the energy at the fixed point, and so the energy along the entirety of each trajectory is equal to the energy at the fixed point. But, this implies that the energy in the entire basin of attraction is the same as the energy at the fixed point, which violates our definition of a conservative system (i.e. we require that $E(\vec{x})$ be nonconstant.) Therefore no such @fixed-point can exist.
48
+
::::
49
+
:::
50
+
13
51
<!-- TODO: Hamiltonian systems, energy conservation, potential functions, energy level sets, closed orbits -->
0 commit comments