- Why do we use a logarithmic scale for frequency on a Bode plot?
- A logarithmic scale allows us to compactly visualize the system's behavior over a very wide frequency range—from very low to very high—on a single graph. This is essential because the characteristic -20 dB/decade slope of a first-order low-pass filter is a straight line only when plotted against log(frequency), making the asymptotic approximations clear and easy to draw.
- What is the physical meaning of the -3 dB point at the cutoff frequency (f_c)?
- At f = f_c, the output power of the filter is exactly half of the input power. Since decibels for power are 10*log(P_out/P_in), half power corresponds to -3 dB. For voltage, the ratio is 1/√2 ≈ 0.707, and 20*log10(0.707) ≈ -3 dB. This is the defining point where the filter begins to significantly attenuate the input signal.
- How does this simple RC model relate to real-world applications?
- RC low-pass filters are ubiquitous. They are used to reduce high-frequency noise in sensor signals, prevent aliasing in analog-to-digital converters, and smooth the output of power supplies. The first-order Bode plot provides the foundational understanding needed to design and analyze these practical circuits, though real filters may use higher-order designs for steeper roll-offs.
- Why does the phase shift approach -90 degrees but never go beyond it for this filter?
- The -90° limit is a fundamental property of a single, real-valued pole in the transfer function. It represents the maximum phase lag introduced by a first-order system. In an RC low-pass, at very high frequencies, the capacitor dominates and behaves almost like a short circuit for the AC signal, causing the output voltage to lag the input current (and thus the input voltage) by a quarter of a cycle, or 90 degrees.