A complex exponential is an eigenfunction of every LTI system. Feed one in, the system outputs the same complex exponential multiplied by a complex constant — same function out, just scaled.
The derivation
Feed into an LTI system with impulse response , and compute the output by convolution:
The factor came out of the integral because it doesn’t depend on the dummy variable . The remaining integral doesn’t depend on — it is a single complex number that depends only on and the frequency . Call it . Then
The output is the same function as the input, multiplied by a complex constant. This is exactly what the word eigenfunction means in linear algebra: a vector (here, a function) that the operator (here, the LTI system) maps to a scalar multiple of itself.
What H(f₀) is
The complex constant — the scaling factor at frequency — is the value of the system’s frequency response at . Equivalently, it’s the Fourier transform of evaluated at , and the transfer function evaluated at .
Three names, same object:
The last equality presumes the system is stable, so that the imaginary axis lies inside the Laplace ROC of . For unstable systems the Fourier transform of doesn’t exist and only the Laplace description is well-defined; substituting then doesn’t give a meaningful frequency response.
Why this is enormous
When we represent a signal as a sum of complex exponentials (a Fourier series for periodic signals, a Fourier transform for aperiodic ones), we know what the system does to each exponential by inspection: it multiplies by at that frequency. Summing the outputs (legal by linearity) gives the output corresponding to the summed input.
In short: if we can decompose a signal into complex exponentials, we can compute the system’s response without doing convolution. Convolution in time becomes multiplication in frequency. This is the founding observation of all of frequency-domain analysis.
Real sinusoids and what the system does
For a real input , the eigenfunction decomposition gives the output
The amplitude gets scaled by , the phase gets shifted by . This single sentence is the entire content of frequency-response analysis: once you know — magnitude and phase as functions of frequency — you know what the system does to every sinusoid, and (by superposition) to every signal.
That’s why Bode plots (plots of in dB and in degrees versus frequency) are the universal language for describing LTI systems.