Electrical – Producing the Sum and Difference of two signals with two Op-Amps

differentialoperational-amplifiersumming

I have two signals, one is a baseline voltage (V1) and the other is a 'difference' voltage (V2). From these I want to produce two signals, V1 + V2 and V1 – V2. The circuit I currently have is:

schematic

simulate this circuit – Schematic created using CircuitLab
Where R is the same everywhere.

Based on the diagrams found here:
http://www.electronics-tutorials.ws/category/opamp

Using This Op-Amp

I have a feeling something about this is wrong, and I can't just drive both a summing and differential amplifier in parallel. If so, can someone give me advice on how to get both of these voltage values with just the two inputs?

Best Answer

You can drive two amplifiers in parallel as long as you don't load the inputs too much (choose your resistor value in consideration of the drive strength of your signal sources).

You need a different summing amplifier circuit in order to get a non-inverting sum, however. Try a simple voltage divider connected between the two inputs, the result is the average of the input signals \$\frac{V_1 + V_2}{2}\$. Connect this to the positive terminal of an non-inverting amplifier with a gain of 2.

schematic

simulate this circuit – Schematic created using CircuitLab

The differencing circuit you have now looks ok.