DevGizmo
Back to Blog
electronics·

Wye-Delta Transformation: When and Why to Use It

The Wye-Delta (Y-Δ) transformation converts between star and delta resistor network configurations. Learn the conversion formulas, when to apply them, and see worked examples for circuit simplification.

wye-deltastar-deltaresistor-networkscircuit-analysiselectronics

What Are Wye and Delta Configurations?

When three resistors are connected at three nodes, they can be arranged in one of two topologies:

Wye (Y) / Star configuration: Each resistor connects from a central node to one of the three terminals. It looks like a Y or a star.

    T1
     |
    Ra
     |
     ●─── Rb ─── T2
     |
    Rc
     |
    T3

Delta (Δ) / Pi configuration: Each resistor connects directly between two terminals, forming a triangle. No central node exists.

T1 ─── R12 ─── T2
 \              /
  R31         R23
   \          /
     ── T3 ──

Both topologies have exactly three terminals (T1, T2, T3), but the internal structure is different. Crucially, for any given Wye network, there exists an electrically equivalent Delta network that presents identical resistance between every pair of terminals — and vice versa.

Why Do We Need the Transformation?

Some circuits cannot be simplified by simple series/parallel combinations alone. When resistors are arranged in a bridge or ladder configuration with Wye or Delta sections, direct analysis is impossible without the transformation.

The classic example is the Wheatstone bridge:

      T1
     /  \
   R1    R2
   |      |
   R3    R4
     \  /
      T2
      |
     R5 (galvanometer/bridge)

To find the equivalent resistance seen by the source, you convert the top Wye (R1, R2, and the top node) or bottom Delta into its equivalent and then reduce to a simple series-parallel circuit.

Other uses:

  • Three-phase power systems — motors and transformers are wound in either Wye or Delta; power engineers use this transformation constantly
  • Ladder networks in filter design
  • SPICE simulation verification — simplifying a model to validate hand calculations

Wye to Delta Conversion

Given Wye resistors Ra, Rb, Rc (connected to terminals T1, T2, T3 respectively), the equivalent Delta resistors are:

R12 = (Ra×Rb + Rb×Rc + Rc×Ra) / Rc
R23 = (Ra×Rb + Rb×Rc + Rc×Ra) / Ra
R31 = (Ra×Rb + Rb×Rc + Rc×Ra) / Rb

A useful shorthand: the numerator is the sum of all products of pairs of Wye resistors. Each Delta resistor is that sum divided by the Wye resistor opposite to it.

Worked Example: Y → Δ

Ra = 10Ω (at T1), Rb = 20Ω (at T2), Rc = 30Ω (at T3)

Sum of pairs = (10×20) + (20×30) + (30×10) = 200 + 600 + 300 = 1100 Ω²

R12 = 1100 / 30 = 36.67 Ω
R23 = 1100 / 10 = 110 Ω
R31 = 1100 / 20 = 55 Ω

Delta to Wye Conversion

Given Delta resistors R12, R23, R31, the equivalent Wye resistors are:

Ra = (R12 × R31) / (R12 + R23 + R31)   ← at T1
Rb = (R12 × R23) / (R12 + R23 + R31)   ← at T2
Rc = (R23 × R31) / (R12 + R23 + R31)   ← at T3

The pattern: each Wye resistor equals the product of the two Delta resistors touching its terminal, divided by the sum of all three Delta resistors.

Worked Example: Δ → Y

R12 = 60Ω, R23 = 30Ω, R31 = 20Ω

Sum = 60 + 30 + 20 = 110 Ω

Ra = (60 × 20) / 110 = 1200 / 110 ≈ 10.91 Ω
Rb = (60 × 30) / 110 = 1800 / 110 ≈ 16.36 Ω
Rc = (30 × 20) / 110 = 600 / 110 ≈ 5.45 Ω

Balanced Networks: The Special Case

When all three resistors in a Wye are equal (Ra = Rb = Rc = R_Y), all three Delta resistors are equal too, and the relationship simplifies to:

R_Δ = 3 × R_Y       (Y → Δ)
R_Y = R_Δ / 3       (Δ → Y)

This simplified form is especially useful in three-phase power analysis where balanced loads are common.

Three-Phase Power Systems

In AC power engineering, Wye and Delta refer to how the three windings of a transformer or motor are connected:

  • Wye (Star): one end of each winding connects to a common neutral point. Allows both line voltage and phase voltage to be accessed. Used where a neutral is needed (e.g., residential 3-phase supply in the UK and Europe).
  • Delta: windings form a closed loop with no neutral. Higher circulating current but no neutral required. Used in industrial motor windings.

Transformers are rated as, for example, Δ/Y (delta primary, wye secondary) — the transformation formula tells engineers the equivalent circuit for fault analysis.

Verification: Checking Terminal Resistance

After performing a conversion, verify by checking the resistance between each pair of terminals:

Wye — resistance between T1 and T2 (T3 open):

R_T1-T2 = Ra + Rb

Delta — resistance between T1 and T2 (T3 open):

R_T1-T2 = R12 in parallel with (R23 + R31)
        = R12 × (R23 + R31) / (R12 + R23 + R31)

If the conversion is correct, both expressions yield the same value.

Use the Wye-Delta Calculator

The Wye-Delta Calculator on DevGizmo handles both conversion directions. Enter your three resistor values, select the conversion direction, and get the equivalent network instantly — including a step-by-step breakdown of the calculation.

Try it yourself

Put these concepts into practice with the free online tool on DevGizmo.