Cutset Matrix Concept of Electric Circuit

💡
Key learnings:
  • Cut-Set Matrix Definition: A cut-set matrix is defined as a matrix showing the cut-sets of a connected graph in an electric circuit.
  • Cut-Set Concept: A cut-set is the minimum set of branches that separates a graph into two sub-graphs when removed.
  • Fundamental Cut-Set: Formed using one twig and the remaining links, fundamental to understanding graph structures.
  • Matrix Construction: To construct the cut-set matrix, identify twigs and links, and form rows for cut-sets and columns for branches.
  • Orientation in Matrix: Orientation of branches in the cut-set matrix is positive if it matches the twig’s orientation, negative if opposite, and zero if not included.

When discussing the cut-set matrix in graph theory, we generally refer to the fundamental cut-set matrix. A cut-set is the smallest set of branches in a connected graph that, when removed, separates the graph into two sub-graphs. The cut-set matrix is created by taking each cut-set row-wise. It is denoted by the symbol [Qf].

Example of Cutsets Matrix of a Circuit

network graph

Two sub-graphs are obtained from a graph by selecting cut-sets consisting of branches [1, 2, 5, 6].
In other words, the fundamental cut-set of a graph, in reference to a tree, consists of one twig and the remaining links. Twigs are the branches of the tree, and links are the branches of the co-tree.
Thus, the number of cutset is equal to the number of twigs.
[Number of twigs = N – 1]
Where, N is the number of nodes of the given graph or drawn tree.
The orientation of cut-set is the same as that of twig and that is taken positive.

Steps to Draw Cut Set Matrix

There are some steps one should follow while drawing the cut-set matrix. The steps are as follows-

  1. Draw the graph of given network or circuit (if given).
  2. Then draw its tree. The branches of the tree will be twig.
  3. Then draw the remaining branches of the graph by dotted line. These branches will be links.
  4. Each branch or twig of tree will form an independent cut-set.
  5. Write the matrix with rows as cut-set and column as branches.
 Branchase ⇒123..b
Cutsets 
C1       
C2      
C3      
.      
.      
Cn      

n = number of cut-set.
b = number of branches.

Orientation in Cut Set Matrix

Qij = 1; if branch J is in cut-set with orientation same as that of tree branch.
Qij = -1; if branch J is in cut-set with orientation opposite to that of branch of tree.
Qij = 0; if branch J is not in cut-set.
Example 1

Draw the cut-set matrix for the following graph.
Answer:
Step 1: Draw the tree for the following graph.

Step 2: Now identify the cut-set. Cut-set will be that node which will contain only one twig and any number of links.

Here C2, C3 and C4 are cut-sets.
Step 3: Now draw the matrix.

 Branchase ⇒123456
Cutsets 
C2 +1+100-10
C300+10+1-1
C4-100+10+1

This is the required matrix.
Example 2:

Draw the cut-set of the given graph.
Answer:
Again in this question we have to repeat the same steps as done in previous question.
Step 1: Draw the tree for the following graph.

Step 2: Now identify the cut-set. Cut-set will be that node which will contain only one twig and any number of links.

Here C1 and C5 are cut-sets.
Step 3: Now draw the matrix.

 Branchase ⇒12345
Cutsets 
C1 +1+1-1-10
C50-10-1+1

This is the required matrix.
Points to remember
There are some key points which should be remembered. They are:-

  • In cutset matrix, the orientation of twig is taken positive.
  • Each cut-set contains only one twig.
  • Cut-set can have any number of links attached to it.
  • The relation between cut-set matrix and KCL is that
Want To Learn Faster? 🎓
Get electrical articles delivered to your inbox every week.
No credit card required—it’s 100% free.

About Electrical4U

Electrical4U is dedicated to the teaching and sharing of all things related to electrical and electronics engineering.

Leave a Comment