Difficulty: Easy
Correct Answer: 0 V
Explanation:
Introduction / Context:
Transient analysis of RC circuits starts with initial conditions. Knowing the instantaneous voltage across a capacitor at the moment a switch closes is a foundational concept for timing circuits, debouncing, and analog signal steps.
Given Data / Assumptions:
Concept / Approach:
A capacitor’s voltage cannot change instantaneously; it changes according to the exponential charging law Vc(t) = Vs * (1 - e^(-t/RC)). At the instant just after closing (t = 0+), Vc(0+) equals the initial value Vc(0^-) which is 0 V for an uncharged capacitor.
Step-by-Step Solution:
Verification / Alternative check:
Use the charging equation: Vc(t) = 6 * (1 - e^(-t/(R*C))). At t = 0, e^0 = 1, so Vc(0) = 6 * (1 - 1) = 0 V. Current initially is I(0+) = 6 / R = 6 mA, then decays as the capacitor charges.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
0 V
Discussion & Comments