Formula sheet

Network Analysis Formula Sheet

When you face a multi-loop ladder network in a GATE 2024 paper, or need to find the Thevenin equivalent before designing a maximum-power-transfer stage in a lab, these are the formulas that matter. Network analysis underpins every branch of electrical and electronics engineering, and its formulas appear consistently in GATE, ESE, and semester examinations across EEE, ECE, and EI programmes.

EEE, ECE, EI

KVL, KCL, and Mesh/Node Analysis

Kirchhoff's Voltage Law (KVL)

\sum_{k} V_k = 0 \quad (\text{around any closed loop})

SymbolDescriptionUnit
V_kVoltage across k-th element in loopV

Worked example

A loop has a 12 V source, a 4 Ω resistor, and a 2 Ω resistor in series. Find current.

Given: V_s = 12 V, R1 = 4 Ω, R2 = 2 Ω

  1. KVL: 12 − 4I − 2I = 0
  2. 6I = 12
  3. I = 2 A

Answer: I = 2 A

Kirchhoff's Current Law (KCL)

\sum_{k} I_k = 0 \quad (\text{at any node})

SymbolDescriptionUnit
I_kCurrent entering/leaving node kA

Worked example

Node A has currents: 3 A entering, 1 A leaving through R1, I2 leaving through R2. Find I2.

Given: I_in = 3 A, I_R1 = 1 A

  1. KCL: 3 − 1 − I2 = 0
  2. I2 = 2 A

Answer: I2 = 2 A

Mesh Resistance Matrix (2-mesh)

\begin{bmatrix} R_{11} & -R_{12} \\ -R_{21} & R_{22} \end{bmatrix} \begin{bmatrix} I_1 \\ I_2 \end{bmatrix} = \begin{bmatrix} V_1 \\ V_2 \end{bmatrix}

SymbolDescriptionUnit
R_{11}Sum of resistances in mesh 1Ω
R_{22}Sum of resistances in mesh 2Ω
R_{12}Shared resistance between mesh 1 and 2Ω

Worked example

Mesh 1: 10 V source, R1=2 Ω, R3=1 Ω. Mesh 2: 6 V source, R2=3 Ω, R3=1 Ω shared. Find I1, I2.

Given: R11=3, R22=4, R12=1, V1=10, V2=6

  1. [3, -1; -1, 4][I1; I2] = [10; 6]
  2. From row1: 3I1 − I2 = 10 ... (i)
  3. From row2: −I1 + 4I2 = 6 ... (ii)
  4. From (i): I2 = 3I1 − 10; sub into (ii): −I1 + 4(3I1−10)=6
  5. −I1 + 12I1 − 40 = 6 → 11I1 = 46 → I1 = 4.18 A
  6. I2 = 3(4.18)−10 = 2.55 A

Answer: I1 = 4.18 A, I2 = 2.55 A

Thevenin and Norton Equivalents

Thevenin Voltage

V_{th} = V_{oc}

SymbolDescriptionUnit
V_{th}Thevenin equivalent voltageV
V_{oc}Open-circuit voltage at terminalsV

Worked example

Find Vth at terminals A-B: 20 V source in series with 5 Ω and 10 Ω. Load connected across 10 Ω.

Given: Vs = 20 V, R1 = 5 Ω, R2 = 10 Ω

  1. With load removed (OC), current through divider: I = 20/(5+10) = 1.333 A
  2. V_th = V_oc = I × R2 = 1.333 × 10 = 13.33 V

Answer: V_th = 13.33 V

Thevenin Resistance

R_{th} = \frac{V_{oc}}{I_{sc}}

SymbolDescriptionUnit
R_{th}Thevenin equivalent resistanceΩ
V_{oc}Open-circuit voltageV
I_{sc}Short-circuit currentA

Worked example

Using the same circuit, find I_sc and then R_th.

Given: Vs = 20 V, R1 = 5 Ω, R2 = 10 Ω, V_th = 13.33 V

  1. When AB shorted: R2 is shorted, so I_sc = Vs/R1 = 20/5 = 4 A
  2. R_th = V_oc/I_sc = 13.33/4 = 3.33 Ω
  3. Alternatively: R_th = R1||R2 = (5×10)/(5+10) = 3.33 Ω

Answer: R_th = 3.33 Ω

Norton Current

I_N = I_{sc} = \frac{V_{th}}{R_{th}}

SymbolDescriptionUnit
I_NNorton equivalent currentA
I_{sc}Short-circuit current at terminalsA

Worked example

From the Thevenin equivalent with Vth=13.33 V and Rth=3.33 Ω, find Norton current.

Given: V_th = 13.33 V, R_th = 3.33 Ω

  1. I_N = V_th / R_th = 13.33 / 3.33 = 4 A

Answer: I_N = 4 A

Maximum Power Transfer

P_{max} = \frac{V_{th}^2}{4 R_{th}}, \quad R_L = R_{th}

SymbolDescriptionUnit
P_{max}Maximum power delivered to loadW
R_LLoad resistance (equals R_th for max transfer)Ω
V_{th}Thevenin voltageV

Worked example

With Vth = 13.33 V and Rth = 3.33 Ω, find maximum power in load.

Given: V_th = 13.33 V, R_th = 3.33 Ω

  1. P_max = Vth² / (4 × Rth)
  2. P_max = (13.33)² / (4 × 3.33)
  3. P_max = 177.7 / 13.33 = 13.33 W

Answer: P_max = 13.33 W at R_L = 3.33 Ω

AC Circuit Analysis — Impedance and Phasors

Impedance of Series RLC

Z = R + j\left(\omega L - \frac{1}{\omega C}\right)

SymbolDescriptionUnit
ZTotal impedanceΩ
\omegaAngular frequencyrad/s
LInductanceH
CCapacitanceF

Worked example

Series RLC: R=10 Ω, L=50 mH, C=100 µF, f=100 Hz. Find Z.

Given: R=10 Ω, L=0.05 H, C=100×10^−6 F, ω=2π×100=628.3 rad/s

  1. X_L = ωL = 628.3 × 0.05 = 31.42 Ω
  2. X_C = 1/(ωC) = 1/(628.3 × 100×10^−6) = 15.92 Ω
  3. X_net = 31.42 − 15.92 = 15.5 Ω
  4. Z = 10 + j15.5 Ω
  5. |Z| = √(10² + 15.5²) = √(100+240.25) = √340.25 = 18.45 Ω

Answer: Z = 10 + j15.5 Ω, |Z| = 18.45 Ω

Admittance

Y = \frac{1}{Z} = G + jB

SymbolDescriptionUnit
YAdmittanceS
GConductanceS
BSusceptanceS

Worked example

Z = 4 + j3 Ω. Find admittance Y.

Given: Z = 4+j3 Ω

  1. Y = 1/(4+j3) = (4−j3)/[(4+j3)(4−j3)] = (4−j3)/(16+9)
  2. Y = (4−j3)/25 = 0.16 − j0.12 S

Answer: Y = 0.16 − j0.12 S

Power Factor

pf = \cos\phi = \frac{R}{|Z|}

SymbolDescriptionUnit
\phiPhase angle between voltage and current°
RResistanceΩ
|Z|Impedance magnitudeΩ

Worked example

Z = 10 + j15.5 Ω, |Z| = 18.45 Ω. Find power factor.

Given: R = 10 Ω, |Z| = 18.45 Ω

  1. pf = R/|Z| = 10/18.45 = 0.542
  2. φ = cos⁻¹(0.542) = 57.2° lagging

Answer: pf = 0.542 lagging

Resonance

Resonant Frequency

f_0 = \frac{1}{2\pi\sqrt{LC}}

SymbolDescriptionUnit
f_0Resonant frequencyHz
LInductanceH
CCapacitanceF

Worked example

Series resonant circuit: L = 10 mH, C = 10 µF. Find f0.

Given: L = 0.01 H, C = 10×10^−6 F

  1. f0 = 1 / (2π√(0.01 × 10×10^−6))
  2. √(10^−7) = 3.162×10^−4
  3. f0 = 1 / (2π × 3.162×10^−4) = 1 / (1.987×10^−3) = 503.3 Hz

Answer: f0 = 503.3 Hz

Quality Factor (Series)

Q = \frac{\omega_0 L}{R} = \frac{1}{R}\sqrt{\frac{L}{C}}

SymbolDescriptionUnit
QQuality factor
\omega_0Resonant angular frequencyrad/s
RSeries resistanceΩ

Worked example

Series RLC: R=5 Ω, L=10 mH, C=10 µF. Find Q at resonance.

Given: R=5 Ω, L=0.01 H, C=10×10^−6 F

  1. √(L/C) = √(0.01/10×10^−6) = √1000 = 31.62
  2. Q = 31.62 / 5 = 6.32

Answer: Q = 6.32

Bandwidth

BW = \frac{f_0}{Q} = \frac{R}{2\pi L}

SymbolDescriptionUnit
BW3 dB bandwidthHz
f_0Resonant frequencyHz
QQuality factor

Worked example

f0 = 503.3 Hz, Q = 6.32. Find bandwidth.

Given: f0 = 503.3 Hz, Q = 6.32

  1. BW = f0/Q = 503.3/6.32 = 79.6 Hz

Answer: BW = 79.6 Hz

Half-Power Frequencies

f_{1,2} = f_0 \mp \frac{BW}{2}

SymbolDescriptionUnit
f_1Lower half-power frequencyHz
f_2Upper half-power frequencyHz

Worked example

f0 = 503.3 Hz, BW = 79.6 Hz. Find f1 and f2.

Given: f0 = 503.3 Hz, BW = 79.6 Hz

  1. f1 = 503.3 − 79.6/2 = 503.3 − 39.8 = 463.5 Hz
  2. f2 = 503.3 + 39.8 = 543.1 Hz

Answer: f1 = 463.5 Hz, f2 = 543.1 Hz

Two-Port Network Parameters

Z-Parameters (Open Circuit)

\begin{bmatrix} V_1 \\ V_2 \end{bmatrix} = \begin{bmatrix} z_{11} & z_{12} \\ z_{21} & z_{22} \end{bmatrix} \begin{bmatrix} I_1 \\ I_2 \end{bmatrix}

SymbolDescriptionUnit
z_{11}Input impedance with output openΩ
z_{21}Forward transfer impedanceΩ

Worked example

T-network: Z1=10 Ω, Z2=10 Ω, Z3=20 Ω. Find z11 and z21.

Given: Z1=10 Ω, Z2=10 Ω, Z3=20 Ω (shunt)

  1. z11 = Z1 + Z3 = 10 + 20 = 30 Ω
  2. z21 = Z3 = 20 Ω

Answer: z11 = 30 Ω, z21 = 20 Ω

Y-Parameters (Short Circuit)

\begin{bmatrix} I_1 \\ I_2 \end{bmatrix} = \begin{bmatrix} y_{11} & y_{12} \\ y_{21} & y_{22} \end{bmatrix} \begin{bmatrix} V_1 \\ V_2 \end{bmatrix}

SymbolDescriptionUnit
y_{11}Input admittance with output shortedS
y_{21}Forward transfer admittanceS

Worked example

Pi-network: Ya=0.1 S, Yb=0.1 S, Yc=0.05 S. Find y11.

Given: Ya=0.1 S, Yb=0.1 S, Yc=0.05 S (series)

  1. y11 = Ya + Yc = 0.1 + 0.05 = 0.15 S
  2. y21 = −Yc = −0.05 S

Answer: y11 = 0.15 S, y21 = −0.05 S

ABCD Transmission Parameters

\begin{bmatrix} V_1 \\ I_1 \end{bmatrix} = \begin{bmatrix} A & B \\ C & D \end{bmatrix} \begin{bmatrix} V_2 \\ -I_2 \end{bmatrix}

SymbolDescriptionUnit
AVoltage ratio (OC output)
BTransfer impedance (SC output)Ω
CTransfer admittance (OC output)S
DCurrent ratio (SC output)

Worked example

Series impedance Z=j10 Ω (L-section). Find ABCD parameters.

Given: Series element Z = j10 Ω, no shunt element

  1. A = 1, B = Z = j10 Ω
  2. C = 0, D = 1 (for series element only)

Answer: A=1, B=j10 Ω, C=0, D=1

Transient Response (RL, RC, RLC)

RL Circuit Time Constant

\tau = \frac{L}{R}

SymbolDescriptionUnit
\tauTime constants
LInductanceH
RResistanceΩ

Worked example

RL series circuit: R=100 Ω, L=50 mH. Find time constant and current at t=τ when 10 V applied.

Given: R=100 Ω, L=0.05 H, V=10 V

  1. τ = L/R = 0.05/100 = 0.5 ms
  2. I_final = V/R = 10/100 = 0.1 A
  3. i(τ) = I_final(1 − e^−1) = 0.1×0.632 = 63.2 mA

Answer: τ = 0.5 ms; i(τ) = 63.2 mA

RC Circuit Time Constant

\tau = RC

SymbolDescriptionUnit
\tauTime constants
RResistanceΩ
CCapacitanceF

Worked example

RC circuit: R=10 kΩ, C=22 µF. Find τ and capacitor voltage at t=2τ for 5 V step input.

Given: R=10×10^3 Ω, C=22×10^−6 F, V=5 V

  1. τ = RC = 10000 × 22×10^−6 = 0.22 s
  2. v_C(2τ) = 5(1 − e^−2) = 5×(1 − 0.1353) = 5×0.8647 = 4.32 V

Answer: τ = 0.22 s; v_C(2τ) = 4.32 V

RLC Damping Coefficient

\alpha = \frac{R}{2L}, \quad \omega_0 = \frac{1}{\sqrt{LC}}

SymbolDescriptionUnit
\alphaDamping coefficientNp/s
\omega_0Undamped natural frequencyrad/s

Worked example

Series RLC: R=10 Ω, L=0.1 H, C=100 µF. Find α, ω0 and determine response type.

Given: R=10 Ω, L=0.1 H, C=100×10^−6 F

  1. α = R/(2L) = 10/(2×0.1) = 50 Np/s
  2. ω0 = 1/√(0.1×100×10^−6) = 1/√(10^−5) = 316.2 rad/s
  3. Since α=50 < ω0=316.2 → underdamped response

Answer: α=50 Np/s, ω0=316.2 rad/s, underdamped

Network Theorems — Superposition and Reciprocity

Superposition Principle

V_{total} = V_{source1-only} + V_{source2-only} + \cdots

SymbolDescriptionUnit
V_{total}Response due to all sourcesV

Worked example

Two sources: 10 V and 6 V in a bridge. Resistor R=4 Ω carries current I1=2 A due to 10 V alone and I2=−0.5 A due to 6 V alone. Find total current.

Given: I1 = 2 A, I2 = −0.5 A

  1. I_total = I1 + I2 = 2 + (−0.5) = 1.5 A

Answer: I_total = 1.5 A

Reciprocity Theorem

\frac{V_1}{I_2}\bigg|_{V_2=0} = \frac{V_2}{I_1}\bigg|_{V_1=0} = z_{12} = z_{21}

SymbolDescriptionUnit
z_{12}Transfer impedance port 1→2Ω
z_{21}Transfer impedance port 2→1Ω

Worked example

A passive network with V1=20 V produces I2=4 A. Verify reciprocity by finding I1 when V2=20 V.

Given: V1=20 V gives I2=4 A

  1. z21 = V1/I2 = 20/4 = 5 Ω
  2. By reciprocity z12 = z21 = 5 Ω
  3. When V2 = 20 V: I1 = V2/z12 = 20/5 = 4 A

Answer: I1 = 4 A (confirms reciprocity)

Quick reference

FormulaExpression
KVL\sum V_k = 0
KCL\sum I_k = 0
Thevenin VoltageV_{th} = V_{oc}
Thevenin ResistanceR_{th} = V_{oc}/I_{sc}
Norton CurrentI_N = V_{th}/R_{th}
Max Power TransferP_{max} = V_{th}^2/(4R_{th})
Series RLC ImpedanceZ = R + j(\omega L - 1/\omega C)
Resonant Frequencyf_0 = 1/(2\pi\sqrt{LC})
Quality FactorQ = (1/R)\sqrt{L/C}
BandwidthBW = f_0/Q
RL Time Constant\tau = L/R
RC Time Constant\tau = RC
Damping Coefficient\alpha = R/(2L)
Power Factorpf = R/|Z|
AdmittanceY = 1/Z

Exam tips

  • GATE network analysis questions heavily test Thevenin equivalents — always deactivate independent sources (short V-sources, open I-sources) when finding Rth.
  • For resonance problems, examiners often ask for Q, BW, and half-power frequencies together — memorise the trio f0, Q, and BW = f0/Q.
  • Two-port parameter conversion questions appear in ESE; know the conversion between Z, Y, and ABCD parameters using the standard tables.
  • Transient response type (over/under/critically damped) depends on α vs ω0 — the comparison α² vs ω0² is the deciding condition, always check this first.
  • Mesh analysis matrix setup errors (wrong sign on mutual resistance) are the most common mistake in university papers — R12 is always subtracted.
  • Maximum power transfer efficiency is only 50% — examiners frequently ask this as a follow-up to the condition R_L = R_th.