To find the equivalent resistance of a star (or wye) connection, you need to convert it into a delta (or triangle) connection or use the formulas directly. Here’s a detailed approach to both methods:
### 1. **Converting Star to Delta Connection**
In a star connection, resistors are connected as follows:
- \( R_A \) is connected between nodes \( A \) and \( B \)
- \( R_B \) is connected between nodes \( B \) and \( C \)
- \( R_C \) is connected between nodes \( C \) and \( A \)
The delta (or triangle) connection resistors are:
- \( R_{AB} \) between nodes \( A \) and \( B \)
- \( R_{BC} \) between nodes \( B \) and \( C \)
- \( R_{CA} \) between nodes \( C \) and \( A \)
The formulas for converting star resistors (\(R_A\), \(R_B\), and \(R_C\)) to delta resistors (\(R_{AB}\), \(R_{BC}\), and \(R_{CA}\)) are:
\[ R_{AB} = \frac{R_A \cdot R_B}{R_C} + R_A + R_B \]
\[ R_{BC} = \frac{R_B \cdot R_C}{R_A} + R_B + R_C \]
\[ R_{CA} = \frac{R_C \cdot R_A}{R_B} + R_C + R_A \]
### 2. **Direct Formula for Equivalent Resistance in Star Connection**
If you’re given the resistors in the star configuration and you want to find the equivalent resistance between any two points in the network, you can use these steps:
#### **Finding the Equivalent Resistance Between Two Points:**
1. **Between Nodes A and B:**
For resistors \( R_A \) and \( R_B \) in the star connection and \( R_C \) being the third resistor:
\[ R_{AB} = \frac{R_A \cdot R_B}{R_C} \]
2. **Between Nodes B and C:**
\[ R_{BC} = \frac{R_B \cdot R_C}{R_A} \]
3. **Between Nodes C and A:**
\[ R_{CA} = \frac{R_C \cdot R_A}{R_B} \]
### **Example Calculation**
Suppose you have a star connection with resistors \( R_A = 2 \ \Omega \), \( R_B = 3 \ \Omega \), and \( R_C = 6 \ \Omega \):
1. **Calculate \( R_{AB} \):**
\[ R_{AB} = \frac{2 \cdot 3}{6} = 1 \ \Omega \]
2. **Calculate \( R_{BC} \):**
\[ R_{BC} = \frac{3 \cdot 6}{2} = 9 \ \Omega \]
3. **Calculate \( R_{CA} \):**
\[ R_{CA} = \frac{6 \cdot 2}{3} = 4 \ \Omega \]
So, the equivalent delta resistances are \( R_{AB} = 1 \ \Omega \), \( R_{BC} = 9 \ \Omega \), and \( R_{CA} = 4 \ \Omega \).
You can now use these delta resistances to analyze the circuit further as needed.