Chapter 11 — Frequency Response and Bode Plots
Chapter Overview (click to expand)
Every circuit has a personality when it comes to frequency. A subwoofer amplifier loves low frequencies and ignores high ones. A radio receiver singles out one narrow slice of the spectrum and ignores everything else. A noise filter strips out high-frequency interference while leaving your signal untouched. Understanding *how* circuits respond across a range of frequencies — not just at a single point — is what frequency response analysis is all about. This chapter builds on your phasor and impedance skills to develop one of the most powerful tools in electrical engineering: the **Bode plot**. Named after Hendrik Bode of Bell Labs, Bode plots use logarithmic scales to compress huge frequency ranges into readable graphs and reveal the magnitude and phase response of any linear circuit. You will learn how the **transfer function** \(H(j\omega)\) encodes a circuit's complete frequency behavior, how **poles and zeros** shape that response, and how to use asymptotic straight-line approximations to sketch accurate Bode plots without solving complex algebra each time. By the end of this chapter, you will be able to identify all four fundamental filter types (low-pass, high-pass, band-pass, and band-reject/notch), derive their cutoff frequencies, calculate roll-off rates, and design simple RC and RLC filter circuits for a given specification. These skills are essential for audio engineering, communications, control systems, and virtually every domain where signals of different frequencies must be treated differently. **Key Takeaways** 1. The transfer function \(H(j\omega) = V_{out}/V_{in}\) is a complex quantity whose magnitude \(|H|\) and phase \(\phi(\omega)\) fully describe frequency response; the cutoff (half-power) frequency satisfies \(|H(j\omega_c)| = 1/\sqrt{2} \approx 0.707\). 2. Bode plots use dB magnitude (\(20\log_{10}|H|\)) vs.\ log frequency and phase vs.\ log frequency; each pole reduces slope by \(-20\) dB/decade and each zero increases it by \(+20\) dB/decade. 3. For a first-order RC filter the cutoff frequency is \(f_c = \dfrac{1}{2\pi RC}\) and the roll-off is \(-20n\) dB/decade for an \(n\)th-order filter.Summary
Key Concepts
- Transfer function H(jω) = V_out/V_in: describes gain magnitude and phase shift vs. frequency
- Bode magnitude plot: gain in dB (\(20\log|H|\)) vs. log frequency — uses straight-line asymptote approximations
- Bode phase plot: phase angle in degrees vs. log frequency
- Cutoff frequency f_c (−3 dB point): frequency where \(|H| = 1/\sqrt{2} \approx 0.707\); power drops to half
- Roll-off rate: −20 dB/decade per pole; second-order filter → −40 dB/decade
- Each pole decreases the slope by 20 dB/dec; each zero increases it by 20 dB/dec
- Filter types by shape: low-pass, high-pass, band-pass, band-stop
Important Equations
\[ H(j\omega) = \frac{V_{out}}{V_{in}} \qquad |H|_{dB} = 20\log_{10}|H(j\omega)| \]
\[ f_c = \frac{1}{2\pi RC} \quad \text{(first-order RC)} \qquad |H(j\omega_c)| = \frac{1}{\sqrt{2}} \text{ at cutoff} \]
Roll-off: \(-20n\) dB/decade for an \(n\)th-order filter
What You Should Understand
- Why Bode plots use a logarithmic frequency axis (circuits operate over many decades of frequency)
- How to sketch the asymptotic Bode plot from the poles and zeros of a transfer function
- The physical meaning of −3 dB: the half-power point — not half voltage, half power
- How filter order determines roll-off steepness and the number of reactive elements required
Applications
- Audio equalizer and tone-control circuit design
- Anti-aliasing low-pass filter before an ADC
- EMI/EMC filter characterization and compliance testing
- Feedback amplifier stability analysis (gain and phase margins)
Quick Review Checklist
- [ ] I can write the transfer function for a first-order RC low-pass or high-pass filter
- [ ] I can find the cutoff frequency and calculate the gain in dB at any frequency
- [ ] I can sketch the asymptotic Bode magnitude plot for a first-order filter
- [ ] I understand what each pole and zero contributes to slope and phase in a Bode plot
Concepts Covered
- ●Frequency Response
- ●Transfer Function
- ●Magnitude Response
- ●Phase Response
- ●Bode Plot
- ●Bode Magnitude Plot
- ●Bode Phase Plot
- ●Decade
- ●Octave
- ●Cutoff Frequency
- ●Corner Frequency
- ●Half-Power Point
- ●Roll-Off Rate
- ●Asymptotic Approximation
- ●Poles and Zeros
- ●Filter
- ●Low-Pass Filter
- ●High-Pass Filter
- ●Band-Pass Filter
- ●Band-Reject Filter
- ●Notch Filter
- ●Filter Order
Interactive MicroSims
This chapter includes four interactive simulations. Use them alongside the reading to explore concepts hands-on.
| Section | Simulation | What it shows |
|---|---|---|
| 11.4 | Filter Frequency Response | Bode magnitude and phase plots for RC filters |
| 11.6 | Bandwidth and Selectivity | How Q factor controls bandwidth; -3 dB markers |
| 11.9 | First-Order Filters | LP, HP filter responses and cutoff frequency |
| 11.10 | Second-Order Filter | Butterworth, underdamped, and overdamped responses |
Filter Frequency Response — Interactive Walkthrough
Prerequisites
Before beginning this chapter, students should have:
- ●Chapter 5: Passive Components — Resistors, Capacitors, and Inductors — familiarity with RC and RL time constants and impedance of reactive elements
- ●Chapter 9: Phasors and Complex Impedance — ability to work with complex impedances \(Z_C = 1/(j\omega C)\) and \(Z_L = j\omega L\) and use voltage-divider analysis in the phasor domain
- ●Chapter 10: AC Power Analysis — understanding of average power, RMS values, and the significance of the \(-3\) dB (half-power) point
📖 Ready to start? Continue to Chapter Content →