calc.engineer / PCB & Electronics / Op Amp Gain
Op Amp Gain v1.0.0
Calculate voltage gain and output for operational amplifier circuits in inverting, non-inverting, and differential configurations. For inverting: Av = -Rf/Ri with input impedance equal to Ri. For non-inverting: Av = 1 + Rf/Rg with very high input impedance. For differential: Av = Rf/Ri applied to (V1 - V2). Reports gain in linear and dB, output voltage when input is provided, input impedance, and phase inversion status. Ideal op-amp assumptions (infinite open-loop gain, zero input bias current). Chain from ohms_law for power budgeting or resistor_color_code for component selection.
Fill in the inputs and Compute to see the structured result.
From an agent (MCP) or the API
curl -X POST https://calc.engineer/api/op_amp_gain \
-H "Content-Type: application/json" \
-d '{"topology": …, "rf_ohm": …, "ri_ohm": …}'MCP: connect to https://calc.engineer/mcp and call op_amp_gain.
calc.engineer — free, MCP-native engineering tools.