PhysLean Documentation

PhysLean.Electromagnetism.Dynamics.Hamiltonian

The Hamiltonian in electromagnetism #

i. Overview #

In this module we define the canonical momentum and the Hamiltonian for the electromagnetic field in presence of a current density. We prove properties of these quantities, and express the Hamiltonian in terms of the electric and magnetic fields in the case of three spatial dimensions.

ii. Key results #

iii. Table of contents #

iv. References #

A. The canonical momentum #

We define the canonical momentum for the lagrangian L(A, ∂ A) as gradient of v ↦ L(A + t v, ∂ (A + t v)) - t * L(A + v, ∂(A + v)) at v = 0 This is equivalent to ∂ L/∂ (∂_0 A).

The canonical momentum associated with the lagrangian of an electromagnetic potential and a Lorentz current density.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    A.1. The canonical momentum in terms of the kinetic term #

    A.2. The canonical momentum in terms of the field strength tensor #

    A.3. The canonical momentum in terms of the electric field #

    theorem Electromagnetism.ElectromagneticPotential.canonicalMomentum_eq_electricField {d : } {𝓕 : FreeSpace} (A : ElectromagneticPotential d) (hA : ContDiff 2 A) (J : LorentzCurrentDensity d) :
    canonicalMomentum 𝓕 A J = fun (x : SpaceTime d) (μ : Fin 1 Fin d) => match μ with | Sum.inl 0 => 0 | Sum.inr i => -(1 / (𝓕.μ₀ * 𝓕.c.val)) * electricField 𝓕.c A ((SpaceTime.time 𝓕.c) x) (SpaceTime.space x) i

    B. The Hamiltonian #

    The Hamiltonian associated with an electromagnetic potential and a Lorentz current density.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      B.1. The hamiltonian in terms of the vector potential #

      B.2. The hamiltonian in terms of the electric and magnetic fields #