Determine the power of each source after solving the circuit by the nodal analysis.


Solution
I. Identify all nodes in the circuit.
The circuit has 6 nodes as indicated below.
Nodal Analysis 6 Node Circuit - all nodes

II. Select a reference node. Label it with the reference (ground) symbol.

The bottom left node is connected to 4 nodes while the other ones are connected to three or less elements. Therefore, we select it as the reference node of the circuit.

Nodal Analysis 6 Node Circuit - Node Voltages

III. Assign a variable for each node whose voltage is unknown.
We label the remaining nodes as shown above.  V_1 is connected to the reference node through a voltage source. Therefore, it is equal to the voltage of the voltage source:  V_1=10V .

IV. If there are dependent sources in the circuit, write down equations that express their values in terms of node voltages.

There is no dependent voltage source here.

V. Write down a KCL equation for each node.

Nodes of  V_2 and  V_3 are connected by a voltage source. Therefore, they form a supernode. The negative terminal of the voltage source is connected to  V_3 and the positive terminal is connected to  V_2 . Thus,  V_2=V_3+2. This can also be verified by a KVL around the loop which starts from the reference node, jumps to the node of  V_3 with  -V_3 (the reference is always assumed to be the negative terminal of node voltages), passes through the voltage source by  -2V and returns back to the reference node from  V_2 as  +V_2  -V_3-2V+V_2=0 \to V_2=V_3+2.
Supernode of  V_2 &  V_3 :

 \frac{V_3}{1\Omega}+\frac{V_3-V_4}{5\Omega}+\frac{V_2-V_1}{2\Omega}+\frac{V_2-V_5}{3\Omega}=0
 \to {V_3}+\frac{V_3}{5}-\frac{V_4}{5}+\frac{V_3+2-10}{2}+\frac{V_3+2-V_5}{3}=0
 \to {V_3}+\frac{V_3}{5}-\frac{V_4}{5}+\frac{V_3}{2}-4+\frac{V_3}{3}+\frac{2}{3}-\frac{V_5}{3}=0
 \to \frac{61}{30}V_3-\frac{V_4}{5}-\frac{V_5}{3}=\frac{10}{3}
 \to 61 V_3-6 V_4-10 V_5=100

Node of  V_4 :
 \frac{V_4}{6\Omega}+\frac{V_4-V_3}{5\Omega}+10=0
 \to 5 V_4+6 V_4-6V_3+300=0
 \to -6V_3+11 V_4=-300

Node of  V_5 :
 \frac{V_5}{4\Omega}+\frac{V_5-V_2}{3\Omega}-10=0
 \to 3V_5+4V_5-4V_2-120=0
 \to 7V_5-4 V_3-8-120=0
 \to -4 V_3+7V_5=128

Hence, we have the following system of equations:

 \left\{ \begin{array}{l} 61 V_3-6 V_4-10 V_5=100 \\ -6V_3+11 V_4=-300 \\ -4 V_3+7V_5=128 \end{array} \right.

This system of equations can be solved by any preferred method such as elimination, row reduction, Cramer’s rule or other methods. We use the Cramer’s rule here:

V_3=\frac{ \left| \begin{array}{c c c} 100 & -6 & -10 \\ -300 & 11 & 0 \\ 128 & 0 & 7 \end{array} \right| }{ \left| \begin{array}{c c c} 61 & -6 & -10 \\ -6 & 11 & 0 \\ -4 & 0 & 7 \end{array} \right| }=\frac{9180}{4005}=2.292 V

V_4=\frac{ \left| \begin{array}{c c c} 61 & 100 & -10 \\ -6 & -300 & 0 \\ -4 & 128 & 7 \end{array} \right| }{ \left| \begin{array}{c c c} 61 & -6 & -10 \\ -6 & 11 & 0 \\ -4 & 0 & 7 \end{array} \right| }=\frac{-104220}{4005}=-26.022 V

and

V_5=\frac{ \left| \begin{array}{c c c} 61 & -6 & 100 \\ -6 & 11 & -300 \\ -4 & 0 & 128 \end{array} \right| }{ \left| \begin{array}{c c c} 61 & -6 & -10 \\ -6 & 11 & 0 \\ -4 & 0 & 7 \end{array} \right| }=\frac{78480}{4005}=19.595 V.

Thus,
V_2=V_3+2=4.292.

All node voltages are found. The current of the  10 V source is the current of the  2\Omega resistor, which is  \frac{V_2-V_1}{2\Omega}=-2.854A The current direction shosen such that the current enters from the positive terminal of the voltage source. This is only to comply with the passive sign convention. Now that we have the source current, its power can be easily calculated:

 P_{10V}=10 \times (-2.854)=-28.54 W absorbing power

The current of the  2V source equals to the summation of the currents of  5\Omega and  1\Omega resistors. Therefore,
I_{2V}=I_{5\Omega}+I_{1\Omega}=\frac{V_3-V_4}{5\Omega}+\frac{V_3}{1\Omega}=5.663+2.292 =7.955.
Consequently,

 P_{2V}=2 \times 7.955=15.91W supplying power.

The voltage across the  10A current source is  V_4-V_5=-45.617. Therefore,
 P_{10 A}=10 \times (-45.617)=-456.17 W supplying power.

The PSpice simulation result is indicated below. The PSpice schematics can be downloaded from http://www.solved-problems.com/download/1-22.zip.

Nodal Analysis 6 Node Circuit - PSpice simulation result

Published by Yaz

Hi! Yaz is here. I am passionate about learning and teaching. I try to explain every detail simultaneously with examples to ensure that students will remember them later too.

Join the Conversation

13 Comments

  1. Yaz, I was searching websites about circuits and i found your website. And it’s good, thanks for sharing for other people your knowlegde.

    About this problem, it’s cool to introduce to the student the differents techniques that we have for solve circuits.

    I wan to add that it’s possible do a source transformation with the source of 2 v and the resistor of 2 ohms, and do too a delta-star transformation.

    How can i upload by mesh analysis?

    Thanks for all.

    1. Hi,

      Good that you like solved-problems.com.

      It is not possible to do a source transformation with the source of 2 V and the resistor of 2 ohms because of 3 ohms resistor. If you have your solution as an image, please upload it to photobucket.com and leave the link here. Right now, my website does not have that service yet. You may also explain your solution here (in comments).

  2. Yaz, thanks for the answer.

    I was talking about the voltage source of 10 V and the resistor of 2 ohms, we could do a source transformation, that will be equivalent to have a current of 5 A, in parallel with the resistor of 2 ohms.

    Can I write here using Latex? I saw that you’re using some complement of the WordPress to transform the numbers to mathematica symbol.

    I’ll upload my solution in few minutes.

  3. Well,

    With no complication, I decided to work the circuit like is show on the image cause we have all the source and when we will resolving the circuits, to look for the power of every source, they will there.

    I’ll resolve the problem by loop analysis, or mesh analisys like you want to call it.

    Sorry for my english, it’s not good, if somebody can’t understand something, please let me know.

    I show the image with the four current.

    [IMG]http://i1225.photobucket.com/albums/ee383/sophiekovalevsky/Sinttulo.jpg[/IMG]

    We could see that we have a supermesh.

    Solving, we have:

    Mesh A
    -(2+1)Ia + Ic = -8

    Mesh B&D (Supermesh)

    -(3+5)Ib -10Id + (5+6)Ic = -2

    Mesh C
    -(1+5+6)Ic + 5Ib+ 6Id + Ia = 0

    Auxiliar equation, if we study the node across of the current of 10 A and the 3 & 4 ohms, we know that:

    I10 = Id-Ib

    Doing some arrays in my equations we finaly have:

    -35Ic + 15Ib +18Id = -8
    -Ib + Id = 10
    11Ic -8Ib -10Id = -2

    Solving this lineal system equation we have our values of the currents:

    Ic = 0.56 A
    Ib = -5.10 A
    Id = 4.90 A
    Ia = 2.85 A

    All these value for the currents are aproximately, with two decimal numbers.

    Here, it’s the part more dificult for the student, i think that. The difference between the cases, is that with the supernode we have more easy determinate the power of every source, but in the mesh analysis is more difficult to see it. But, I think that it’s good doing by the two methods.

    Power of 10V
    Like we see in our image of the circuit, the convention of signs for the voltage source it’s not watch it, but we know that the power have to have the negative sign to have the convention signs. Then,

    P10v = – (2.85*10) = -28.50 W

    Power of 2V

    We know that the current across the 2 voltage source is: Ia-Ib, and our convention signs is correct, for this reason our power is positive, we have then:

    P2v = 2*(5.10+2.85) 15.90 W

    Finally,

    Power of 10 A source:
    To calcute the power of the 10 A source we need to know the voltage between the terminals of it.

    Using the VLK:

    V 10A = V4 + V6

    where V4 is the voltage of the resistor 4, and the V6 is the voltage in the resistor of 6 ohms.

    V10 A = 4*4.90 + 6*(4.90-0.56) = 45.64 V

    We know that we have to put the negative sign cuase the convention sign, and we have then:

    P10A = -(10*45.64) = -456.40 W

    Like we see, our answer are similar like the original problem. The different are the decimal numbers cause I olny used two decimal numbers.

    Hope to help to the people and it’s my pleasure share knowledge.

    1. Thank you very much for sharing the solution with me and my website readers. If it is ok with you, I would like to add this solution and the image as an alternative solution to the end of the post with your name.
      By the way, you may use

      *** QuickLaTeX cannot compile formula:
       
      
      *** Error message:
      Error: Nothing to show, formula is empty
      

      or $latex $ for latex in comments.

      1. Yaz, thanks.

        For me, I don’t have problem to public my solution like alternative solution to this problem. But i think that we should change the image that I uploaded cause it’s horrible.

        I didn’t know that i could use latex code. For the nex time.

  4. For:

    “The voltage across the 10A current source is V_4-V_5=-45.617. Therefore,
    P_{10 A}=10 \times (-45.617)=-456.17 W supplying power.”,

    why is it not V_5-V_4 for the active sign convention?

Leave a comment

Leave a Reply to Dr. Yaz Z. Li Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.