Almost every linear system in physics — a mass on a spring, a swinging pendulum, an RLC circuit, a building swaying in the wind — obeys a differential equation that relates a quantity to its own rate of change. Solving those equations could be a thicket of trigonometry and calculus. The complex exponential, \(e^{st}\), is a powerful general function that significantly reduces complexity. Its secret is that it folds two seemingly unrelated behaviours — steady oscillation and runaway growth or decay — into one tidy expression governed by a single complex number \(s\).
Euler's Formula
The exponent \(s\) in \(e^{st}\) is a complex number, \(s = \sigma + i\omega\). By splitting the exponential along its real and imaginary parts, Euler's formula shows that
\[e^{st} = e^{(\sigma + i\omega)t} = \underbrace{e^{\sigma t}}_{\text{envelope}}\,\bigl(\underbrace{\cos\omega t + i\sin\omega t}_{\text{rotation}}\bigr)\]
The real part \(\sigma\) drives the real exponential \(e^{\sigma t}\) — a pure envelope that swells when \(\sigma>0\), shrinks when \(\sigma<0\). It holds steady when \(\sigma=0\). The imaginary part \(\omega\) drives \(\cos\omega t + i\sin\omega t\) — a point spinning around the unit circle at angular rate \(\omega\). By multiplying them one gets a vector whose length follows the envelope while its phase rotates: a spiral.
The whole of \(s\) lives in one picture, the complex \(s\)-plane. Horizontal position is \(\sigma\) (growth or decay); vertical position is \(\omega\) (rate of oscillation). Slide \(s\) right and the response runs away; slide it left and the response dies out; sit it on the vertical axis and you get a pure, undying oscillation. Every distinct motion of a linear system is just a point — or a pair of points — somewhere on this plane.
Demonstration
To demonstrate this, \(e^{st}\) is plotted in three dimensions. Time \(t\) runs along the longitudinal axis, and the real and imaginary parts of \(e^{st}\) spread out into the two transverse directions. The curve \(\bigl(t,\ e^{\sigma t}\cos\omega t,\ e^{\sigma t}\sin\omega t\bigr)\) corkscrews around the time axis — rotating because of \(\omega\), while its distance from the axis is the exponential envelope \(e^{\sigma t}\) (drawn dashed). Drag the point on the s-plane in figure.
Drag \(s = \sigma + i\omega\) on the complex \(s\)-plane (top-left). The other three panels redraw the same \(e^{st}\): the 3D spiral around the time axis (top-right), the end-on view looking straight down the time axis — a flat spiral in the \(\mathrm{Re}\)–\(\mathrm{Im}\) plane (bottom-left), and the side view of its real part \(e^{\sigma t}\cos\omega t\) with the envelope \(\pm e^{\sigma t}\) (dashed, bottom-right).
real part \(\sigma\):
imaginary part \(\omega\):
envelope:
rotation:
Application in Differential Equations
The reason \(e^{st}\) is a good fit for solving differential equations is that differentiating it just multiplies it by \(s\).
\[\frac{d}{dt}\,e^{st} = s\,e^{st}\]
The function is its own derivative, up to a constant — it is an eigenfunction of the derivative. So when you feed \(e^{st}\) into any linear constant-coefficient differential equation, every derivative turns into a power of \(s\), and the calculus collapses into ordinary algebra. The equation of motion of a damped spring–mass system,
\[m\ddot{x} + c\dot{x} + kx = 0,\]
becomes, on substituting \(x = e^{st}\), the simple polynomial \(\,ms^2 + cs + k = 0\). Its roots are exactly the values of \(s\) the system is allowed to move at — the points you have been dragging on the plane. A negative real part means the motion decays; an imaginary part means it rings; together they describe every free response the system can have.