Questions: Frequency Response and Bode Plot Analysis
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
Why does Bode magnitude analysis use the decibel scale (20 log₁₀|H|) rather than plotting |H| directly on a linear scale?
ADecibels are the official SI unit for electrical gain and are required by engineering standards
BThe logarithm compresses the dynamic range and converts multiplicative gains into additive quantities, so the overall Bode plot of a cascade is simply the sum of the individual plots
CThe logarithmic scale makes the frequency response appear smoother and more aesthetically readable
DCapacitors and inductors respond only to logarithmically-spaced frequency intervals
The most important reason is mathematical: log(A·B) = log(A) + log(B). A cascade of two stages with transfer functions H₁ and H₂ has overall gain |H₁·H₂| = |H₁|·|H₂|, which becomes |H₁|_dB + |H₂|_dB in the decibel domain. This additivity lets you draw the Bode plot of any cascade by simply summing the individual plots without multiplying complex numbers. It also compresses a dynamic range of millions into a legible scale. Option C describes an aesthetic consequence but not the fundamental mathematical reason.
Question 2 Multiple Choice
A transfer function has a single pole at ω₀ = 100 rad/s and a single zero at ω₁ = 1000 rad/s, with DC gain of 0 dB. On the asymptotic Bode magnitude plot, what is the slope between ω = 100 rad/s and ω = 1000 rad/s?
A0 dB/decade, since neither feature has fully activated yet in this range
B+20 dB/decade, since the zero at 1000 rad/s begins contributing before it is reached
C−20 dB/decade, since the pole at 100 rad/s has activated but the zero at 1000 rad/s has not yet
D−40 dB/decade, since poles and zeros both affect the slope as soon as they are within a decade
In the asymptotic approximation, a pole at ω₀ contributes a slope change of −20 dB/decade starting at ω = ω₀, and a zero at ω₁ contributes +20 dB/decade starting at ω = ω₁. Between ω = 100 and ω = 1000 rad/s, only the pole has activated, contributing −20 dB/decade. At ω = 1000 rad/s the zero activates, and the slope returns to 0 dB/decade. The asymptotic approximation only uses the features that have been passed, not those still ahead.
Question 3 True / False
For a simple RC low-pass filter, the corner frequency ω = 1/RC is also the −3 dB frequency, where the output signal power is exactly half the input power.
TTrue
FFalse
Answer: True
At ω = 1/RC, the transfer function H(jω) = 1/(1 + j) has magnitude 1/√2. Power is proportional to voltage squared, so power is (1/√2)² = 1/2 of input power — a 3 dB reduction. This is why the corner frequency is also called the −3 dB bandwidth or half-power frequency. It represents the maximum error of the asymptotic Bode approximation: the asymptote predicts 0 dB at the corner, but the true response is −3 dB.
Question 4 True / False
Adding more poles to a transfer function reduces its output gain at most frequencies, since each pole contributes −20 dB/decade of roll-off everywhere.
TTrue
FFalse
Answer: False
Each pole only reduces the slope by 20 dB/decade above its corner frequency; below the corner frequency, the pole contributes negligibly to the response (the asymptotic approximation shows 0 dB contribution below the corner). A pole at 10 MHz has essentially no effect on the response at 1 kHz. The roll-off only begins when the operating frequency passes the pole's corner frequency. This is why a low-pass filter's pass-band gain is unaffected by its pole — the pole only attenuates frequencies in the stop band above it.
Question 5 Short Answer
Explain why Bode plots make the analysis of cascaded circuit stages much simpler than working with the individual transfer functions multiplied together.
Think about your answer, then reveal below.
Model answer: When circuits are cascaded (connected in series so the output of one feeds the input of the next), their overall transfer function is the product of the individual transfer functions: H_total = H₁ · H₂ · H₃ · .... Multiplying complex-valued functions of frequency is tedious. But when converted to dB, multiplication becomes addition: |H_total|_dB = |H₁|_dB + |H₂|_dB + |H₃|_dB. This means the total Bode magnitude plot is simply the sum of the individual Bode plots. The same additivity applies to phase: phase_total = phase₁ + phase₂ + phase₃. The engineer sketches each stage's asymptotic Bode plot independently, then adds them graphically.
This additivity is why log scales were historically so powerful in engineering analysis (before computers) and why the Bode framework became standard. It turns a multiplication problem into an addition problem, allowing engineers to design and analyze multi-stage amplifiers, filters, and feedback controllers by inspection. The corner frequencies of each stage appear as kink points on the total plot, and the total slope at any frequency is simply the count of poles minus zeros that have been passed, multiplied by ±20 dB/decade.