Voltage and Current Divider Circuits

Introduction: This article focuses on analyzing the voltage divider and current divider circuits

The Essentials

When designing circuits, multiple elements are involved in doing a task. Each of these elements may, at times, require a minimum amount of power, voltage, or current. With this in mind, we are interested in how we can "divide" voltage or current out so each element gets its needed requirements.

Firstly, let's look at voltage division. Figure 1. has a simple example of a voltage divider.

Figure 1: Voltage Divider

Figure 1: Voltage Divider

When we use nodal analysis, we can find a voltage across any of these resistors in series. Both of these equations describe their respective voltages.

\[ V_1 = iR_1 = V_{in}(\frac{R_1}{R_1+R_2}) \]

Then for the voltage over \( R_2 \).

\[ V_2 = iR_2 = V_{in}(\frac{R_2}{R_1+R_2}) \]

This makes sense since both resistors can only take a fraction of the input voltage. If we are to add \( V_1 \) and \( V_2 \), we should get \( V_{in} \) back.

Now for a current divider circuit. Figure 2. has an example of a current divider.

Figure 2: Current Divider

Figure 2: Current Divider

When we use mesh analysis, we can solve for the current through each resistor. Or we can use the following equations.

\[ i_1 = \frac{R_2}{R_1+R_2}I_{in} \]
\[ i_2 = \frac{R_1}{R_1+R_2}I_{in} \]

Both of these equations describe the current through each resistor. Once again, the sum of these currents should equal to \( I_{in} \).

Example

Let's do an example of both voltage and current division. Firstly, voltage division given the schematic in Figure 3.

Figure 3: Voltage Divider Example

Figure 3: Voltage Divider Example

Let's say we are curious to know the voltage across each resistor. Now let's implement equation 1 on each resistor.

\[ V_1 = V_{in} (\frac{R_1}{R_1+R_2+R_3}) = 10(\frac{5000}{5000+2300+1700}) = 5.56 \, \text{V}\]
\[ V_2 = (\frac{R_2}{R_1+R_2+R_3}) = 10(\frac{2300}{5000+2300+1700}) = 2.56 \, \text{V}\]
\[ V_3 = (\frac{R_3}{R_1+R_2+R_3}) = 10(\frac{1700}{5000+2300+1700}) = 1.88 \, \text{V}\]

Note how in each equation the numerator contains the sum of all resistors in series. We need to add each value of the resistors in series, whether it be two or any other number. The resistor fraction term will never be more than 1.

If we want to check our work, we can see if \( V_1 \), \( V_2 \), and \( V_3 \) are correct by adding them and if they equal the input voltage, then these values are correct.

\[ V_1 + V_2 + V_3 = V_{in} = 5.56 + 2.56 + 1.88 = 10\]

Now for a current divider example in Figure 4.

Figure 4: Current Divider Example

Figure 4: Current Divider Example

Now let's use Equation 3 and 4 to solve for \( i_1 \) and \( i_2 \).

\[ i_1 = \frac{R_2}{R_1+R_2}I_{in} = \frac{9600}{3700+9600}(5 \cdot10^{-3}) = 3.61 \, \text{mA}\]
\[ i_2 = \frac{R_1}{R_1+R_2}I_{in} = \frac{3700}{3700+9600}(5 \cdot10^{-3}) = 1.39 \, \text{mA}\]

We can do the same thing with current by adding all current and see if they equal the input current.

\[ i_1 + i_2 = i_{in} = 3.61 + 1.39 = 5 \text{mA}\]

Practice

Problem 1.)

Figure 4: Problem 1

Figure 4: Problem 1

Using Figure 5., solve for \( V_1 \), \( V_2 \), \( V_3 \), and \( V_4 \) (voltages across each resistor like \( V_1 \) will be the voltage across the \( R_1 \) resistor, and so forth.).

Problem 2.)

Figure 5: Problem 2

Figure 5: Problem 2

Given in Figure 6., solve for currents \( i_1 \text{(i of 4.5 k$\Omega$)} \), \( i_2\text{(i of 6 k$\Omega$)} \), and \( i_3\text{(i of 2.6 k$\Omega$)} \).

Problem 3.)

Figure 6: Problem 3

Figure 6: Problem 3

Given in Figure 7., solve for the voltage \( V_{3} \) and the current \( i_3 \) and \( i_4 \). (Note that both \( R_3 \) and \( R_4 \) experience the same voltage, so \( V_3 = V_4 \))

Solutions:

Problem 1 Solution.) \( V_1 = 8.4 \, \text{V} \), \( V_2 = 4.76 \, \text{V} \), \( V_3 = 2.63 \, \text{V} \), and \( V_4 = 4.2 \, \text{V} \). Using the previous equations described:

\[ V_1 = V_{in} (\frac{R_1}{R_1+R_2+R_3+R_4}) = 20(\frac{15000}{15000+8500+4700+7500}) = 8.4 \, \text{V} \]
\[ V_2 = V_{in} (\frac{R_2}{R_1+R_2+R_3+R_4}) = 20(\frac{8500}{15000+8500+4700+7500}) = 4.76 \, \text{V} \]
\[ V_3 = V_{in} (\frac{R_3}{R_1+R_2+R_3+R_4}) = 20(\frac{4700}{15000+8500+4700+7500}) = 2.63 \, \text{V} \]
\[ V_4 = V_{in} (\frac{R_4}{R_1+R_2+R_3+R_4}) = 20(\frac{7500}{15000+8500+4700+7500}) = 4.2 \, \text{V} \]

Problem 2 Solution.) \( i_1 = 575 \, \mu \text{A} \), \( i_2 = 431 \, \mu \text{A} \), and \( i_3 = 994 \, \mu \text{A} \). We need to be careful because unlike the logic of the voltage divider equation:

\[ i_1 \neq \frac{6000 \cdot 2600}{4500+6000+2600}(2 \cdot 10^{-3})\]

This is due to the nature of the parallel elements Instead, let's use our knowledge of combining parallel resistors to solve for currents.

\[ R_p = 6000 \parallel 2600 = 1813.95 \, \Omega\]

With this, let's implement the current divider equation

\[ i_1 = \frac{1813.95}{4500+1813.95}(2 \cdot 10^{-3}) = 575 \mu \text{A}\]

We need to find \( i_2 \) and \( i_3 \). Since we know the current through \( i_1 \), we can solve for the new current going through the 1813.95 resistor.

\[ i_p = \frac{4500}{4500+1813.95}(2\cdot10^{-3}) = 1.425 \text{mA}\]

We can implement the same equation with the new \( i_p \) that we just solved since \( i_p \) represents the sum of the currents \( i_2 \) and \( i_3 \).

\[ i_2 = \frac{2600}{6000+2600}(1.425\cdot10^{-3}) = 431 \, \mu \text{A} \]
\[ i_3 = \frac{6000}{6000+2600}(1.425\cdot10^{-3}) = 994 \, \mu \text{A} \]

Problem 3 Solution.) \( V_3 = 8.79 \, V \), \( i_3 = 836 \, \mu \text{A} \), and \( i_4 = 906 \, \mu \text{A} \). Let's solve for \( V_3 \), a simple way is to combine the parallel resistors and use the voltage divider.

\[ R_p = 10500 \parallel 9700 = 5042 \, \Omega\]

We can do voltage division with the new \( R_p \).

\[ V_3 = \frac{5042}{5042+5500+3800}(25) = 8.79 \, V\]

Now, with this and the hint from the problem, this voltage goes across both resistors and we can solve for current using Ohm's Law.

\[ i_3 = \frac{8.79}{10500} = 836 \, \mu \text{A}\]
\[ i_4 = \frac{8.79}{9700} = 906 \, \mu \text{A}\]