Table of Contents

Op Amp Integrator Circuit Diagram: Practical Integrator Using Op Amp

Op amp integrator circuit diagram with input resistor feedback capacitor output waveform practical feedback resistor and op amp selection checks

An op amp integrator circuit uses an operational amplifier, an input resistor, and a feedback capacitor to produce an output voltage proportional to the time integral of the input voltage. In the common inverting integrator, a constant input voltage makes the output ramp linearly, and a square-wave input can create a ramp or triangular waveform.

The ideal circuit is useful for understanding the formula, but a practical integrator using op amp ICs normally needs more than a resistor and capacitor. Input offset voltage, input bias current, supply voltage, output swing, capacitor leakage, and op amp bandwidth can all push the output into saturation or distort the waveform. For sourcing, do not choose an op amp only by package or price. Check the signal frequency, required ramp slope, supply rails, offset, bias current, slew rate, and lifecycle before locking the BOM.

Quick next step: if you already have a required input range, frequency, supply voltage, package, and quantity, use the ApexComponent operational amplifier ICs category or submit the part list for quote review.

What Is an Op Amp Integrator?

An op amp integrator is an active circuit that converts input voltage over time into an output voltage. The most common version is based on the inverting amplifier structure, but the feedback resistor is replaced by a capacitor.

If the reader needs the broader device-level explanation before this circuit guide, link to ApexComponent's what is an operational amplifier article.

In a standard inverting amplifier, the feedback resistor sets a fixed voltage gain. In an integrator amplifier, the feedback capacitor makes the feedback impedance frequency-dependent. Current through the input resistor charges or discharges the capacitor, so the output voltage changes with time.

In plain terms:

  • A DC input makes the output ramp.
  • A square-wave input makes the output rise and fall linearly.
  • A sine-wave input is shifted and scaled according to frequency.
  • Real circuits need DC control so offset and bias errors do not drive the op amp into a rail.

This circuit appears in analog computing, ramp generators, active filters, servo loops, sensor interfaces, waveform shaping, and measurement systems.

Op Amp Integrator Circuit Diagram

Op amp integrator circuit diagram showing Vin R1 C1 Vref ground and Vout
The feedback capacitor C1 makes the inverting op amp output ramp in response to input current through R1.

A basic inverting op amp integrator circuit can be represented like this:

                 C1
          +----||-----+
          |           |
Vin --R1--+----(-)    |
               | \    |
Vref ----------|+ \   +---- Vout
               |  /
               | /

The input signal passes through R1 into the inverting input node. The feedback capacitor C1 connects from the op amp output back to the inverting input. The non-inverting input is usually tied to ground in a dual-supply design, or to a reference voltage in a single-supply design.

Key design meaning:

  • R1 controls the input current for a given input voltage.
  • C1 controls how quickly the output ramps.
  • Vref sets the operating midpoint in single-supply circuits.
  • The op amp must be able to support the required input common-mode range and output swing.

Op Amp Integrator Formula

Op amp integrator formula showing Vout equals negative one over R1 C1 times the integral of Vin
The ideal inverting integrator output depends on the input integral and the R1 C1 time constant.

For an ideal inverting integrator:

Vout(t) = -1 / (R1 x C1) x integral Vin(t) dt + Vout(0)

For a constant input voltage:

dVout / dt = -Vin / (R1 x C1)

This means the slope of the output ramp depends on the input voltage and the R1 x C1 time constant. A larger resistor or capacitor produces a slower ramp. A smaller resistor or capacitor produces a faster ramp.

For a sinusoidal input, the ideal magnitude falls as frequency rises:

|Av| = 1 / (2 x pi x f x R1 x C1)

This frequency behavior is why an integrator also behaves like an active low-pass function over its useful operating range. In a real design, the lower and upper usable frequency limits are set by the feedback network and by the op amp itself.

Integrator Amplifier Waveform

Integrator amplifier waveform showing square wave input and ramp output
A square-wave input becomes a ramp or triangular output when processed by an ideal integrator.

The easiest waveform to understand is a square-wave input. During the positive half-cycle, current flows through R1 and charges the feedback capacitor in one direction, so the output ramps with one polarity. During the negative half-cycle, the capacitor current reverses and the output ramps the other way.

Input waveformIdeal integrator outputPractical note
DC voltageLinear ramp until saturationOutput eventually hits a supply rail without DC control
Square waveRamp or triangular waveformSlope depends on Vin / (R1 x C1)
Sine waveInverted, frequency-dependent outputGain falls as frequency increases
Offset or noiseSlow output driftLow-offset op amps and feedback resistor help control drift

This is the reason an integrator stage can be used inside waveform and ramp circuits. However, if your goal is a complete oscillator or waveform generator, the integrator is only one part of the design. The switching, threshold, amplitude control, and startup behavior also matter.

Practical Integrator Using Op Amp

Practical integrator using op amp with R2 feedback resistor limiting DC gain
Adding R2 in parallel with C1 provides a DC feedback path and helps prevent output saturation.

An ideal op amp integrator is rarely enough for a production circuit. The most common practical change is adding a resistor in parallel with the feedback capacitor.

                 C1
          +----||-----+
          |           |
          +----R2-----+
          |           |
Vin --R1--+----(-)    |
               | \    |
Vref ----------|+ \   +---- Vout
               |  /
               | /

In this practical integrator using op amp ICs, R2 gives the circuit a DC feedback path. Without it, input offset voltage and bias current can slowly charge the capacitor until the output saturates. TI's integrator application guidance specifically notes that the ideal integrator can saturate at the rails because of input offset voltage, and that a feedback resistor provides a stable DC operating point.

The feedback resistor changes the behavior at low frequency. Instead of having extremely high DC gain, the circuit behaves like an inverting amplifier at very low frequencies and like an integrator over the intended frequency band.

Useful approximation:

Lower corner frequency = 1 / (2 x pi x R2 x C1)

Design implication: choose R2 large enough to preserve integration over the target signal band, but low enough to stop slow drift from consuming the output range.

Why Add a Feedback Resistor to an Op Amp Integrator?

The feedback resistor is not just a textbook correction. It solves practical production problems:

IssueWhat happens without controlHow feedback resistor helps
Input offset voltageOutput ramps even with no intended inputProvides DC feedback and limits low-frequency gain
Input bias currentCapacitor slowly chargesGives bias current a DC path
Startup conditionOutput may begin near a railHelps define a stable operating point
Long test durationDrift accumulates over timeReduces uncontrolled integration of DC errors
Single-supply designOutput has limited headroomWorks with a proper reference voltage to keep output centered

For precision or low-frequency integrators, the op amp's offset voltage, drift, and input bias current become part of the circuit behavior. A high-value resistor and small capacitor may look convenient, but leakage and bias currents can dominate the result.

How to Choose an Op Amp IC for an Integrator Circuit

Op amp integrator selection checklist covering supply voltage GBW slew rate offset voltage bias current and package
Match the op amp to the required ramp behavior, frequency range, precision, and package needs.

Do not select the operational amplifier only from a generic op amp list. Start from the circuit conditions.

Selection checkWhy it mattersBuyer or engineer action
Supply voltageDetermines input range and output swingConfirm single-supply or dual-supply rails
Input common-mode rangePrevents invalid input operationCheck the datasheet against Vref and signal range
Output swingDetermines usable ramp amplitudeLeave margin from the rails
Gain bandwidth productSets the upper useful frequency rangeChoose GBW with margin above the integrator band
Slew rateLimits how fast the output can rampCompare required ramp slope with datasheet slew rate
Input offset voltageCauses drift and saturationUse low-offset parts for long integration times
Input bias currentCreates capacitor charging errorUse low-bias input types for high-value resistors
NoiseAffects sensor and measurement circuitsCheck voltage noise and current noise if signal levels are small
PackageAffects PCB replacement and assemblyConfirm SOIC, TSSOP, SOT-23, DIP, or other package before purchase
LifecycleAffects long-term productionVerify active, NRND, or obsolete status before BOM release

For sourcing through ApexComponent, provide the op amp part number if known, or send the supply voltage, signal frequency, package, quantity, and application notes. This helps compare alternatives without making unsupported drop-in replacement claims.

Common Op Amp Integrator Design Mistakes

Treating the ideal integrator as production-ready

An ideal integrator with only a feedback capacitor can work in simulation or short demonstrations, but real offset and bias errors can push the output to a rail. Use a practical feedback network when the circuit must run continuously.

Ignoring the reference voltage in single-supply circuits

In a dual-supply design, the non-inverting input is often tied to ground. In a single-supply design, ground may not be a valid midpoint. Biasing the op amp around a reference voltage, often near mid-supply, keeps the signal inside the usable output range. Some specialized single-supply integrator structures are designed to simplify this problem, but they still need proper component selection.

Choosing an op amp with too little bandwidth

The feedback capacitor does not remove the op amp's bandwidth limit. TI's integrator design guidance notes that amplifier gain-bandwidth product affects the upper frequency range of the integration function. If the target signal is too close to the amplifier limit, the output will no longer match the ideal equation.

Forgetting capacitor leakage and tolerance

The feedback capacitor is not an ideal component. Leakage current, dielectric absorption, tolerance, and temperature behavior can all affect accuracy. This matters most in precision, low-frequency, and long-duration integration.

Placing the feedback network poorly on the PCB

High-impedance summing nodes are sensitive. Keep the input resistor, feedback capacitor, and feedback resistor close to the op amp input pins. Avoid routing noisy traces near the summing node. For precision layouts, keep leakage paths, flux residue, and humidity effects in mind.

Related Circuit: Waveform Generator Designs

An op amp integrator can be part of waveform generator designs because integrating a square wave creates a ramp waveform. A complete generator also needs a switching or comparator stage to reverse the integrator input at defined thresholds.

This article only covers the integrator section. A separate application page can explain the comparator plus integrator loop, amplitude control, frequency setting, and op amp selection.

Sourcing Op Amp ICs for Integrator Designs

If you are selecting parts for an integrator circuit, the best sourcing request includes more than a part number.

Send these details when available:

  • Existing op amp part number and manufacturer
  • Supply voltage and reference voltage
  • Input waveform and frequency range
  • Required output swing or ramp slope
  • Package and temperature range
  • Quantity, target delivery schedule, and acceptable alternatives
  • Whether the circuit is for prototype, repair, or production

ApexComponent can help review operational amplifier ICs, package availability, lifecycle risk, and alternative candidates. Inventory, pricing, and lead time should always be confirmed at the time of quotation.

Send your BOM for review: use this when the integrator is part of a larger analog, sensor, audio, or control board.

For a single known part number, include the target op amp model, package, and quantity in the same inquiry form.

FAQ

What is an op amp integrator circuit?

An op amp integrator circuit is an operational amplifier circuit whose output voltage is proportional to the time integral of the input voltage. The common inverting version uses an input resistor and a feedback capacitor.

What is the op amp integrator formula?

For an ideal inverting integrator, Vout(t) = -1 / (R1 x C1) x integral Vin(t) dt + Vout(0). For a constant input, the output ramp slope is approximately -Vin / (R1 x C1).

Why does an op amp integrator saturate?

An ideal integrator can saturate because input offset voltage, input bias current, leakage, or small DC input components charge the feedback capacitor over time. A feedback resistor gives the circuit a DC feedback path and helps define a stable operating point.

What does a square wave become after an integrator?

In an ideal integrator, a square-wave input becomes a ramping output, often seen as a triangular waveform if the positive and negative input intervals are balanced.

Why is a feedback resistor used in a practical integrator?

The feedback resistor limits DC gain, reduces uncontrolled drift, and helps keep the op amp output from sitting at a supply rail. It also sets the lower frequency boundary of the useful integration range.

Which op amp is suitable for an integrator circuit?

The right op amp depends on supply voltage, input range, output swing, GBW, slew rate, offset voltage, bias current, noise, package, and lifecycle. Low-offset and low-bias devices are often important for slow or precision integrators, while faster waveform circuits need enough bandwidth and slew rate.

2222 720x540

Alice lee

Business Manager

Focused on the electronic components sector, the author shares industry knowledge, product insights, and sourcing perspectives related to modern electronics manufacturing. With close attention to market trends, component applications, and supply chain developments, the content is designed to support engineers, buyers, and businesses in making more informed decisions.