A summing amplifier is an operational amplifier circuit that combines two or more input signals into one output. The most common version is the inverting summing amplifier, where each input voltage enters through its own resistor and the output becomes the negative weighted sum of those inputs. Designers use this circuit for audio mixing, offset addition, sensor signal conditioning, simple digital-to-analog conversion, and analog control loops.
The formula is simple, but the real design is not only a resistor calculation. A practical summing amplifier must also respect supply voltage, output swing, input common-mode range, gain bandwidth, slew rate, input bias current, noise, resistor tolerance, PCB leakage and the load connected to the output. Use this guide to understand the summing amplifier formula, calculate resistor values, and avoid common sourcing or design mistakes when choosing an op amp IC.
Quick Take
| Item | Practical answer |
|---|---|
| Circuit function | Adds, mixes, offsets or weights multiple analog input signals |
| Most common topology | Inverting summing amplifier |
| Main formula | Vout = -Rf x (V1/R1 + V2/R2 + ... + Vn/Rn) |
| Equal-resistor result | Vout = -(Rf/R) x (V1 + V2 + ... + Vn) |
| Unity-gain adder | If Rf = R1 = R2 = ..., then Vout = -(V1 + V2 + ...) |
| Weighted sum | Each input weight is controlled by Rf/Rin |
| Main advantage | Multiple signals can be combined with controlled scaling and isolation between channels |
| Main design risk | Output clipping, resistor tolerance error, noise, bandwidth limits, and wrong single-supply biasing |
What Is a Summing Amplifier?
A summing amplifier is an op amp circuit that produces an output proportional to the sum of several input voltages. In an inverting summing amplifier, each input signal passes through its own input resistor into the inverting input node of the op amp. A feedback resistor connects the output back to the same node, while the non-inverting input is tied to ground or to a reference voltage.
Under the ideal op amp model, the inverting node is held close to the reference voltage by negative feedback. The op amp input current is assumed to be nearly zero, so the currents from all input resistors must flow through the feedback resistor. That current balance is why the output can represent the algebraic sum of multiple inputs.
This circuit is also called a voltage adder, summing inverter or analog mixer. The word “summing” does not always mean a simple arithmetic addition. By changing the input resistor values, the circuit can give one input more weight than another, attenuate a channel, invert polarity, or add a DC reference into an analog signal path.
Inverting Summing Amplifier Formula
For an inverting summing amplifier with input voltages V1, V2, V3 through input resistors R1, R2, R3, and feedback resistor Rf, the ideal output voltage is:
Vout = -Rf x (V1/R1 + V2/R2 + V3/R3 + ... + Vn/Rn)
The negative sign means the output polarity is inverted relative to the weighted input sum. If the summed input current would require the output to go beyond the op amp supply rails, the output clips and the formula no longer describes the actual circuit.
Each input coefficient is set by this ratio:
Input weight for channel n = Rf / Rn
So if Rf = 100 kOhm and R1 = 100 kOhm, channel 1 has a weight of 1. If R2 = 200 kOhm, channel 2 has a weight of 0.5. If R3 = 50 kOhm, channel 3 has a weight of 2.
Equal-Resistor Summing Amplifier
When all input resistors are equal:
R1 = R2 = R3 = ... = R
The formula becomes:
Vout = -(Rf/R) x (V1 + V2 + V3 + ... + Vn)
If the feedback resistor is also equal to the input resistors:
Rf = R
Then the output is the inverted direct sum:
Vout = -(V1 + V2 + V3 + ... + Vn)
This is the easiest version to understand and is often used in tutorial examples. In production hardware, equal resistors are still useful, but the op amp output range must be checked carefully. Adding several positive inputs can quickly demand a negative output voltage that is larger than the available negative rail.
Worked Example: Three-Input Weighted Summer
Assume a circuit has these values:
| Input | Voltage | Input resistor | Feedback resistor | Channel weight |
|---|---|---|---|---|
V1 | 0.20 V | 100 kOhm | 100 kOhm | 1 |
V2 | 0.50 V | 200 kOhm | 100 kOhm | 0.5 |
V3 | -0.10 V | 50 kOhm | 100 kOhm | 2 |
The output is:
Vout = -100 kOhm x (0.20 V/100 kOhm + 0.50 V/200 kOhm + -0.10 V/50 kOhm)
Vout = -(0.20 V + 0.25 V - 0.20 V)
Vout = -0.25 V
This example shows the core advantage of the summing amplifier: each input can be scaled independently before it is added into the output.
Scaling Summing Amplifier
A scaling summing amplifier uses different input resistor values to create different gains for different channels. This is useful when the input signals do not have the same amplitude, importance, or units.
| Design need | Resistor approach | Practical meaning |
|---|---|---|
| Same gain for every input | Use equal input resistors | Good for simple mixing and direct addition |
| Give one input more gain | Use a smaller resistor for that input | More current flows from that input into the summing node |
| Reduce one input contribution | Use a larger resistor for that input | Less current flows from that input |
| Create exact coefficients | Choose Rn = Rf / coefficient | Useful for weighted control or calibration |
| Trim one channel | Use a fixed resistor plus trim resistor | Useful for calibration, but check drift and service procedure |
For example, if a control loop needs:
Vout = -(2 x Verror + 0.5 x Vtrim)
One possible resistor set is:
Rf = 100 kOhm
Rerror = 50 kOhm
Rtrim = 200 kOhm
The exact resistor values can be scaled up or down, but the ratio must stay the same. Choose the absolute values after checking input bias current error, resistor noise, power consumption and PCB leakage.
Non-Inverting Summing Amplifier
A summing amplifier can also be built around the non-inverting input. In that case, the input resistor network first creates a voltage at the op amp’s non-inverting input, and then the standard non-inverting feedback network amplifies that voltage.
For equal input resistors, the non-inverting input node often becomes the average of the applied input voltages:
V+ = (V1 + V2 + ... + Vn) / n
If the non-inverting amplifier gain is set to n, the output can become the positive sum:
Vout = V1 + V2 + ... + Vn
If the op amp is configured as a unity-gain buffer, the output follows the average instead of the sum:
Vout = (V1 + V2 + ... + Vn) / n
The non-inverting approach keeps the output in phase with the summed input. It can also provide a higher input impedance than the inverting summing node, but the resistor network math is less direct when inputs have different weights.
Practical Case 1: Audio Mixer
An audio mixer is one of the most common examples of a summing amplifier. Several audio channels, such as microphone, line input and instrument signals, can be mixed into one output before a buffer, filter or power amplifier stage.
For a simple three-channel inverting mixer:
R1 = R2 = R3 = 10 kOhm
Rf = 10 kOhm
Vout = -(V1 + V2 + V3)
If each channel needs volume control, a potentiometer or gain stage can be placed before each input resistor. In an audio product, the resistor value is not only a gain decision. It also affects source loading, thermal noise, crosstalk, headroom and sensitivity to PCB leakage.
Key design checks:
| Check | Why it matters |
|---|---|
| Supply rails | The sum of several signals can clip the output even if each single signal is safe |
| Noise density | Low-level audio paths need low voltage noise and suitable resistor values |
| Slew rate | Large high-frequency audio signals can distort if the op amp is too slow |
| Input coupling | AC coupling may be needed to remove DC offsets between sources |
| Output polarity | An inverting mixer flips polarity; add another inverting stage if system polarity matters |
Procurement note: for audio mixers, do not choose an op amp by package alone. Check noise, THD+N, slew rate, output drive, supply voltage and channel count before approving a replacement.
Practical Case 2: Adding Sensor Offset for an ADC
Many ADC inputs cannot accept negative voltages. A summing amplifier can shift a bipolar sensor signal into a unipolar ADC range by adding a reference voltage.
In a single-supply system, the non-inverting input is often tied to a valid reference such as Vref = 1.65 V in a 3.3 V system. The inverting summing formula then becomes centered around the reference node instead of ground. A simplified design goal might be:
Sensor input range: -0.5 V to +0.5 V around a reference
ADC range target: approximately 0.65 V to 2.65 V
Reference: 1.65 V
Closed-loop scaling: gain magnitude of 2
The summing amplifier can scale the sensor signal and shift it around the ADC midpoint. The exact formula depends on where the sensor, reference and feedback network are connected, so this is a circuit that should be verified by calculation and simulation before PCB release.
Key design checks:
| Check | Why it matters |
|---|---|
| Input common-mode range | The op amp inputs must remain inside the valid range at all sensor voltages |
| Output swing | The output must reach the ADC range without clipping near ground or the positive rail |
| Offset voltage | Op amp offset is amplified and can become ADC measurement error |
| Input bias current | High-value resistors can turn input bias current into voltage error |
| Reference noise | Noise on Vref appears in the shifted output |
Procurement note: for sensor summing circuits, a low-offset or zero-drift op amp may matter more than a generic low-cost device. Always match the op amp to the error budget.
Practical Case 3: Binary-Weighted DAC
A binary-weighted DAC can be made by driving a summing amplifier with digital logic levels through resistors that double in value for each bit.
For a four-bit example:
| Bit | Logic voltage | Input resistor | Weight direction |
|---|---|---|---|
| MSB | 0 V or 5 V | 10 kOhm | Highest weight |
| Bit 2 | 0 V or 5 V | 20 kOhm | Half of MSB |
| Bit 1 | 0 V or 5 V | 40 kOhm | Quarter of MSB |
| LSB | 0 V or 5 V | 80 kOhm | Lowest weight |
When a logic input is high, it contributes current into the summing node. The op amp converts the sum of those currents into an analog output voltage. This demonstrates the DAC principle clearly, but it is not usually the best production approach for accurate conversion.
Key design checks:
| Check | Why it matters |
|---|---|
| Resistor tolerance | Binary weighting is sensitive to ratio errors, especially at higher resolution |
| Logic high accuracy | Digital output voltage variation becomes analog output error |
| Switching glitches | Bit transitions can create output spikes |
| Settling time | The output must settle before the next circuit samples it |
| Op amp bandwidth and slew rate | The amplifier must follow code changes fast enough |
Procurement note: if the design needs real accuracy, use a dedicated DAC or a precision resistor network instead of loose discrete resistors.
Practical Case 4: Weighted Analog Control Signal
Industrial control and power electronics sometimes need a control voltage made from several analog terms, such as command input, feedback error, trim offset and protection derating. A summing amplifier can combine these into one control signal.
Example target:
Vcontrol = -(1.0 x Vcommand + 0.25 x Vtrim - 0.5 x Vlimit)
One possible resistor ratio set with Rf = 100 kOhm:
| Term | Desired coefficient | Input resistor |
|---|---|---|
Vcommand | 1.0 | 100 kOhm |
Vtrim | 0.25 | 400 kOhm |
Vlimit | -0.5 | Requires polarity handling or a preceding inverter |
The negative coefficient cannot be created just by choosing a negative resistor. It requires an input signal with the correct polarity, a preceding inverter, a differential stage, or a different control architecture.
Key design checks:
| Check | Why it matters |
|---|---|
| Signal polarity | A summing amplifier adds currents; coefficient sign must be designed explicitly |
| Fault behavior | Open or shorted inputs can move the output unexpectedly |
| Temperature drift | Resistor and op amp drift can shift the control point |
| Output saturation | Saturated op amps can recover slowly in control loops |
| Stability | The summing amplifier may sit inside a larger feedback loop |
How to Choose Resistor Values
The resistor ratio controls gain, but the absolute values control errors and practical behavior.
| Resistor choice | Benefit | Risk |
|---|---|---|
| Lower values, such as a few kOhm | Lower noise and lower bias-current voltage error | More current draw and heavier loading on the source |
| Mid-range values, such as 10 kOhm to 100 kOhm | Common starting point for many low-speed circuits | Still requires noise, bias and bandwidth checks |
| Higher values, such as hundreds of kOhm or more | Lower current draw and lighter source loading | More noise, more leakage sensitivity, more bias-current error |
| Precision matched resistors | Better coefficient accuracy | Higher cost and sourcing constraints |
| Trimmable network | Calibration flexibility | Adds process complexity and possible long-term drift |
For many general-purpose designs, start with resistor values in the 10 kOhm to 100 kOhm range, then adjust based on source impedance, power budget, input bias current, thermal noise and the op amp datasheet. For precision, low-noise or high-speed circuits, the resistor network is part of the analog performance budget and should not be treated as a generic BOM item.
Op Amp Datasheet Checks
The summing formula assumes an ideal op amp. A real op amp must be selected from the datasheet conditions, not only by a part number found in an example circuit.
| Datasheet item | Why it matters in a summing amplifier |
|---|---|
| Supply voltage range | Confirms whether the op amp can run from the available rails |
| Input common-mode range | Critical for single-supply and non-inverting summing circuits |
| Output swing | Prevents clipping when multiple input signals add together |
| Gain bandwidth product | Closed-loop accuracy depends on enough loop gain at signal frequency |
| Slew rate | Limits large-signal output speed in audio, waveform and DAC applications |
| Input offset voltage | Creates output offset error multiplied by the noise gain |
| Input bias current | Creates voltage error through the input and feedback resistors |
| Input voltage noise and current noise | Affects audio, sensor and high-gain summing circuits |
| Load drive and capacitive load stability | Important when the output drives cables, filters or ADC inputs |
| Package and pinout | Required for PCB compatibility and replacement approval |
| Lifecycle and manufacturer status | Needed for production BOM continuity |
Common Mistakes
Mistake 1: Forgetting the Output Is Inverted
The inverting summing amplifier produces a negative weighted sum. If the next stage expects the same polarity as the input sum, add a second inverting stage, use a non-inverting summer, or redesign the signal reference.
Mistake 2: Adding Too Many Signals Without Headroom
Three safe input signals can create an unsafe sum. For example, three 1 V inputs into a unity-gain inverting summer ideally require a -3 V output. That cannot happen in a 0 V to 3.3 V single-supply circuit unless the signal is biased around a valid reference and the op amp output swing supports it.
Mistake 3: Treating Resistor Tolerance as a Small Detail
In a weighted summing amplifier, resistor tolerance directly becomes gain coefficient error. A 1% resistor may be acceptable for a rough mixer, but it can be too loose for measurement, calibration or DAC-style applications.
Mistake 4: Ignoring Input Bias Current
High-value resistors make small input bias currents visible as voltage errors. This is especially important in precision summing circuits and sensor offsets. A CMOS or JFET-input op amp may reduce this error, but the final choice should match the datasheet and temperature range.
Mistake 5: Copying an Audio Mixer for a Precision Sensor Circuit
Audio mixers, DAC experiments and sensor signal conditioners all use the same basic summing idea, but they optimize for different things. Audio may prioritize noise and distortion, while sensor circuits may prioritize offset, drift and bias current. Do not reuse the same op amp and resistor values without checking the application.
Summing Amplifier Applications
| Application | How the summing amplifier is used | Key selection checks |
|---|---|---|
| Audio mixer | Combines multiple audio channels into one signal | Noise, THD+N, slew rate, headroom, channel count |
| Sensor offset circuit | Adds or subtracts a reference voltage from a sensor signal | Offset voltage, bias current, reference noise, output swing |
| Binary-weighted DAC | Converts digital bit currents into an analog voltage | Resistor matching, settling time, glitches, logic-level accuracy |
| Control-loop summer | Combines command, feedback, trim and limit signals | Polarity, stability, saturation recovery, drift |
| Signal averaging | Non-inverting or buffer-style summer outputs an average | Input impedance, resistor matching, common-mode range |
| Analog computation | Creates weighted sums for educational or control systems | Coefficient accuracy, bandwidth, temperature drift |
BOM and Sourcing Checklist
Before approving an op amp or replacement part for a summing amplifier, send or verify these details:
| Required detail | Why it matters |
|---|---|
| Circuit topology | Inverting summer, non-inverting summer, average circuit or weighted control circuit |
| Supply rails | Determines input and output voltage limits |
| Input signal range | Prevents output saturation when signals add together |
| Frequency range | Determines GBW and slew-rate requirements |
| Required accuracy | Determines offset, drift and resistor tolerance |
| Source impedance | Affects resistor choice, loading and noise |
| Output load | Determines output current and capacitive-load stability |
| Package and channel count | Determines PCB fit and BOM consolidation |
| Temperature and lifecycle needs | Supports production and replacement decisions |
For sourcing support, provide the existing op amp part number, package, quantity, application, supply rails and required signal range. If the design is a replacement project, include the original schematic fragment or BOM line so pinout and electrical compatibility can be checked before purchase.
FAQ
What is a summing amplifier?
A summing amplifier is an op amp circuit that combines multiple input voltages into one output. The output can be a direct sum, an inverted sum, a weighted sum or an average depending on the topology and resistor ratios.
What is the formula for an inverting summing amplifier?
The ideal formula is Vout = -Rf x (V1/R1 + V2/R2 + ... + Vn/Rn). If all input resistors are equal, it simplifies to Vout = -(Rf/R) x (V1 + V2 + ... + Vn).
Why is the output of a summing amplifier negative?
The common summing amplifier is based on the inverting op amp configuration. The input currents meet at the inverting node, and the feedback action drives the output in the opposite polarity to balance those currents.
Can a summing amplifier output a positive sum?
Yes. A non-inverting summing amplifier can produce a positive sum, or an inverting summing amplifier can be followed by a second inverting stage to restore polarity.
What resistor values should I use for a summing amplifier?
Use resistor ratios to set the gain coefficients, then choose absolute values based on source loading, noise, input bias current, power consumption and PCB leakage. Many low-speed examples start around 10 kOhm to 100 kOhm, but precision and high-speed circuits require datasheet validation.
Can I use an LM358 or LM324 for a summing amplifier?
Often yes for low-speed, general-purpose single-supply circuits, but do not assume compatibility. Check supply voltage, input common-mode range, output swing, bandwidth, slew rate, offset, bias current, load and package before choosing or replacing any op amp.
Is a summing amplifier the same as an audio mixer?
An audio mixer can be built using a summing amplifier, but the summing amplifier is a broader circuit. It can also be used for sensor offset, weighted control signals, DAC experiments and analog computation.
Related Reading and Sources
- The Summing Amplifier, Electronics Tutorials
- Inverting Summing Amplifier, Microchip Developer Help
- Non-Inverting Summing Amplifier, Microchip Developer Help
- Understanding Operational Amplifier Specifications, Texas Instruments
- Read another article: Inverting Operational Amplifier
- Read another article: Non-Inverting Operational Amplifier
- Browse related components: Operational Amplifiers
- For real sourcing requirements, use Upload BOM with part number, package, quantity, supply rails and application notes.