The equivalent resistance between two points in a circuit is the total resistance that an external voltage source "sees" when connected across those two points. It represents the combined effect of all the resistances between these two points. Determining the equivalent resistance depends on how the resistors are connected in the circuit, either in **series**, **parallel**, or a **combination** of both.
### Types of Resistor Connections
1. **Series Connection:**
- Resistors are connected end-to-end.
- The current through each resistor is the same.
- The total or equivalent resistance is the sum of all individual resistances.
\[
R_{\text{eq(series)}} = R_1 + R_2 + R_3 + \ldots + R_n
\]
For example, if three resistors \(R_1 = 2 \, \Omega\), \(R_2 = 3 \, \Omega\), and \(R_3 = 5 \, \Omega\) are in series, the equivalent resistance is:
\[
R_{\text{eq}} = 2 + 3 + 5 = 10 \, \Omega
\]
2. **Parallel Connection:**
- Resistors are connected such that each end of every resistor is connected to the same two points.
- The voltage across each resistor is the same.
- The reciprocal of the equivalent resistance is the sum of the reciprocals of all individual resistances.
\[
\frac{1}{R_{\text{eq(parallel)}}} = \frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3} + \ldots + \frac{1}{R_n}
\]
For example, if three resistors \(R_1 = 2 \, \Omega\), \(R_2 = 3 \, \Omega\), and \(R_3 = 6 \, \Omega\) are in parallel, the equivalent resistance is:
\[
\frac{1}{R_{\text{eq}}} = \frac{1}{2} + \frac{1}{3} + \frac{1}{6} = \frac{3}{6} + \frac{2}{6} + \frac{1}{6} = 1
\]
Therefore,
\[
R_{\text{eq}} = 1 \, \Omega
\]
3. **Combination of Series and Parallel:**
- Many practical circuits involve a combination of resistors in series and parallel.
- To find the equivalent resistance in such cases, one can simplify the circuit step-by-step by reducing series and parallel sections iteratively.
### Steps to Calculate Equivalent Resistance
1. **Identify Series and Parallel Sections:** Determine which resistors are in series and which are in parallel.
2. **Simplify Step-by-Step:** Start from the simplest parts of the circuit and reduce them to their equivalent resistances.
3. **Repeat the Process:** Continue this process until you have a single equivalent resistance for the entire circuit.
### Example Problem
Consider a circuit where \(R_1 = 4 \, \Omega\) and \(R_2 = 6 \, \Omega\) are in series, and their combination is in parallel with \(R_3 = 3 \, \Omega\).
- First, find the equivalent resistance of the series resistors:
\[
R_{1+2} = R_1 + R_2 = 4 + 6 = 10 \, \Omega
\]
- Now, this \(10 \, \Omega\) resistance is in parallel with \(R_3 = 3 \, \Omega\):
\[
\frac{1}{R_{\text{eq}}} = \frac{1}{R_{1+2}} + \frac{1}{R_3} = \frac{1}{10} + \frac{1}{3}
\]
\[
\frac{1}{R_{\text{eq}}} = \frac{3}{30} + \frac{10}{30} = \frac{13}{30}
\]
\[
R_{\text{eq}} = \frac{30}{13} \approx 2.31 \, \Omega
\]
Therefore, the equivalent resistance between the two points in this circuit is approximately \(2.31 \, \Omega\).
### Conclusion
Calculating the equivalent resistance between two points in a circuit involves understanding the configuration of the resistors. The steps include identifying which resistors are in series or parallel and simplifying the circuit step-by-step. This concept is fundamental in circuit analysis and is widely used in electrical engineering and physics.