Electronic – Mesh analysis equations with dependent current sources

circuit analysishomeworkmesh

enter image description here

I can't get the correct mesh analysis equations for the circuit above. The end result I got for \$i_x = 0.111\$… but that does not work in simulation. Iused the equations below, the approximate value that works in simulation for \$i_x\$ is around 8.3A, but I can't get to that value.

$$ i_x = i_a – i_b $$

$$1,5i_x = (i_b -i_c) $$

$$i_a = 2$$
$$i_d = -5$$

$$-(i_b – i_a) \times 10 – i_b \times 20 – i_c \times 25 – (i_c-i_d) \times 5 = 0 \Rightarrow -30i_b-30i_c = 5$$

And got this for substitution:

$$ 3 – 2.5i_b = i_c \Rightarrow i_b = 19/9$$

Best Answer

It helps to redraw the schematic, a little, and to include some other unknowns in the schematic.

schematic

simulate this circuit – Schematic created using CircuitLab

One of the things that earlier students often forget about is that current sources have applied voltages across them and that these may be required in order to work out the KVL loops.

With the above, we can write out the loops:

$$\begin{align*} 0\:\text{V}+V_{I_1}-R_1\cdot\left(I_A-I_B\right)&=0\:\text{V}\\ 0\:\text{V}-R_1\left(I_B-I_A\right)-R_2\cdot I_B-V_{I_2}&=0\:\text{V}\\ 0\:\text{V}+V_{I_2}-R_3\cdot I_C-R_4\cdot\left(I_C-I_D\right)&=0\:\text{V}\\ 0\:\text{V}-R_4\cdot\left(I_D-I_C\right)-V_{I_3}&=0\:\text{V} \end{align*}$$

This suggests two unknown loop currents and three unknown voltages, but only four equations.

You know a few other details:

$$\begin{align*} I_A&=2\:\text{A}\\ I_D&=-5\:\text{A}\\ I_X&=I_A-I_B \\ I_2&=I_C-I_B=1.5\cdot I_X=1.5\cdot\left(I_A-I_B\right)\\\therefore \\I_C&=\frac32\cdot I_A-\frac12\cdot I_B\\&=3\:\text{A}-\frac12\cdot I_B \end{align*}$$

Only the last equation is the important addition. Now you have five unknowns and five equations.