RC integrator and differentiator circuits are basic signal processing circuits widely used in analog electronics. They are formed using a combination of a resistor (R) and capacitor (C) and operate based on the frequency-dependent behavior of the capacitor.
Table of Contents
RC Integrator Circuit
An RC integrator is a circuit that produces an output voltage proportional to the time integral of the input voltage. It is obtained by taking the output across the capacitor in an RC low-pass configuration.

Circuit Description
- A resistor \(R\) connected in series with the input signal
- A capacitor \(C\) connected between output node and ground
- Output voltage \(V_{out}\) taken across the capacitor
Working Principle
Using the current-voltage relationship of a capacitor:
\[
i_C = C \frac{dV_{out}}{dt}
\]
The current through the resistor is
\[
i_R = \frac{V_{in}-V_{out}}{R}
\]
Since the same current flows through both elements,
\[
\frac{V_{in}-V_{out}}{R} = C\frac{dV_{out}}{dt}
\]
For proper integrator operation, the condition
\[
RC \gg T
\]
must be satisfied, where \(T\) is the time period of the input signal. Under this condition, \(V_{out}\) becomes much smaller than \(V_{in}\), therefore,
\[
\frac{V_{in}}{R} \approx C\frac{dV_{out}}{dt}
\]
Rearranging,
\[
\frac{dV_{out}}{dt} = \frac{1}{RC}V_{in}
\]
Integrating both sides,
\[
V_{out} = \frac{1}{RC}\int V_{in} \, dt
\]
Thus the output voltage is proportional to the integral of the input signal.
Applications of RC Integrator
- Wave shaping circuits
- Ramp signal generation
- Analog computers
- Signal smoothing
- Pulse shaping circuits
RC Differentiator Circuit
An RC differentiator is a circuit in which the output voltage is proportional to the time derivative of the input voltage. It is obtained by taking the output across the resistor in an RC high-pass configuration.
![]()
Circuit Description
- A capacitor \(C\) connected in series with the input signal
- A resistor \(R\) connected between output node and ground
- Output voltage \(V_{out}\) taken across the resistor
Working Principle
Current through the capacitor is
\[
i_C = C\frac{dV_{in}}{dt}
\]
Voltage across the resistor is
\[
V_{out} = i_C R
\]
Substituting,
\[
V_{out} = RC \frac{dV_{in}}{dt}
\]
For proper differentiation, the condition
\[
RC \ll T
\]
must be satisfied.
Thus the output voltage is proportional to the derivative of the input signal.
Applications of RC Differentiator
- Edge detection circuits
- Pulse shaping circuits
- Waveform generation
- High-pass filtering
- Trigger circuits
Waveform Behavior
- A square wave input applied to an integrator produces a triangular wave output.
- A triangular wave input applied to a differentiator produces a square wave output.
Key Conditions for Proper Operation
Integrator condition:
\[
RC \gg T
\]
Differentiator condition:
\[
RC \ll T
\]