Fiveable

🎢Principles of Physics II Unit 5 Review

QR code for Principles of Physics II practice questions

5.5 RC circuits

5.5 RC circuits

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🎢Principles of Physics II
Unit & Topic Study Guides

Fundamentals of RC circuits

An RC circuit contains at least one resistor and one capacitor. The resistor controls how fast current flows, while the capacitor stores energy in an electric field. Together, they produce time-dependent behavior: voltages and currents that change exponentially rather than instantly. This makes RC circuits essential for timing, filtering, and smoothing applications.

Definition and components

A resistor impedes current flow and is measured in ohms (Ω). It follows Ohm's Law:

V=IRV = IR

A capacitor stores charge and energy in an electric field. Its capacitance, measured in farads (F), relates charge to voltage:

C=Q/VC = Q/V

When you combine these two elements in a circuit, the resistor limits how quickly charge can flow onto or off of the capacitor. That interaction between "flow control" and "charge storage" is what gives RC circuits their characteristic exponential behavior.

Circuit diagram representation

  • A resistor is drawn as a zigzag line
  • A capacitor is shown as two parallel lines (one may be curved for polarized capacitors)
  • The voltage source is typically a circle with + and − terminals
  • Arrows on wires indicate conventional current direction
  • A ground symbol establishes the reference voltage (0 V)

Charging vs discharging processes

Charging happens when a voltage source is connected to the RC circuit. Current flows from the source, through the resistor, and onto the capacitor plates. The voltage across the capacitor rises exponentially toward the source voltage.

Discharging happens when the voltage source is removed and the capacitor has a path through the resistor. The capacitor drives current through the resistor, and its voltage drops exponentially toward zero.

Both processes are governed by the same time constant and follow exponential curves. The key difference is direction: charging builds up voltage, discharging releases it.

Time constant in RC circuits

The time constant tells you how fast the capacitor charges or discharges. It's the single most important parameter for predicting RC circuit behavior.

Definition of time constant

The time constant ττ is defined as:

τ=RCτ = RC

where RR is resistance in ohms and CC is capacitance in farads. The result is in seconds.

After one time constant, the circuit has completed about 63.2% of its total change. After 5τ, the circuit is over 99% of the way to its final value, which is why 5τ is often treated as "fully charged" or "fully discharged" in practice.

Calculation methods

  • Direct calculation: Multiply known RR and CC values. For example, a 10 kΩ10 \text{ kΩ} resistor with a 100 μF100 \text{ μF} capacitor gives τ=(10×103)(100×106)=1 sτ = (10 \times 10^3)(100 \times 10^{-6}) = 1 \text{ s}.
  • Graphical method: On a voltage vs. time plot, find the time at which the voltage reaches 63.2% of its final value. That time equals ττ.
  • Experimental method: Use an oscilloscope to capture the charging or discharging curve and measure ττ directly from the waveform.

Significance in circuit behavior

The time constant determines:

  • How quickly the capacitor charges and discharges
  • The cutoff frequency for filtering applications
  • Rise and fall times in pulse circuits
  • The duration of timing pulses in timer circuits

A larger ττ means slower response. A smaller ττ means faster response. You can adjust ττ by changing either RR or CC.

Charging process analysis

When a voltage source VsV_s is connected to an uncharged RC circuit, the capacitor voltage rises while the current falls. Both follow exponential curves.

Voltage across capacitor

The capacitor voltage during charging is:

Vc(t)=Vs(1et/RC)V_c(t) = V_s(1 - e^{-t/RC})

At t=0t = 0, the exponential term equals 1, so Vc=0V_c = 0. As tt \to \infty, the exponential term approaches 0, so VcVsV_c \to V_s. The voltage changes fastest at the start (when the current is highest) and slows down as the capacitor approaches full charge.

Current in the circuit

The current during charging is:

I(t)=VsRet/RCI(t) = \frac{V_s}{R}e^{-t/RC}

The initial current is I0=Vs/RI_0 = V_s/R, which is just Ohm's Law applied at the instant the switch closes (when the uncharged capacitor acts like a short circuit). The current then decays exponentially to zero as the capacitor voltage rises to match the source.

Energy storage in capacitor

The energy stored in a capacitor at any voltage VV is:

E=12CV2E = \frac{1}{2}CV^2

When fully charged to VsV_s, the stored energy is 12CVs2\frac{1}{2}CV_s^2. An important detail: during charging, the source delivers a total energy of CVs2CV_s^2, but only half of that ends up stored in the capacitor. The other half is dissipated as heat in the resistor. This 50% energy split holds regardless of the resistance value.

Discharging process analysis

When a charged capacitor (initial voltage V0V_0) is disconnected from the source and connected across a resistor, it discharges. The voltage, current, and energy all decay exponentially.

Voltage decay across capacitor

The capacitor voltage during discharge is:

Vc(t)=V0et/RCV_c(t) = V_0 e^{-t/RC}

At t=0t = 0, Vc=V0V_c = V_0. The voltage drops to about 37% of V0V_0 after one time constant, and continues decaying toward zero. The rate of decay is steepest at the beginning, when the voltage (and therefore the current) is largest.

Current flow during discharge

The discharge current is:

I(t)=V0Ret/RCI(t) = \frac{V_0}{R}e^{-t/RC}

This current flows in the opposite direction compared to charging, since the capacitor is now acting as the source. The initial discharge current is V0/RV_0/R, and it decays exponentially just like the voltage.

Definition and components, 4.11 DC Circuits Containing Resistors and Capacitors – Douglas College Physics 1207

Energy release from capacitor

All the energy initially stored in the capacitor, 12CV02\frac{1}{2}CV_0^2, is dissipated as heat in the resistor during discharge. The rate of energy dissipation is highest at the start (when both voltage and current are at their peak) and follows an exponential decay pattern.

Mathematical models

The equations for RC circuits come from applying Kirchhoff's voltage law and Ohm's law. Understanding where the formulas come from helps you adapt them to new situations.

Differential equations for RC circuits

Applying Kirchhoff's voltage law around a charging RC loop gives:

RCdVcdt+Vc=VsRC\frac{dV_c}{dt} + V_c = V_s

For discharging (no source), the equation becomes:

RCdVcdt+Vc=0RC\frac{dV_c}{dt} + V_c = 0

These are first-order linear differential equations. The RCRC product in front of the derivative is what makes the time constant appear naturally in the solutions.

Exponential functions in RC behavior

The solutions to the differential equations above are exponential functions:

  • Charging: f(t)=A(1et/τ)f(t) = A(1 - e^{-t/τ}) where AA is the final value
  • Discharging: f(t)=Aet/τf(t) = Ae^{-t/τ} where AA is the initial value

If you ever need to solve for time, take the natural logarithm. For example, to find when the capacitor reaches a specific voltage VV during discharge:

t=RCln(VV0)t = -RC \ln\left(\frac{V}{V_0}\right)

Time-dependent voltage and current

Here's a summary of all the key equations:

QuantityChargingDischarging
Capacitor voltageVc(t)=Vs(1et/RC)V_c(t) = V_s(1 - e^{-t/RC})Vc(t)=V0et/RCV_c(t) = V_0 e^{-t/RC}
Circuit currentI(t)=VsRet/RCI(t) = \frac{V_s}{R}e^{-t/RC}I(t)=V0Ret/RCI(t) = \frac{V_0}{R}e^{-t/RC}
Notice that during charging, the voltage and current have complementary shapes: as voltage rises, current falls. During discharging, both voltage and current decay together.

Transient response

The transient response is the circuit's behavior during the transition between states, before it settles into steady state.

Step response in RC circuits

A step response occurs when the input voltage changes suddenly (like flipping a switch). The capacitor voltage cannot jump instantaneously because that would require infinite current. Instead, it follows the exponential charging or discharging curve.

The rise time (from 10% to 90% of the final value) is approximately:

trise2.2τt_{rise} ≈ 2.2τ

This is a useful rule of thumb for estimating how fast an RC circuit responds to a sudden change.

Impulse response characteristics

If a very short voltage pulse is applied to an RC circuit, the capacitor charges quickly during the pulse and then discharges through the resistor afterward. The result is a sharp spike in capacitor voltage followed by an exponential decay. This behavior is relevant in digital systems where signals are short pulses.

Frequency response analysis

When you feed a sinusoidal signal into an RC circuit, the output depends on frequency. A series RC circuit (with output taken across the capacitor) acts as a low-pass filter: it passes low frequencies and attenuates high frequencies.

The cutoff frequency is:

fc=12πRCf_c = \frac{1}{2πRC}

At fcf_c, the output amplitude is reduced to 1/21/\sqrt{2} (about 70.7%) of the input, which corresponds to 3 dB-3 \text{ dB}. Above fcf_c, the gain rolls off at 20 dB/decade-20 \text{ dB/decade}, and the phase shift between input and output approaches 90°-90°.

Steady-state behavior

After enough time has passed (roughly 5τ), the transient response dies out and the circuit reaches steady state.

Long-term voltage distribution

For a DC source, the steady-state capacitor voltage equals the source voltage VsV_s (charging) or zero (discharging). No current flows because the capacitor is fully charged.

For an AC source, the capacitor voltage oscillates sinusoidally but lags behind the source voltage. The amplitude of the capacitor voltage depends on frequency: at low frequencies the capacitor voltage is close to the source voltage, and at high frequencies it's much smaller.

Final charge on capacitor

For DC charging, the final charge stored is:

Q=CVsQ = CV_s

In AC steady state, the charge oscillates back and forth at the input frequency. There's no net charge accumulation over a complete cycle.

Steady current in circuit

In DC steady state, the current is zero. The fully charged capacitor acts as an open circuit for DC. This is a key concept: capacitors block DC in the long run.

In AC steady state, current flows continuously. The current leads the capacitor voltage by 90°90°. The magnitude of the AC current depends on the circuit's impedance ZZ:

IRMS=VRMSZI_{RMS} = \frac{V_{RMS}}{Z}

Applications of RC circuits

Definition and components, DC Circuits Containing Resistors and Capacitors | Physics

Filters and signal processing

  • A low-pass filter (output across the capacitor) passes low frequencies and attenuates high frequencies. Used for smoothing signals and removing high-frequency noise.
  • A high-pass filter (output across the resistor) blocks DC and low frequencies while passing high frequencies. Used for AC coupling and removing DC offsets.
  • Combining low-pass and high-pass stages creates band-pass or band-stop filters.
  • Audio tone controls are a common everyday example of RC filtering.

Timing circuits

The predictable exponential behavior of RC circuits makes them useful for generating time delays. A simple example: if you need a 1-second delay, choose RR and CC so that RC=1 sRC = 1 \text{ s} (say, R=10 kΩR = 10 \text{ kΩ} and C=100 μFC = 100 \text{ μF}). RC timing is used in switch debouncing, clock signal generation, and sample-and-hold circuits.

Smoothing power supplies

After rectifying AC to pulsating DC, an RC filter smooths out the ripple. The capacitor charges during voltage peaks and discharges during the dips between peaks, filling in the gaps. Larger CC values produce smoother output. This is essential for converting AC wall power into the stable DC that electronic devices need.

RC circuit variations

Series vs parallel configurations

In a series RC circuit, the resistor and capacitor are connected end-to-end. The total impedance is:

Z=RjωCZ = R - \frac{j}{ωC}

This configuration is used for voltage dividers and filters.

In a parallel RC circuit, the resistor and capacitor share the same two nodes. The total admittance is:

Y=1R+jωCY = \frac{1}{R} + jωC

Parallel RC circuits appear in timing applications and as snubber networks that protect switches from voltage spikes.

Multiple capacitor arrangements

  • Series capacitors decrease total capacitance: 1Ctotal=1C1+1C2+\frac{1}{C_{total}} = \frac{1}{C_1} + \frac{1}{C_2} + \cdots
  • Parallel capacitors increase total capacitance: Ctotal=C1+C2+C_{total} = C_1 + C_2 + \cdots

These rules are the opposite of how resistors combine, which is a common source of confusion. Series capacitors are sometimes used to achieve higher voltage ratings, while parallel capacitors increase total storage capacity.

Variable resistor effects

Replacing the fixed resistor with a potentiometer makes the time constant adjustable. Turning the knob changes RR, which changes τ=RCτ = RC and therefore the circuit's speed and cutoff frequency. This is how analog volume controls and adjustable timers work. Temperature-sensitive resistors (thermistors) can also be used to create RC circuits whose behavior changes with temperature.

Measurement techniques

Oscilloscope use for RC circuits

An oscilloscope is the primary tool for observing RC circuit behavior. You can directly see the exponential charging and discharging curves on screen and measure the time constant from the waveform. With a dual-channel scope, you can compare the input signal to the output signal simultaneously, which is especially useful for measuring phase shifts in AC applications.

Data acquisition methods

  • Digital multimeters measure DC voltages and resistance values
  • LCR meters directly measure capacitance and equivalent series resistance (ESR)
  • Function generators provide controlled sinusoidal, square, or pulse inputs for testing
  • Data loggers and computer-based acquisition systems record voltage or current over time for detailed analysis

Error analysis in measurements

Component tolerances (typically 1%, 5%, or 10%) mean that the actual RR and CC values differ from their labeled values. This introduces uncertainty in calculated time constants. Parasitic capacitance from wires and breadboards can also affect measurements, especially at higher frequencies. When reporting experimental results, use error propagation to quantify how component tolerances affect your calculated ττ.

Practical considerations

Component tolerances and variations

Resistors and capacitors are manufactured with tolerances (e.g., a 10 kΩ ±5% resistor could be anywhere from 9.5 kΩ to 10.5 kΩ). When multiple components each have their own tolerance, the combined uncertainty can be significant. Temperature also affects component values: resistor values typically increase with temperature, and capacitor values can shift in either direction depending on the type.

Temperature effects on RC circuits

  • Most resistors have a positive temperature coefficient (resistance increases as temperature rises)
  • Ceramic capacitors can have positive or negative temperature coefficients depending on their dielectric type
  • Electrolytic capacitors are particularly sensitive to temperature, with both capacitance and ESR changing significantly
  • For precision timing or filtering, choose components with low temperature coefficients

Real-world limitations and non-idealities

Ideal models assume perfect components, but real components have quirks:

  • Capacitor leakage current causes slow self-discharge even with no external path
  • Dielectric absorption makes a capacitor "remember" its previous voltage, causing a small voltage rebound after discharge
  • Equivalent series resistance (ESR) in capacitors adds an effective resistance that matters at high frequencies
  • Parasitic inductance in component leads and circuit board traces can affect behavior at high frequencies
  • Electromagnetic interference (EMI) from nearby circuits or devices can introduce unwanted noise

These non-idealities are usually negligible at low frequencies and in introductory lab settings, but they become important in precision or high-frequency circuit design.