Study Guide

Capacitors in Circuits

AP Physics C: E&M· AP Physics C: E&M CED — Electric Circuits· 14 min read

1. Equivalent Capacitance for Series and Parallel Combinations★★☆☆☆⏱ 4 min

When multiple capacitors are connected in a circuit network, we can simplify the network to a single equivalent capacitance using rules based on connection type. Importantly, these rules are reversed from the equivalent resistance rules for resistors, which is a common point of confusion.

For parallel connections: All capacitors share the same potential difference across their plates, equal to the potential difference across the equivalent capacitor. Total charge stored by the combination is the sum of charge on each individual capacitor, per conservation of charge:

Qtotal=Q1+Q2+...+QnQ_{\text{total}} = Q_1 + Q_2 + ... + Q_n

Substituting and canceling the common potential difference gives the parallel equivalent capacitance rule:

Ceq,parallel=i=1nCiC_{eq,\text{parallel}} = \sum_{i=1}^n C_i

For series connections: All capacitors in series carry the same charge on their plates (charge is conserved through the series branch, so no net charge can accumulate between capacitor plates). The total potential difference across the combination is the sum of potential differences across each individual capacitor. Substituting and canceling the common charge gives the series rule:

1Ceq,series=i=1n1Ci\frac{1}{C_{eq,\text{series}}} = \sum_{i=1}^n \frac{1}{C_i}

Intuition for the reversed rules comes from the parallel-plate capacitor formula : parallel capacitors add effective plate area , so capacitance adds, while series capacitors add effective plate separation , so reciprocals of capacitance add.

📐 Worked Example

Find the equivalent capacitance between points A and B for the following network: a 1 μF capacitor and a 3 μF capacitor are connected in series, and this combination is connected in parallel with a 4 μF capacitor.

  1. 1

    First simplify the series combination of 1 μF and 3 μF using the series rule:

    1C12=11 μF+13 μF=43 μF    C12=0.75 μF\frac{1}{C_{12}} = \frac{1}{1\ \mu\text{F}} + \frac{1}{3\ \mu\text{F}} = \frac{4}{3\ \mu\text{F}} \implies C_{12} = 0.75\ \mu\text{F}
  2. 2

    This is in parallel with 4 μF, so add the capacitances:

    Ceq=0.75 μF+4 μF=4.75 μFC_{eq} = 0.75\ \mu\text{F} + 4\ \mu\text{F} = 4.75\ \mu\text{F}
  3. 3

    Check for consistency: The series equivalent is smaller than the smallest individual capacitor, and the total parallel equivalent is larger than the largest individual capacitor, which matches the rules for capacitor combinations.

Exam tip:

If your result for equivalent capacitance of a series combination is larger than any individual capacitor in the series, you have swapped the series and parallel rules—reverse them immediately to get a correct result.

2. Charging RC Circuits★★★☆☆⏱ 5 min

A resistor-capacitor (RC) circuit is a circuit with one or more resistors and one or more capacitors that exhibits time-dependent behavior when connected to a voltage source. When an initially uncharged capacitor is connected in series with a battery and a resistor, it does not charge instantaneously. Charge builds up exponentially, with the rate of charging determined by the product of resistance and capacitance, called the time constant .

🔬 Derivation
Goal:

Derive the time dependence of charge for a charging RC circuit

Starting from:

Kirchhoff's loop rule for a series circuit with emf , resistance , and capacitance

  1. 1

    Apply loop rule to the closed circuit:

  2. 2
    εIRVC=0\varepsilon - IR - V_C = 0
  3. 3

    Substitute and (current is the rate of change of charge on the capacitor):

  4. 4
    εRdQdtQC=0\varepsilon - R \frac{dQ}{dt} - \frac{Q}{C} = 0
Result:

Separating variables and integrating from initial condition (uncharged at ) gives the solution: , , , where is the time constant. After one time constant, the capacitor reaches ~63% of its maximum charge; after 5 time constants, it is effectively fully charged.

📐 Worked Example

A 20 V battery, 500 Ω resistor, and 100 μF capacitor are connected in series to form a charging RC circuit. The capacitor is initially uncharged. What is the voltage across the capacitor 0.06 seconds after the circuit is connected?

  1. 1

    Calculate the time constant:

    τ=RC=(500 Ω)(100×106 F)=0.05 s\tau = RC = (500\ \Omega)(100 \times 10^{-6}\ \text{F}) = 0.05\ \text{s}
  2. 2

    Use the charging voltage relation for an initially uncharged capacitor:

    VC(t)=ε(1et/τ)V_C(t) = \varepsilon (1 - e^{-t/\tau})
  3. 3

    Substitute values s:

    t/τ=0.060.05=1.2    VC=20(1e1.2)14.0 Vt/\tau = \frac{0.06}{0.05} = 1.2 \implies V_C = 20 (1 - e^{-1.2}) \approx 14.0\ \text{V}
  4. 4

    Check: After 1.2 time constants, we expect voltage greater than 63% of 20 V (12.6 V), which matches our result.

Exam tip:

Always confirm your initial conditions before writing exponential expressions. For an initially uncharged capacitor at , and —this is a quick check to confirm you have the correct form of the exponential function.

3. Discharging RC Circuits★★★☆☆⏱ 5 min

When a fully charged capacitor is disconnected from its charging battery and connected to a resistor, it discharges, releasing its stored charge through the resistor, again with exponential time dependence. We use the same Kirchhoff's loop approach for discharging, with no battery emf in the circuit.

🔬 Derivation
Goal:

Derive the time dependence of charge for a discharging RC circuit

Starting from:

A capacitor with initial charge connected to a resistor at

  1. 1

    Apply Kirchhoff's loop rule to the closed circuit:

  2. 2
    VCIR=0V_C - IR = 0
  3. 3

    Substitute . For discharge, charge decreases over time, so (the negative sign accounts for decreasing ):

  4. 4
    QC+RdQdt=0\frac{Q}{C} + R \frac{dQ}{dt} = 0
Result:

Separating variables and integrating from initial condition gives the solution: , , , where is identical to the charging time constant. The negative sign indicates current direction is opposite to charging. After one time constant, ~37% of initial charge remains; after 5 time constants, the capacitor is effectively fully discharged.

📐 Worked Example

A 20 μF capacitor is charged to 100 V, then connected to a 50 kΩ resistor to discharge. What is the charge on the capacitor after 1 second?

  1. 1

    Calculate initial charge on the capacitor:

    Q0=CV0=(20×106 F)(100 V)=0.002 CQ_0 = C V_0 = (20 \times 10^{-6}\ \text{F})(100\ \text{V}) = 0.002\ \text{C}
  2. 2

    Calculate the time constant:

    τ=RC=(50×103 Ω)(20×106 F)=1.0 s\tau = RC = (50 \times 10^3\ \Omega)(20 \times 10^{-6}\ \text{F}) = 1.0\ \text{s}
  3. 3

    Use the discharge charge relation:

    Q(t)=Q0et/τ=0.002e17.36×104 C=0.736 mCQ(t) = Q_0 e^{-t/\tau} = 0.002 e^{-1} \approx 7.36 \times 10^{-4}\ \text{C} = 0.736\ \text{mC}
  4. 4

    Check: After one time constant, we expect ~37% of the initial charge, which matches our result.

Exam tip:

In steady-state DC (after many time constants), a capacitor acts as an open circuit with zero current. If you are asked for steady-state current through a capacitor branch, the answer is always zero.

4. AP-Style Practice Worked Examples★★★★☆⏱ 5 min

📐 Worked Example

An uncharged 6 μF capacitor and a 500 Ω resistor are connected in series to a 12 V battery. What is the current in the circuit after two time constants have elapsed? Options: A) 3.3 mA B) 16.2 mA C) 0.33 mA D) 24 mA

  1. 1

    For a charging RC circuit, calculate initial current:

    I0=εR=12 V500 Ω=0.024 A=24 mAI_0 = \frac{\varepsilon}{R} = \frac{12\ \text{V}}{500\ \Omega} = 0.024\ \text{A} = 24\ \text{mA}
  2. 2

    Current decays exponentially as . After two time constants, :

    I=24e224(0.135)3.3 mAI = 24 e^{-2} \approx 24(0.135) \approx 3.3\ \text{mA}
  3. 3

    The correct answer is A. Option D is the initial current at , B and C are calculation errors.

📐 Worked Example

A circuit consists of a 12 V battery connected to an open switch, a 40 kΩ resistor , and a series combination of a 5 μF capacitor and a 10 μF capacitor . Both capacitors are initially uncharged. At , the switch is closed. (a) Calculate equivalent capacitance. (b) Calculate the time constant. (c) Find and its value at s.

  1. 1

    Part (a): Capacitors are in series, so apply the series rule:

    1Ceq=15 μF+110 μF=310 μF    Ceq3.33 μF\frac{1}{C_{eq}} = \frac{1}{5\ \mu\text{F}} + \frac{1}{10\ \mu\text{F}} = \frac{3}{10\ \mu\text{F}} \implies C_{eq} \approx 3.33\ \mu\text{F}
  2. 2

    Part (b): Calculate time constant:

    τ=R1Ceq=(4×104 Ω)(3.33×106 F)=0.133 s\tau = R_1 C_{eq} = (4 \times 10^4\ \Omega)(3.33 \times 10^{-6}\ \text{F}) = 0.133\ \text{s}
  3. 3

    Part (c): For series capacitors, charge on equals total charge . Voltage across is :

    VC2(t)=4(1et/0.133) VV_{C2}(t) = 4\left(1 - e^{-t/0.133}\right) \text{ V}
  4. 4

    Substitute s:

    t/τ2.25    VC23.58 Vt/\tau \approx 2.25 \implies V_{C2} \approx 3.58\ \text{V}
📐 Worked Example

A heart defibrillator uses a 50 μF capacitor charged to 3000 V. After charging, the capacitor is discharged through a patient's chest with effective resistance 50 Ω. The defibrillator must deliver 95% of its stored charge to be effective. How long does discharge take?

  1. 1

    Start with the discharge relation, set charge delivered equal to 95% of initial charge:

    Q0Q(t)=0.95Q0    et/τ=0.05Q_0 - Q(t) = 0.95 Q_0 \implies e^{-t/\tau} = 0.05
  2. 2

    Calculate the time constant:

    τ=RC=(50 Ω)(50×106 F)=0.0025 s\tau = RC = (50\ \Omega)(50 \times 10^{-6}\ \text{F}) = 0.0025\ \text{s}
  3. 3

    Solve for by taking the natural logarithm of both sides:

    t/τ=ln(0.05)2.996    t7.5 ms-t/\tau = \ln(0.05) \approx -2.996 \implies t \approx 7.5\ \text{ms}

5. Common Pitfalls

Wrong move:

Swapping series and parallel rules, calculating for series as the sum of individual capacitances

Why:

Students memorize resistor rules first and confuse the reversed rules for capacitors

Correct move:

If you forget the rules, rederive from first principles: parallel capacitors share voltage, charge adds so capacitance adds; series capacitors share charge, voltage adds so reciprocals of capacitance add

Wrong move:

Forgetting the negative sign for current during discharge, leading to wrong current direction

Why:

Students use the same positive sign convention as charging, where charge is increasing

Correct move:

Explicitly define current direction, and note that charge on the capacitor decreases during discharge so is negative, leading to negative current relative to the charging direction

Wrong move:

Using instead of for the time constant

Why:

Students confuse the decay constant (units 1/s) with the time constant (units of seconds)

Correct move:

Check units first: has units of seconds, which matches the requirement for a time constant

Wrong move:

Only using the resistor labeled near the capacitor for time constant calculation, forgetting other series resistors

Why:

Students overlook resistors elsewhere in the series branch with the capacitor

Correct move:

Always find the total equivalent resistance seen by the capacitor when calculating the time constant, including all resistors in its series path

Wrong move:

Writing a positive potential change when crossing a capacitor from positive to negative plate in a Kirchhoff loop

Why:

Students mix up capacitor sign conventions with resistor or battery conventions

Correct move:

Follow the same rule as batteries: crossing from negative to positive plate gives a positive potential change, crossing from positive to negative gives a negative potential drop

6. Quick Reference Cheatsheet

Category

Formula

Notes

Parallel Capacitor Equivalent

All capacitors share the same potential difference

Series Capacitor Equivalent

All capacitors carry the same charge

RC Time Constant

Same for charging and discharging, units = seconds

Charging: Charge

Initial condition: (uncharged)

Charging: Voltage/Current

Current decays from maximum to zero

Discharging: Charge/Voltage

Initial condition: (fully charged)

Discharging: Current

Negative sign = current direction opposite to charging

Steady-State DC Behavior

Fully charged capacitor acts as an open circuit

When this came up on past exams

AI-estimated based on syllabus patterns — cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 · MCQ

    Equivalent capacitance calculation

  • 2022 · FRQ

    Discharging RC circuit analysis

Going deeper

  • unit overviewAP Physics C: E&M Unit 3 Overview

What's Next

Mastery of capacitors in circuits is a required prerequisite for the remaining topics in Unit 3 of AP Physics C: E&M, including energy storage in capacitors and analysis of multi-loop capacitive circuits. Without understanding how to calculate equivalent capacitance and model time-dependent exponential behavior, you will not be able to solve common free-response questions involving energy transfer or complex RC networks, which frequently appear on the AP exam. This topic also builds the core foundation for AC circuits later in the course, where capacitors act as frequency-dependent impedance elements, drawing directly on your understanding of capacitive behavior in DC circuits. Practice applying these rules regularly to build fluency for exam day.