Polarization #
In this file the real representation is used to develop representations of polarizations such as the polarization ellipse, Stokes parameters and the Poincaré sphere for monochromatic time-harmonic electromagnetic plane waves.
More general definitions that can be applied to a wider range of situations will be shown to be equivalent to the definitions in this file where appropriate.
Monochromatic wave #
x-component of monochromatic time-harmonic wave.
Equations
- Optics.monochromX k E₀x ω δx = ClassicalMechanics.harmonicWave (fun (x : ℝ) (x : Space) => E₀x) (fun (x : ℝ) (r : Space) => inner ℝ k r - δx) (fun (x : ClassicalMechanics.WaveVector) => ω) k
Instances For
y-component of monochromatic time-harmonic wave.
Equations
- Optics.monochromY k E₀y ω δy = ClassicalMechanics.harmonicWave (fun (x : ℝ) (x : Space) => E₀y) (fun (x : ℝ) (r : Space) => inner ℝ k r - δy) (fun (x : ClassicalMechanics.WaveVector) => ω) k
Instances For
General form of monochromatic time-harmonic electromagnetic plane wave where
the direction of propagation is taken to be EuclideanSpace.single 2 1
.
E₀x
and E₀y
are the respective amplitudes, ω
is the angular frequency,
δx
and δy
are the respective phases for Ex
and Ey
.
Equations
- Optics.harmonicElectromagneticPlaneWave k E₀x E₀y ω δx δy hk t r = Optics.monochromX k E₀x ω δx t r • EuclideanSpace.single 0 1 + Optics.monochromY k E₀y ω δy t r • EuclideanSpace.single 1 1
Instances For
The transverse harmonic planewave representation is equivalent to the general electric field
planewave expression with ‖k‖ = ω/c
.
Polarization ellipse #
monochromX
is equivalent to E₀x * cos (τ + δx)
with τ = ω * t - inner ℝ k r
.
monochromY
is equivalent to E₀y * cos (τ + δy)
with τ = ω * t - inner ℝ k r
.