The most useful way to learn op-amp circuits is to treat each configuration as a feedback pattern. The op-amp output moves until the feedback network makes the two inputs nearly equal, as long as the real device still has enough supply voltage, input range, output swing, bandwidth, and stability margin to do it.
Voltage follower
A voltage follower connects the output directly back to the inverting input. The signal enters the non-inverting input. The result is a buffer: the output voltage follows the input voltage, but the op-amp can usually drive a lower impedance load than the original signal source could.
Non-inverting amplifier
A non-inverting amplifier keeps the output in the same polarity as the input. The feedback divider sets the gain. It is common in sensor scaling because the signal source sees the op-amp input rather than a low-value resistor network.
Gain = 1 + Rf / Rg
Inverting amplifier
An inverting amplifier applies the signal through an input resistor to the inverting input. The non-inverting input is usually tied to a reference point. The output moves in the opposite direction to hold the inverting node near that reference.
Gain = -Rf / Rin
Active low-pass filter
An active filter uses an op-amp with resistors and capacitors to shape frequency response. A low-pass filter passes slower changes and reduces faster noise. This is useful before ADC inputs, in audio paths, and anywhere a signal needs bandwidth limiting.
The simple RC corner frequency is:
fc = 1 / (2 x pi x R x C)
Real active filters can be first order, second order, or higher. Component tolerance, op-amp bandwidth, output drive, source impedance, and layout all matter more as the frequency rises or the accuracy requirement becomes tighter.
Current sense amplifier
Current sensing often starts with a small resistor, called a shunt, in series with the load. Current through the shunt creates a small voltage. An op-amp or dedicated current-sense amplifier can scale that small voltage so a microcontroller, comparator, or protection circuit can use it.
Comparator-style threshold
If the job is simply to decide whether one voltage is above another, a comparator is usually better than a general op-amp. It is designed to switch cleanly, recover from saturation, and interface with logic. Op-amps can sometimes be used this way in slow, forgiving circuits, but it should be a deliberate choice.
| Configuration | Use it when | Check carefully |
|---|---|---|
| Voltage follower | The voltage is right but the source is weak. | Input range, output swing, capacitive loads. |
| Non-inverting amplifier | You need positive gain without loading the source much. | Gain bandwidth, resistor tolerance, output range. |
| Inverting amplifier | You need controlled negative gain, summing, or filter structure. | Input impedance, reference voltage, feedback stability. |
| Active filter | You need frequency shaping and buffering together. | Op-amp speed, component tolerance, layout, noise. |
| Current sense stage | You need to measure load current from a small shunt voltage. | Common-mode range, offset, shunt power, PCB routing. |
Practical rule
Pick the configuration from the signal problem first, then pick the op-amp from the real limits: supply rails, input range, output range, load, accuracy, speed, noise, and stability.
Start a project