Worked examples: sagging terminals and measured r

DC Circuits · Internal Resistance & EMF · Example

Two problems — compute the terminal voltage of a real battery under load, then work backward from measurements to find its internal resistance. Both are KVL around a single loop with the internal resistance represented explicitly.

Example 1 — terminal voltage under a heavy load

A battery is labelled E=12V\mathcal{E} = 12\,\text{V} and has an internal resistance r=0.5Ωr = 0.5\,\Omega. It drives a load of R=3ΩR = 3\,\Omega. Find the terminal voltage and the power delivered to the load.

  1. Total loop resistance. Rtotal=r+R=0.5+3=3.5ΩR_{total} = r + R = 0.5 + 3 = 3.5\,\Omega.
  2. Loop current. I=E/Rtotal=12/3.53.43AI = \mathcal{E} / R_{total} = 12 / 3.5 \approx 3.43\,\text{A}.
  3. Drop across the internal resistance. Vr=Ir=3.430.51.71VV_r = Ir = 3.43 \cdot 0.5 \approx 1.71\,\text{V}.
  4. Terminal voltage. Vterm=EVr=121.7110.29VV_{term} = \mathcal{E} - V_r = 12 - 1.71 \approx 10.29\,\text{V}. Cross-check: Vterm=IR=3.43310.29VV_{term} = IR = 3.43 \cdot 3 \approx 10.29\,\text{V}. ✓
  5. Power delivered to the load. PR=I2R=3.432335.3WP_R = I^2 R = 3.43^2 \cdot 3 \approx 35.3\,\text{W}. Power wasted in rr: Pr=I2r5.88WP_r = I^2 r \approx 5.88\,\text{W}. Efficiency η=PR/(PR+Pr)85.7%\eta = P_R / (P_R + P_r) \approx 85.7\%.
+12 VR10.5 Ω1.714 V · 3.429 AR23 Ω10.286 V · 3.429 AI_source = 3.429 A

The battery “feels” like an 11 V battery because the published 12 V is trimmed by 1.7 V inside before reaching the load. This is why high-current devices need batteries with low internal resistance — otherwise you waste voltage heating up the cell.

Example 2 — measuring r from two data points

A battery is tested under two different loads. At a 0.5 A draw the terminal voltage reads 9.85 V; at a 2.0 A draw it reads 9.40 V. Find E\mathcal{E} and rr.

  1. Set up the two equations. Using V=EIrV = \mathcal{E} - Ir:
    9.85=E0.5r9.85 = \mathcal{E} - 0.5 r
    9.40=E2.0r9.40 = \mathcal{E} - 2.0 r
  2. Subtract to eliminate E\mathcal{E}. 9.859.40=(2.00.5)r0.45=1.5r9.85 - 9.40 = (2.0 - 0.5) r \Rightarrow 0.45 = 1.5 r. So r=0.30Ωr = 0.30\,\Omega.
  3. Back-substitute for ℰ. E=9.85+0.50.30=10.0V\mathcal{E} = 9.85 + 0.5 \cdot 0.30 = 10.0\,\text{V}. Check with the second point: 10.02.00.30=9.40V10.0 - 2.0 \cdot 0.30 = 9.40\,\text{V}. ✓
  4. Interpretation. The nameplate is 10 V, the effective internal resistance is 0.30 Ω. At modest loads (< 1 A) the terminal voltage stays within 0.3 V of nameplate; under a 10 A surge it would crash to 10 − 3 = 7 V. The cell's suitability depends entirely on how much current the target device draws.
Two voltage-current pairs are enough to characterise a real battery. Plot VtermV_{term} against II and read the slope (−r) and the intercept (ℰ). With r in hand you can predict the terminal voltage for any load.

Watch a battery sag under load in the Simulate stage or run the reasoning on the Quiz.