The Smoluchowski Diffusion Equation

The Smoluchowski diffusion equation describes the time evolution of the probability density function (PDF) of a particle undergoing overdamped Brownian motion in a potential energy landscape. It is a central equation in statistical mechanics, soft matter physics, and chemical physics.

Its origins trace back to the early 20th century, in the context of the theoretical understanding of Brownian motion. Following the seminal work of Albert Einstein in 1905, who provided a statistical description of diffusion and established a quantitative link between microscopic fluctuations and macroscopic transport, further developments aimed to incorporate external forces and interactions. In 1916, Marian Smoluchowski extended Einstein’s framework by considering particles subjected to systematic forces arising from a potential field. His formulation led to what is now known as the Smoluchowski equation, effectively describing diffusion in the overdamped (high-friction) limit where inertial effects can be neglected. This marked a crucial step toward connecting stochastic motion with deterministic drift. A complementary perspective emerged through the work of Paul Langevin (1908), who introduced a stochastic differential equation for particle motion, explicitly incorporating random forces. The equivalence between the Langevin description and the corresponding evolution equation for probability densities—later formalized as the Fokker–Planck equation—provided a deep and unifying framework. The general mathematical structure of such evolution equations was further clarified by Adriaan Fokker and Max Planck in the early 20th century, leading to the modern formulation of the Fokker–Planck equation. The Smoluchowski equation can be viewed as a specific limit of this more general framework. Later, in the 1940s, Hendrik Anthony Kramers applied these ideas to chemical reaction rates, analyzing barrier crossing in potential landscapes. His work revealed how transition rates depend exponentially on the energy barrier height, establishing the foundation of what is now known as Kramers’ theory—an essential concept for understanding metastability and rare events.

In this article, we consider the one-dimensional (1D) case, where a particle moves along a coordinate r under the influence of a potential of mean force U(r).

Continue reading

Understanding the Discrete Fourier Transform in Signal Analysis

In previous posts on this blog I have already introduced the Fourier series and the Fourier transform, following their historical development from Joseph Fourier’s original work on heat conduction to their modern role in physics, engineering, and signal analysis. Rather than repeating that material here, I will take it as a starting point.

When we look at a signal — a sound wave, a vibration, or even a curve drawn by hand — we usually perceive it as a function of time or space. However, very often the most relevant information is not immediately visible in this representation. It is hidden in the frequencies that compose the signal, and in how strongly each of them contributes.

This is precisely the idea behind the Discrete Fourier Transform (DFT): to decompose a discrete signal into a finite sum of harmonic components, each characterized by an amplitude and a phase. Conceptually, the DFT is not a new theory, but a practical bridge between the continuous Fourier framework and the realities of digital data, measurements, and numerical simulations.

Rather than starting from abstract formulas, in this post I adopt a visual and experimental approach. The discussion is supported by an interactive program that allows one to draw an arbitrary signal and explore its harmonic content, and by a practical electronics project where Fourier analysis is applied to real sound and noise signals.

Continue reading