Formula sheet

Analog Electronics Formula Sheet

When you're debugging a common-emitter amplifier on the bench or working through a GATE 2024 paper on small-signal BJT analysis, having every bias, gain, and frequency-response formula in one place saves critical time. These formulas cover DC biasing, small-signal models, op-amp circuits, feedback topologies, oscillators, and power amplifiers — the exact topics that appear in GATE, ESE, and semester finals for EEE, ECE, and EI students.

EEE, ECE, EI

BJT Biasing and DC Analysis

Voltage Divider Bias — Base Voltage

V_B = V_{CC} \cdot \frac{R_2}{R_1 + R_2}

SymbolDescriptionUnit
V_BBase voltageV
V_{CC}Supply voltageV
R_1Upper bias resistorΩ
R_2Lower bias resistorΩ

Worked example

Find V_B for a voltage-divider bias circuit with V_CC = 12 V, R1 = 47 kΩ, R2 = 10 kΩ.

Given: V_CC = 12 V, R1 = 47 kΩ, R2 = 10 kΩ

  1. V_B = 12 × (10 / (47 + 10))
  2. V_B = 12 × (10 / 57)
  3. V_B = 12 × 0.1754
  4. V_B = 2.105 V

Answer: V_B ≈ 2.1 V

Emitter Current

I_E = \frac{V_E}{R_E} = \frac{V_B - V_{BE}}{R_E}

SymbolDescriptionUnit
I_EEmitter currentA
V_{BE}Base-emitter voltage (≈ 0.7 V for Si)V
R_EEmitter resistorΩ

Worked example

With V_B = 2.1 V and R_E = 1 kΩ, find I_E.

Given: V_B = 2.1 V, V_BE = 0.7 V, R_E = 1 kΩ

  1. V_E = V_B - V_BE = 2.1 - 0.7 = 1.4 V
  2. I_E = V_E / R_E = 1.4 / 1000
  3. I_E = 0.0014 A

Answer: I_E = 1.4 mA

Collector-Emitter Voltage

V_{CE} = V_{CC} - I_C(R_C + R_E)

SymbolDescriptionUnit
V_{CE}Collector-emitter voltageV
I_CCollector current (≈ I_E for large β)A
R_CCollector resistorΩ

Worked example

Find V_CE with V_CC = 12 V, I_C = 1.4 mA, R_C = 3.3 kΩ, R_E = 1 kΩ.

Given: V_CC = 12 V, I_C = 1.4 mA, R_C = 3.3 kΩ, R_E = 1 kΩ

  1. V_CE = 12 - 0.0014 × (3300 + 1000)
  2. V_CE = 12 - 0.0014 × 4300
  3. V_CE = 12 - 6.02
  4. V_CE = 5.98 V

Answer: V_CE ≈ 6 V

Transconductance

g_m = \frac{I_C}{V_T} = \frac{I_C}{26\text{ mV}}

SymbolDescriptionUnit
g_mTransconductanceA/V (S)
I_CDC collector currentA
V_TThermal voltage (26 mV at 300 K)V

Worked example

Find g_m for a BJT biased at I_C = 1.4 mA.

Given: I_C = 1.4 mA, V_T = 26 mV

  1. g_m = I_C / V_T
  2. g_m = 0.0014 / 0.026
  3. g_m = 0.05385 A/V

Answer: g_m ≈ 53.8 mA/V

Small-Signal BJT Amplifier Parameters

Small-Signal Input Resistance r_π

r_\pi = \frac{\beta}{g_m}

SymbolDescriptionUnit
r_\piSmall-signal base-emitter resistanceΩ
\betaCurrent gain (h_FE)dimensionless

Worked example

Find r_π for a BJT with β = 120 biased at I_C = 1.4 mA.

Given: β = 120, g_m = 53.8 mA/V

  1. r_π = β / g_m
  2. r_π = 120 / 0.0538
  3. r_π = 2230 Ω

Answer: r_π ≈ 2.23 kΩ

Common-Emitter Voltage Gain

A_v = -g_m \cdot R_C'

SymbolDescriptionUnit
A_vVoltage gainV/V
R_C'Effective collector resistance (R_C ∥ R_L)Ω

Worked example

Find A_v for g_m = 53.8 mA/V, R_C = 3.3 kΩ, R_L = 10 kΩ.

Given: g_m = 53.8 mA/V, R_C = 3.3 kΩ, R_L = 10 kΩ

  1. R_C' = R_C ∥ R_L = (3300 × 10000) / (3300 + 10000)
  2. R_C' = 33000000 / 13300 = 2481 Ω
  3. A_v = -0.0538 × 2481
  4. A_v = -133.5

Answer: A_v ≈ -133.5 V/V

Common-Emitter Input Resistance

R_{in} = R_1 \| R_2 \| r_\pi

SymbolDescriptionUnit
R_{in}Total input resistance seen by sourceΩ

Worked example

Find R_in with R1 = 47 kΩ, R2 = 10 kΩ, r_π = 2.23 kΩ.

Given: R1 = 47 kΩ, R2 = 10 kΩ, r_π = 2.23 kΩ

  1. R1 ∥ R2 = (47000 × 10000) / (57000) = 8246 Ω
  2. R_in = 8246 ∥ 2230
  3. R_in = (8246 × 2230) / (8246 + 2230)
  4. R_in = 18388580 / 10476 = 1755 Ω

Answer: R_in ≈ 1.76 kΩ

MOSFET Biasing and Parameters

MOSFET Drain Current (Saturation)

I_D = \frac{\mu_n C_{ox} W}{2L}(V_{GS} - V_{th})^2 = \frac{k_n}{2}(V_{GS} - V_{th})^2

SymbolDescriptionUnit
I_DDrain currentA
k_nProcess transconductance parameter (μ_n C_ox W/L)A/V²
V_{GS}Gate-source voltageV
V_{th}Threshold voltageV

Worked example

Find I_D for an NMOS with k_n = 0.5 mA/V², V_GS = 3 V, V_th = 1 V.

Given: k_n = 0.5 mA/V², V_GS = 3 V, V_th = 1 V

  1. V_GS - V_th = 3 - 1 = 2 V
  2. I_D = (0.5e-3 / 2) × (2)²
  3. I_D = 0.25e-3 × 4
  4. I_D = 1 mA

Answer: I_D = 1 mA

MOSFET Transconductance

g_m = \sqrt{2 k_n I_D} = k_n(V_{GS} - V_{th})

SymbolDescriptionUnit
g_mMOSFET transconductanceA/V

Worked example

Find g_m for k_n = 0.5 mA/V², I_D = 1 mA.

Given: k_n = 0.5 mA/V², I_D = 1 mA

  1. g_m = √(2 × 0.5e-3 × 1e-3)
  2. g_m = √(1e-6)
  3. g_m = 1 mA/V

Answer: g_m = 1 mA/V

MOSFET Output Resistance

r_o = \frac{V_A}{I_D} = \frac{1}{\lambda I_D}

SymbolDescriptionUnit
r_oOutput resistanceΩ
V_AEarly voltageV
\lambdaChannel-length modulation parameterV⁻¹

Worked example

Find r_o with V_A = 50 V and I_D = 1 mA.

Given: V_A = 50 V, I_D = 1 mA

  1. r_o = V_A / I_D
  2. r_o = 50 / 0.001
  3. r_o = 50000 Ω

Answer: r_o = 50 kΩ

Op-Amp Ideal and Practical Configurations

Inverting Amplifier Gain

A_v = -\frac{R_f}{R_1}

SymbolDescriptionUnit
R_fFeedback resistorΩ
R_1Input resistorΩ

Worked example

Find gain for an inverting op-amp with R_f = 100 kΩ, R_1 = 10 kΩ.

Given: R_f = 100 kΩ, R_1 = 10 kΩ

  1. A_v = -R_f / R_1
  2. A_v = -100000 / 10000
  3. A_v = -10

Answer: A_v = -10 V/V (gain of 10, inverting)

Non-Inverting Amplifier Gain

A_v = 1 + \frac{R_f}{R_1}

Worked example

Find gain for a non-inverting op-amp with R_f = 47 kΩ, R_1 = 4.7 kΩ.

Given: R_f = 47 kΩ, R_1 = 4.7 kΩ

  1. A_v = 1 + (47000 / 4700)
  2. A_v = 1 + 10
  3. A_v = 11

Answer: A_v = 11 V/V

Summing Amplifier Output

V_{out} = -R_f \left(\frac{V_1}{R_1} + \frac{V_2}{R_2}\right)

SymbolDescriptionUnit
V_1, V_2Input voltagesV
R_1, R_2Input resistorsΩ

Worked example

Find V_out for V1 = 2 V, V2 = 3 V, R1 = R2 = 10 kΩ, Rf = 10 kΩ.

Given: V1 = 2 V, V2 = 3 V, R1 = R2 = Rf = 10 kΩ

  1. V_out = -10000 × (2/10000 + 3/10000)
  2. V_out = -10000 × (0.0002 + 0.0003)
  3. V_out = -10000 × 0.0005
  4. V_out = -5 V

Answer: V_out = -5 V

Slew Rate

SR = \frac{dV_{out}}{dt}\bigg|_{max} = \frac{I_{bias}}{C_{comp}}

SymbolDescriptionUnit
SRSlew rateV/μs
I_{bias}Internal bias currentA
C_{comp}Internal compensation capacitorF

Worked example

An op-amp has SR = 1 V/μs. Find max frequency for undistorted output at V_p = 5 V.

Given: SR = 1 V/μs = 1×10⁶ V/s, V_p = 5 V

  1. SR = 2π f_max V_p
  2. f_max = SR / (2π V_p)
  3. f_max = 1×10⁶ / (2π × 5)
  4. f_max = 1×10⁶ / 31.416
  5. f_max = 31831 Hz

Answer: f_max ≈ 31.8 kHz

Feedback Amplifiers

Closed-Loop Gain with Feedback

A_f = \frac{A}{1 + A\beta}

SymbolDescriptionUnit
A_fClosed-loop gainV/V
AOpen-loop gainV/V
\betaFeedback factordimensionless

Worked example

Find A_f with A = 10000, β = 0.01.

Given: A = 10000, β = 0.01

  1. 1 + Aβ = 1 + 10000 × 0.01 = 1 + 100 = 101
  2. A_f = 10000 / 101
  3. A_f = 99.01

Answer: A_f ≈ 99 V/V ≈ 1/β for large loop gain

Loop Gain

T = A \cdot \beta

SymbolDescriptionUnit
TLoop gain (Barkhausen denominator)dimensionless

Worked example

Find loop gain for A = 10000 and β = 0.01.

Given: A = 10000, β = 0.01

  1. T = A × β = 10000 × 0.01
  2. T = 100

Answer: T = 100 (40 dB loop gain)

Bandwidth Extension by Feedback

f_{Hf} = f_H(1 + A\beta)

SymbolDescriptionUnit
f_{Hf}Closed-loop upper cutoff frequencyHz
f_HOpen-loop upper cutoff frequencyHz

Worked example

Amplifier has f_H = 1 kHz, A = 10000, β = 0.01. Find closed-loop bandwidth.

Given: f_H = 1000 Hz, Aβ = 100

  1. f_Hf = f_H × (1 + Aβ)
  2. f_Hf = 1000 × (1 + 100)
  3. f_Hf = 1000 × 101
  4. f_Hf = 101000 Hz

Answer: f_Hf = 101 kHz

Oscillators

RC Phase-Shift Oscillator Frequency

f_o = \frac{1}{2\pi RC\sqrt{6}}

SymbolDescriptionUnit
f_oOscillation frequencyHz
RResistance per stageΩ
CCapacitance per stageF

Worked example

Find f_o for an RC phase-shift oscillator with R = 10 kΩ, C = 10 nF.

Given: R = 10 kΩ, C = 10 nF

  1. f_o = 1 / (2π × 10000 × 10e-9 × √6)
  2. √6 = 2.449
  3. Denominator = 2π × 10000 × 10e-9 × 2.449
  4. = 2π × 2.449e-4 = 1.539e-3
  5. f_o = 1 / 1.539e-3 = 649.7 Hz

Answer: f_o ≈ 650 Hz

Wien Bridge Oscillator Frequency

f_o = \frac{1}{2\pi RC}

Worked example

Find oscillation frequency for R = 15.9 kΩ, C = 10 nF.

Given: R = 15.9 kΩ, C = 10 nF

  1. f_o = 1 / (2π × 15900 × 10e-9)
  2. = 1 / (2π × 1.59e-4)
  3. = 1 / 9.99e-4
  4. = 1001 Hz

Answer: f_o ≈ 1 kHz

Hartley Oscillator Frequency

f_o = \frac{1}{2\pi\sqrt{(L_1+L_2)C}}

SymbolDescriptionUnit
L_1, L_2Inductors in the tank circuitH
CTank capacitorF

Worked example

Find f_o for L1 = 1 mH, L2 = 1 mH, C = 100 pF.

Given: L1 = L2 = 1 mH, C = 100 pF

  1. L_total = L1 + L2 = 2 mH = 2e-3 H
  2. f_o = 1 / (2π × √(2e-3 × 100e-12))
  3. = 1 / (2π × √(2e-13))
  4. = 1 / (2π × 4.472e-7)
  5. = 1 / 2.81e-6 = 355.9 kHz

Answer: f_o ≈ 356 kHz

Frequency Response and Filters

3 dB Cutoff Frequency (RC Low-Pass)

f_c = \frac{1}{2\pi RC}

SymbolDescriptionUnit
f_cLower/upper 3 dB frequencyHz

Worked example

Find f_c for R = 1 kΩ, C = 0.1 μF.

Given: R = 1000 Ω, C = 0.1 μF = 0.1e-6 F

  1. f_c = 1 / (2π × 1000 × 0.1e-6)
  2. = 1 / (2π × 1e-4)
  3. = 1 / 6.283e-4
  4. = 1591.5 Hz

Answer: f_c ≈ 1.59 kHz

Gain-Bandwidth Product

GBW = A_v \cdot BW = A_0 \cdot f_H

SymbolDescriptionUnit
GBWGain-bandwidth product (constant for single-pole op-amps)Hz
A_0DC open-loop gainV/V
f_HOpen-loop 3 dB frequencyHz

Worked example

An op-amp has GBW = 1 MHz. Find open-loop gain at f = 10 kHz.

Given: GBW = 1 MHz, f = 10 kHz

  1. A_v(at f) = GBW / f
  2. A_v = 1×10⁶ / 10×10³
  3. A_v = 100

Answer: A_v = 100 V/V = 40 dB at 10 kHz

Power Amplifiers and Rectifiers

Class-A Amplifier Efficiency

\eta = \frac{P_{out(ac)}}{P_{dc}} \times 100\%,\quad \eta_{max} = 25\%

SymbolDescriptionUnit
\etaCollector efficiency%
P_{out(ac)}AC output powerW
P_{dc}DC input power from supplyW

Worked example

Class-A amp: V_CC = 12 V, I_CQ = 50 mA, V_out(peak) = 5 V, I_out(peak) = 45 mA. Find η.

Given: V_CC = 12 V, I_CQ = 50 mA, V_p = 5 V, I_p = 45 mA

  1. P_dc = V_CC × I_CQ = 12 × 0.05 = 0.6 W
  2. P_out = (V_p × I_p) / 2 = (5 × 0.045) / 2 = 0.1125 W
  3. η = (0.1125 / 0.6) × 100
  4. η = 18.75%

Answer: η ≈ 18.75%

Class-B Push-Pull Max Efficiency

\eta_{max} = \frac{\pi}{4} \approx 78.5\%

Worked example

Confirm Class-B max efficiency derivation for V_CC = 15 V, R_L = 8 Ω at full swing.

Given: V_CC = 15 V, R_L = 8 Ω, V_p = V_CC = 15 V (ideal)

  1. P_out(max) = V_CC² / (2 R_L) = 225 / 16 = 14.06 W
  2. P_dc = (2 V_CC) / (π R_L) × V_CC — derived as 2V_CC² / (π R_L)
  3. P_dc = 2 × 225 / (π × 8) = 450 / 25.13 = 17.9 W
  4. η = 14.06 / 17.9 = 0.785 = 78.5%

Answer: η_max = 78.5% = π/4

Full-Wave Rectifier Ripple Factor

\gamma = \frac{V_{r(rms)}}{V_{dc}} = \frac{1}{4\sqrt{3}fCR_L}

SymbolDescriptionUnit
\gammaRipple factordimensionless
fSupply frequencyHz
CFilter capacitorF
R_LLoad resistanceΩ

Worked example

Find ripple factor for a full-wave rectifier with C = 1000 μF, R_L = 100 Ω, f = 50 Hz.

Given: C = 1000e-6 F, R_L = 100 Ω, f = 50 Hz

  1. γ = 1 / (4√3 × 50 × 1000e-6 × 100)
  2. 4√3 = 6.928
  3. Denominator = 6.928 × 50 × 0.1 = 34.64
  4. γ = 1 / 34.64 = 0.0289

Answer: γ ≈ 0.029 (2.9%)

Quick reference

FormulaExpression
Voltage Divider Bias V_BV_B = V_CC × R2/(R1+R2)
BJT Transconductanceg_m = I_C / V_T
Small-Signal r_πr_π = β / g_m
CE Voltage GainA_v = -g_m × R_C'
MOSFET Drain Current (Sat)I_D = (k_n/2)(V_GS - V_th)²
MOSFET g_mg_m = √(2 k_n I_D)
Inverting Op-Amp GainA_v = -R_f / R_1
Non-Inverting Op-Amp GainA_v = 1 + R_f/R_1
Closed-Loop GainA_f = A / (1 + Aβ)
Slew Rate Limit Frequencyf_max = SR / (2π V_p)
Wien Bridge Oscillatorf_o = 1/(2πRC)
RC Phase-Shift Oscillatorf_o = 1/(2πRC√6)
Gain-Bandwidth ProductGBW = A_v × BW
Class-B Efficiencyη_max = π/4 ≈ 78.5%
Ripple Factor (FWR)γ = 1/(4√3 f C R_L)

Exam tips

  • GATE examiners frequently test whether you choose r_e or r_π model correctly — r_π = β/g_m while r_e = 1/g_m; confusing them costs marks.
  • For op-amp slew rate questions, always check whether the output frequency exceeds SR/(2πV_p) before assuming linear operation.
  • In feedback amplifier questions, identify the topology (series-shunt, shunt-series) first — the affected input/output resistance formulas differ by a factor of (1+Aβ).
  • Oscillator questions often ask for minimum gain condition: for Wien bridge A_v ≥ 3; for RC phase-shift A_v ≥ 29.
  • MOSFET saturation condition is V_DS ≥ V_GS - V_th — verify this before applying the square-law I_D formula.
  • Power amplifier efficiency questions in ESE distinguish between power delivered to load and total DC input power — use both in the ratio.