GATE Practice Set

GATE 2026 Electric Circuits Practice Questions and Solutions

Instructor: Prof. Mithun Mondal Institution: BITS Pilani Subject: Electric Circuits
About this set. These are original practice questions written in GATE style for the 2026 Electric Circuits syllabus, with fully worked solutions. They are not reproductions of the official GATE 2026 question paper.
Question 01 · 1 mark

Question 1

A network has a single node \(A\) above a reference node (ground). Three branches are connected between \(A\) and ground: (i) an ideal 12 V DC source in series with a \(4\,\Omega\) resistor, with the positive terminal of the source towards the resistor; (ii) a \(6\,\Omega\) resistor; and (iii) an ideal 3 A DC current source that pushes current into node \(A\). The Thevenin equivalent seen from terminals \(A\)-ground is

  1. \(14.4\) V in series with \(2.4\,\Omega\)
  2. \(7.2\) V in series with \(2.4\,\Omega\)
  3. \(14.4\) V in series with \(10\,\Omega\)
  4. \(7.2\) V in series with \(10\,\Omega\)

Solution

The open-circuit voltage is the node voltage \(V_A\). Apply KCL at \(A\), taking currents leaving the node as positive (Chapter 4):

Equation
\[\frac{V_A-12}{4}+\frac{V_A}{6}=3\]

Multiply through by 12:

Equation
\[3(V_A-12)+2V_A=36 \Rightarrow 5V_A=72 \Rightarrow V_A=14.4~\text{V}=V_{TH}\]

Superposition confirms this: the 12 V source acting alone gives \(12\times 6/(4+6)=7.2\) V, and the 3 A source acting alone (12 V source shorted) gives \(3\times(4\parallel 6)=3\times 2.4=7.2\) V, summing to 14.4 V.

For \(R_{TH}\), suppress both independent sources: the voltage source becomes a short and the current source an open circuit. The \(4\,\Omega\) and \(6\,\Omega\) resistors are then in parallel between \(A\) and ground:

Equation
\[R_{TH}=\frac{4\times 6}{4+6}=\frac{24}{10}=2.4~\Omega\]
A
Final Answer
Correct answer: (A) 14.4 V in series with \(2.4\,\Omega\).
Question 02 · 2 marks

Question 2

An ideal 20 V DC source is connected in series with a \(5\,\Omega\) resistor; this series combination is connected across a pair of terminals \(a\)-\(b\). A \(20\,\Omega\) resistor is also permanently connected across \(a\)-\(b\). A variable load resistor \(R_L\) is now connected across \(a\)-\(b\) and adjusted for maximum power transfer. The maximum power (in watt) delivered to \(R_L\) is _____.

Solution

Remove \(R_L\) and find the Thevenin equivalent at \(a\)-\(b\). With \(R_L\) open, the \(5\,\Omega\) and \(20\,\Omega\) resistors form a simple voltage divider across the 20 V source:

Equation
\[V_{TH}=20\times\frac{20}{5+20}=20\times 0.8=16~\text{V}\]

Suppressing the source (replacing it by a short) puts the two resistors in parallel:

Equation
\[R_{TH}=\frac{5\times 20}{5+20}=\frac{100}{25}=4~\Omega\]

The maximum power transfer theorem (Chapter 4) requires \(R_L=R_{TH}=4\,\Omega\), at which point the source voltage divides equally between \(R_{TH}\) and \(R_L\):

Equation
\[P_{max}=\frac{V_{TH}^{2}}{4R_{TH}}=\frac{16^{2}}{4\times 4}=\frac{256}{16}=16~\text{W}\]

Check directly: \(I=16/(4+4)=2\) A, so \(P_L=I^{2}R_L=4\times 4=16\) W.

Final Answer
Correct answer: 16 W
Question 03 · 2 marks

Question 3

A \(100~\mu\)F capacitor is charged to 4 V. At \(t=0\) a switch connects it, through a \(2\,\text{k}\Omega\) resistor, to a 10 V DC source, with the polarity of the source aiding the existing capacitor voltage. The time (in seconds) at which the capacitor voltage reaches 8 V is _____ (round off to 2 decimal places).

Solution

This is a source-free-plus-forced first-order RC problem (Chapter 7). The time constant is

Equation
\[\tau = RC = (2\times 10^{3})(100\times 10^{-6}) = 0.2~\text{s}\]

The initial value is \(v(0^{+})=4\) V (capacitor voltage cannot change instantaneously) and the final value is \(v(\infty)=10\) V, because at steady state no current flows through \(R\) and the capacitor sits at the source voltage. The general first-order response is

Equation
\[v(t)=v(\infty)+\left[v(0^{+})-v(\infty)\right]e^{-t/\tau}=10+(4-10)e^{-t/0.2}=10-6e^{-5t}\]

Set \(v(t)=8\) V and solve for \(t\):

Equation
\[10-6e^{-5t}=8 \Rightarrow 6e^{-5t}=2 \Rightarrow e^{-5t}=\frac{1}{3}\]
Equation
\[5t=\ln 3 = 1.0986 \Rightarrow t=\frac{1.0986}{5}=0.2197~\text{s}\]

The result is just over one time constant, as expected: at \(t=\tau=0.2\) s the voltage is \(10-6e^{-1}=7.79\) V, still short of 8 V.

Final Answer
Correct answer: 0.22 s
Question 04 · 2 marks

Question 4

A series RLC circuit has \(R=5\,\Omega\), \(L=0.5\) H and \(C=0.02\) F. The source is removed and the circuit is allowed to oscillate on its stored energy. The damped natural frequency of the resulting response is _____ rad/s (round off to 2 decimal places).

Solution

For the series RLC circuit the characteristic equation of the natural response is \(s^{2}+\dfrac{R}{L}s+\dfrac{1}{LC}=0\), giving the neper frequency \(\alpha\) and the undamped natural frequency \(\omega_0\) (Chapter 8):

Equation
\[\alpha=\frac{R}{2L}=\frac{5}{2\times 0.5}=5~\text{Np/s}\]
Equation
\[\omega_0=\frac{1}{\sqrt{LC}}=\frac{1}{\sqrt{0.5\times 0.02}}=\frac{1}{\sqrt{0.01}}=\frac{1}{0.1}=10~\text{rad/s}\]

Since \(\alpha<\omega_0\) the circuit is underdamped and the roots are complex:

Equation
\[s_{1,2}=-\alpha\pm\sqrt{\alpha^{2}-\omega_0^{2}}=-5\pm j\sqrt{100-25}\]
Equation
\[\omega_d=\sqrt{\omega_0^{2}-\alpha^{2}}=\sqrt{75}=8.6603~\text{rad/s}\]

For reference, critical damping would need \(R=2\sqrt{L/C}=2\sqrt{0.5/0.02}=2\times 5=10\,\Omega\); the given \(5\,\Omega\) is half of that, so oscillation is indeed expected.

Final Answer
Correct answer: 8.66 rad/s
Question 05 · 1 mark

Question 5

A series combination of \(R=30\,\Omega\) and an inductor of reactance \(X_L=40\,\Omega\) is connected across the source \(v(t)=100\sqrt{2}\,\sin(\omega t)\) V. Taking the source voltage as the reference phasor, the steady-state current phasor (rms) is

  1. \(2\angle -53.13^\circ\) A
  2. \(2\angle +53.13^\circ\) A
  3. \(2.83\angle -53.13^\circ\) A
  4. \(1.41\angle -53.13^\circ\) A

Solution

The peak value of the source is \(100\sqrt{2}\) V, so its rms value is

Equation
\[V_{rms}=\frac{100\sqrt{2}}{\sqrt{2}}=100~\text{V} \Rightarrow \mathbf{V}=100\angle 0^\circ~\text{V}\]

The series impedance is (Chapter 9)

Equation
\[\mathbf{Z}=R+jX_L=30+j40 \Rightarrow |\mathbf{Z}|=\sqrt{30^{2}+40^{2}}=50~\Omega, \quad \theta=\tan^{-1}\frac{40}{30}=53.13^\circ\]
Equation
\[\mathbf{I}=\frac{\mathbf{V}}{\mathbf{Z}}=\frac{100\angle 0^\circ}{50\angle 53.13^\circ}=2\angle -53.13^\circ~\text{A}\]

The negative angle is the expected lagging current for an inductive branch.

A
Final Answer
Correct answer: (A) \(2\angle -53.13^\circ\) A.
Question 06 · 2 marks

Question 6

A single-phase load draws 10 kW at a power factor of 0.8 lagging from a 400 V, 50 Hz supply. A capacitor is connected in parallel with the load to raise the overall power factor to 0.95 lagging. The required capacitance is _____ \(\mu\)F (round off to 1 decimal place).

Solution

The capacitor supplies reactive power without changing the real power, so \(P\) stays at 10 kW while \(Q\) is reduced (Chapter 11).

Before correction, \(\cos\phi_1=0.8\), so \(\sin\phi_1=0.6\) and \(\tan\phi_1=0.75\):

Equation
\[Q_1=P\tan\phi_1=10\times 0.75=7.5~\text{kVAR}\]

After correction, \(\cos\phi_2=0.95\), so \(\sin\phi_2=\sqrt{1-0.9025}=0.31225\) and \(\tan\phi_2=0.31225/0.95=0.32868\):

Equation
\[Q_2=P\tan\phi_2=10\times 0.32868=3.2868~\text{kVAR}\]

The capacitor must supply the difference:

Equation
\[Q_C=Q_1-Q_2=7.5-3.2868=4.2132~\text{kVAR}=4213.2~\text{VAR}\]

A capacitor across the 400 V supply delivers \(Q_C=V^{2}\omega C\), with \(\omega=2\pi(50)=314.16\) rad/s:

Equation
\[C=\frac{Q_C}{\omega V^{2}}=\frac{4213.2}{314.16\times 400^{2}}=\frac{4213.2}{5.0265\times 10^{7}}=8.382\times 10^{-5}~\text{F}\]
Equation
\[C=83.8~\mu\text{F}\]
Final Answer
Correct answer: 83.8 \(\mu\)F
Question 07 · 2 marks

Question 7

A balanced three-phase star-connected load with per-phase impedance \(Z_{ph}=(8+j6)\,\Omega\) is supplied from a balanced 400 V (line-to-line, rms), 50 Hz, three-phase source. The total real power drawn by the load is _____ kW (round off to 1 decimal place).

Solution

For a star connection the phase voltage is the line voltage divided by \(\sqrt{3}\), and the line current equals the phase current (Chapter 12):

Equation
\[V_{ph}=\frac{V_L}{\sqrt{3}}=\frac{400}{1.7321}=230.94~\text{V}\]
Equation
\[|Z_{ph}|=\sqrt{8^{2}+6^{2}}=\sqrt{100}=10~\Omega, \qquad \cos\phi=\frac{R}{|Z|}=\frac{8}{10}=0.8~\text{lagging}\]
Equation
\[I_{ph}=\frac{V_{ph}}{|Z_{ph}|}=\frac{230.94}{10}=23.094~\text{A}=I_L\]

The real power is dissipated only in the resistive part of each phase:

Equation
\[P=3I_{ph}^{2}R=3\times(23.094)^{2}\times 8=3\times 533.33\times 8=12800~\text{W}\]

The line-quantity formula gives the same result:

Equation
\[P=\sqrt{3}\,V_L I_L\cos\phi=1.7321\times 400\times 23.094\times 0.8=12800~\text{W}=12.8~\text{kW}\]
Final Answer
Correct answer: 12.8 kW
Question 08 · 2 marks

Question 8

Two magnetically coupled coils are connected in series. When they are connected series-aiding the measured equivalent inductance is 0.7 H, and when the connection of one coil is reversed to give series-opposing the measured equivalent inductance is 0.3 H. One of the coils has a self-inductance of 0.4 H. The coefficient of coupling between the coils is _____ (round off to 2 decimal places).

Solution

For two series-connected coupled coils the equivalent inductances are (Chapter 13)

Equation
\[L_{aid}=L_1+L_2+2M, \qquad L_{opp}=L_1+L_2-2M\]

Subtracting the two measurements isolates the mutual inductance:

Equation
\[L_{aid}-L_{opp}=4M \Rightarrow M=\frac{0.7-0.3}{4}=\frac{0.4}{4}=0.1~\text{H}\]

Adding them gives the sum of the self-inductances:

Equation
\[L_{aid}+L_{opp}=2(L_1+L_2) \Rightarrow L_1+L_2=\frac{0.7+0.3}{2}=0.5~\text{H}\]

With \(L_1=0.4\) H this gives \(L_2=0.5-0.4=0.1\) H. The coefficient of coupling is then

Equation
\[k=\frac{M}{\sqrt{L_1L_2}}=\frac{0.1}{\sqrt{0.4\times 0.1}}=\frac{0.1}{\sqrt{0.04}}=\frac{0.1}{0.2}=0.5\]

The value satisfies \(0\le k\le 1\), as it must for a passive pair of coils.

Final Answer
Correct answer: \(k=0.50\)
Question 09 · 1 mark

Question 9

A two-port network has open-circuit impedance parameters \(Z_{11}=6\,\Omega\), \(Z_{12}=Z_{21}=3\,\Omega\) and \(Z_{22}=9\,\Omega\). Port 2 is terminated in a \(6\,\Omega\) resistor. The input impedance seen at port 1 is

  1. \(5.4\,\Omega\)
  2. \(6.0\,\Omega\)
  3. \(4.5\,\Omega\)
  4. \(3.6\,\Omega\)

Solution

The defining equations of the Z-parameters (Chapter 19), with both port currents taken as entering the network, are

Equation
\[V_1=Z_{11}I_1+Z_{12}I_2, \qquad V_2=Z_{21}I_1+Z_{22}I_2\]

The termination imposes \(V_2=-I_2Z_L\), because \(I_2\) enters the network while the load current leaves it. Substituting into the second equation:

Equation
\[-I_2Z_L=Z_{21}I_1+Z_{22}I_2 \Rightarrow I_2=-\frac{Z_{21}I_1}{Z_{22}+Z_L}\]

Put this into the first equation and divide by \(I_1\):

Equation
\[Z_{in}=\frac{V_1}{I_1}=Z_{11}-\frac{Z_{12}Z_{21}}{Z_{22}+Z_L}\]
Equation
\[Z_{in}=6-\frac{3\times 3}{9+6}=6-\frac{9}{15}=6-0.6=5.4~\Omega\]
A
Final Answer
Correct answer: (A) \(5.4\,\Omega\).
Question 10 · 2 marks

Question 10

A series RLC circuit with \(R=3\,\Omega\), \(L=1\) H and \(C=0.5\) F, with zero initial capacitor voltage and zero initial inductor current, is energised at \(t=0\) by a 10 V DC source. The peak value of the resulting current (in amperes) is _____ (round off to 2 decimal places).

Solution

Work in the \(s\)-domain with zero initial conditions (Chapter 16). The series impedance and the transformed source are

Equation
\[Z(s)=R+sL+\frac{1}{sC}=3+s+\frac{2}{s}=\frac{s^{2}+3s+2}{s}, \qquad V(s)=\frac{10}{s}\]
Equation
\[I(s)=\frac{V(s)}{Z(s)}=\frac{10/s}{(s^{2}+3s+2)/s}=\frac{10}{s^{2}+3s+2}=\frac{10}{(s+1)(s+2)}\]

Partial fractions give \(\dfrac{10}{(s+1)(s+2)}=\dfrac{10}{s+1}-\dfrac{10}{s+2}\), so

Equation
\[i(t)=10\left(e^{-t}-e^{-2t}\right)~\text{A}, \qquad t\ge 0\]

The current starts at zero, decays to zero, and therefore has an interior maximum. Differentiate and set the derivative to zero:

Equation
\[\frac{di}{dt}=10\left(-e^{-t}+2e^{-2t}\right)=0 \Rightarrow e^{-t}=2e^{-2t} \Rightarrow e^{t}=2 \Rightarrow t=\ln 2=0.6931~\text{s}\]

At that instant \(e^{-t}=0.5\) and \(e^{-2t}=0.25\):

Equation
\[i_{max}=10(0.5-0.25)=2.5~\text{A}\]

The response is overdamped, as expected from \(\alpha=R/2L=1.5\) against \(\omega_0=1/\sqrt{LC}=1.414\), so the current does not oscillate.

Final Answer
Correct answer: 2.50 A
Previous2025
GATE Electric Circuits