Difficulty: Easy
Correct Answer: 1590 Ohm
Explanation:
Introduction / Context:
Capacitive reactance quantifies how a capacitor resists changes in voltage in AC circuits. Computing Xc quickly is essential for filter design, impedance matching, and estimating current draw at a given frequency.
Given Data / Assumptions:
Concept / Approach:
Use Xc = 1 / (2 * pi * f * C). This relation comes from the frequency-domain impedance of a capacitor, Zc = 1 / (j * 2 * pi * f * C), with magnitude Xc equal to the reciprocal of 2 * pi * f * C.
Step-by-Step Solution:
Step 1: Compute the product k = 2 * pi * f * C.Step 2: Substitute values: k = 2 * pi * 1000 * (1 * 10^-7) = 2 * pi * 10^-4 ≈ 6.2832 * 10^-4.Step 3: Compute Xc = 1 / k ≈ 1 / (6.2832 * 10^-4) ≈ 1591.55 Ω.Step 4: Round to the nearest listed option: 1590 Ohm.
Verification / Alternative check:
A quick mental check: doubling frequency halves Xc; at 1 kHz and 0.1 μF, designers often memorize Xc ≈ 1.6 kΩ, matching the computed result.
Why Other Options Are Wrong:
Common Pitfalls:
Misplacing powers of ten when converting microfarads to farads causes large errors. Always convert 0.1 μF to 1 * 10^-7 F before calculation.
Final Answer:
1590 Ohm.
Discussion & Comments