PhysLean Documentation

PhysLean.Electromagnetism.KineticTerm

The kinetic term #

i. Overview #

The kinetic term of the electromagnetic field is - 1/4 F_μν F^μν. We define this, show it is invariant under Lorentz transformations, and show properties of its variational gradient.

In particular the variational gradient gradKineticTerm of the kinetic term is directly related to Gauss's law and the Ampere law.

ii. Key results #

iii. Table of contents #

iv. References #

A. The kinetic term #

The kinetic term is - 1/4 F_μν F^μν. We define this and show that it is Lorentz invariant.

The kinetic energy from an electromagnetic potential.

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

    A.1. Lorentz invariance of the kinetic term #

    We show that the kinetic energy is Lorentz invariant.

    A.2. Kinetic term simplified expressions #

    A.3. The kinetic term in terms of the electric and magnetic fields #

    B. Variational gradient of the kinetic term #

    We define the variational gradient of the kinetic term, which is the left-hand side of Gauss's law and Ampère's law in vacuum.

    The variational gradient of the kinetic term of an electromagnetic potential.

    Equations
    Instances For

      B.1. Variational gradient in terms of fderiv #

      We give a first simplification of the variational gradient in terms of the a complicated expression involving fderiv. This is not very useful in itself, but acts as a starting point for further simplifications.

      theorem Electromagnetism.ElectromagneticPotential.gradKineticTerm_eq_sum_fderiv (A : ElectromagneticPotential) (hA : ContDiff (↑) A) :
      have F' := fun (μν : (Fin 1 Fin 3) × (Fin 1 Fin 3)) (ψ : SpaceTime) (x : SpaceTime) => -(fderiv (fun (x' : SpaceTime) => (fun (x' : SpaceTime) => minkowskiMatrix μν.1 μν.1 * minkowskiMatrix μν.2 μν.2 * ψ x') x' * SpaceTime.deriv μν.1 A x' μν.2) x) (Lorentz.Vector.basis μν.1) Lorentz.Vector.basis μν.2 + -(fderiv (fun (x' : SpaceTime) => SpaceTime.deriv μν.1 A x' μν.2 * (fun (x' : SpaceTime) => minkowskiMatrix μν.1 μν.1 * minkowskiMatrix μν.2 μν.2 * ψ x') x') x) (Lorentz.Vector.basis μν.1) Lorentz.Vector.basis μν.2 + -(-(fderiv (fun (x' : SpaceTime) => ψ x' * SpaceTime.deriv μν.2 A x' μν.1) x) (Lorentz.Vector.basis μν.1) Lorentz.Vector.basis μν.2 + -(fderiv (fun (x' : SpaceTime) => SpaceTime.deriv μν.1 A x' μν.2 * ψ x') x) (Lorentz.Vector.basis μν.2) Lorentz.Vector.basis μν.1); A.gradKineticTerm = fun (x : SpaceTime) => μν : (Fin 1 Fin 3) × (Fin 1 Fin 3), F' μν (fun (x' : SpaceTime) => -1 / 2 * (fun (x : SpaceTime) => 1) x') x

      B.2. Writing the variational gradient as a sums over double derivatives of the potential #

      We rewrite the variational gradient as a simple double sum over second derivatives of the potential.

      B.3. Variational gradient as a sums over fieldStrengthMatrix #

      We rewrite the variational gradient as a simple double sum over the fieldStrengthMatrix.

      B.4. Variational gradient in terms of the Guass's and Ampère laws #

      We rewrite the variational gradient in terms of the electric and magnetic fields, explicitly relating it to Gauss's law and Ampère's law.