Photonica

Jones vectors

A 2×1 complex column vector representation of the polarization state of fully-polarized light. Compact mathematical framework for analyzing polarization optics in the coherent regime.

The Jones vector is a two-component complex column vector that describes the polarization state of fully-polarized monochromatic light. It captures both the amplitude and the relative phase of the two orthogonal electric-field components, making it the natural representation for coherent polarization-dependent calculations.

Definition. Decompose the electric field of a plane wave into orthogonal xx and yy components:

E(z,t)  =  Re ⁣{(ExEy)ei(kzωt)},\mathbf{E}(z, t) \;=\; \text{Re}\!\left\{ \begin{pmatrix} E_x \\ E_y \end{pmatrix} e^{i(kz - \omega t)} \right\},

where Ex,EyE_x, E_y are complex amplitudes. The Jones vector is:

J  =  (ExEy)  =  (ExeiϕxEyeiϕy).\mathbf{J} \;=\; \begin{pmatrix} E_x \\ E_y \end{pmatrix} \;=\; \begin{pmatrix} |E_x| \, e^{i\phi_x} \\ |E_y| \, e^{i\phi_y} \end{pmatrix}.

Normalization Ex2+Ey2=1|E_x|^2 + |E_y|^2 = 1 is conventional, leaving the Jones vector to encode the polarization state and discarding the overall intensity.

Standard polarization states.

StateJones vector
Horizontal linear(10)\begin{pmatrix} 1 \\ 0 \end{pmatrix}
Vertical linear(01)\begin{pmatrix} 0 \\ 1 \end{pmatrix}
+45° linear12(11)\frac{1}{\sqrt{2}}\begin{pmatrix} 1 \\ 1 \end{pmatrix}
45°-45° linear12(11)\frac{1}{\sqrt{2}}\begin{pmatrix} 1 \\ -1 \end{pmatrix}
Right circular12(1i)\frac{1}{\sqrt{2}}\begin{pmatrix} 1 \\ -i \end{pmatrix}
Left circular12(1i)\frac{1}{\sqrt{2}}\begin{pmatrix} 1 \\ i \end{pmatrix}
Right elliptical (general)(cosχisinχ)\begin{pmatrix} \cos\chi \\ -i \sin\chi \end{pmatrix} with ellipticity angle χ\chi

The sign convention for circular polarization (Right means clockwise viewed from source vs from receiver) is unfortunately not universal. Modern optics textbooks generally follow the IEEE convention: viewed from the receiver looking toward the source, the electric field rotates clockwise for right-circular polarization.

Jones matrices. Linear optical elements transform Jones vectors via 2×2 complex matrices:

Jout  =  TJin.\mathbf{J}_\text{out} \;=\; \mathbf{T} \, \mathbf{J}_\text{in}.

Standard Jones matrices:

ElementJones matrix
Linear polarizer (horizontal axis)(1000)\begin{pmatrix} 1 & 0 \\ 0 & 0 \end{pmatrix}
Linear polarizer (vertical axis)(0001)\begin{pmatrix} 0 & 0 \\ 0 & 1 \end{pmatrix}
Quarter-wave plate (fast axis horizontal)(100i)\begin{pmatrix} 1 & 0 \\ 0 & i \end{pmatrix}
Half-wave plate (fast axis horizontal)(1001)\begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}
Faraday rotator by angle θ\theta(cosθsinθsinθcosθ)\begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix}
Rotation of element by angle θ\thetaconjugate by R(θ)R(\theta) rotation matrix

For an element rotated by angle θ\theta, the Jones matrix transforms as Tθ=R(θ)TR(θ)\mathbf{T}_\theta = R(\theta) \, \mathbf{T} \, R(-\theta), where R(θ)R(\theta) is the 2×2 rotation matrix.

Cascaded systems. A sequence of optical elements is described by the product of their Jones matrices in reverse order:

Ttotal  =  TNT2T1.\mathbf{T}_\text{total} \;=\; \mathbf{T}_N \cdots \mathbf{T}_2 \, \mathbf{T}_1.

For computational convenience, this product is calculated and the result applied to the input Jones vector once.

Limitations. Jones vectors only describe fully-polarized monochromatic light. They cannot describe:

  • Partially polarized light: requires Stokes parameters (and Mueller matrices)
  • Unpolarized light: same
  • Polychromatic light with frequency-dependent polarization: requires either ensemble averaging (Stokes) or coherency matrix formalism
  • Quantum (single-photon) polarization states: technically OK but Jones is the classical limit

For coherent optical systems with deterministic polarization control (laser systems, fiber-optic communications), Jones formalism is computationally efficient and physically transparent.

Coherency matrix. A bridge between Jones and Stokes: the coherency matrix J\mathbf{J} is the outer product of the Jones vector with itself:

C  =  (Ex2ExEyEyExEy2).\mathbf{C} \;=\; \begin{pmatrix} \langle |E_x|^2 \rangle & \langle E_x E_y^* \rangle \\ \langle E_y E_x^* \rangle & \langle |E_y|^2 \rangle \end{pmatrix}.

The angled brackets indicate time-averaging — essential for partially-polarized light. The trace of C\mathbf{C} is the total intensity; off-diagonal elements encode polarization correlations. From C\mathbf{C}, all four Stokes parameters can be derived:

S0=C11+C22,    S1=C11C22,    S2=2Re(C12),    S3=2Im(C12).S_0 = C_{11} + C_{22}, \;\; S_1 = C_{11} - C_{22}, \;\; S_2 = 2\text{Re}(C_{12}), \;\; S_3 = -2\text{Im}(C_{12}).

Standard applications.

  • Telecom polarization control: digital signal processing in coherent receivers uses Jones-matrix inversion to demultiplex polarization-multiplexed signals
  • Liquid crystal displays: each LC pixel is a controllable Jones-matrix element
  • Polarization-maintaining fiber: PM fiber maintains a specific Jones-vector orientation through propagation
  • Polarization scramblers and analyzers: characterized by Jones matrices
  • Photoelastic modulators: time-varying Jones matrices for fast polarization control
  • Quantum cryptography (BB84): photon polarization states represented as Jones-vector basis states

Comparison with Stokes.

AspectJonesStokes
Components2 complex4 real
PhaseExplicitImplicit (encoded in correlations)
Partial polarizationNoYes
Most natural forCoherent optics, simple calculationsMeasurement, partial polarization, incoherent sources
Operation2×2 Jones matrix4×4 Mueller matrix
Physical unitsField amplitudeIntensity

Most photonics design uses both: Jones for theoretical analysis (compact, intuitive) and Stokes for experimental measurement (directly measurable).

References: Saleh & Teich, Fundamentals of Photonics (3rd ed., 2019), Ch. 6 (polarization optics); Yariv & Yeh, Photonics: Optical Electronics in Modern Communications (6th ed., 2007), Ch. 1 for the canonical electromagnetic treatment; Goldstein, Polarized Light (3rd ed., 2010) for the engineering reference.