The fundamental e.m.f formula relating electromotive force, terminal voltage, current, and internal resistance is ℰ = V + Ir (or equivalently, ℰ = I(R + r)). This equation is the bedrock of DC circuit analysis, dictating how much usable voltage a power source can actually deliver to a load once its own internal losses are accounted for.

The Core E.M.F Formula and Symbol Definitions

Electromotive force (ℰ) is not actually a force; it is the energy provided per unit of charge by a source like a battery or generator, measured in Volts. When current flows, the source's internal resistance causes a voltage drop, meaning the external circuit receives less than the theoretical maximum. This relationship is derived directly from Kirchhoff’s Voltage Law (KVL), which states that the sum of all potential differences around a closed loop must equal zero.

Table 1: E.M.F Formula Symbol Definitions and SI Units
Symbol Quantity SI Unit Practical Bench Context
Electromotive Force (E.M.F) Volts (V) The open-circuit voltage measured when zero current is flowing.
V Terminal Voltage Volts (V) The actual voltage available at the battery terminals under load.
I Current Amperes (A) The rate of charge flow through both the internal and external circuit.
R External Load Resistance Ohms (Ω) The resistance of the connected device (motor, resistor, LED driver).
r Internal Resistance Ohms (Ω) The inherent opposition to current flow inside the power source itself.

Rearranged Forms for Circuit Troubleshooting

On the workbench, you rarely need to solve for ℰ directly. Instead, you use the e.m.f formula to diagnose failing batteries or size loads. Here are the rearranged forms solving for each variable:

  • Solving for Current (I): I = ℰ / (R + r) or I = (ℰ - V) / r. Use this to predict inrush current or verify if a load will trip a fuse.
  • Solving for Internal Resistance (r): r = (ℰ - V) / I. This is the standard method for calculating battery state-of-health (SoH) by measuring voltage sag under a known load.
  • Solving for External Resistance (R): R = (ℰ / I) - r. Use this to select a current-limiting resistor for a specific target current.
  • Solving for Terminal Voltage (V): V = ℰ - Ir or V = IR. Use this to ensure your microcontroller won't brownout when a high-current peripheral activates.

Worked Examples with Strict Unit Tracking

The most common point of failure in circuit calculations is dropping units mid-equation. Below are two solved problems demonstrating strict SI unit tracking.

Problem 1: Calculating Terminal Voltage Under High Load

Scenario: A 12V automotive AGM battery has a true open-circuit e.m.f (ℰ) of 12.6 V and an internal resistance (r) of 0.015 Ω. The starter motor engages, drawing a massive current (I) of 180 A. What is the terminal voltage (V) available to the vehicle's ECU during cranking?

  1. Identify the formula: V = ℰ - Ir
  2. Substitute values with units: V = 12.6 V - (180 A × 0.015 Ω)
  3. Calculate the internal voltage drop: 180 A × 0.015 Ω = 2.7 V
  4. Subtract from E.M.F: V = 12.6 V - 2.7 V
  5. Final Answer: V = 9.9 V

Bench Insight: This 9.9 V sag explains why dimming headlights and ECU resets occur during cranking. If the terminal voltage drops below the ECU's brownout threshold (typically ~8.5 V), the vehicle will fail to start.

Problem 2: Deriving Internal Resistance from Voltage Sag

Scenario: You are testing a salvaged 18650 Li-ion cell. You measure its open-circuit e.m.f (ℰ) at 4.10 V. You connect it to a precision 0.5 Ω power resistor (R). The terminal voltage (V) immediately drops to 3.85 V. What is the cell's internal resistance (r) and the actual current (I) flowing?

  1. Calculate Current (I) using the external load: Since V = IR, then I = V / R.
  2. Substitute values: I = 3.85 V / 0.5 Ω = 7.7 A.
  3. Rearrange e.m.f formula for r: r = (ℰ - V) / I
  4. Substitute values: r = (4.10 V - 3.85 V) / 7.7 A
  5. Calculate voltage drop: 4.10 V - 3.85 V = 0.25 V
  6. Divide by current: r = 0.25 V / 7.7 A
  7. Final Answer: r ≈ 0.032 Ω (or 32 mΩ).

Bench Insight: A healthy, high-drain 18650 cell (like a Sony VTC6) typically has an internal resistance of 12-15 mΩ when new. A reading of 32 mΩ indicates significant degradation, meaning this cell should be relegated to low-drain flashlight duty rather than a high-current e-bike pack.

Application Boundaries, Unit Traps, and Realistic Magnitudes

The e.m.f formula is powerful, but it is not universal. Understanding its boundaries prevents catastrophic design errors.

When the Formula Applies (and Its Assumptions)

  • Steady-State DC: The formula assumes direct current. For AC generators or alternators, internal resistance (r) must be replaced with complex internal impedance (Z), incorporating inductive reactance.
  • Linear Internal Resistance: It assumes 'r' is constant. In reality, battery internal resistance is non-linear; it increases as the cell depletes, drops as temperature rises, and spikes during high-frequency transient loads due to double-layer capacitance effects.
  • Ideal Wiring: The formula assumes the wires connecting the source to the load have zero resistance. In high-current applications (like a 50A solar charge controller feed), you must add wire resistance to 'r' or 'R' to maintain accuracy.

The 'Milli' Unit Trap

The most frequent mistake hobbyists make is mixing base SI units with metric prefixes. If you measure current in milliamps (mA) and resistance in Ohms (Ω), multiplying them yields millivolts (mV), not Volts. Always convert to base SI units (Amperes, Volts, Ohms) before plugging values into the e.m.f formula. For example, 250 mA must be entered as 0.25 A. According to the NIST Guide to the SI, strict adherence to base units prevents order-of-magnitude errors that can fry sensitive logic boards.

Realistic Answer Magnitudes

Knowing what a 'normal' answer looks like helps you instantly spot calculation errors. Below are typical E.M.F and internal resistance values for common power sources, as documented by Battery University and standard electrochemical references.

Table 2: Realistic E.M.F and Internal Resistance Magnitudes
Power Source Nominal E.M.F (ℰ) Typical Internal Resistance (r) Max Continuous Current Limit
AA Alkaline Cell 1.5 V 0.15 Ω to 0.30 Ω ~1 A (severe voltage sag)
9V Carbon-Zinc 9.0 V 1.5 Ω to 3.0 Ω ~100 mA
18650 Li-ion (Standard) 3.6 V to 4.2 V 0.020 Ω to 0.050 Ω 5 A to 10 A
12V Lead-Acid (AGM) 12.6 V to 12.8 V 0.005 Ω to 0.020 Ω 100 A to 500+ A (cranking)

Frequently Asked Questions About the E.M.F Formula

What is the difference between E.M.F and terminal voltage in a real circuit?

E.M.F (ℰ) is the theoretical maximum energy per coulomb the source can provide when no current is flowing (open circuit). Terminal voltage (V) is the actual, measurable voltage at the source's physical contacts when a load is drawing current. Terminal voltage will always be lower than E.M.F during discharge due to the internal voltage drop (Ir), but it will be higher than E.M.F if the battery is actively being charged.

Can the E.M.F formula be used for AC generators and alternators?

Not in its basic scalar form. For AC systems, the internal opposition to current is not just resistance (r), but impedance (Z), which includes inductive reactance from the generator's stator windings. You must use phasor math and complex numbers: E = V + IZ. For basic DC hobby projects, however, the scalar ℰ = V + Ir is entirely sufficient.

Why does my battery's calculated internal resistance change depending on the load?

Batteries are electrochemical devices, not ideal resistors. As Georgia State University's HyperPhysics notes, internal resistance is a dynamic parameter. Under heavy loads, the chemical reaction at the electrodes cannot replenish ions fast enough, causing concentration polarization. This effectively increases 'r' on the fly. Furthermore, as the battery heats up under load, the electrolyte's conductivity improves, which can temporarily lower 'r'. Always specify the test current when logging internal resistance data.

How do I measure the true E.M.F of a battery with a standard multimeter?

To measure true E.M.F, you must measure the battery in an open-circuit state, meaning absolutely zero current is flowing. Set your digital multimeter to DC Volts, ensure the probes are clean, and touch them to the battery terminals. Because modern DMMs have an input impedance of 10 MΩ or higher, the current draw is in the microamp range (e.g., 12V / 10,000,000 Ω = 1.2 µA). At this microscopic current, the 'Ir' voltage drop is virtually zero, meaning the terminal voltage displayed on your meter is effectively the true E.M.F.