PhysLean Documentation

PhysLean.Electromagnetism.Electrostatics.ThreeDimension.FiniteCollection

Finite collection of point particles in 3d #

This module contains the electrostatics of a finite collection of point particles. Since Gauss' law and Faraday's law are linear, the electrostatic potential and electric field of a finite collection of point particles is just the sum of the potentials and fields of the individual particles.

The charge distribution for a finite collection of point particles.

Equations
Instances For

    The electrostatic potential of a finite collection of point particles.

    Equations
    Instances For

      The electric field of a finite collection of point particles.

      Equations
      Instances For
        theorem Electromagnetism.ThreeDimDiscreteCollection.gaussLaw {n : } (q : Fin n) (ε : ) (r₀ : Fin nSpace) :
        (electricField q ε r₀).GaussLaw ε (chargeDistribution q r₀)

        Gauss's law for a finite collection of point particles.

        theorem Electromagnetism.ThreeDimDiscreteCollection.faradaysLaw {n : } (q : Fin n) (ε : ) (r₀ : Fin nSpace) :

        Faraday's law for a finite collection of point particles.