The "inverting configuration" is one of the simple methods of using an operational amplifier to perform actual amplification of an input signal. To create an inverting configuration you configure a circuit like this:
             i
 <-------------------------------
                 
              -Rf+
            +-/\/\--+
            |       |
      -Rs+  | |\    |
   +--/\/\--+-|-\   |  
   |          |  \__+--o Vo
   |          |  /                  
   |+     +---|+/            
Vs(~)     |   |/   
   |-     |                  
   |      |                  
   |      |                  
   +------+
          |
        -----
         ---
          -

We will now analyze the operation of this circuit:

  1. Due to the concept of a virtual short, the voltage at the node attached to the (-) terminal of the op amp will be the same as the that at the node attached to the (+) terminal of the operational amplifier:
    V- = V+.
  2. Since the (+) terminal is wired directly to ground, a potential of 0 exists at both the (+) and (-) terminals, as stated above:
    V- = V+ = 0.
  3. A current (i) across Rs (The "source resistance") can now be calculated using Ohm's Law:
    i = (V- - Vs)/Rs = 0 - Vs/Rs = -Vs/Rs
  4. This current applied over Rf (The "feedback resistance") yields a voltage drop over Rf. Again, using Ohm's Law:
    Vf = i * Rf.
  5. Substitute in i:
    Vf = -Vs*(Rf/Rs).
  6. We can now determine the voltage at the output (Vo) of the op amp, relative to ground, by adding Vf to the voltage the (-) terminal:
    Vo = V- + Vf = 0 + Vf = Vf = -Vs*(Rf/Rs).
  7. The gain of an amplifier is av = Vout/Vin, so for our circuit:
    Vout = Vo
    Vin = Vs
    av = Vo/Vs = -Vs*(Rf/Rs)/Vs = -Rf/Rs

You can now attach various loads to the output of the op amp and be assured that the signal input in Vs, be it a sinusoidal or other signal, will be properly amplified.

This configuration allows one not only negative gains, but also gains smaller than 1, which is something the noninverting configuration does not allow.

Also, note that you can flip the op amp around, so that the (-) and (+) terminals are in the opposite positions, and it will still work, the magic of this configuration is in the fact that Vs has the same current flowing through it as through the resistors Rs and Rf, and in the virtual short to ground between V+ and V-.

Log in or register to write something here or to contact authors.