A transformer is a static electromagnetic device that transfers electrical energy between two or more circuits through electromagnetic induction, changing AC voltage and current levels while conserving overall power. It does not generate power; it merely acts as an electromagnetic lever, stepping voltage up or down while inversely scaling the current. If you push 120V AC into the primary coil of a 10:1 step-down transformer, you get 12V AC out of the secondary, but the secondary can theoretically deliver ten times the current. What a transformer fundamentally changes in a real circuit is the impedance matching and voltage potential, allowing high-power transmission over long distances at high voltage/low current, and safe utilization at low voltage/high current.
The Core Mechanism: Faraday’s Law in Action
At the heart of transformer physics is Faraday’s Law of Induction, which states that a changing magnetic field within a closed loop of wire induces an electromotive force (EMF) across it. A basic transformer consists of two coils of wire—the primary and the secondary—wrapped around a shared magnetic core, typically made of laminated silicon steel for 50/60Hz mains frequencies or ferrite for high-frequency switch-mode applications.
When alternating current flows through the primary winding, it generates a continuously expanding and collapsing magnetic flux in the core. This changing flux cuts through the secondary winding, inducing an AC voltage. The ratio of the induced voltage depends entirely on the ratio of the number of turns of wire in each coil.
The Math: Turns Ratio and Power Conservation
The governing equation for an ideal transformer links the primary voltage ($V_p$), secondary voltage ($V_s$), primary turns ($N_p$), secondary turns ($N_s$), and their respective currents ($I_p$, $I_s$):
$V_p / V_s = N_p / N_s = I_s / I_p$
Let’s run a worked numeric example to size a control transformer for an industrial HVAC contactor. We have a 240V AC mains supply and need 24V AC on the secondary to pull in a heavy-duty contactor coil.
- Primary Voltage ($V_p$): 240V AC
- Secondary Voltage ($V_s$): 24V AC
- Turns Ratio ($N_p:N_s$): 240 / 24 = 10:1
The contactor coil requires 1.5 Amps to pull in (inrush current). The secondary VA requirement is $24V \times 1.5A = 36 VA$. Assuming an ideal transformer (ignoring the typical 2-5% core and copper losses), the primary current draw is calculated by dividing the VA by the primary voltage:
$I_p = 36 VA / 240V = 0.15A$
Where You Meet This in Practice
You interact with transformer physics constantly, whether on the jobsite or at the workbench:
- Mains Distribution: The cylindrical "pole pigs" outside your home are massive step-down transformers converting 7.2kV from the utility lines down to the 240/120V split-phase power entering your main service panel.
- Bench Power Supplies: Traditional linear power supplies use heavy 60Hz iron-core transformers to step down mains voltage before rectifying it to DC. Modern switch-mode supplies (SMPS) use tiny ferrite-core transformers operating at 100kHz+, which is why your laptop charger is so light.
- Audio Isolation: 1:1 audio transformers are used in studio environments to pass audio signals while physically breaking the electrical connection, eliminating 60Hz ground loop hum.
- Current Monitoring: Current transformers (CTs), like the popular SCT-013 split-core sensors used in Arduino energy monitors, step down high AC currents to measurable milliamp-level signals without interrupting the circuit.
Bench Scenario: Sizing a Step-Down Transformer for a DIY CNC Router
Theory is clean, but real-world magnetics have internal impedance. Here is a scenario that highlights where textbook physics meets bench reality.
The Setup
We are building a CNC router control cabinet. We need 24V AC for the stepper motor drivers' AC inputs and 120V AC for the spindle VFD (Variable Frequency Drive) control circuit, all fed from a single 240V AC mains drop. We select a 150VA multi-tap control transformer (e.g., Hammond 185F150).
The Numbers
The VFD control logic draws 0.5A at 120V (60VA). The stepper drives draw a combined continuous 3A at 24V (72VA). Total continuous load is 132VA. Since the transformer is rated for 150VA continuous, the math says we have 18VA of headroom. We wire the 240V primary, tap the 120V and 24V secondaries, and power up.
The Outcome
The VFD boots perfectly, and the stepper motors hold their static position. However, when the CNC software commands a rapid traverse move, the system crashes. The microcontrollers on the stepper driver boards brownout and reset.
What Went Wrong
When the steppers attempt the rapid move, the dynamic inrush current spikes to 8A on the 24V secondary. Real transformers have internal winding resistance and leakage inductance, which manifest as impedance. Under this heavy transient load, the voltage sags from 24V down to 16V due to the transformer's internal voltage drop (regulation), causing the logic boards to starve and reset.
The Fix: Transformers must be sized for inrush VA and impedance voltage drop, not just continuous thermal VA. We swapped the 150VA transformer for a 300VA unit (Hammond 185M300). The larger core and thicker windings lowered the internal impedance, keeping the 24V rail above 21V during peak dynamic loads. According to US Department of Energy guidelines on transformer efficiency and sizing, oversizing for transient loads is a standard requirement to prevent excessive regulation drop.
Common Confusions: Transformers vs. Power Supplies and Autotransformers
People frequently confuse standard isolation transformers with other voltage-altering devices. Knowing the difference is critical for electrical safety.
Transformer vs. Switch-Mode Power Supply (SMPS)
A transformer only changes AC to AC. It does not rectify voltage to DC. An SMPS (like a phone charger or a Mean Well LED driver) contains a high-frequency transformer internally, but it also includes bridge rectifiers, MOSFETs, PWM controllers, and output capacitors to deliver regulated DC. If you need DC, you need a power supply, not just a transformer.
Isolation Transformer vs. Autotransformer (Variac)
A standard transformer provides galvanic isolation; the primary and secondary windings are physically separate, linked only by magnetism. An autotransformer, like a bench Variac, uses a single continuous winding with a sliding tap. It can step voltage up or down efficiently, but it offers zero shock isolation. The output is directly referenced to the input. If you plug an autotransformer into a hot mains outlet, touching the "stepped down" 12V output terminal can still be lethal because it shares a common path with the 120V hot line.
FAQ: Quick Answers to Transformer Physics Questions
Q: Can a transformer work on DC?
A: No. Faraday’s law requires a changing magnetic field to induce a voltage. DC creates a static magnetic field. If you apply DC to a primary winding, you will get zero secondary voltage, and the primary will act as a dead short across your power supply, rapidly overheating and burning out the wire.
Q: Why do large transformers hum?
A: The hum is caused by magnetostriction. The alternating magnetic field causes the silicon steel laminations in the core to physically expand and contract microscopically. This happens twice per AC cycle, resulting in a 120Hz acoustic vibration in North America (60Hz mains x 2).
Q: What is transformer "regulation"?
A: Regulation is the percentage drop in secondary voltage from a no-load state to a full-load state. A transformer rated for 24V at full load might actually output 27V or 28V when no load is connected if it has a 15% regulation spec. Always measure open-circuit voltage with your multimeter before connecting sensitive electronics.
Q: How do I test a transformer with a multimeter?
A: Set your multimeter to continuity/resistance mode. You should read a low resistance (a few ohms to a few hundred ohms) across the primary pins, and a similarly low resistance across the secondary pins. Crucially, you must read infinite resistance (OL) between the primary and secondary pins, and between all pins and the core/chassis. Any continuity between primary and secondary means the transformer has shorted internally and is dangerous to use.






