Solve Mesh Analysis Problem with a Current Source

  • Thread starter Thread starter julz127
  • Start date Start date
  • Tags Tags
    Mesh
AI Thread Summary
The discussion revolves around solving a mesh analysis problem involving a circuit with a current source. The user initially struggles to reconcile their hand calculations with the results from pSpice simulations, particularly in handling the current source. After receiving advice to treat the current source as part of the mesh current equations, the user experiences a breakthrough and successfully solves the circuit. They acknowledge a shift in their understanding of mesh analysis techniques. The conversation highlights the importance of correctly incorporating current sources in mesh analysis.
julz127
Messages
13
Reaction score
0

Homework Statement



[PLAIN]http://img718.imageshack.us/img718/3519/circuith.png

This is a circuit I've simulated in pSpice, I can't get the currents to match up with my hand calculations using mesh analyses. Specifically, I'm not entirely sure how to handle the current source.


Homework Equations



Mesh 1 is far left, mesh 2 is the center and mesh the is the far right.

Mesh 1.

18 = 15i_{1} + 30(i_{1} - i_{2})

Mesh 2.

0 = 10i_{2} + 20(i_{2} - i_{3}) + 30(i_{2} - i_{1})

Mesh 3.

30 = 40i_{3} + 20(i_{3} - i_{2})

finally, putting all this in a matrix ( I'm using an online calculator, to eliminate the possibility of an error here, but I do know how to do it by hand ).

I get,

<br /> i_{1} = 0.407A<br />
<br /> i_{2} = 0.010A<br />
<br /> i_{3} =-0.580A<br />

Thanks :smile:
 
Last edited by a moderator:
Physics news on Phys.org
For the 10Ω resistor term in the second mesh, include the current of the current source as though it were another mesh's current. Thus
0 = 10(i_{2} - I1) + 20(i_{2} - i_{3}) + 30(i_{2} - i_{1})
where I1 is the value of the current source.
 
Thanks for the reply, however I managed to solve the circuit just a few minutes after I posted it.

I realized that I've been looking at this whole mesh analyses technique the wrong way.

A huge 'lightbulb' moment. Feels good man.

:biggrin:
 
Back
Top