An integrating amplifier is an operational amplifier circuit that uses a capacitor in its feedback loop to produce an output voltage proportional to the time-integral of the input signal. Instead of simply multiplying the input by a fixed gain like a standard inverting amplifier, this circuit accumulates the input signal over time. If you feed it a constant DC voltage, the output will not sit at a fixed level; it will ramp up or down linearly as long as the input is present. To visualize this, think of a bucket filling with water from a hose: the water flow rate is your input voltage, and the water level in the bucket is your output voltage. A constant flow causes the water level to rise steadily over time.
The Core Mechanism: How the Feedback Capacitor Changes Everything
In a standard inverting op-amp configuration, a feedback resistor sets a fixed voltage gain. In an integrating amplifier, we replace that feedback resistor with a capacitor ($C_f$). Because the op-amp's high open-loop gain forces the inverting input to a virtual ground (0V), the input current ($I_{in}$) is determined entirely by the input voltage ($V_{in}$) and the input resistor ($R_{in}$):
$I_{in} = \frac{V_{in}}{R_{in}}$
Since the op-amp's input impedance is virtually infinite, no current flows into the inverting pin. All of $I_{in}$ must flow into the feedback capacitor. As current flows into $C_f$, it accumulates charge, which changes the voltage across the capacitor. The relationship between current and voltage in a capacitor is $I = C \frac{dV}{dt}$. By rearranging and integrating this relationship, we get the fundamental transfer function for the op-amp integrator:
$V_{out}(t) = -\frac{1}{R_{in}C_f} \int_{0}^{t} V_{in}(\tau) d\tau + V_{initial}$
The negative sign indicates phase inversion. The term $\frac{1}{R_{in}C_f}$ is the scaling factor, often referred to as the integrator gain, with units of inverse seconds ($s^{-1}$). What this changes in a real circuit is profound: it transforms time-domain waveforms. A square wave input becomes a triangle wave output; a sine wave input becomes a phase-shifted cosine wave; and a DC step input becomes a linear voltage ramp.
Worked Numeric Example: Calculating the Output Ramp
Let's look at a practical bench scenario. Suppose you are building a voltage ramp generator for a motor controller test. You apply a steady +2.5V DC step to the input of an integrating amplifier built with an LM358 op-amp on a ±12V dual power supply.
- Input Resistor ($R_{in}$): 10 kΩ
- Feedback Capacitor ($C_f$): 100 nF (0.1 µF)
- Initial Capacitor Voltage: 0V (discharged at t=0)
First, calculate the RC time constant, which dictates the integration rate:
$\tau = R_{in} \times C_f = 10,000 \, \Omega \times 0.0000001 \, \text{F} = 0.001 \, \text{seconds (1 ms)}$
Next, determine the rate of change of the output voltage (the slope of the ramp):
$\frac{dV_{out}}{dt} = -\frac{V_{in}}{\tau} = -\frac{2.5\text{V}}{0.001\text{s}} = \mathbf{-2500 \, \text{V/s}}$
If you want to stop the ramp and hold the voltage, you must drop $V_{in}$ to exactly 0V. At 0V input, $I_{in}$ becomes zero, the capacitor stops charging, and $V_{out}$ holds its last accumulated value (ignoring non-ideal op-amp leakage).
Where You Meet This in Practice
While pure analog integration is less common in modern digital-heavy designs, the integrating amplifier remains critical in specific high-performance and mixed-signal applications:
- Dual-Slope Analog-to-Digital Converters (ADCs): The classic ICL7106 3.5-digit ADC, found in millions of digital multimeters, uses an integrator to convert an unknown input voltage into a precise time interval. The time it takes for the integrator to ramp back to zero is directly proportional to the input voltage, offering incredible noise rejection for 50/60Hz mains interference.
- PID Controllers: In analog industrial control loops, the 'I' (Integral) term is implemented with this exact circuit. It accumulates past error signals to eliminate steady-state offset, ensuring a motor or heater eventually reaches the exact setpoint.
- Piezoelectric Sensor Conditioning: When configured as a charge amplifier (a specialized integrator), it converts the high-impedance, transient charge spikes from piezoelectric accelerometers or microphones into usable, low-impedance voltage signals.
- Waveform Generation: Function generators use integrators to convert crisp square waves from an astable multivibrator into highly linear triangle waves.
Integrator vs. Differentiator: Clearing Up the Confusion
People commonly confuse the integrating amplifier with the differentiator amplifier, or mistakenly dismiss it as just another active low-pass filter. While an integrator technically acts as a low-pass filter with a -20dB/decade slope, its primary design intent is time-domain accumulation, not just frequency attenuation. Here is how the two primary op-amp calculus circuits compare:
| Feature | Integrating Amplifier | Differentiator Amplifier |
|---|---|---|
| Input Element | Resistor ($R_{in}$) | Capacitor ($C_{in}$) |
| Feedback Element | Capacitor ($C_f$) | Resistor ($R_f$) |
| DC Response | Ramps continuously (integrates DC) | Blocks DC (outputs 0V) |
| Square Wave Input | Outputs a Triangle Wave | Outputs sharp positive/negative spikes |
| High-Frequency Noise | Attenuates noise (acts as low-pass) | Amplifies noise severely (unstable) |
FAQ: Common Integrating Amplifier Questions
Why does my integrating amplifier output drift to the supply rail even with 0V input?
This is caused by the op-amp's non-ideal input bias current and input offset voltage. Even when your signal source is at 0V, a tiny bias current (often in the nanoamp range for bipolar op-amps like the LM741) flows into the feedback capacitor. Over seconds or minutes, this tiny current accumulates enough charge to slowly ramp the output until it hits the power supply rail. To fix this, use an op-amp with FET or CMOS inputs (like the TL072 or LMC662) which have picoamp-level bias currents, or add a large bleeder resistor in parallel with the capacitor.
How do I prevent an op-amp integrator from saturating in a real DC circuit?
In theoretical textbooks, the feedback loop is purely capacitive. In real-world PCB designs, you must place a high-value feedback resistor ($R_f$) in parallel with the integrating capacitor $C_f$. This resistor provides a DC feedback path that limits the low-frequency gain to a finite value (e.g., $-R_f/R_{in}$), preventing DC offset and bias currents from integrating to infinity. Choose $R_f$ so that its time constant ($R_f \times C_f$) is at least 10 times longer than the lowest frequency signal you intend to integrate.
What is the best capacitor type for a precision integrating amplifier?
Avoid standard X7R or Y5V ceramic capacitors. These exhibit severe dielectric absorption (often called "capacitor memory"), where the dielectric material absorbs charge and slowly releases it later, causing the integrator output to drift unpredictably after a reset. For precision integration, use C0G/NP0 ceramic capacitors for values under 10nF, or polypropylene film capacitors (like the WIMA FKP series) for larger values. Polypropylene offers extremely low dielectric absorption and high stability over temperature.






