Technical Article

Delta/Wye Transforms: Behind the Scenes

July 06, 2015 by William Bahn

Delta/wye transforms allow us to replace part of a circuit with a different circuit that, while equivalent in behavior, can make circuit analysis much simpler. Here we learn where these transforms come from.

Delta/wye transforms allow us to replace part of a circuit with a different circuit that, while equivalent in behavior, can make circuit analysis much simpler. Here we learn where these transforms come from.

Recommended Level

Beginner

Motivation

When we started learning electronics, resistors were either in series or they were in parallel and we learned how to replace such combinations with their equivalent resistances, often with the aim of reducing the entire network to a single equivalent resistance as seen by the power supply. After that came circuits (Figure 1) that contained resistors that were in neither series nor parallel but that could still be reduced by carefully identifying and reducing portions of the circuit in the right order. Notice that $$R_1$$ is neither in parallel nor in series with either $$R_2$$ or $$R_3$$, but by combining $$R_2$$ in series with $$R_4$$ and combining $$R_3$$ in series with $$R_5$$, we can then combine these two equivalent resistances in parallel and, finally, combine this in series with $$R_1$$ to get the total resistance seen by the supply which, using Ohm's Law, will yield the total supply current.

Delta-to-Wye

Figure 1

But now we come to circuits (Figure 2) where there aren't any pairs of resistors that are in series or in parallel -- we seem to be at an impass. One route to analyze the circuit is to fall back on Kirchhoff's Voltage Law (KCL) and Kirchhoff's Current Law (KCL) to develop a set of simultaneous algebraic equations that we can solve for the voltages and currents. While this approach will always work (for this and most kinds of circuits), it can be quite cumbersome. We might accept this as merely the cost of being able to analyze these more complex circuits, but sometimes we can avoid paying this bill by modifying, or "transforming," portions of the circuit to turn it into something that we can reduce using just the series/parallel combining rules.

Delta-to-Wye

Figure 2

For simplicity, we are only going to consider DC circuits with resistors, but the principles apply to any linear system, AC or DC. Also, to keep the discussion focused, we will only find the total current supplied by the voltage source, meaning that we are looking to reduce the entire resistor network into a single equivalent resistance.

Let's look at these two circuits a bit closer in Figure 3. We see that the only difference between them is what is inside the dashed circles. In each case the circuit in the circle has three terminals that cross the circle to interact with the rest of the circuit. In the left circuit (Figure 3(a)) the resistors are connected to the terminals in a "delta" configuration (named after the capital Greek Δ) while the resistors in the right circuit (Figure 3(b)) are connected in a "wye" configuration (named after the English letter 'Y', albeit it upside down in this circuit).

 

Delta-to-Wye

Figure 3

Now imagine putting the resistors inside the dashed circle in the left circuit into a black box, removing that box from the circuit, and replacing it with a different black box that makes the circuit behave exactly the same. Next, imagine that when you open the new box it contains three resistors arranged like those in in the right circuit. Whoever came up with the second black box very carefully chose resistor values such that the two boxes were indistinguishable to the rest of the circuit and that's the point: we know how to analyze the right circuit and we now know that when we do, the results apply to the left circuit because they are equivalent. This is the motivation behind being able to perform "delta-to-wye" and "wye-to-delta" transforms.

The Key Relationship

To determine the equations that link the resistors in the delta-connected circuit to those in the wye-connected circuit, we don't need anything beyond our trusty series/parallel forumulas (and a bit of algebra). The key is to equate the equivalent resistances between corresponding pairs of terminals while keeping the remaining terminal disconnected (Figure 4).

 

Delta-to-Wye

Figure 4

Doing this for the equivalent resistance seen between terminals B-C yields

$$ R_B + R_C = \frac{R_{BC} \left( R_{AB} + R_{AC} \right) }{R_{AB} + R_{BC} + R_{AC}} $$

If we repeat this process looking at the each of the other two terminal pairs in turn, we would obtain two more similar equations, but any one of them gives us the information we need (provided we recognize the symmetry involved).
 

Special Case: Balanced Circuits

If the resistances in each arm of a delta- or wye-connected circuit are equal, the circuit is said to be "balanced". This means that

$$ R_∆ = R_{AB} = R_{BC} = R_{AC} $$

$$ R_Y = R_A = R_B = R_C $$

Combining this with the relationship from the previous section immediately yields the transform equation for the balanced case.

$$ 2R_Y = \frac{R_∆(2R_∆)}{3R_∆} $$

$$ R_Y = \frac{R_∆}{3} $$

$$ R_∆ = 3R_Y $$

This is a much more powerful result than it might seem at first and the reason is quite simple -- when engineers design delta- or wye-connected circuits they often go to some length to make those circuits balanced. Though, of course, this is not always possible and so we need to be able to deal with the general case in which they are unbalanced.

The General Delta-to-Wye Transform

In the delta-to-wye transform we are given a known delta-connected circuit and wish to find the values for the equivalent wye-connected circuit -- hence we are trying to solve for {$$R_A$$,$$R_B$$,$$R_C$$} in terms of {$$R_{AB}$$,$$R_{BC}$$,$$R_{AC}$$}.

We begin by writing our key relationship from ealier in a slighlty more compact form by defining a new quantity, $$R_{∆S}$$, to be the sum of all of the resistors in the delta-connected circuit.

$$ R_{∆S} = R_{AB} + R_{BC} + R_{AC} $$

Next we rearrange our relation in the form of a linear algebraic equation in the unknowns {$$R_A$$,$$R_B$$,$$R_C$$}.

$$(0)R_A + (R_{∆S}) R_B + (R_{∆S})R_C = R_{AB} R_{BC} + R_{BC} R_{AC} $$

Since we have three unknowns we need two more equations. These come from equating the equivalent resistances seen looking into the other two pairs of terminals. Doing so (or exploiting symmetry) we get

$$ (R_{∆S})R_A + (0)R_B + (R_{∆S})R_C = R_{AB} R_{AC} + R_{BC}R_{AC} $$

$$ (R_{∆S}) R_A + (R_{∆S})R_B + (0)R_C = R_{AB}R_{AC} + R_{AB}R_{BC} $$

By adding these two equations together and subtracting our first one, we get

$$ 2(R_{∆S}) R_A = 2R_{AB}R_{AC} $$

$$ R_A = \frac{R_{AB}R_{AC}}{R_{∆S}} $$

We can solve for the other two unknown resistances (or exploit symmetry) to get

$$ R_B = \frac{R_{AB}R_{BC}}{R_{∆S}} $$

$$ R_C = \frac{{R_{AC}R_{BC}}}{R_{∆S}} $$

These relationships can be summarized very compactly: The resistance connected to each node in the equivalent wye-connected circuit is equal to the product of the resistances connected to the corresponding node in the delta-connected circuit divided by the sum of all the resistors in the delta-connected circuit. This is commonly expressed in a formula such as

$$ R_N = \frac{R_{N1} R_{N2}}{R_{∆S}} $$

where $$R_N$$ is the Y-connected resistor attached to terminal N while $$R_{N1}$$ and $$R_{N2}$$ are the two $$\Delta$$-connected resistors attached to terminal N.

The General Wye-to-Delta Transform

In the wye-to-delta transform we are given a known wye-connected circuit and wish to find the values for the equivalent delta-connected circuit; hence, we are trying to solve for {$$R_{AB}$$,$$R_{BC}$$,$$R_{AC}$$} in terms of {$$R_A$$,$$R_B$$,$$R_C$$}.

This is not as straightforward as the delta-to-wye case because the unknown resistances are multiplied together, making the resulting simultaneous equations nonlinear. Fortunately, we can sidestep this inconvenience by considering the ratio of the resistors in each circuit. For instance, taking the ratio of $$R_A$$ to $$R_B$$ yields

$$ \frac{R_A}{R_B} = \frac{R_{AB}R_{AC}}{R_{AB}R_{BC}} = \frac{R_{AC}}{R_{BC}} $$

In words, the ratio of the resistors connected to any two terminals in the wye-configuration is equal to the ratio of the resistors connecting those same two terminals to the third terminal in the delta-configuration. Hence the other two ratios are

$$ \frac{R_B}{R_C} = \frac{R_{AB}}{R_{AC}} $$

$$ \frac{R_A}{R_C }= \frac{R_{AB}}{R_{BC}} $$


Armed with this, we could go back to our key relationship and work forward, but it is simpler to use one of the relationships in the general delta-to-wye transform as our starting point.

$$ R_A=\frac{R_{AB}R_{AC}}{R_{AB}+R_{BC}+R_{AC}} $$

$$ R_{AB}R_{AC} = R_A(R_{AB}+R_{BC}+R_{AC}) $$

$$ R_{AB} = R_A \left( \frac{R_{AB}+R_{BC}+R_{AC}}{R_{AC}} \right) $$

$$ R_{AB} = R_A \left( \frac{R_{AB}}{R_{AC}}+\frac{R_{BC}}{R_{AC}}+1 \right) $$

$$ R_{AB} = R_A \left( \frac{R_{B}}{R_{C}}+\frac{R_{B}}{R_{A}}+1 \right) $$

$$ R_{AB} = R_A+R_B+\frac{R_AR_B}{R_C} $$

The other two expressions obtained similarly (or, by symmetry) are

$$ R_{BC}=R_B+R_C+\frac{R_BR_C}{R_A} $$

$$ R_{AC}=R_A+R_C+\frac{R_AR_C}{R_B} $$

These relationships can be summarized very compactly: The resistance connected between each pair of nodes in the equivalent delta-connected circuit is equal to the sum of the two resistors connected to the corresponding nodes in the delta-connected circuit plus the product of these two resistors divided by the third.

A common way of expressing this is to put the right-hand side over a common denominator and then note that the numerator in each relation is the sum of the products of each pair of resistances in the wye-connected circuit and the denominator is the resistor connected to the third terminal.

$$ R_{AB} = \frac{R_P}{R_C}$$; $$R_P=R_AR_B+R_BR_C+R_AR_C $$

Example

Delta-o-Wye

Figure 5

Let's work the problem shown in Figure 5. Before we begin, let's bound the expected answer so that we will have a good check on whether our final answer is likely correct. To do this, let's consider the role of the 150 Ω bridge resistor. The resistor serves to reduce the overall resistance by providing a path between the left side and right side of the circuit. Therefore, the highest effective resistance would occur if this resistor were removed entirely, in which case the total resistance would be the parallel combination of the left leg and the right leg, yielding

$$R_{eqmax} = (\,100\,Ω + 220\,Ω\,)\,||\,(\,470\,Ω + 330\,Ω\,) = 228.6\,Ω$$

On the other hand, the lowest overall resistance would be obtained by reducing the bridge resistor to a direct short, in which case the total resistance would be the parallel combination of the upper two resistors in series with the parallel combination of the lower two resistors, yielding

$$R_{eqmin} = (\,100\,Ω\,||\,470\,Ω\,) + (\,220\,Ω\,||\,330\,Ω\,) = 214.5\,Ω$$

We therefore KNOW that our answer MUST be between these two limits. In many cases, a simple bounding analysis such as this results in an answer that is "good enough" for the purpose at hand, but let's assume that that's not the case here. Using the delta-to-wye transform equations above, we first determine the sum of the delta resistors.

$$ R_{∆S} = 100\,Ω + 150\,Ω + 470\,Ω = 720\,Ω $$

And then find the value of $$R_1$$ by multiplying the two resistors that branch out from the top terminal and dividing that by the sum of all three.

$$ R_1 = \frac{100 Ω \cdot 470\,Ω}{720\,Ω} = 65.28\,Ω $$

We next repeat this for $$R_2$$.

$$ R_2 = \frac{100\,Ω \cdot 150\,Ω}{720\,Ω} = 20.83\,Ω $$

We could repeat this yet again for $$R_3$$, but let's instead use the ratiometric properties to find it.

$$ \frac{R_3}{R_1} = \frac{150\,Ω}{100\,Ω} \Rightarrow R_3 = 1.5R_1 = 97.92\,Ω$$

Now that we have all of the resistance for the equivalent wye circuit, we can determine the overall resistance very handily.

$$ R_{eq} = R_1 + [\,(\,R_2 + 220\,Ω)\,||\,(\,R_3 + 330\,Ω\,)\,] = 219.4\,Ω$$

 

Since this is comfortably between our min and max bounds, we have high confidence that this is the correct answer or, even if we made a mistake, that our answer is quite close. The resulting total current is therefore

$$ I = \frac{12\,V}{219.4\,Ω} = 54.7\,mA$$

Conclusion

We have now seen that Delta/Wye transforms are useful and, more importantly, seen how they can be readily derived using nothing more than the concept of equivalent resistances using series/parallel combinations of resistors. This could serve you well since it gives you the ability to derive these relationships on the fly should the occasion ever arise and you do not have a suitable reference handy. But more importantly, this should serve to cement these fundamental concepts more firmly in the toolbox that is your mind, enabling you to wield ever more effective circuit analysis skills in your work.

Before closing we should take note of a common misconception, which is that delta-wye transforms are the ONLY way to analyze circuits that cannot be reduced otherwise. In actuality, while these transforms can make our lives easier, they are not required since ANY circuit that can be analyzed with their aid can also be analyzed through the application of KVL and KCL, either directly or via one of the more formalized techniques for their application including mesh current analysis or node voltage analysis, as well as with techinues such as Thevenin equivalent circuits.