understand the principle of a potential divider circuit
Potential Dividers ⚡️
A potential divider is a simple way to get a lower voltage from a higher one, just like cutting a slice of cake from a whole. It uses two resistors in series across a voltage source. The voltage across the second resistor is a fraction of the input voltage.
What is a Potential Divider? 🧮
Think of a water pipe with two taps. The water pressure at the end of the pipe depends on how much pipe is left. In a circuit, the “pressure” is voltage and the “pipe” is resistance. By placing two resistors one after the other, we split the voltage just like we split the water flow.
The Basic Circuit 🔌
+V_in ----R1----+----R2---- Ground | V_out The two resistors, \(R_1\) and \(R_2\), are connected in series between the input voltage \(V_{\text{in}}\) and ground. The output voltage \(V_{\text{out}}\) is taken across \(R_2\).
The Formula 📐
The voltage across \(R_2\) is a fraction of the input voltage:
$$V_{\text{out}} = V_{\text{in}} \frac{R_2}{R_1 + R_2}$$
If you want a specific output voltage, you can rearrange the formula to find the required resistor values.
| R1 (Ω) | R2 (Ω) | V_out (V) @ 12 V_in |
|---|---|---|
| 6 kΩ | 6 kΩ | 6 V |
| 10 kΩ | 5 kΩ | 4.8 V |
| 2 kΩ | 8 kΩ | 9.6 V |
Example Problem 🚀
- Given: \(V_{\text{in}} = 9\,\text{V}\), \(R_1 = 4\,\text{kΩ}\). Find \(R_2\) so that \(V_{\text{out}} = 3\,\text{V}\).
- Use the formula: \(3 = 9 \frac{R_2}{4\,000 + R_2}\).
- Rearrange: \(\frac{3}{9} = \frac{R_2}{4\,000 + R_2}\) → \(0.333 = \frac{R_2}{4\,000 + R_2}\).
- Cross‑multiply: \(0.333(4\,000 + R_2) = R_2\).
- Compute: \(1\,333 + 0.333R_2 = R_2\) → \(1\,333 = 0.667R_2\).
- Thus \(R_2 ≈ 2\,000\,\text{Ω}\).
Practical Tips 🛠️
- Always check the total resistance: \(R_{\text{total}} = R_1 + R_2\). Too low a total can draw too much current.
- Use standard resistor values (E12 or E24 series) and adjust with a small trim resistor if needed.
- For sensitive circuits, add a small capacitor across \(R_2\) to filter noise.
- Remember that the output voltage will change if the load (the device connected to \(V_{\text{out}}\)) draws current. Keep the load resistance much higher than \(R_2\).
- Use a multimeter to verify \(V_{\text{out}}\) before connecting the load.
Revision
Log in to practice.