Physlib.ClassicalMechanics.HarmonicOscillator.Geometric.Trajectory
Geometric trajectories of the harmonic oscillator
i. Overview
A trajectory of the harmonic oscillator is a time-parametrized curve in the configuration manifold `Q`. Since this model of `Q` has a single global coordinate valued in `EuclideanSpace ℝ (Fin 1)`, every geometric trajectory has an associated coordinate curve.
The coordinate diffeomorphism from `Q` to its model space lets smoothness of a geometric trajectory be tested as ordinary smoothness of its coordinate curve.
ii. Key results
- `Trajectory` : a curve from `Time` into the configuration manifold. - `Trajectory.coord` : the global Euclidean coordinate curve of a trajectory. - `Trajectory.toSpace` : the physical-space position along a trajectory. - `Trajectory.contMDiff_iff_contDiff_coord` : geometric smoothness of a trajectory is equivalent to ordinary smoothness of its coordinate curve. - `Trajectory.velocity` : the geometric velocity of a trajectory as a tangent vector. - `Trajectory.velocity_eq_deriv_coord` : in the global coordinate, geometric velocity is represented by the time derivative of the coordinate curve.
iii. Table of contents
- A. The trajectory type and coordinate projection
- B. Smoothness of trajectories
- C. Velocity in the tangent bundle
iv. References
- Ivo Terek, Introductory Variational Calculus on Manifolds, pages 1-2 (Section 1, Basic definitions and examples).
A. The trajectory type and coordinate projection
A trajectory is a curve in the configuration manifold `Q`, parametrized by `Time`. The coordinate projection reads the same curve in the chosen global coordinate, while `toSpace` forgets the manifold structure and returns the corresponding physical-space position.
B. Smoothness of trajectories
Because the global coordinate is a diffeomorphism, composing a trajectory with it preserves and reflects manifold smoothness. Since both `Time` and the coordinate model are normed spaces, this manifold-smoothness statement then becomes ordinary `ContDiff` smoothness.
C. Velocity in the tangent bundle
The velocity of a trajectory at time `t` is the tangent vector obtained by differentiating the curve in the direction of the unit time vector. In this one-chart model, the tangent space at each configuration is represented by the same Euclidean model space, so the geometric velocity can be compared with the derivative of the coordinate curve.
8 declarations
Trajectory of a harmonic oscillator
A trajectory is a curve that maps a time to its corresponding point in the configuration manifold of the harmonic oscillator.
Coordinate curve of a trajectory
For a trajectory of a harmonic oscillator, the coordinate curve is the function from to the Euclidean model space that maps each time to the reading of the configuration in the global coordinate chart.
Physical position of a trajectory
Given a trajectory of a harmonic oscillator, which is a curve in the configuration manifold , this function maps each time to the corresponding physical position in the one-dimensional space via the transformation .
For a trajectory of a harmonic oscillator and any time , the value of the coordinate curve at time is equal to the coordinate representation (the value in the model space) of the configuration .
smoothness of trajectory is equivalent to smoothness of its coordinate curve
For a trajectory of a harmonic oscillator and any smoothness order , the map is smooth as a map between manifolds if and only if its coordinate curve is smooth as a map between normed spaces. Here, the manifold structure of and the configuration space are modeled on and the Euclidean space , respectively.
Geometric velocity of a trajectory at time
For a trajectory of a harmonic oscillator and a time , the geometric velocity is the tangent vector in the tangent space defined by the manifold derivative of at applied to the unit vector of the tangent space .
Manifold Differentiability of a Trajectory Differentiability of its Coordinate Curve
For a trajectory of a harmonic oscillator and a time , is manifold-differentiable at if and only if its coordinate curve is differentiable at in the sense of standard calculus. Here, the configuration space is modeled on the Euclidean space .
For a trajectory of a harmonic oscillator and any time , the geometric velocity —defined as the tangent vector in obtained by the manifold derivative of —is equal to the time derivative of the trajectory's coordinate curve in the global Euclidean coordinate chart.
