Difficulty: Easy
Correct Answer: Correct
Explanation:
Introduction / Context:Capacitors are foundational components in analog, digital, and power electronics. One of their most frequent roles is filtering: shaping frequency content by shunting or blocking undesirable components of a signal or supply. This includes power-supply smoothing, AC coupling, RF bypassing, and decoupling at integrated-circuit pins.
Given Data / Assumptions:
Concept / Approach:Capacitive reactance Xc = 1 / (2 * pi * f * C) decreases as frequency increases. Thus, at high frequencies a capacitor presents a low impedance path to ground, bypassing noise (decoupling). In RC low-pass filters, the capacitor shunts high-frequency components, smoothing rectifier ripple. In coupling networks, a series capacitor blocks DC while passing AC above a chosen cutoff frequency f_c = 1 / (2 * pi * R * C).
Step-by-Step Solution:
Identify the filtering need: suppress ripple/noise or set a bandwidth.Choose RC topology: low-pass, high-pass, or with active elements for precise shaping.Select C to set cutoff with surrounding R (f_c formula above).Place decoupling capacitors close to IC power pins to reduce supply impedance at high frequencies.Verification / Alternative check:Power integrity measurements show reduced rail ripple and faster transient response with proper bulk and high-frequency capacitors (e.g., electrolytic plus ceramic near loads). Bode plots of RC networks confirm attenuation above or below f_c as required.
Why Other Options Are Wrong:
Incorrect: contradicts widespread practice.Only DC or only HV: capacitors are used in DC, AC, RF, and mixed-signal domains.Only with inductors: LC filters exist, but RC filters and bypass caps operate effectively without inductors.Common Pitfalls:Ignoring ESR/ESL at high frequency; not using multiple values in parallel to cover wide bands; poor layout that adds inductance.
Final Answer:Correct
Discussion & Comments