To find **RTH** (Thevenin resistance) and **VTH** (Thevenin voltage) for a given electrical network, you follow the process of finding the Thevenin equivalent circuit. The Thevenin equivalent of a complex network simplifies that network to a single voltage source in series with a resistor. This is useful for analyzing the behavior of a circuit when connected to different loads.
Here’s a detailed step-by-step guide on how to find **RTH** and **VTH**:
### 1. Identify the portion of the circuit
You need to choose the part of the circuit where you want to find the Thevenin equivalent. This is typically done at two terminals (A and B), where you want to simplify the circuit.
### 2. Find the Thevenin Voltage (VTH)
The **Thevenin voltage (VTH)** is the open-circuit voltage between the two terminals of interest (where you’re going to place the load). Here’s how you find it:
#### Steps to calculate **VTH**:
- **Remove the load resistor** (if there is one) from the circuit at the terminals.
- **Calculate the open-circuit voltage** across the two terminals (A and B).
- This is the voltage that appears across the terminals when no load is connected.
- Use voltage division, nodal analysis, or mesh analysis to calculate this voltage if necessary.
#### Example:
Suppose you have a voltage source of 10 V in series with a 5Ω resistor and a 10Ω resistor connected to the terminals A and B. The open-circuit voltage (VTH) would be calculated using voltage division:
\[
V_{TH} = V_{source} \times \frac{R_{B}}{R_A + R_B}
\]
where \(R_A\) and \(R_B\) are the resistances in the circuit, and \(V_{source}\) is the supply voltage.
### 3. Find the Thevenin Resistance (RTH)
The **Thevenin resistance (RTH)** is the equivalent resistance seen from the terminals (A and B) with the voltage sources replaced by short circuits and current sources replaced by open circuits.
#### Steps to calculate **RTH**:
- **Turn off all independent sources**:
- Replace all independent voltage sources with short circuits (i.e., just a wire).
- Replace all independent current sources with open circuits (i.e., remove them from the circuit).
- **Calculate the equivalent resistance** seen from the terminals A and B.
- Combine series and parallel resistors as needed to find the total resistance between the terminals.
#### Example:
If the circuit has a 5Ω resistor and a 10Ω resistor in series between terminals A and B, the Thevenin resistance is the sum of the two:
\[
R_{TH} = R_A + R_B = 5\Omega + 10\Omega = 15\Omega
\]
### 4. Reconnect the load (if any)
Once you've calculated **VTH** and **RTH**, you can reconnect the load resistor, and the entire circuit between the terminals A and B can be replaced with a simple Thevenin equivalent circuit: a voltage source of **VTH** in series with a resistance **RTH**.
---
### Example Problem
**Problem Statement**:
You have a circuit with a 12 V battery in series with a 10Ω resistor, and a 40Ω resistor connected to the terminals A and B. Find the Thevenin equivalent seen by the load across terminals A and B.
#### Step-by-step Solution:
1. **Identify VTH (Thevenin Voltage)**:
- The circuit has a 12V source with a 10Ω resistor and a 40Ω resistor. The 40Ω resistor is the load.
- Remove the load (40Ω resistor), and calculate the open-circuit voltage across the terminals A and B.
- Apply voltage division:
\[
V_{TH} = V_{source} \times \frac{R_{B}}{R_A + R_B}
\]
\[
V_{TH} = 12V \times \frac{40Ω}{10Ω + 40Ω} = 12V \times \frac{40Ω}{50Ω} = 9.6V
\]
2. **Identify RTH (Thevenin Resistance)**:
- Turn off the voltage source (replace it with a short circuit).
- The 10Ω and 40Ω resistors are now in series between terminals A and B.
- The Thevenin resistance is the sum of the resistances:
\[
R_{TH} = 10Ω + 40Ω = 50Ω
\]
3. **Thevenin Equivalent Circuit**:
- The Thevenin equivalent is a 9.6V voltage source in series with a 50Ω resistor.
You can now reconnect the load (40Ω resistor) to this Thevenin equivalent circuit and analyze the circuit's behavior.
---
### Summary of Steps:
1. **Remove the load** and find the open-circuit voltage at the terminals to get **VTH**.
2. **Turn off all independent sources** (voltage sources shorted, current sources opened) and find the equivalent resistance seen from the terminals to get **RTH**.
3. Replace the circuit with its **Thevenin equivalent**: a voltage source **VTH** in series with a resistance **RTH**.
This approach simplifies the analysis of complex circuits, especially when dealing with multiple loads.