PhyslibSearch

Physlib.ClassicalMechanics.WaveEquation.HarmonicWave

4 declarations

definition

Direction of a wave vector k\mathbf{k}

#toDirection

For a non-zero dd-dimensional wave vector k\mathbf{k}, this definition computes its direction as a unit vector. Given kWaveVector d\mathbf{k} \in \text{WaveVector } d and the condition h:k0h: \mathbf{k} \neq 0, the direction is obtained by normalizing the vector: \[ \mathbf{\hat{k}} = \frac{\mathbf{k}}{\|\mathbf{k}\|} \] where k\|\mathbf{k}\| is the Euclidean norm in Space d\text{Space } d.

definition

General time-harmonic wave acos(ωtg)a \cos(\omega t - g)

#harmonicWave

The function `harmonicWave` defines a time-harmonic wave in a dd-dimensional space. Given an amplitude function a(ω,r)a(\omega, r), a phase function g(ω,r)g(\omega, r), a dispersion relation ω(k)\omega(k) that maps a wave vector kk to an angular frequency, and a specific wave vector kk, the value of the wave at time tt and position rr is given by: a(ω(k),r)cos(ω(k)tg(ω(k),r)) a(\omega(k), r) \cos(\omega(k) t - g(\omega(k), r)) where a,g:RRdRa, g: \mathbb{R} \to \mathbb{R}^d \to \mathbb{R} represent the frequency-dependent amplitude and phase offset respectively, and ω:WaveVector dR\omega: \text{WaveVector } d \to \mathbb{R} determines the angular frequency from the wave vector.

definition

Transverse monochromatic harmonic plane wave ψ(t,r)\mathbf{\psi}(t, \mathbf{r}) propagating along the zz-axis

#transverseHarmonicPlaneWave

The function `transverseHarmonicPlaneWave` defines a monochromatic, time-harmonic plane wave propagating in the zz-direction within a 3-dimensional space. Given a wave vector k=(0,0,ωc)\mathbf{k} = (0, 0, \frac{\omega}{c}), amplitudes f0xf_{0x} and f0yf_{0y}, angular frequency ω\omega, and phase offsets δx\delta_x and δy\delta_y, the wave at time tt and position r\mathbf{r} is represented as a vector in R3\mathbb{R}^3: ψ(t,r)=f0xcos(ωtkr+δx)ex+f0ycos(ωtkr+δy)ey \mathbf{\psi}(t, \mathbf{r}) = f_{0x} \cos(\omega t - \mathbf{k} \cdot \mathbf{r} + \delta_x) \mathbf{e}_x + f_{0y} \cos(\omega t - \mathbf{k} \cdot \mathbf{r} + \delta_y) \mathbf{e}_y where ex\mathbf{e}_x and ey\mathbf{e}_y are the unit vectors along the xx and yy axes respectively, and kr\mathbf{k} \cdot \mathbf{r} is the standard inner product in R3\mathbb{R}^3. The wave is transverse because its oscillations occur in the xyxy-plane, perpendicular to the direction of propagation k\mathbf{k}.

theorem

Equivalence of Transverse Harmonic and General Plane Waves

#transverseHarmonicPlaneWave_eq_planeWave

Let c>0c > 0 be the wave speed and ω>0\omega > 0 be the angular frequency. Let the wave vector be k=(0,0,ωc)R3\mathbf{k} = (0, 0, \frac{\omega}{c}) \in \mathbb{R}^3, which points in the zz-direction. For any amplitudes f0x,f0yf_{0x}, f_{0y} and phase offsets δx,δy\delta_x, \delta_y, the transverse harmonic plane wave ψ(t,r)\mathbf{\psi}(t, \mathbf{r}), defined as: ψ(t,r)=f0xcos(ωtkr+δx)ex+f0ycos(ωtkr+δy)ey\mathbf{\psi}(t, \mathbf{r}) = f_{0x} \cos(\omega t - \mathbf{k} \cdot \mathbf{r} + \delta_x) \mathbf{e}_x + f_{0y} \cos(\omega t - \mathbf{k} \cdot \mathbf{r} + \delta_y) \mathbf{e}_y is equal to a general plane wave with speed cc and direction k^=(0,0,1)\mathbf{\hat{k}} = (0, 0, 1), whose profile function f:RR3\mathbf{f} : \mathbb{R} \to \mathbb{R}^3 is given by: f(p)=f0xcos(ωcp+δx)ex+f0ycos(ωcp+δy)ey\mathbf{f}(p) = f_{0x} \cos\left(-\frac{\omega}{c}p + \delta_x\right) \mathbf{e}_x + f_{0y} \cos\left(-\frac{\omega}{c}p + \delta_y\right) \mathbf{e}_y where ex\mathbf{e}_x and ey\mathbf{e}_y are the unit vectors along the xx and yy axes respectively. This shows that the transverse harmonic representation is equivalent to the general plane wave expression under the dispersion relation k=ω/c\|\mathbf{k}\| = \omega/c.