Skip to main content

Transformers

Geoffrey Hunter
mbedded.ninja Author

Transformation Ratio

For an ideal transformer, the voltage of the output (secondary) compared to the input (primary) is directly related to the ratio between the number of turns on the output compared to the input.

VPNP=VSNS\frac{V_P}{N_P} = \frac{V_S}{N_S}

Power Equivalence

Remember, energy cannot be created nor destroyed. Therefore, for an ideal transformer, with no losses, the output (secondary) power PSP_S must be equal to the input (primary) power PPP_P.

PP=PSP_P = P_S

VPIP=VSISV_P \cdot I_P = V_S \cdot I_S

Substituting in the transformation ratio above gives:

IPNP=ISNSI_P \cdot N_P = I_S \cdot N_S

Mutual Inductance

In general, the number of mutual inductances that a transformer with N windings has is:

N(N1)2\frac{N \cdot (N-1)}{2}

Notice that the number of mutual inductances grows with N2N^2.

Coupling Coefficient

The coupling coefficient is usually denoted K. It is used extensively in SPICE simulations (see Linear Technology: Using Transformers in LTspice/SwitcherCAD III by Mike Engelhardt). The leakage inductance can be calculated from the coupling coefficient using the following formula:

Lleakage=Lwind(1K2)L_{leakage} = L_{wind} \cdot (1 - K^2)

Non-Ideal Transformer Losses

There are three main types of losses that occur in a non-ideal (real-world) transformer. These are resistive losses, hysteresis losses, and eddy current losses.

In large power transformers, with the appropriate design to reduce the non-ideal losses mentioned below, the efficiency of the transformer can be up around 98%, closely approximating an ideal transformer.

Resistive Losses

These losses occur due to the windings of the transformer having a non-zero resistance. The power lost by resistive losses is:

P=I2RP = I^2 \cdot R

for both the primary and secondary. For this reason they are also called I2RI^2 R losses.

Hysteresis Losses

Remember that transformers work with an AC voltage/current. The tiny magnetic domains in the core material are reversed each cycle. This causes losses in the core of the transformer.

The hysteresis loss can be seen on the BH (flux-density vs. field strength) curve.

Graph explaining the hysteresis losses in a transformer. Image from http://ecetutorials.com/.

Eddy Current Losses

Because the core is conductive, it too gets an EMF generated in it, just like the secondary. This causes a current to flow in the core, which is dissipated as heat energy due to the resistance of the core material. To reduce eddy currents, most transformers use a core built up from many laminated sheets of metal, sandwiched between insulating layers.

Flyback Transformers

Flyback transformers are transformers used in the construction of a boost converter. They are also known as switching transformers or SMPS transformers. Because of the way they operate, current does not flow in the primary and secondary windings at the same time. For this reason, it is conceptually appropriate to consider a flyback transfer as two parallel inductors, rather than a true transformer.

Schematic of a boost converter using a flyback transformer. Image from https://www.coilcraft.com/edu/flyback_transformer.cfm.

Examples of flyback transformers can be found on DigiKey under their Transformers->Switching Converter, SMPS Transformers section.