"topics": [
From the Current electricity II curriculum
Operational Amplifiers (Op-Amps)
TL;DR
Op-amps are versatile integrated circuits that amplify voltage differences, forming the building blocks for many analog circuits. They work by having very high input impedance, low output impedance, and a huge open-loop gain. You'll typically use them with negative feedback to precisely control their behavior.
1. The Mental Model
Imagine a super-smart, tiny amplifier that tries incredibly hard to keep its two input terminals at the exact same voltage. If there's even a tiny difference, it'll dump out a huge voltage at its output to correct it. We tame this zealous behavior with feedback.
2. The Core Material
An operational amplifier, or op-amp, is a DC-coupled high-gain electronic voltage amplifier with a differential input and, usually, a single-ended output. They're called "operational" because they used to be used to perform mathematical operations in analog computers.
What's Inside an Op-Amp (Simplified)
You don't need to know the transistors and resistors making up an op-amp. What matters are its ideal characteristics:
- Infinite input impedance: No current flows into its input terminals.
- Zero output impedance: It can supply any current without its output voltage dropping.
- Infinite open-loop gain: Even a tiny input difference makes the output saturate (hit its max/min voltage).
- Infinite bandwidth: It responds instantly to changes.
- Zero input offset voltage: If inputs are identical, output is zero.
In reality, op-amps are very good approximations of these ideals. We often use the "golden rules" for analysis:
- No current flows into the input terminals. (Due to high input impedance)
- The voltage difference between the input terminals is zero. (Due to massive gain, negative feedback forces them to be equal).
The Op-Amp Pins
A typical op-amp (like the ubiquitous 741) has 8 pins, but you primarily care about these:
- Non-inverting input (+): The output moves in the same direction as this input.
- Inverting input (-): The output moves in the opposite direction as this input.
- Output (OUT): Where the amplified signal comes out.
- Positive power supply (V+): Connects to your positive voltage rail.
- Negative power supply (V-): Connects to your negative voltage rail (often ground or a negative rail).
Understanding Feedback
Because of the op-amp's ridiculously high open-loop gain, connecting it without feedback usually means the output just slams to V+ or V-. We almost always use negative feedback. This means a portion of the output signal is fed back to the inverting input.
This negative feedback is what makes op-amps so useful! It stabilizes the circuit and allows us to precisely control the gain and other characteristics.
graph TD
A["Input Signal (Vin)"] --> B["Non-inverting (+) Input"]
C["Inverting (-) Input"] --> D{{"Op-Amp"}}
B --> D
D --> E["Output (Vout)"]
E --> F["Feedback Network"]
F --> C
Common Configurations
With negative feedback, op-amps can form many useful circuits:
1. Inverting Amplifier
The input signal goes to the inverting input through a resistor (R1), and feedback is provided from the output to the inverting input via another resistor (Rf). The non-inverting input is grounded.
The output voltage is $V_{out} = - (R_f / R_1) \times V_{in}$. The gain is $-(R_f / R_1)$. Notice the negative sign – the output is inverted.
2. Non-inverting Amplifier
The input signal goes directly to the non-inverting input. A voltage divider (R1 and Rf) provides feedback from the output to the inverting input.
The output voltage is $V_{out} = (1 + R_f / R_1) \times V_{in}$. The gain is $(1 + R_f / R_1)$. No inversion here.
3. Voltage Follower (Buffer)
This is a special case of the non-inverting amplifier where Rf = 0 (short) and R1 is ∞ (open). Essentially, the output is directly connected to the inverting input.
The output voltage is simply $V_{out} = V_{in}$. The gain is 1. It doesn't amplify voltage, but it's fantastic for isolating circuits because it has high input impedance and low output impedance.
3. Worked Example
Let's design an inverting amplifier to multiply an input signal by -5. Assume you have a DC input of $+1V$.
We know the formula for an inverting amplifier is $V_{out} = - (R_f / R_1) \times V_{in}$.
We want the gain to be -5, so $-(R_f / R_1) = -5$.
This means $R_f / R_1 = 5$.
You can choose any combination of resistors that satisfies this ratio. A common approach is to pick a reasonable value for R1 and calculate Rf.
Let's pick $R_1 = 10k\Omega$.
Then $R_f = 5 \times R_1 = 5 \times 10k\Omega = 50k\Omega$.
So, you would connect your input signal through a $10k\Omega$ resistor to the inverting input. The output would connect to the inverting input through a $50k\Omega$ feedback resistor. The non-inverting input would be grounded.
If $V_{in} = +1V$, then $V_{out} = - (50k\Omega / 10k\Omega) \times 1V = -5 \times 1V = -5V$.
4. Key Takeaways
- Op-amps are high-gain voltage amplifiers that usually operate with negative feedback.
- The "golden rules" for analysis are: no current into inputs, and the voltage difference between inputs is zero (when using negative feedback).
- Negative feedback is crucial; it stabilizes the op-amp and allows precise gain control.
- Inverting amplifiers multiply the input by a negative gain, determined by the resistor ratio.
- Non-inverting amplifiers multiply the input by a positive gain, determined by the resistor ratio.
- Voltage followers provide unity gain and are used for buffering to match impedances.
- Always connect V+ and V- to power the op-amp, even if not shown in simplified schematics.
Common Mistakes to Avoid:
- Forgetting power connections: Op-amps need power (V+ and V-) to work; they don't magically draw energy.
- Not using negative feedback: Without it, the op-amp almost always saturates (output goes to V+ or V-).
- Confusing inverting and non-inverting inputs: Swapping them can lead to unexpected behavior or oscillation (positive feedback).
- Exceeding supply voltage limits: The output voltage cannot go beyond V+ or below V-.
- Ignoring input/output current limits: While ideal op-amps have infinite current capabilities, real ones do not.
5. Now Try It
Design a non-inverting amplifier that produces an output of $+7.5V$ when its input is $+1.5V$. Specify the resistor values you'd use. What does success look like? You should have two resistor values ($R_1$ and $R_f$) that satisfy the required gain and explain how you arrived at them.
Frequently asked about "topics": [
More from Current electricity II
Get the full Current electricity II curriculum
Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.
Create Free Account