OPAMP 101: Basics of Operational Amplifiers Every Engineer Should Know
6 min
- What is an Operational Amplifier (Op-Amp)?
- Why Do We Use Op-Amps?
- Key Characteristics of an Op-Amp
- The Ideal Op-Amp vs Practical Op-Amp
- Negative Feedback and Why It's Important
- The Concept of Virtual Ground
- Basic Negative Feedback Amplifier Configurations:
- Conclusion
Analog mathematics? Yes, it is what we are going to learn in this series of OPAMP 101. An operational amplifier is the most common and most widely used type of component in an analog circuit. We can not imagine an integrated circuit without amplifiers. It is common, but students, on the other hand, often have a love-hate relationship: “How can something that looks so simple (just a triangle!) cause so much confusion?” An operational amplifier can perform a lot of mathematical operations; we will see them in the next blog in the same OPAMP 101 series.
Once you understand the basics, operational amplifiers (op-amps) are less intimidating and more like your best friend in analog design. Whether you’re working on PCB layouts, embedded hardware, or sensor interfaces, you’ll run into op-amps everywhere. In this article, we are going to see real analog electronics. We will see the difference in ideal vs practical behavior, the magic of virtual ground, the role of negative feedback, and of course, the basic op-amp configurations every engineer should know.
What is an Operational Amplifier (Op-Amp)?
An operational amplifier (op-amp) is a high-gain differential amplifier with two inputs and one output. It compares the voltages at its inputs and outputs a signal proportional to the difference. The differential amplifier here is necessary because we want to cancel out the noise, which increases the overall SNR. In a basic operational amplifier, you will see the following terminals:
- Inverting input (–)
- Non-inverting input (+)
- Output (single-ended, sometimes differential in advanced designs)
- Supply terminals (VDD, VSS, or GND)
Commonly, we see an opamp work with a dual supply VDD, VSS. If VDD is +5V, then VSS will be -5V, and we also need a virtual ground connection(centre terminal) here GND, which is made either by a transformer-based setup or from a resistor divider. So why do we need a centre terminal? The answer is to bias the input properly for the AC signals. Because the AC signal varies from positive to negative, we need to superimpose the signal on a center terminal to keep it within the bias voltage.
Why Do We Use Op-Amps?
Op-amps are like universal building blocks. They can:
- Used to amplify small signals (microphone signals into speaker-level).
- They can perform arithmetic operations (sum, subtract, integrate, differentiate).
- Used to build analog filters and oscillators.
- They serve as comparators and ADC/DAC front-ends.
- Interface sensors in PCB analog front-ends.
In other words, if you’re designing a PCB and need to manipulate analog signals. An operational amplifier is the main block in the signal processing of a circuit.
Key Characteristics of an Op-Amp
To understand op-amps, you need to know their key parameters:
- Input Impedance: Ideally, the input impedance is infinite, so it doesn’t load the source. But practically in the range of MΩ to GΩ.
- Output Impedance: Ideally, the output impedance should be zero to transfer the whole signal to the load, but in reality, it is in the order of tens of ohms, and in most cases, the same as the load impedance for maximum power transfer.
- Open-Loop Gain (AOL): Extremely high (100,000+). Ideally, we look for an infinite gain.
- Bandwidth & Gain Bandwidth Product (GBW): It is the product of two terms, and it is a frequency domain parameter that depends on one another.
- Common-Mode Rejection Ratio (CMRR): How well the op-amp rejects noise/signals common to both inputs.
- Slew Rate: Maximum rate of change of the output voltage (V/µs). Slew plays an important role in high-speed op-amps with high gain.
The Ideal Op-Amp vs Practical Op-Amp
Ideal Op-Amp Sounds great, right? But in reality, such an op-amp doesn’t exist in the real world. Why? Because physics refuses to cooperate. Noise, parasitics, transistor limitations, and thermal effects all prevent perfection. If we increase one factor, the other is decreased as per the laws we have in electronics circuits. So what to do now? That's where designers play an important role; op-amps are designed as per the application. We have to keep the tradeoff in mind when designing for a specific application.
Negative Feedback and Why It's Important
Negative feedback is used to stabilize the response of a system without feedback. An op-amp works as a comparator, and the output remains saturated either to VDD or VSS. With the huge open-loop gain would simply slam its output to the positive or negative rail with the tiniest input difference. By feeding back a portion of the output to the inverting input, we “tame” the op-amp:
The op-amp adjusts its output so that the voltage difference between inputs is nearly zero. This allows precise, stable control of gain using just a couple of resistors.
The Concept of Virtual Ground
One of the coolest (and most confusing) ideas for beginners is the virtual ground (or virtual short). In actuality, this thing does not exist, but to solve the circuits in a better way, we use this concept. Virtual ground is applicable when there is negative feedback, the opamp has infinite gain, and the output is not saturated.
In this configuration op-amp tries to make its inverting (–) and non-inverting (+) inputs equal. If one input is grounded (say, the non-inverting input), the inverting input will also sit at approximately ground potential, but without being physically connected to ground. That’s why it’s called a virtual ground:
- It behaves like ground.
- But it’s not actually tied to the ground.
Basic Negative Feedback Amplifier Configurations:
Now that the groundwork is set, let’s explore the basic amplifier configurations every engineer should know.
1. Inverting Amplifier
Input signal applied to the inverting terminal (–) through resistor Rin. Non-inverting terminal (+) is grounded. Output fed back via resistor Rf.
Gain formula: Av=−RfRin
Negative sign means the signal is inverted by a 180° phase shift (output inverted).
2. Non-Inverting Amplifier
Input signal applied to non-inverting terminal (+). Inverting terminal (–) receives feedback.
Gain formula: Av=1+RfRin
No phase inversion is there in this configuration, and it is widely used in buffer/amplifier stages for sensor circuits.
Once your amplifier schematic is ready, you can easily turn it into a PCB layout and order prototypes from JLCPCB.
Conclusion
So there you have it, Op-Amps 101 guide. We’ve gone from “what is this mysterious triangle on my schematic?” to understanding the basics of:
- What op-amps are.
- Why are they used everywhere in PCB designs?
- Ideal vs practical models.
- Virtual ground and negative feedback.
- The core amplifier configurations (inverting, non-inverting, buffer, summing, differential).
Whether you’re mixing signals in an audio circuit, amplifying a sensor’s output, or conditioning signals for an ADC, op-amps make it happen. Remember, ideal op-amps don’t exist, but engineers still love them. Why? Because in most PCB designs, practical op-amps get close enough to ideal that you can rely on them. We will see more configuration in the second article of this series.
Keep Learning
A Complete Guide to Copper Clad Laminate (CCL) in PCB Manufacturing
Key Takeaways CCL is the base material: a cured resin-reinforcement sheet with copper foil bonded to one or both sides. Three parts control performance: Resin affects heat and loss, reinforcement controls stability, and copper foil affects conductor behavior. Choose by the main design stress: Heat, frequency, and cost usually determine the best laminate family. Slash sheets define the material: IPC-4101 uses numbered slash sheets to specify rigid PCB base materials. Tg alone is not enough: Td and time......
Buried Vias in Advanced PCBs: Enabling Higher Density, Better Signal Integrity, and Compact Designs
Key Takeaways Hidden Routing: Buried vias connect only inner layers, keeping outer surfaces clear for dense components and traces. Better Signal Integrity: They eliminate via stubs, reducing parasitics and signal loss in high-speed designs. Higher Density: Essential for HDI boards, dense BGAs, and small form factors like wearables. Higher Cost: Sequential lamination and extra drilling steps make them ~3×-4× more expensive than standard through-holes. Ever wondered how a modern smartphone mainboard can......
Unlocking Higher Density and Better Performance with Blind Vias in HDI PCBs
Key Takeaway Higher Density: Connects surface to inner layers without penetrating the whole board, freeing routing channels under fine-pitch BGAs. Improved Signal Integrity: Reduces via stub length to minimize impedance discontinuities in high-speed designs. Aspect Ratio Rule: Keep the depth-to-diameter ratio near 0.75:1 (max 1:1) for reliable laser drilling and void-free plating. Thermal Efficiency: Supports via-in-pad setups for better heat dissipation and compact component placement. Ever wonder ho......
How to Select Tg of PCB ?
What is the Tg of PCB? In PCB manufacturing, "Tg" stands for Glass Transition Temperature. It is the temperature at which the PCB substrate material transitions from a rigid, glassy state to a soft, rubbery state. PCBs are flame-retardant (UL94 V-0) and do not burn easily; instead, they soften above Tg. The Critical Correlation Between Tg and Z-Axis CTE (Coefficient of Thermal Expansion) When the temperature exceeds the Tg point, the PCB substrate material (such as standard FR-4) undergoes a physical ......
Beyond the Basics: The Role of PTFE PCBs
Polytetrafluoroethylene (PTFE) PCBs are integral to advanced electronic applications. Among various PCB materials, Teflon, the brand name for Polytetrafluoroethylene (PTFE). Teflon PCBs, known for their high frequency and heat resistance properties. All of this is achievable due to its exceptional dielectric properties. RF PCB designs often make use of low-loss PTFE-based materials thanks to their very low dielectric losses and huge range of possible Dk values. Low Dielectric Constant: Enables high-sp......
The Benefits of Bed of Nails Testing in Professional PCB Manufacturing
Have you ever wondered how manufacturers can test thousands of PCBs daily and not make the production line crawl? The answer, as frequently as not, is a deceitful-appearing device called a bed of nails test set-up. The platform contains hundreds of little spring-loaded pins on it, and each of those pins is aligned very precisely to touch a specific test point on your circuit board. It can check the electrical integrity of a whole PCB, shorts, opens, and component defects in a few seconds, before the b......