Electronic – Math to predict current in circuit with different voltages in parallel

current measurementparallelvoltage

I was playing around with my voltmeter and I came across something I don't know how to work the math of.

The circuit built was the one below, the right power supply was a 9V battery and the left was a six volt. Both resistors R1 and R2 are 1K ohms.

What is the math to determine how much current will go through (certain points on the circuit) R2 and D1?

Circuit in question.

Best Answer

Diodes are non-linear devices so we need to make some assumptions (a.k.a. guess) about what operating state they are in.

With \$V_D = 9V\$ and \$V_A = 6V\$, I'm going to assume that D2 is forward biased and D1 is reversed biased. The arrows show the assumed direction of current flow. I'm calculating with \$R1 = R2 = 1k\Omega\$ and I'm assuming there's a 0.7V forward voltage drop for each diode.

Circuit

That means there is a near-zero current flow through D1 so effectively \$V_A\$ is not part of the circuit. That means we're left with D2, R1, and R2 in series.

We can assume that D2 has some fixed forward voltage drop. The actual amount depends on what diode you have, though a basic silicon diode will typically drop \$V_{D2} = ~0.7V\$. Different diodes will have different voltage drops, for example a small red LED can have a 2V forward voltage drop and Schottky diodes can have a ~0.2V forward voltage drop. The best bet is to look at the datasheet for whatever diode you are using.

So \$V_C = V_D - V_{D2} = 8.3V\$

To solve for \$V_B\$ we just have a simple voltage divider circuit.

\$V_B = V_C \cdot \frac{R2}{R2 + R1} = 4.15V\$

Now that we've solved for all the voltages, we must check our assumptions.

Namely, \$V_D > V_C\$ and \$V_A < V_B\$

The assumption about D2 was correct (\$V_D > V_C\$), but the assumption about D1 was not.

That means we must change our assumptions and re-solve the problem.

try 2

This time I'm going to assume that both diodes are forward-biased.

Like before, \$V_C = 8.3V\$ (assuming 0.7V diode voltage drop). However, this time \$V_B\$ is also dictated by a diode voltage drop:

\$V_B = V_A - V_{D1} = 5.3V\$

Now that we know the nodal voltages, we can solve for currents.

\$I_{D2} = I_{R1} = \frac{V_C - V_B}{R1} = 3mA\$

\$I_{R2} = \frac{V_B}{R2} = 5.3mA\$

\$I_{D1} = I_{R2} - I_{R1} = 2.3mA\$

Time to check our assumptions. The current flowing through both diodes are in the forward bias direction so both of our assumptions were correct and we're done.