The Core Transformers Formula: EMF and Turns Ratio
When designing, rewinding, or troubleshooting AC transformers, the fundamental equation governing induced voltage is the Universal EMF Equation. While the basic turns ratio ($V_p/V_s = N_p/N_s$) handles ideal voltage scaling, the EMF formula dictates the physical reality of the core and windings. It tells you exactly how many turns of wire you need to prevent the core from saturating and melting.
The primary transformers formula for RMS induced voltage is:
$$E_{rms} = 4.44 \cdot f \cdot N \cdot \Phi_{max}$$
Since magnetic flux ($\Phi_{max}$) is the product of flux density ($B_{max}$) and cross-sectional area ($A$), the expanded practical form is:
$$E_{rms} = 4.44 \cdot f \cdot N \cdot B_{max} \cdot A$$
Symbol Definition and Units
| Symbol | Parameter | Standard SI Unit | Practical Bench Unit |
|---|---|---|---|
| $E_{rms}$ | Induced RMS Voltage | Volts (V) | Volts (V) |
| $f$ | AC Frequency | Hertz (Hz) | Hertz (Hz) |
| $N$ | Number of Turns | Dimensionless | Dimensionless |
| $\Phi_{max}$ | Peak Magnetic Flux | Webers (Wb) | Webers (Wb) |
| $B_{max}$ | Peak Flux Density | Tesla (T) | Gauss (G) or Tesla (T) |
| $A$ | Core Cross-Sectional Area | Square Meters ($m^2$) | Square Centimeters ($cm^2$) |
Rearranged Forms for Component Selection
On the bench, you rarely solve for voltage; you already know your mains and target secondary voltages. You use the transformers formula to find the physical constraints. Here are the rearranged forms you will actually use:
- Solving for Turns ($N$): $$N = \frac{E_{rms}}{4.44 \cdot f \cdot B_{max} \cdot A}$$
Use this to calculate how many wraps of magnet wire fit on your bobbin. - Solving for Core Area ($A$): $$A = \frac{E_{rms}}{4.44 \cdot f \cdot N \cdot B_{max}}$$
Use this to select the physical size of the E-I laminations or toroid. - Solving for Flux Density ($B_{max}$): $$B_{max} = \frac{E_{rms}}{4.44 \cdot f \cdot N \cdot A}$$
Use this to verify an existing transformer won't saturate if you apply a slightly higher voltage or lower frequency. - Solving for Frequency ($f$): $$f = \frac{E_{rms}}{4.44 \cdot N \cdot B_{max} \cdot A}$$
Use this when adapting a 60Hz transformer for 50Hz operation (spoiler: it requires derating).
Assumptions, Unit Traps, and Realistic Magnitudes
The transformers formula is elegant, but it breaks instantly if you ignore its assumptions or mishandle units. According to foundational magnetic theory outlined by Georgia State University's HyperPhysics, the equation assumes an ideal, lossless magnetic circuit with uniform flux distribution.
When the Formula Applies (and When It Doesn't)
This formula applies to the steady-state AC excitation of the primary winding. It does not account for copper losses ($I^2R$), leakage inductance, or transient inrush currents. If you are calculating the exact loaded secondary voltage, you must subtract the voltage drop caused by winding resistance and leakage reactance. For hobbyist and light-industrial sizing (<1kVA), the EMF formula gets you within 5% of the physical reality.
The Three Unit Mistakes That Break Your Build
- The Area Trap ($cm^2$ vs $m^2$): The SI formula demands Area in square meters ($m^2$). If you measure a core tongue at $3cm \times 5cm = 15cm^2$ and plug '15' into the formula, your calculated turns will be 10,000 times too low. You must multiply $cm^2$ by $10^{-4}$ to get $m^2$ (e.g., $15cm^2 = 0.0015m^2$).
- The Gauss vs. Tesla Trap: Older datasheets and some Asian surplus cores list $B_{max}$ in Gauss. 1 Tesla = 10,000 Gauss. If the core is rated for 12,000 Gauss, you must input $1.2$ into the formula, not $12000$.
- Peak vs. RMS Voltage: The formula outputs $E_{rms}$. If you are designing for a 170V peak DC bus (rectified 120V AC), do not plug 170 into $E_{rms}$. Plug in 120.
What a Realistic Answer Looks Like
If your calculator spits out 12 turns for a 120V primary, you made a math error. For standard 50/60Hz silicon steel laminations, realistic magnitudes are:
- $B_{max}$: 1.0 to 1.5 Tesla (1.2T is the standard safe design point for grain-oriented silicon steel to avoid saturation and excessive humming).
- $N$: Hundreds to thousands of turns for mains primaries. A typical 120V/60Hz primary on a small 50VA core requires roughly 400 to 600 turns.
- $A$: 5 to 30 $cm^2$ for benchtop power supplies (50VA to 300VA range).
Worked Examples with Strict Unit Tracking
Let's run two real-world scenarios. As emphasized in practical design guides like those on All About Circuits, tracking units through every step prevents catastrophic core saturation.
Problem 1: Calculating Primary Turns for a Custom Winding
Scenario: You are winding a primary coil for a 120V, 60Hz bench transformer. Your E-I lamination stack has a tongue width of 3.0 cm and a stack height of 5.0 cm. The core material is standard M6 silicon steel, rated for a safe $B_{max}$ of 1.2 Tesla. How many turns of magnet wire do you need?
Step 1: Identify and convert knowns.
- $E_{rms} = 120$ V
- $f = 60$ Hz
- $B_{max} = 1.2$ T
- $A_{raw} = 3.0 \text{ cm} \times 5.0 \text{ cm} = 15 \text{ cm}^2$
- $A_{SI} = 15 \times 10^{-4} \text{ m}^2 = 0.0015 \text{ m}^2$
Step 2: Apply the rearranged formula for N.
$$N = \frac{120}{4.44 \cdot 60 \cdot 1.2 \cdot 0.0015}$$
Step 3: Calculate the denominator.
$$4.44 \cdot 60 = 266.4$$
$$266.4 \cdot 1.2 = 319.68$$
$$319.68 \cdot 0.0015 = 0.47952$$
Step 4: Solve for N.
$$N = \frac{120}{0.47952} = 250.25 \text{ turns}$$
Result: Round up to 251 turns. (Always round up to ensure $B_{max}$ stays slightly below the saturation threshold).
Problem 2: Sizing a Core for a Given Secondary
Scenario: You need a 24V secondary winding for a 50Hz control circuit. You have a bobbin that physically limits you to exactly 150 turns of the heavy 18 AWG wire you need for the current load. Assuming a high-grade core with $B_{max} = 1.4$ T, what minimum core cross-sectional area do you need?
Step 1: Identify knowns.
- $E_{rms} = 24$ V
- $f = 50$ Hz
- $N = 150$ turns
- $B_{max} = 1.4$ T
Step 2: Apply the rearranged formula for A.
$$A = \frac{24}{4.44 \cdot 50 \cdot 150 \cdot 1.4}$$
Step 3: Calculate denominator.
$$4.44 \cdot 50 \cdot 150 \cdot 1.4 = 46,620$$
Step 4: Solve for A in $m^2$, then convert to $cm^2$.
$$A = \frac{24}{46620} = 0.0005148 \text{ m}^2$$
$$A_{cm^2} = 0.0005148 \times 10^4 = \mathbf{5.15 \text{ cm}^2}$$
Result: You need a core with a minimum tongue area of 5.15 $cm^2$ (e.g., a 2.2 cm x 2.4 cm tongue).
Decision Path: Sizing and Selecting Your Transformer
Calculating the math is only half the battle. The final step is deciding whether to wind it yourself, buy a standard off-the-shelf unit, or order a custom toroid. Use this decision tree to terminate your design process with a concrete action.
| Condition / Constraint | Required Action | Concrete Recommendation / Part |
|---|---|---|
| Power < 100VA, standard voltages (120V/240V to 12V/24V), 50/60Hz. | Do not wind your own. The labor and copper cost exceed commercial units. Buy an off-the-shelf PCB or chassis mount. | Default Pick: Hammond Manufacturing 165 Series (e.g., 165R12 for 120V to 12V, 36VA). High reliability, UL recognized. |
| Power 100VA - 500VA, standard voltages, but require low magnetic stray fields (e.g., audio amplifiers). | E-I laminations will hum and inject noise. Switch to a toroidal geometry. Calculate VA, buy pre-wound. | Default Pick: Triad Magnetics Toroidal series (e.g., VPT48-6250 for 300VA, 48V). Excellent regulation and low hum. |
| Non-standard voltage (e.g., 120V to 85V for vintage tube gear) OR Frequency < 40Hz (e.g., 400Hz aircraft gear adapted to 60Hz). | Off-the-shelf will not work or will saturate. You must calculate $N$ using the EMF formula and hand-wind the secondary on a salvaged or custom core. | Action: Buy a 1 kVA isolation transformer (like the Hammond 171C), strip the secondary, measure the core $A$, and wind new magnet wire using the $N$ formula above. |
By anchoring your design in the Universal EMF equation, tracking your SI units relentlessly, and matching the physical output to the right commercial form factor, you eliminate the guesswork from magnetic component selection. When in doubt for standard bench power under 100VA, skip the math and grab a Hammond 165 series—it is the undisputed workhorse of the prototyping bench.






