14,179 views
31 votes
31 votes
How to solve circuit theory using mesh analysis


User Zbigniew Malinowski
by
2.8k points

1 Answer

22 votes
22 votes

Step-by-step explanation:

Find a minimal set of cycles that covers all vertices and edges of the circuit graph. For each cycle, define a "mesh" current, and write the Kirchhoff's Voltage Law (KVL) equation with respect to each of the edges in the cycle. Where an edge is part of more than one cycle, all current(s) defined for the edge will contribute to the voltage there.

This will give as many equations as there are mesh currents. Solve the resulting system of equations. The (signed) sum of the mesh currents through any edge is the current in that circuit branch.

__

Example

Consider the attached circuit. It shows mesh currents I1, I2, and I3 in graph cycles with those numbers. The KVL equations are ...

mesh 1: I1(R3 +R2 +R1) -I2·R1 -I3·R2 = Vi (the voltage across the current source)

mesh 2: -I1·R1 +I2(r1 +1/(sC)) -I3(1/(sC)) = Vs

mesh 3: -I1·R2 -I2(1/(sC)) +I3(R2 +sL +1/(sC)) = 0

You will note that the matrix of equation coefficients is symmetric.

__

In this example, you will end with I1 as a function of Vi. If I1 is a given source value, that relation can be used to find Vi.

How to solve circuit theory using mesh analysis ​-example-1
User Joshua W
by
3.2k points