Operational amplifiers, commonly called op-amps, are fundamental building blocks in both analog and digital electronics. Their versatility allows them to perform a vast array of functions, from simple voltage amplification to complex mathematical operations such as addition, subtraction, integration, and differentiation of signals. Most questions in competitive UG entrance exams regarding analog circuits often involve op-amp applications due to their ubiquity and importance.
Understanding op-amps is crucial because they simplify circuit design, enhance signal quality, and enable precise control over electronic signals. This section will start from the fundamental ideal characteristics of op-amps, walk through essential linear amplifier configurations, then explore mathematical and nonlinear applications, and finally highlight practical aspects relevant for real-world designs and exams.
An ideal operational amplifier is a model that helps us analyze circuits without worrying about practical imperfections. It has the following key properties:
Why these properties matter: Infinite open-loop gain ensures the op-amp can amplify very weak signals. Infinite input impedance prevents any loading effect on the circuit preceding the op-amp, meaning no current is drawn from the source. Zero output impedance allows the op-amp to deliver full power to the load regardless of its resistance. These idealizations help simplify analysis and design.
The inverting amplifier is one of the most basic and commonly used op-amp configurations. It amplifies the input voltage while reversing its phase by 180°, hence the term "inverting".
Configuration:
Working Principle: The op-amp amplifies the difference between the inverting and non-inverting terminals. Using the virtual short concept (the idea that the op-amp input terminals have almost the same voltage in closed-loop operation), the voltage at the inverting terminal is practically at ground level (0 V). This allows us to calculate the output voltage using Ohm's law.
Voltage Gain Formula:
\[ V_0 = -\frac{R_f}{R_1} V_{in} \]The negative sign indicates the output signal is inverted (180° phase shift).
Input Impedance: Equals \( R_1 \), since the op-amp input draws nearly no current.
Step 1: Write the gain formula for the inverting amplifier:
\[ V_0 = -\frac{R_f}{R_1} V_{in} \]
Step 2: Substitute known values:
\[ V_0 = -\frac{100\,000\, \Omega}{10\,000\, \Omega} \times 2\, \mathrm{V} = -10 \times 2\, \mathrm{V} = -20\, \mathrm{V} \]
Answer: The output voltage is \( -20\, \mathrm{V} \), indicating the output is inverted and amplified by a factor of 10.
The non-inverting amplifier provides voltage gain without phase inversion, preserving the polarity of the input signal. It's widely used when phase alignment is critical.
Configuration:
Voltage Gain Formula:
\[ V_0 = \left(1 + \frac{R_f}{R_1}\right) V_{in} \]This circuit amplifies the input signal without changing its phase.
Step 1: Use the non-inverting amplifier gain formula:
\[ V_0 = \left(1 + \frac{R_f}{R_1}\right) V_{in} \]
Step 2: Substitute the values:
\[ V_0 = \left(1 + \frac{47\,000}{10\,000}\right) \times 1.5 = (1 + 4.7) \times 1.5 = 5.7 \times 1.5 = 8.55\, \mathrm{V} \]
Answer: The output voltage is \( 8.55\, \mathrm{V} \), maintaining the same polarity as the input.
The summing amplifier uses an inverting amplifier configuration to combine multiple input signals into a single output voltage that is the weighted sum of all inputs. This property is useful in audio mixing, sensor signal averaging, and other applications involving multiple signal inputs.
Output Voltage Formula for Summing Amplifier:
\[V_0 = -R_f \left( \frac{V_1}{R_1} + \frac{V_2}{R_2} + \cdots + \frac{V_n}{R_n} \right)\]This formula means the output voltage is the inverted weighted sum of all input voltages, weighted by their respective resistors.
Step 1: Write the output voltage expression for two inputs:
\[ V_0 = -R_f \left( \frac{V_1}{R_1} + \frac{V_2}{R_2} \right) \]
Step 2: Plug in given resistor values:
\[ V_0 = -100\,000 \left( \frac{1}{100\,000} + \frac{2}{100\,000} \right) = -100\,000 \times \frac{3}{100\,000} \]
\[ V_0 = -3\, \mathrm{V} \]
Answer: The output voltage is \( -3\, \mathrm{V} \), which is the inverted sum of inputs.
Op-amps can perform mathematical integration and differentiation on input signals when combined with capacitors and resistors in specific configurations. These are essential in analog computation, signal processing, and control systems.
Integrator Circuit: It produces an output voltage proportional to the integral of the input voltage over time.
Integrator output voltage:
\[V_0(t) = -\frac{1}{RC} \int V_{in}(t) \, dt + V_0(0)\]where \( R \) is the input resistor, \( C \) is the feedback capacitor, and \( V_0(0) \) is the initial output voltage (usually zero for a properly reset integrator).
Differentiator output voltage:
\[V_0(t) = -RC \frac{dV_{in}(t)}{dt}\]This means the output is proportional to the time derivative of the input; it emphasizes rapid changes.
Step 1: Write the integrator formula with constants:
\[ V_0(t) = -\frac{1}{RC} \int_0^t V_{in} \, dt = -\frac{1}{RC} V_{in} \times t \]
Step 2: Substitute values (convert units carefully):
Calculate \( \frac{1}{RC} \):
\[ \frac{1}{RC} = \frac{1}{10\,000 \times 1 \times 10^{-7}} = \frac{1}{0.001} = 1000 \]Therefore,
\[ V_0 = -1000 \times 5 \times 1 \times 10^{-3} = -5\, \mathrm{V} \]Answer: The output voltage at 1 ms is \( -5\, \mathrm{V} \), demonstrating the linear ramp nature of the integrator output in response to a step input.
Comparator: An op-amp used as a comparator compares an input voltage \( V_{in} \) to a reference voltage \( V_{ref} \) and switches its output to the positive or negative saturation voltage based on which input is higher. It is a nonlinear application, primarily for converting analog signals into digital logic levels.
Schmitt Trigger: A specialized comparator with hysteresis (positive feedback) that prevents output noise due to small input fluctuations near the switching threshold. It has two distinct threshold voltages: the upper threshold voltage (UT) and lower threshold voltage (LT).
Threshold voltages for Schmitt Trigger:
\[V_{UT} = \frac{R_2}{R_1 + R_2} V_{out(High)}, \quad V_{LT} = \frac{R_2}{R_1 + R_2} V_{out(Low)}\]where \( V_{out(High)} \) and \( V_{out(Low)} \) are the high and low saturation output voltages, and \( R_1, R_2 \) form the positive feedback network.
Step 1: Calculate upper threshold voltage \( V_{UT} \):
\[ V_{UT} = \frac{R_2}{R_1 + R_2} V_{out(High)} = \frac{40\,000}{10\,000 + 40\,000} \times 15 = \frac{40,000}{50,000} \times 15 = 0.8 \times 15 = 12\, \mathrm{V} \]
Step 2: Calculate lower threshold voltage \( V_{LT} \):
\[ V_{LT} = \frac{R_2}{R_1 + R_2} V_{out(Low)} = 0.8 \times (-15) = -12\, \mathrm{V} \]
Answer: The Schmitt trigger switches from low to high when input crosses \( +12\, \mathrm{V} \), and from high to low at \( -12\, \mathrm{V} \), providing hysteresis to reduce noise.
When to use: While calculating output voltage for inverting configurations.
When to use: During circuit analysis of op-amps with negative feedback.
When to use: Solving summing amplifier output voltage calculations.
When to use: Time-domain signal processing calculations.
When to use: Exam questions on hysteresis and noise immunity circuits.
Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.
Go to practice →