Star Delta Conversion Calculator
Convert between star (Y) and delta (triangle) resistor configurations. Enter values for instant results with step-by-step formulas.
Formula
Delta to Star: R1 = (Rab x Rca) / (Rab + Rbc + Rca) | Star to Delta: Rab = (R1R2 + R2R3 + R1R3) / R3
For delta-to-star conversion, each star resistor equals the product of its two adjacent delta resistors divided by the sum of all delta resistors. For star-to-delta, each delta resistor equals the sum of all pairwise products of star resistors divided by the opposite star resistor.
Worked Examples
Example 1: Delta to Star Conversion
Problem: Convert a delta network with Rab = 30 ohms, Rbc = 60 ohms, and Rca = 90 ohms to an equivalent star network.
Solution: Sum of delta resistors = 30 + 60 + 90 = 180 ohms\nR1 = (Rab x Rca) / sum = (30 x 90) / 180 = 2700 / 180 = 15 ohms\nR2 = (Rab x Rbc) / sum = (30 x 60) / 180 = 1800 / 180 = 10 ohms\nR3 = (Rbc x Rca) / sum = (60 x 90) / 180 = 5400 / 180 = 30 ohms\nVerification: R1 + R2 = 25, Rab || (Rbc+Rca) = 30 || 150 = 25 (matches)
Result: Star equivalent: R1 = 15 ohms, R2 = 10 ohms, R3 = 30 ohms
Example 2: Balanced Star to Delta Conversion
Problem: A balanced star network has R1 = R2 = R3 = 10 ohms. Convert to the equivalent delta network.
Solution: Sum of products = R1R2 + R2R3 + R1R3 = 100 + 100 + 100 = 300\nRab = 300 / R3 = 300 / 10 = 30 ohms\nRbc = 300 / R1 = 300 / 10 = 30 ohms\nRca = 300 / R2 = 300 / 10 = 30 ohms\nBalanced rule: Rdelta = 3 x Rstar = 3 x 10 = 30 ohms (confirmed)
Result: Delta equivalent: Rab = Rbc = Rca = 30 ohms (balanced, 3x star value)
Frequently Asked Questions
What is a star-delta (Y-delta) conversion and when is it used?
A star-delta conversion, also known as Y-delta or wye-delta transformation, is a mathematical technique for converting between two equivalent three-terminal resistor networks. The star (Y) configuration has three resistors meeting at a central node, while the delta (triangle) configuration has three resistors forming a closed loop. This transformation is essential when analyzing complex circuits that cannot be simplified using series and parallel combinations alone. It is widely used in circuit analysis, power systems, and three-phase electrical systems. The conversion preserves the equivalent resistance between any two terminals of the network.
What are the formulas for star to delta conversion?
To convert from star (Y) to delta, each delta resistor is calculated as the sum of all pairwise products of star resistors divided by the opposite star resistor. Specifically, Rab = (R1R2 + R2R3 + R1R3) / R3, Rbc = (R1R2 + R2R3 + R1R3) / R1, and Rca = (R1R2 + R2R3 + R1R3) / R2. The numerator is always the same: the sum of all three pairwise products. Each delta resistor is always larger than the largest of its two adjacent star resistors. For a balanced star where all three resistors equal R, each delta resistor equals 3R. These formulas are the mathematical inverse of the delta-to-star formulas.
What is a balanced versus unbalanced star-delta network?
A balanced network has all three resistors equal in value. In a balanced delta, all three resistors are the same value Rd, and in a balanced star, all three resistors are the same value Rs, where Rs = Rd/3 and Rd = 3Rs. Balanced networks are common in three-phase power systems where the loads on each phase are designed to be identical. An unbalanced network has at least one resistor different from the others. Unbalanced networks are more complex to analyze because you cannot use the simplified balanced formulas. Real-world systems often have some degree of imbalance due to manufacturing tolerances and unequal loading.
How does star-delta conversion apply to three-phase power systems?
In three-phase power systems, loads and generators can be connected in either star (Y) or delta configurations, and converting between them is a routine engineering calculation. Star-connected loads have a neutral point where all three phases meet, allowing both line-to-neutral and line-to-line voltages. Delta-connected loads have no neutral point but draw less current per phase for the same power. Star-delta motor starters use this conversion principle to reduce starting current by initially connecting the motor windings in star (reducing voltage by a factor of 1.732) and then switching to delta for full-speed operation. The impedance transformation ratio is always 3 to 1 for balanced systems.
Can star-delta conversion be applied to impedances with reactive components?
Yes, the same star-delta conversion formulas apply to complex impedances (combinations of resistance, inductance, and capacitance) by replacing R with Z (complex impedance). The calculations become more involved because you must use complex number arithmetic, handling both magnitude and phase angle. For example, converting a delta network with impedances Z_ab = 10 + j5 ohms requires multiplying and dividing complex numbers. The conversion is valid at a single frequency since impedance values change with frequency. In AC circuit analysis, this technique is frequently used to simplify three-phase circuit analysis and can be applied to mixed resistive-reactive networks.
Why are some circuits impossible to simplify without star-delta conversion?
Certain circuit topologies, such as the classic bridge circuit, contain connections that are neither purely in series nor purely in parallel. In these cases, no amount of series-parallel reduction can simplify the circuit. The Wheatstone bridge is a prime example: the five resistors form a structure where star-delta conversion is needed to transform part of the circuit into an equivalent form that can then be reduced using series-parallel rules. Another common example is the lattice network used in filter design. Without star-delta conversion, these circuits would require simultaneous equation methods like mesh or nodal analysis, which are more complex and less intuitive.