Bode plots display magnitude (in dB) and phase (in degrees) on logarithmic frequency scales. Asymptotic approximations allow rapid hand sketching by breaking the transfer function into simple factors (poles, zeros, gains). Bode plots reveal system bandwidth, resonance, and stability margins.
From frequency response analysis, you know that a linear system responds to a sinusoidal input at frequency ω with a sinusoidal output at the same frequency — scaled by the magnitude |H(jω)| and shifted in phase by ∠H(jω). The challenge is that these two quantities vary across many orders of magnitude in frequency, making linear-scale plots nearly unreadable. Bode plots solve this by using a logarithmic frequency axis and expressing magnitude in decibels (dB = 20 log₁₀|H(jω)|). The transformation turns multiplicative combinations of factors into additive contributions, which enables a powerful technique: constructing the plot piece by piece from simple building blocks.
Every rational transfer function H(s) can be written as a product of four types of factors: a constant gain K, poles and zeros at the origin (s^n), first-order poles and zeros of the form (1 + s/ωₙ), and second-order resonant pairs. The asymptotic approximation for a first-order factor (1 + jω/ω₀) is simple: below the corner frequency ω₀ the magnitude is 0 dB (flat), above ω₀ the magnitude rises at +20 dB/decade (for a zero) or falls at −20 dB/decade (for a pole). The phase contribution transitions from 0° to ±90° across a decade centered on ω₀. To construct a Bode magnitude plot by hand: draw the straight-line asymptotes for each factor individually, sum them, then smooth the corners (each corner introduces a ±3 dB error at the break frequency itself). This decomposition — impossible to visualize on a linear scale — becomes graphical addition on log-log axes.
The bandwidth of a system is conventionally the frequency at which the magnitude drops 3 dB below its low-frequency value. Reading it from a Bode magnitude plot is immediate: find where the curve crosses the −3 dB line. Resonance appears as a peak in the magnitude plot; its height and sharpness indicate the damping ratio of the second-order poles. A sharp, tall resonance peak (small damping ratio) means the system oscillates vigorously at that frequency, often a warning of potential instability or problematic ringing in a controlled system.
For closed-loop stability analysis, the Bode plot of the open-loop transfer function reveals two stability margins. The gain margin is how much the gain can be increased before the Nyquist criterion is violated — read as the negative of the magnitude (in dB) at the frequency where phase crosses −180°. The phase margin is how much additional phase lag would push the system to instability — read as 180° plus the phase angle at the frequency where the magnitude is 0 dB (the gain crossover frequency). A phase margin greater than about 45° and a gain margin greater than 6 dB are common engineering targets for robust stability. These two numbers, read directly from Bode plots, guide controller design without requiring full root-locus or Nyquist analysis.