When tackling op amp numericals—whether you are calculating feedback resistors for a bench project or solving design problems for a trade exam—the path to the right answer relies on two golden rules: infinite input impedance (no current flows into the input pins) and the virtual short (the op amp drives its output to make the inverting and non-inverting inputs equal). By applying these rules alongside real-world datasheet limits, you can reliably size components, select the right IC, and troubleshoot failures.
This guide skips the abstract semiconductor physics and goes straight to the math, the pinouts, and the physical testing procedures you need on the workbench.
The Core Op Amp Numericals: Gain, Bandwidth, and Slew Rate
The most common op amp numericals involve calculating closed-loop gain and verifying that the chosen part can handle the required bandwidth and signal speed. Below is the reference table for the four foundational configurations. Keep this handy when sizing feedback networks.
| Configuration | Voltage Gain (Av) | Input Impedance (Zin) | Phase Shift | Primary Use Case |
|---|---|---|---|---|
| Non-Inverting | 1 + (Rf / Rin) | Very High (>1 MΩ) | 0° | Buffering, sensor amplification |
| Inverting | -(Rf / Rin) | Equal to Rin | 180° | Summing mixers, active filters |
| Unity Buffer | 1 | Extremely High | 0° | Impedance matching, isolation |
| Differential | Rf / Rin (when matched) | Equal to Rin (per input) | 0° or 180° | Current sensing, bridge circuits |
Worked Numerical Example: Non-Inverting Gain and GBWP
Suppose you need to amplify a 50 mV sensor signal to 0.75 V using a non-inverting configuration.
- Calculate Target Gain: Av = Vout / Vin = 0.75V / 0.05V = 15.
- Select Resistors: Using Av = 1 + (Rf / Rin), we need Rf / Rin = 14. If we choose Rin = 10 kΩ (a standard value that keeps input bias current errors low without loading the source), then Rf = 140 kΩ. The closest standard 1% E96 resistor is 140 kΩ exactly, or you can use 137 kΩ for a gain of 14.7.
- Verify Bandwidth (The GBWP Numerical): If you select a generic LM358, its Gain-Bandwidth Product (GBWP) is typically 1 MHz. The closed-loop bandwidth is GBWP / Av = 1,000,000 / 15 = 66.6 kHz. If your sensor outputs a 100 kHz signal, the LM358 will attenuate it. You must select a part with a GBWP > 1.5 MHz (like the TL072 at 3 MHz) to maintain flat response.
Symbol, Pinout, and Operation Regions
Before wiring any circuit, you must map the physical pins to the schematic symbol. The standard schematic symbol is a triangle with the non-inverting input (+), the inverting input (-), and the output. Power rails (Vcc and Vee/GND) are often omitted in schematics but are mandatory in physical wiring.
For the ubiquitous 8-pin DIP dual op amp (like the LM358, TL072, or NE5532), the industry-standard pinout is:
- Pin 1: Output A
- Pin 2: Inverting Input A (-)
- Pin 3: Non-Inverting Input A (+)
- Pin 4: Vee (Negative Supply or Ground)
- Pin 5: Non-Inverting Input B (+)
- Pin 6: Inverting Input B (-)
- Pin 7: Output B
- Pin 8: Vcc (Positive Supply)
Understanding how the op amp behaves across different voltage states is critical for troubleshooting. The table below defines the three operation regions with typical values for a standard bipolar op amp running on a ±15V dual supply.
| Operation Region | Input Differential Voltage (V+ minus V-) | Typical Output Voltage (Vout) | Output Current Limit | State Description |
|---|---|---|---|---|
| Linear (Active) | ~0V (Virtual Short) | Between -13.5V and +13.5V | Typically ±20 mA to ±40 mA | Feedback is intact; output accurately follows gain equation. |
| Positive Saturation | > +1 mV | Clamped near Vcc (e.g., +13.5V) | Short-circuit protected (~40 mA) | Non-inverting input exceeds inverting; output rails high. |
| Negative Saturation | < -1 mV | Clamped near Vee (e.g., -13.5V) | Short-circuit protected (~40 mA) | Inverting input exceeds non-inverting; output rails low. |
Designing a Complete Application Circuit
Let’s apply these numericals to a complete, real-world circuit: a single-supply non-inverting audio preamplifier. Single-supply designs require careful biasing because the op amp cannot output negative voltages. We must create a "virtual ground" at half the supply voltage to allow the AC audio signal to swing symmetrically.
Circuit Specifications and Component Values
- Power Supply: 9V DC battery (Vcc = 9V, Vee = GND).
- Target Gain: 11 (20.8 dB).
- IC Selection: LM358 (chosen for low cost, single-supply capability, and ground-sensing inputs).
Component List and Biasing Math
- Voltage Divider Bias (Virtual Ground): Use two 100 kΩ resistors (R_bias1, R_bias2) in series from 9V to GND. The midpoint provides 4.5V. Add a 10 µF bypass capacitor (C_bypass) from the 4.5V node to GND to shunt power supply noise and stabilize the virtual ground under AC loads.
- Input Coupling: A 1 µF film capacitor (C_in) blocks DC from the audio source. The non-inverting input (Pin 3) is tied to the 4.5V virtual ground via a 100 kΩ resistor to set the DC operating point.
- Feedback Network (The Gain Numerical): To get a gain of 11, we use Av = 1 + (Rf / Rg). Let Rg = 10 kΩ (connected from Pin 2 to GND). Therefore, Rf must be 100 kΩ (connected from Pin 1 to Pin 2).
- Output Coupling: A 10 µF electrolytic capacitor (C_out) blocks the 4.5V DC offset from the output pin, passing only the amplified AC audio signal to the next stage.
For deeper study on single-supply biasing techniques and avoiding common-mode range violations, refer to the Texas Instruments Op Amp Learning Center or the Analog Devices Op Amp Basics library.
Safe Default Part Numbers and Selection Matrix
Choosing the right IC prevents endless debugging. While there are thousands of op amps, these four part numbers cover 95% of hobbyist, DIY, and general industrial prototyping needs. Never use a part number without verifying its supply voltage and input common-mode range.
| Part Number | Best Application | Supply Voltage Range | GBWP | Slew Rate | Input / Output Type |
|---|---|---|---|---|---|
| LM358 | General purpose, low-cost single supply | 3V to 32V (Single) or ±1.5V to ±16V | 1 MHz | 0.3 V/µs | Input includes GND; Output swings to GND (not rail-to-rail high) |
| TL072 | Audio, active filters, low noise | ±5V to ±18V (Dual supply preferred) | 3 MHz | 13 V/µs | JFET inputs (low bias current); standard output swing |
| MCP6002 | 3.3V/5V microcontrollers, battery devices | 1.8V to 6.0V (Single supply only) | 1 MHz | 0.6 V/µs | True Rail-to-Rail Input and Output (RRIO) |
| NE5532 | High-current audio drivers, headphone amps | ±3V to ±20V | 10 MHz | 9 V/µs | Bipolar; can drive 600Ω loads directly (up to 38 mA out) |
Failure Modes and Multimeter Testing
Op amps rarely fail without a cause. The most common failure modes include latch-up (caused by input voltages exceeding the supply rails, triggering internal parasitic thyristors), ESD damage to the high-impedance input stage, and thermal destruction from shorting the output pin to a low-impedance load or ground.
If your circuit is misbehaving, do not immediately desolder the IC. Use a digital multimeter (DMM) to perform this in-circuit and out-of-circuit diagnostic sequence.
Step-by-Step Multimeter Testing Procedure
- Power Off and Discharge: Remove power from the circuit. Short the power rails together briefly with a resistor to discharge coupling capacitors.
- Test Input Protection Diodes (DMM in Diode Mode): Place the red probe on Pin 4 (Vee/GND) and the black probe on Pin 2 (Inverting Input). You should read a forward voltage drop of roughly 0.6V to 0.8V (the internal ESD protection diode). Reverse the probes; it should read "OL" (Open Loop). Repeat for Pin 3. If you read 0.0V (short) or OL in both directions, the input stage is destroyed.
- Check for Output Shorts (DMM in Resistance Mode): Measure resistance between the Output Pin (Pin 1 or 7) and Vcc (Pin 8), and then Output to Vee (Pin 4). Both should read high resistance (typically >10 kΩ). A reading near 0 Ω indicates a blown internal output transistor.
- Verify Virtual Ground Bias (Powered, DMM in DC Volts): Reapply power. Measure the voltage at the non-inverting input (Pin 3). In a single-supply biased circuit, this must read exactly Vcc/2 (e.g., 4.5V on a 9V supply). If it reads 0V or Vcc, your biasing resistor network is open or shorted.
- Check the Virtual Short (Powered, DMM in DC Volts): Measure the voltage difference between Pin 2 and Pin 3. In a properly functioning linear circuit with negative feedback, this differential voltage must be extremely close to 0V (typically < 5 mV). If Pin 2 and Pin 3 are at vastly different voltages, the op amp has lost its feedback loop or is saturated due to a missing power rail.
For a comprehensive breakdown of semiconductor testing and operational amplifier theory, the All About Circuits semiconductor textbook provides excellent foundational schematics and fault-analysis examples.
By mastering these numericals, keeping a stock of the four default ICs, and systematically testing with your DMM, you can design, build, and debug analog front-ends with the same confidence as a seasoned hardware engineer.






