The Wye-Delta (Star-Delta) Resistor Transformation, Explained
How the wye-delta (Y-Δ, star-delta) resistor transformation cracks bridge networks that have no series-parallel reduction, with both conversion formulas and a worked example.
The Wye-Delta (Star-Delta) Resistor Transformation, Explained
Most resistor networks fall apart the moment you start combining series and parallel groups. Two resistors end to end add up. Two across the same pair of nodes combine by the reciprocal rule. Repeat until one number is left. That recipe carries you through the vast majority of textbook circuits — until you hit the one network where it simply stops working.
The classic offender is the Wheatstone bridge: four resistors in a diamond with a fifth resistor (or a galvanometer) bridging the middle. Stare at it as long as you like; no two resistors share exactly one or exactly two nodes in the clean way series and parallel rules demand. That middle resistor touches one node shared with four others, and both rules quit. This is exactly the situation the wye-delta transformation was built for.
Wye and delta: two shapes, one terminal set
The transform deals with three resistors connected at three terminals — call them A, B, C. There are only two ways to wire three resistors across three terminals.
A delta (Δ, also drawn as a π) is a triangle: one resistor on each edge, A–B, B–C, C–A. Nothing in the middle.
A wye (Y, also called a star, a tee, or a T) puts the three resistors as spokes meeting at a hidden central node, with the free ends going out to A, B, and C.
The whole trick rests on one fact: for any delta of three resistors, there exists a wye that is electrically indistinguishable from the outside. Measure the resistance between any pair of terminals, drive any current into any terminal — the two shapes respond identically. The internal star node is invisible to the rest of the circuit. That is what lets you swap one for the other without disturbing anything else attached to A, B, or C.
When you actually need it
You reach for the transform when a network has no series-parallel reduction left and you can spot a delta or a wye embedded in it. Bridges are the headline case, but the same shape hides in resistive ladders, three-phase motor windings (star versus delta connections), and signal pads, where tee and pi attenuators are wye and delta under different names.
The strategy is always the same. Find a stubborn delta, convert it to a wye (or vice versa), and watch the conversion dissolve the blockage. A delta in a bridge converts to a wye whose center point absorbs the bridging resistor; what remains is two ordinary series-parallel branches you can crunch the rest of the way. Once the network is back to plain combinations, a quick pass through a parallel resistor calculator finishes the reduction.
The delta-to-wye formula (Δ→Y)
Going from a triangle to a star, each wye arm is the product of the two delta edges that touch its node, divided by the sum of all three edges. With delta edges named Rab, Rbc, and Rca:
Ra = (Rab · Rca) / (Rab + Rbc + Rca)
Rb = (Rab · Rbc) / (Rab + Rbc + Rca)
Rc = (Rbc · Rca) / (Rab + Rbc + Rca)
The denominator is the same for all three arms — the total of the triangle. The numerator changes: each arm picks up the two edges adjacent to its own terminal. Arm Ra sits at node A, and the two edges touching A are Rab and Rca, so those two multiply on top.
A fast numeric check: feed in (10, 20, 30). The sum is 60. Then Ra = 10·30/60 = 5 Ω, Rb = 10·20/60 = 3.33 Ω, Rc = 20·30/60 = 10 Ω.
The wye-to-delta formula (Y→Δ)
Going the other way, from star to triangle, each delta edge is the sum of the three pairwise products of the wye arms, divided by the arm opposite that edge. Let P be that sum of pairwise products:
P = Ra·Rb + Rb·Rc + Rc·Ra
Rab = P / Rc
Rbc = P / Ra
Rca = P / Rb
The numerator P is shared across all three edges. The divisor is the arm sitting opposite the edge you are computing — edge Rab connects A and B, so the opposite arm is Rc, the spoke going to C. Getting that pairing right is the part people fumble, so label the nodes before you start and the matchup stops being guesswork.
A worked example: the symmetric case
Take three equal resistors. Symmetric networks are where the formulas turn almost trivial, and they double as the fastest sanity check on any result.
Start with a balanced delta of 9 Ω on every edge. Apply Δ→Y. The denominator is 9 + 9 + 9 = 27. Each numerator is 9·9 = 81. So every arm comes out to 81/27 = 3 Ω. A symmetric 9 Ω triangle becomes a symmetric 3 Ω star — each resistor divided by three.
Run it back the other way to confirm. Balanced wye of 3 Ω: P = 3·3 + 3·3 + 3·3 = 27, and each edge is 27 ÷ 3 (the opposite arm) = 9 Ω. Right back where we started. That round-trip — Δ→Y→Δ returning the original values — is a reliable way to catch a direction mistake.
The general rule for balanced networks is RΔ = 3 · RY. The delta version is always three times the wye version. Going Y→Δ the resistance climbs; going Δ→Y it drops. If you ever convert a 3 Ω star and get a 1 Ω triangle, you ran the formula upside down: the answer is 9.
Where I keep getting tripped up
I have done this transform enough times to know my own failure mode, and it is never the arithmetic. It is the direction and the pairing. The first time I solved an unbalanced bridge for real, I converted the top delta to a wye, got a clean answer, then second-guessed myself and "checked" it by dividing instead of multiplying the balanced factor — and convinced myself the textbook was wrong. It was not. What fixed it permanently was a discipline I now never skip: write A, B, C on the actual nodes on paper before touching a single number. Once the labels are physical, "the edge opposite arm Rc" stops being abstract and the pairing falls out on its own. I still run a balanced-case mental check on every result, because the factor of three is impossible to fake.
Try it yourself
Both directions, the validity checks (it rejects zero and negative resistances rather than printing infinity), and a shareable link that reopens the exact transform are in the wye-delta resistor calculator. Type three resistances, pick Δ→Y or Y→Δ, and read the converted set. It is the quickest way to confirm a hand-worked bridge reduction before you carry the equivalent resistance forward.
The transform is not something you need every day. But the day a bridge or a mesh refuses every series-parallel move you throw at it, it is the one tool that turns an impossible network into an ordinary one.
Made by Toolora · Updated 2026-06-13