Skip to main content

Electrical Circuits — Diagnostic Tests

Unit Tests

UT-1: Kirchhoff's Laws with Three Loops

Question:

In the circuit shown, three cells with EMFs E1=12E_1 = 12 V, E2=6E_2 = 6 V, and E3=4E_3 = 4 V are connected with resistors R1=4R_1 = 4 Ω\Omega, R2=6R_2 = 6 Ω\Omega, and R3=2R_3 = 2 Ω\Omega. Cell E1E_1 is in series with R1R_1, cell E2E_2 is in series with R2R_2, and R3R_3 is the shared branch connecting the junctions. E1E_1 and E2E_2 have their positive terminals facing the same junction (opposing each other). E3E_3 is in the shared branch with its positive terminal facing the E1E_1 side. All cells have negligible internal resistance. Find the current in each branch.

Solution:

Define currents: I1I_1 flows from E1E_1 through R1R_1 to the junction, I2I_2 flows from E2E_2 through R2R_2 to the junction, and I3I_3 flows through R3R_3 and E3E_3 from the E1E_1 side to the E2E_2 side.

KCL at the junction:

I1+I2=I3— (1)I_1 + I_2 = I_3 \quad \text{--- (1)}

KVL for Loop 1 (through E1E_1, R1R_1, R3R_3, E3E_3):

E1I1R1I3R3E3=0E_1 - I_1 R_1 - I_3 R_3 - E_3 = 0

124I12I34=012 - 4I_1 - 2I_3 - 4 = 0

84I12I3=0— (2)8 - 4I_1 - 2I_3 = 0 \quad \text{--- (2)}

KVL for Loop 2 (through E2E_2, R2R_2, R3R_3, E3E_3):

E2I2R2I3R3E3=0E_2 - I_2 R_2 - I_3 R_3 - E_3 = 0

66I22I34=06 - 6I_2 - 2I_3 - 4 = 0

26I22I3=0— (3)2 - 6I_2 - 2I_3 = 0 \quad \text{--- (3)}

From (3): I2=22I36=1I33I_2 = \frac{2 - 2I_3}{6} = \frac{1 - I_3}{3}

From (2): 4I1=82I34I_1 = 8 - 2I_3, so I1=20.5I3I_1 = 2 - 0.5I_3

Substituting into (1):

(20.5I3)+(1I33)=I3(2 - 0.5I_3) + \left(\frac{1 - I_3}{3}\right) = I_3

20.5I3+13I33=I32 - 0.5I_3 + \frac{1}{3} - \frac{I_3}{3} = I_3

73=I3+0.5I3+I33=I3(1+0.5+13)=I3×116\frac{7}{3} = I_3 + 0.5I_3 + \frac{I_3}{3} = I_3\left(1 + 0.5 + \frac{1}{3}\right) = I_3 \times \frac{11}{6}

I3=73×611=4233=1411=1.273 AI_3 = \frac{7}{3} \times \frac{6}{11} = \frac{42}{33} = \frac{14}{11} = 1.273 \text{ A}

I1=20.5×1.273=1.364 AI_1 = 2 - 0.5 \times 1.273 = 1.364 \text{ A}

I2=11.2733=0.2733=0.0909 AI_2 = \frac{1 - 1.273}{3} = \frac{-0.273}{3} = -0.0909 \text{ A}

I2I_2 is negative, meaning current actually flows into E2E_2 (the 66 V cell is being charged).

Key misconception: Negative current in a branch does not indicate an error -- it simply means the assumed current direction was wrong. The magnitude is correct but the direction is reversed.


UT-2: Internal Resistance and Maximum Power Transfer

Question:

A battery has an EMF of 2424 V and internal resistance r=2r = 2 Ω\Omega. It is connected to a variable external resistance RR. (a) Find the value of RR for maximum power transfer. (b) Calculate the maximum power delivered to RR. (c) Find the terminal PD and efficiency at maximum power transfer. (d) Sketch how the power delivered to RR varies with RR.

Solution:

(a) Maximum power transfer:

Maximum power is delivered to the load when R=rR = r:

R=2 ΩR = 2 \text{ }\Omega

(b) Maximum power:

I=ER+r=242+2=6 AI = \frac{E}{R + r} = \frac{24}{2 + 2} = 6 \text{ A}

Pmax=I2R=62×2=72 WP_{\max} = I^2 R = 6^2 \times 2 = 72 \text{ W}

(c) Terminal PD and efficiency at maximum power:

Vterminal=EIr=246×2=12 VV_{\text{terminal}} = E - Ir = 24 - 6 \times 2 = 12 \text{ V}

η=PRPtotal=I2RIE=IRE=6×224=0.50=50%\eta = \frac{P_R}{P_{\text{total}}} = \frac{I^2 R}{IE} = \frac{IR}{E} = \frac{6 \times 2}{24} = 0.50 = 50\%

(d) Power vs R relationship:

P=I2R=(ER+r)2R=E2R(R+r)2=576R(R+2)2P = I^2 R = \left(\frac{E}{R + r}\right)^2 R = \frac{E^2 R}{(R + r)^2} = \frac{576R}{(R + 2)^2}

Key points on the graph:

  • R=0R = 0: P=0P = 0
  • R=1R = 1: P=5769=64P = \frac{576}{9} = 64 W
  • R=2R = 2: P=72P = 72 W (maximum)
  • R=4R = 4: P=230436=64P = \frac{2304}{36} = 64 W
  • RR \to \infty: P0P \to 0

The curve is symmetric about R=rR = r on a logarithmic scale, but asymmetric on a linear scale.

Key misconception: Maximum power transfer occurs at 50% efficiency. For a battery, this means half the energy is wasted as heat in the internal resistance. In practice, batteries are designed so that RrR \gg r for better efficiency, sacrificing some power.


UT-3: Potentiometer Circuit Analysis

Question:

A potentiometer wire AB of length 100100 cm and resistance 1010 Ω\Omega is connected to a driver cell of EMF 66 V and negligible internal resistance. A standard cell of EMF 1.0181.018 V gives a null point at 34.034.0 cm. An unknown cell is then connected and the null point is found at 51.251.2 cm. Find (a) the EMF of the unknown cell, (b) the potential gradient along the wire, and (c) the current through the potentiometer wire.

Solution:

(a) EMF of unknown cell:

At the null point, the potential drop along the wire equals the cell EMF:

EunknownEstandard=lunknownlstandard\frac{E_{\text{unknown}}}{E_{\text{standard}}} = \frac{l_{\text{unknown}}}{l_{\text{standard}}}

Eunknown=1.018×51.234.0=1.018×1.506=1.533 VE_{\text{unknown}} = 1.018 \times \frac{51.2}{34.0} = 1.018 \times 1.506 = 1.533 \text{ V}

(b) Potential gradient:

The potential drop across the full wire length equals the driver cell EMF (since no current is drawn at null point):

Potential gradient=6100=0.06 V cm1\text{Potential gradient} = \frac{6}{100} = 0.06 \text{ V cm}^{-1}

Note: The potential gradient of 6/100=0.066/100 = 0.06 V/cm would place the null point for the standard cell at 1.018/0.06=16.971.018/0.06 = 16.97 cm, but the problem states 34.034.0 cm. This means there is a protective resistor in series with the potentiometer wire. Let RpR_p be the protective resistance.

Idriver=6Rp+10I_{\text{driver}} = \frac{6}{R_p + 10}

Potential gradient=Idriver×10100=0.6Rp+10\text{Potential gradient} = I_{\text{driver}} \times \frac{10}{100} = \frac{0.6}{R_p + 10}

At null point: Estandard=gradient×34.0E_{\text{standard}} = \text{gradient} \times 34.0:

1.018=0.6×34.0Rp+10=20.4Rp+101.018 = \frac{0.6 \times 34.0}{R_p + 10} = \frac{20.4}{R_p + 10}

Rp+10=20.41.018=20.04 ΩR_p + 10 = \frac{20.4}{1.018} = 20.04 \text{ }\Omega

Rp=10.04 ΩR_p = 10.04 \text{ }\Omega

Potential gradient =0.620.04=0.02994= \frac{0.6}{20.04} = 0.02994 V/cm.

The answer in (a) remains 1.5331.533 V since the ratio method is independent of the actual gradient.

(c) Current through the wire:

I=620.04=0.2994 AI = \frac{6}{20.04} = 0.2994 \text{ A}

Key insight: A potentiometer draws NO current at the null point. This is why it gives more accurate EMF measurements than a voltmeter, which always draws some current.


Integration Tests

IT-1: Circuit with Multiple Cells and Internal Resistances (with Electricity and Magnetism)

Question:

Two cells are connected in parallel across an external resistor R=5R = 5 Ω\Omega. Cell 1 has EMF E1=12E_1 = 12 V and internal resistance r1=1r_1 = 1 Ω\Omega. Cell 2 has EMF E2=10E_2 = 10 V and internal resistance r2=2r_2 = 2 Ω\Omega. Find (a) the current through RR, (b) the current from each cell, (c) the terminal PD of each cell, and (d) the power dissipated in RR.

Solution:

Equivalent circuit analysis using KVL:

Let the junction where both cells meet be at potential VAV_A, and the other end of RR be at VBV_B.

Current from cell 1: I1=E1Vr1I_1 = \frac{E_1 - V}{r_1} (flowing out of cell 1)

Current from cell 2: I2=E2Vr2I_2 = \frac{E_2 - V}{r_2} (flowing out of cell 2)

Current through RR: I=VRI = \frac{V}{R}

KCL: I1+I2=II_1 + I_2 = I

12V1+10V2=V5\frac{12 - V}{1} + \frac{10 - V}{2} = \frac{V}{5}

12V+50.5V=0.2V12 - V + 5 - 0.5V = 0.2V

17=1.7V17 = 1.7V

V=10.0 VV = 10.0 \text{ V}

(a) Current through RR:

I=VR=105=2.0 AI = \frac{V}{R} = \frac{10}{5} = 2.0 \text{ A}

(b) Current from each cell:

I1=12101=2.0 AI_1 = \frac{12 - 10}{1} = 2.0 \text{ A}

I2=10102=0.0 AI_2 = \frac{10 - 10}{2} = 0.0 \text{ A}

Cell 2 delivers no current. This makes sense because the terminal PD equals its EMF.

(c) Terminal PD:

Both cells have terminal PD =10.0= 10.0 V (they are in parallel across RR).

(d) Power in RR:

P=I2R=4×5=20 WP = I^2 R = 4 \times 5 = 20 \text{ W}

Key insight: When cells of different EMFs are connected in parallel, the cell with the higher EMF may supply all the current while the lower-EMF cell delivers none (or even absorbs current if its EMF is much lower).


IT-2: Wheatstone Bridge with Galvanometer (with Electricity and Magnetism)

Question:

A Wheatstone bridge has the following resistances: P=100P = 100 Ω\Omega, Q=200Q = 200 Ω\Omega, R=150R = 150 Ω\Omega, and the unknown resistance SS. A galvanometer of resistance 5050 Ω\Omega is connected between the junction of PP and QQ and the junction of RR and SS. A battery of EMF 66 V (negligible internal resistance) is connected across the bridge. The galvanometer shows zero deflection. Find the value of SS and the current through each resistor.

Solution:

At balance (zero galvanometer current):

PQ=RS\frac{P}{Q} = \frac{R}{S}

100200=150S\frac{100}{200} = \frac{150}{S}

S=150×200100=300 ΩS = \frac{150 \times 200}{100} = 300 \text{ }\Omega

Current through each arm:

The galvanometer carries no current, so the circuit is effectively two parallel branches:

Branch 1 (P and Q in series): Total =100+200=300= 100 + 200 = 300 Ω\Omega

I1=6300=0.02 AI_1 = \frac{6}{300} = 0.02 \text{ A}

Current through P=0.02P = 0.02 A, current through Q=0.02Q = 0.02 A.

Branch 2 (R and S in series): Total =150+300=450= 150 + 300 = 450 Ω\Omega

I2=6450=0.01333 AI_2 = \frac{6}{450} = 0.01333 \text{ A}

Current through R=0.01333R = 0.01333 A, current through S=0.01333S = 0.01333 A.

Total current from battery:

Itotal=I1+I2=0.02+0.01333=0.03333 AI_{\text{total}} = I_1 + I_2 = 0.02 + 0.01333 = 0.03333 \text{ A}

Key insight: At balance, the galvanometer resistance is irrelevant -- no current flows through it regardless of its resistance. This is the fundamental principle of the Wheatstone bridge.


IT-3: Charging and Discharging a Capacitor Through a Resistor (with Heat and Gases)

Question:

A 100100 μ\muF capacitor is charged through a 5050 kΩ\Omega resistor by a 1212 V battery. (a) Find the time constant. (b) Calculate the charge on the capacitor after 55 s. (c) Calculate the energy stored in the capacitor when fully charged. (d) How much energy is dissipated in the resistor during the full charging process?

Solution:

(a) Time constant:

τ=RC=50×103×100×106=5 s\tau = RC = 50 \times 10^3 \times 100 \times 10^{-6} = 5 \text{ s}

(b) Charge after 5 s (one time constant):

Q(t)=Qmax(1et/τ)Q(t) = Q_{\max}(1 - e^{-t/\tau})

Qmax=CV=100×106×12=1.2×103 CQ_{\max} = CV = 100 \times 10^{-6} \times 12 = 1.2 \times 10^{-3} \text{ C}

Q(5)=1.2×103(1e1)=1.2×103×0.6321=7.585×104 CQ(5) = 1.2 \times 10^{-3}(1 - e^{-1}) = 1.2 \times 10^{-3} \times 0.6321 = 7.585 \times 10^{-4} \text{ C}

(c) Energy stored when fully charged:

E=12CV2=12×100×106×122=12×100×106×144=7.2×103 J=7.2 mJE = \frac{1}{2}CV^2 = \frac{1}{2} \times 100 \times 10^{-6} \times 12^2 = \frac{1}{2} \times 100 \times 10^{-6} \times 144 = 7.2 \times 10^{-3} \text{ J} = 7.2 \text{ mJ}

(d) Energy dissipated in the resistor:

Total energy supplied by battery during charging:

Ebattery=Qmax×V=1.2×103×12=14.4×103 J=14.4 mJE_{\text{battery}} = Q_{\max} \times V = 1.2 \times 10^{-3} \times 12 = 14.4 \times 10^{-3} \text{ J} = 14.4 \text{ mJ}

Energy dissipated in resistor:

ER=EbatteryEC=14.47.2=7.2 mJE_R = E_{\text{battery}} - E_C = 14.4 - 7.2 = 7.2 \text{ mJ}

Key insight: Exactly half the energy supplied by the battery is stored in the capacitor, and the other half is dissipated as heat in the resistor. This is always true for RC charging from a constant voltage source, regardless of RR and CC values.