To calculate the output voltage of the operational amplifier (op-amp) given the input voltages and parameters, follow these steps:
The output voltage \(V_{\text{out}}\) of an op-amp is given by the formula:
\(V_{\text{out}} = A_d \times V_d + A_c \times V_{\text{cm}}\)
where:
Given:
Step 1: Calculate the differential input voltage, \(V_d\):
\(V_d = V_{i1} - V_{i2} = 150 \, \mu\text{V} - 140 \, \mu\text{V} = 10 \, \mu\text{V}\)
Step 2: Calculate the common-mode input voltage, \(V_{\text{cm}}\):
\(V_{\text{cm}} = \frac{V_{i1} + V_{i2}}{2} = \frac{150 \, \mu\text{V} + 140 \, \mu\text{V}}{2} = 145 \, \mu\text{V}\)
Step 3: Since \(CMRR = \frac{A_d}{A_c}\), the common-mode gain \(A_c = \frac{A_d}{\text{CMRR}}\). Thus,
\(A_c = \frac{4000}{100} = 40\)
Step 4: Calculate the output voltage \(V_{\text{out}}\):
\(V_{\text{out}} = A_d \times V_d + A_c \times V_{\text{cm}}\)
\(V_{\text{out}} = 4000 \times 10 \, \mu\text{V} + 40 \times 145 \, \mu\text{V}\)
\(V_{\text{out}} = 40000 \, \mu\text{V} + 5800 \, \mu\text{V}\)
\(V_{\text{out}} = 45800 \, \mu\text{V} = 45.8 \, \text{mV}\)
Thus, the output voltage is 45.8 mV.
| List - I (Addressing Modes) | List - II (Instruction) |
| A. Immediate Addressing | I. LDAX B |
| B. Register Addressing | II. OUT 01H |
| C. Direct Addressing | III. MVI B, 37H |
| D. Indirect Addressing | IV. MOV A, B |
| List - I | List - II |
| (Memory) | (Characteristic) |
| A. ROM | I. Volatile, Fast, Expensive |
| B. EPROM | II. UV erasable |
| C. EEPROM | III. Electrically erasable |
| D. SRAM | IV. Non-Volatile, permanent data |
| List - I | List - II |
| (Bus/Logic) | (Function/Characteristic) |
| A. Address bus | I. Carries read/write signals, timing signals, and interrupt signals |
| B. Data bus | II. A three-state output that can be high, low, or high-impedance |
| C. Control bus | III. Unidirectional lines used by CPU to point to a memory location or I/O device |
| D. Tristate logic | IV. Bidirectional lines used for transferring data between the CPU and memory |