Hamiltonian systems as an EDSs

Coming from contact geometry#Example encompassing time-dependent Hamiltonian.
The exterior differential system generated by the 1-form α=pidqiHdt contains all the necessary information to recover the full time-dependent classical Hamiltonian system.

The core idea is that the trajectories of the Hamiltonian system are precisely the integral curves of the characteristic vector field associated with the 2-form dα.


Recovering Hamilton's Equations

The recovery process works by finding the vector field whose flow describes the system's evolution. This vector field is uniquely determined (up to a scalar multiple) by the condition that it lies in the kernel of the 2-form dα. This is a fundamental concept in geometric mechanics.

1. Calculate the Exterior Derivative (dα)

First, we compute the exterior derivative of the contact form α:

α=pidqiH(q,p,t)dt

Using the rules of exterior calculus (d(fg)=dfg+fdg and d(dx)=0):

dα=d(pidqi)d(Hdt)dα=(dpidqi)(dHdt)

Since H is a function of q, p, and t, its differential is dH=Hqidqi+Hpidpi+Htdt. Substituting this in:

dα=dpidqi(Hqidqi+Hpidpi+Htdt)dt

Since dtdt=0 and using dxdy=dydx, we get:

dα=dpidqi+HqidtdqiHpidpidt

2. Find the Characteristic Vector Field (XH)

The dynamics are described by a vector field XH whose integral curves are the trajectories of the system. We can write this vector field in the coordinates (qi,pi,t) as:

XH=q˙iqi+p˙ipi+1t

Here, the coefficient of t is 1 because we parameterize the trajectories by time t.

This vector field XH is the characteristic vector field of dα, meaning it satisfies the condition iXHdα=0, where iX is the interior product. Let's compute this:

iXHdα=iXH(dpidqi)+HqiiXH(dtdqi)HpiiXH(dpidt)=0

Evaluating each term:

Substituting back and grouping terms by dqi and dpi:

(p˙i+Hqi)dqi(q˙iHpi)dpi+(q˙iHqip˙iHpi)dt=0

Wait, the calculation for the dt term is not right. Let's re-calculate iXHdα carefully.

iXHdα=(p˙i+Hqi)dqi(q˙iHpi)dpi(q˙iHqi+p˙iHpi)dt

Let's regroup the original expression dα=dpidqi+HqidtdqiHpidpidt:

iXHdα=(p˙idqiq˙idpi)+Hqi(1dqiq˙idt)Hpi(p˙idt1dpi)

Now, collect coefficients of the basis 1-forms dqi, dpi:

=(p˙i+Hqi)dqi+(q˙i+Hpi)dpi=0

For this 1-form to be zero, all of its coefficients must be zero. This gives us two sets of equations:

p˙i=Hqiandq˙i=Hpi

These are precisely Hamilton's equations of motion. ✅


The Role of α Itself

Evaluating the contact form α along the trajectory provides insight:

α(XH)=(pidqiHdt)(q˙jqj+p˙jpj+t)=piq˙iH

This is the definition of the Lagrangian L via the Legendre transform (L=piq˙iH). This is a consistency condition that must hold along the physical path, connecting the Hamiltonian H to the velocities q˙i and momenta pi.