Physlib.ClassicalMechanics.Pendulum.SimplePendulum.LiftInvariance
Independence of the lift for the simple pendulum
i. Overview
The dynamics of the simple gravity pendulum in `SimplePendulum.Basic` is written on a lift of the motion: the real angle `θ t 0` stands for the configuration `ConfigurationSpace.ofAngle (θ t 0)`, and two lifts differing by a whole number of turns carry the same configurations. For the lifted formulation to describe the pendulum faithfully, nothing dynamical may depend on the choice of the lift. This module proves that the dynamical quantities — the potential and kinetic energies, the torque, the energy, and the equation of motion together with its solutions — are invariant under the deck transformations `θ ↦ θ + 2π n` of the angular lift, and closes by making the starting point precise: the shifted lift describes the same configuration, by the periodicity of the angular lift of the geometric configuration space. The packaging of this invariance at the level of configuration-space trajectories comes with the geometric bridge in a later module.
ii. Key results
- `SimplePendulum.potentialEnergy_add_int_mul_two_pi` and `SimplePendulum.torque_add_int_mul_two_pi`: the potential energy and the torque are unchanged by shifting the angle by a whole number of turns. - `SimplePendulum.kineticEnergy_add_const` and `SimplePendulum.energy_add_int_mul_two_pi`: the kinetic energy is unchanged by any constant shift of the lift, and the energy by a shift by a whole number of turns. - `SimplePendulum.equationOfMotion_add_int_mul_two_pi` and `SimplePendulum.isSolution_add_int_mul_two_pi`: the equation of motion and its solutions are invariant under shifting the lift by a whole number of turns. - `SimplePendulum.ofAngle_add_int_mul_two_pi_coord`: the shifted lift describes the same configuration.
iii. Table of contents
- A. Independence of the lift - A.1. Invariance of the potential energy and the torque - A.2. Invariance of the energy - A.3. Invariance of the equation of motion and its solutions - A.4. The shifted lift describes the same configuration
iv. References
References for the simple gravity pendulum include: - Landau & Lifshitz, Mechanics, 3rd ed., §5 and §21. - Arnold, Mathematical Methods of Classical Mechanics, 2nd ed., §4.
A. Independence of the lift
The dynamics of `SimplePendulum.Basic` are written on a lift of the motion: the real angle `θ t 0` stands for the configuration `ConfigurationSpace.ofAngle (θ t 0)`, and two lifts differing by a whole number of turns carry the same configurations. This section proves that the dynamical quantities listed below — the energies, the torque, and the equation of motion and its solutions — are invariant under the deck transformations `θ ↦ θ + 2π n` of the angular lift; the packaging of this invariance at the level of configuration-space trajectories comes with the geometric bridge in a later module. The section closes by making the starting point precise: the shifted lift does describe the same configuration, by the periodicity of the angular lift of the geometric configuration space.
A.1. Invariance of the potential energy and the torque
The potential energy and the torque depend on the angle only through its cosine and its sine, and both have period `2π`: neither quantity changes when the angle is shifted by a whole number of turns.
A.2. Invariance of the energy
The shift of the lift is constant in time, so it drops out of the velocity, and the kinetic energy is unchanged by any constant shift at all; the potential energy is unchanged by the invariance of A.1. Together the two give the invariance of the energy under shifting the lift by a whole number of turns.
A.3. Invariance of the equation of motion and its solutions
Both sides of the equation of motion are invariant under the shift: the angular momentum, because the shift is constant in time, and the torque, by the invariance of A.1. Smoothness is likewise unaffected by adding a constant, so being a solution is invariant as well.
A.4. The shifted lift describes the same configuration
Finally the statement giving the previous invariances their meaning: the lift and its shift by a whole number of turns project to the same point of the configuration space, by the periodicity of the angular lift `ConfigurationSpace.ofAngle` with period `2π`.
7 declarations
Simple Pendulum Potential Energy is Invariant under Shifts
Consider a simple pendulum where represents the angular position (the angle from the downward vertical). For any integer , the potential energy is invariant under a shift of the angle by a whole number of turns (): where is the unit vector in the 1-dimensional Euclidean space. This reflects the fact that the potential energy depends on the angle only through the cosine function, which has a period of .
Simple Pendulum Torque is Invariant under Shifts
For a simple gravity pendulum, let represent the angular position. For any integer , the torque is invariant under a shift of the angle by a whole number of turns (): where is the unit vector in the 1-dimensional Euclidean space. This reflects the periodicity of the physical system, where the torque depends on the angle through the sine function which has a period of .
Kinetic Energy of the Simple Pendulum is Invariant under Constant Angular Shifts
For a simple pendulum, let be a trajectory representing the angular position. For any constant angular shift , the kinetic energy is invariant under the shift : This invariance arises because the constant shift disappears when calculating the angular velocity (the time derivative of the angle), which is the only dynamical variable the kinetic energy depends on.
Simple Pendulum Energy is Invariant under Shifts
For a simple pendulum, let be a trajectory representing the angular lift of the motion. For any integer , the total energy is invariant under a shift of the angular lift by a whole number of turns (): where is the unit vector in the 1-dimensional Euclidean space.
The Simple Pendulum Equation of Motion is Invariant under Shifting
Let represent the angular lift of a simple pendulum over time. For any integer , the shifted trajectory satisfies the simple pendulum's equation of motion if and only if the original trajectory does.
The shifted lift is a solution iff is a solution
Let represent the angular lift of a simple pendulum over time. For any integer , the shifted trajectory defined by is a solution to the simple pendulum equations if and only if the original trajectory is a solution. Here, the angular lift is treated as a function into (modeled as a 1-dimensional Euclidean space), and represents a shift by a whole number of turns.
For a simple pendulum, let be a vector where represents the angular lift. For any integer , shifting the angle by a whole number of turns results in the same physical configuration. That is, where is the map from the angular lift to the pendulum's configuration space.
