PhysLean Documentation

PhysLean.Electromagnetism.Constant

The constant electric and magnetic fields #

i. Overview #

In this module we define the electromagnetic potential which gives rise to a given constant electric and magnetic field in 3d.

We show that the kinetic term for this potential has a variational gradient equal to zero, i.e. it satisfies the source-free Maxwell equations.

ii. Key results #

iii. Table of contents #

iv. References #

A. The definition of the potential #

The potential which gives rise to a constant electric field E₀ and magnetic field B₀ in 3d is given by (- ⟪E₀, x⟫, (1/2) B₀ × x) where x is the spatial position vector.

An electric potential in 3d which gives a given constant E-field and B-field.

Equations
Instances For

    B. Smoothness of the potential #

    The potential constantEB E₀ B₀ is smooth.

    C. The scalar potential #

    The scalar potential for constantEB E₀ B₀ is given by -⟪E₀, x⟫.

    D. The vector potential #

    The vector potential for constantEB E₀ B₀ is given by (1/2) B₀ × x.

    theorem Electromagnetism.ElectromagneticPotential.constantEB_vectorPotential {E₀ B₀ : EuclideanSpace (Fin 3)} :
    (constantEB E₀ B₀).vectorPotential = fun (x : Time) (x : WithLp 2 (Fin 3)) => (fun (a b : WithLp 2 (Fin 3)) => (WithLp.equiv 2 (Fin 3)).symm ((crossProduct ((WithLp.equiv 2 (Fin 3)) a)) ((WithLp.equiv 2 (Fin 3)) b))) ((1 / 2) B₀) x

    E. The electric field #

    The electric field for constantEB E₀ B₀ is given by E₀.

    F. The magnetic field #

    The magnetic field for constantEB E₀ B₀ is given by B₀.

    G. The kinetic term #

    The kinetic term for constantEB E₀ B₀ is given by 1/2 (‖E₀‖² - ‖B₀‖²). Note this is not the same as the kinetic energy.

    H. The variational gradient of the kinetic term #

    The variational gradient of the kinetic term for constantEB E₀ B₀ is equal to zero.