Wave Equation

The wave equation is a second-order linear partial differential equation that describes the propagation of waves—such as sound, light, and water ripples—through a medium. It governs the evolution of a field variable over space and time, relating the field's temporal acceleration to its spatial curvature.

First formally derived by Jean le Rond d'Alembert in 1746, the equation remains one of the most fundamental models in mathematical physics, with applications spanning acoustics, electromagnetism, quantum mechanics, and engineering.

Mathematical Formulation

In its most general three-dimensional form, the wave equation is expressed as:

\[ \frac{\partial^2 u}{\partial t^2} = c^2 \nabla^2 u \]

where:

  • \( u(\mathbf{x}, t) \) is the wave field (e.g., pressure, displacement, or electromagnetic potential)
  • \( t \) is time
  • \( c \) is the wave propagation speed in the medium
  • \( \nabla^2 \) is the Laplacian operator \( \frac{\partial^2}{\partial x^2} + \frac{\partial^2}{\partial y^2} + \frac{\partial^2}{\partial z^2} \)

In one spatial dimension, the equation simplifies to:

\[ \frac{\partial^2 u}{\partial t^2} = c^2 \frac{\partial^2 u}{\partial x^2} \]
💡 Key Insight

The wave equation is hyperbolic, meaning information propagates at a finite speed \( c \). Unlike diffusion equations, waves preserve their shape and energy over distance (in lossless media).

Physical Interpretation

The wave equation emerges naturally from Newton's second law applied to continuous media, or from Maxwell's equations in electromagnetism. Physically, it states that the acceleration of a field at a point is proportional to the net spatial curvature of the field at that point.

When the Laplacian \( \nabla^2 u \) is positive, the field has a local "trough," causing upward acceleration. When negative, it creates a "peak," driving downward acceleration. This feedback loop sustains oscillatory motion propagating through space.

Solutions & Methods

D'Alembert's Formula (1D)

For the initial-value problem on an infinite domain, the general solution is:

\[ u(x,t) = f(x - ct) + g(x + ct) \]

representing right- and left-traveling waves of arbitrary shape \( f \) and \( g \), determined by initial displacement and velocity conditions.

Separation of Variables

On bounded domains (e.g., a vibrating string fixed at both ends), solutions are typically sought as \( u(x,t) = X(x)T(t) \). This yields standing wave modes:

\[ u_n(x,t) = \sin\left(\frac{n\pi x}{L}\right) \left[ A_n \cos\left(\frac{n\pi c t}{L}\right) + B_n \sin\left(\frac{n\pi c t}{L}\right) \right] \]

where \( L \) is the domain length and \( n \in \mathbb{Z}^+ \) enumerates harmonic frequencies.

Fourier & Spectral Methods

Modern computational approaches discretize the wave equation using finite differences, finite elements, or spectral methods. These are essential for modeling complex geometries, non-homogeneous media, and coupled wave systems.

Applications

  • Acoustics: Sound pressure waves in air, water, and solids
  • Electromagnetism: Maxwell's equations reduce to wave equations for \( \mathbf{E} \) and \( \mathbf{B} \) fields in vacuum
  • Quantum Mechanics: The Klein–Gordon equation is a relativistic generalization of the wave equation
  • Geophysics: Seismic wave propagation through Earth's crust
  • Engineering: Vibration analysis of structures, antenna radiation patterns, and fluid dynamics

References

  1. d'Alembert, J. L. R. (1746). "Suite du mémoire sur la courbe que forme une corde tendue mise en vibration". History of the Royal Academy of Sciences of Paris.
  2. Evans, L. C. (2010). Partial Differential Equations (2nd ed.). American Mathematical Society.
  3. Strutt, J. W. (Lord Rayleigh) (1877). The Theory of Sound. Macmillan.
  4. Korn, G. A., & Korn, T. M. (2000). Mathematical Handbook for Scientists and Engineers. Dover Publications.
  5. Aevum Encyclopedia Editorial Board. (2025). "Mathematical Foundations of Wave Propagation". Aevum Physics Compendium.