Electronic – Circuit analysis using Mesh current method

circuit analysismesh

I want to find voltage across 3k resistor using Loop/Mesh analysis.

answer in SPICE = 4.0135

enter image description here

My Solution :

enter image description here

$$ 8=2(I_2)+1.5(I_2-I_3)+3(I_1-I_3) $$
$$ 0=3(I_3-I_1)+1.5(I_3-I_2)+10(I_3) $$
$$ I_1-I_2=0.5 $$
Hence :
$$I_1=1.5980 \\
I_2=0.5304 \\
I_3=4.7973$$

Voltage at 3K $$3(I_3-I_1)=9.5979 $$
Which is wrong answer .
Correct answer is 4.0135V

Where am i wrong ?

Best Answer

This is how I solve it.

First I marked the mesh currents

enter image description here

And due to the fact that in mesh one we have a constant current source, we know that:

$$I_1 = 0.5mA$$

Thus the equation for \$I_2\$ mesh will look like this:

$$3(I_2 + I_3 + 0.5) + 10I_2 + 1.5(I_2 + I_3)=0$$

and for \$I_3\$ we have:

$$-8 + 2I_3 + 1.5(I_3+I_2)+3(I_3 + I_2 + 0.5)=0$$

And the solution is: here

$$I_1 = 0.5mA$$ $$I_2 =-0.527027mA$$ $$I_3 = 1.36486mA$$

And the voltage across \$R_3\$ resistor is equal to:

$$V_{R3} = (I_1 + I_2 + I_3)\times 3k\Omega = 4.01351V$$