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’s 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. That’s what 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 it matters
Represent a signal as a sum of complex exponentials (a Fourier series for periodic signals, a Fourier transform for aperiodic ones) and you 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.
So 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. That’s the observation all of frequency-domain analysis is built on.
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 . That’s the whole 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) get used to describe LTI systems.