- Network Theory - Filters
- Two-Port Parameter Conversions
- Two-Port Networks
- Network Theory - Coupled Circuits
- Parallel Resonance
- Network Theory - Series Resonance
- Response of AC Circuits
- Response of DC Circuits
- Maximum Power Transfer Theorem
- Network Theory - Norton’s Theorem
- Thevenin’s Theorem
- Superposition Theorem
- Network Topology Matrices
- Network Theory - Network Topology
- Star to Delta Conversion
- Delta to Star Conversion
- Equivalent Circuits Example Problem
- Network Theory - Equivalent Circuits
- Network Theory - Mesh Analysis
- Network Theory - Nodal Analysis
- Electrical Quantity Division Principles
- Network Theory - Kirchhoff’s Laws
- Network Theory - Passive Elements
- Network Theory - Active Elements
- Example Problems
- Network Theory - Overview
- Network Theory - Home
Network Theory Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Network Theory - Delta to Star Conversion
In the previous chapter, we discussed an example problem related equivalent resistance. There, we calculated the equivalent resistance between the terminals A & B of the given electrical network easily. Because, in every step, we got the combination of resistors that are connected in either series form or parallel form.
However, in some situations, it is difficult to simppfy the network by following the previous approach. For example, the resistors connected in either delta (δ) form or star form. In such situations, we have to convert the network of one form to the other in order to simppfy it further by using series combination or parallel combination. In this chapter, let us discuss about the Delta to Star Conversion.
Delta Network
Consider the following delta network as shown in the following figure.
![Delta Network](/network_theory/images/delta_network.jpg)
The following equations represent the equivalent resistance between two terminals of delta network, when the third terminal is kept open.
$$R_{AB} = frac{(R_1 + R_3)R_2}{R_1 + R_2 + R_3}$$
$$R_{BC} = frac{(R_1 + R_2)R_3}{R_1 + R_2 + R_3}$$
$$R_{CA} = frac{(R_2 + R_3)R_1}{R_1 + R_2 + R_3}$$
Star Network
The following figure shows the equivalent star network corresponding to the above delta network.
![Star Network](/network_theory/images/star_network.jpg)
The following equations represent the equivalent resistance between two terminals of star network, when the third terminal is kept open.
$$R_{AB} = R_A + R_B$$
$$R_{BC} = R_B + R_C$$
$$R_{CA} = R_C + R_A$$
Star Network Resistances in terms of Delta Network Resistances
We will get the following equations by equating the right-hand side terms of the above equations for which the left-hand side terms are same.
$R_A + R_B = frac{(R_1 + R_3)R_2}{R_1 + R_2 + R_3}$ Equation 1
$R_B + R_C = frac{(R_1 + R_2)R_3}{R_1 + R_2 + R_3}$ Equation 2
$R_C + R_A = frac{(R_2 + R_3)R_1}{R_1 + R_2 + R_3}$ Equation 3
By adding the above three equations, we will get
$$2(R_A + R_B + R_C) = frac{2(R_1 R_2 + R_2 R_3 + R_3 R_1)}{R_1 + R_2 + R_3}$$
$Rightarrow R_A + R_B + R_C = frac{R_1 R_2 + R_2 R_3 + R_3 R_1}{R_1 + R_2 + R_3}$ Equation 4
Subtract Equation 2 from Equation 4.
$R_A + R_B + R_C - (R_B + R_C) = frac{R_1 R_2 + R_2 R_3 + R_3 R_1}{R_1 + R_2 + R_3} - frac{(R_1 + R_2)R_3}{R_1 + R_2 + R_3}$
$$R_A = frac{R_1 R_2}{R_1 + R_2 + R_3}$$
By subtracting Equation 3 from Equation 4, we will get
$$R_B = frac{R_2 R_3}{R_1 + R_2 + R_3}$$
By subtracting Equation 1 from Equation 4, we will get
$$R_C = frac{R_3 R_1}{R_1 + R_2 + R_3}$$
By using the above relations, we can find the resistances of star network from the resistances of delta network. In this way, we can convert a delta network into a star network.
Example
Let us calculate the resistances of star network, which are equivalent to that of delta network as shown in the following figure.
![Star Network Resistance](/network_theory/images/star_network_resistance.jpg)
Given the resistances of delta network as R1 = 10 Ω, R2 = 60 Ω and R3 = 30 Ω.
We know the following relations of the resistances of star network in terms of resistances of delta network.
$$R_A = frac{R_1 R_2}{R_1 + R_2 + R_3}$$
$$R_B = frac{R_2 R_3}{R_1 + R_2 + R_3}$$
$$R_C = frac{R_3 R_1}{R_1 + R_2 + R_3}$$
Substitute the values of R1, R2 and R3 in the above equations.
$$R_A = frac{10 imes 60}{10 +60+30} = frac{600}{100} = 6Omega$$
$$R_B = frac{60 imes 30}{10 +60+30} = frac{1800}{100} = 18Omega$$
$$R_C = frac{30 imes 10}{10 +60+30} = frac{300}{100} = 3Omega$$
So, we got the resistances of star network as RA = 6 Ω, RB = 18 Ω and RC = 3 Ω, which are equivalent to the resistances of the given delta network.
Advertisements