The Electrician
- Joined Oct 9, 2007
- 2,986
No. (Vf-Vg) = 150Wouldn't vf = 150
Or you could write Vf = Vd + (Vg-Vd) + 150
No. (Vf-Vg) = 150Wouldn't vf = 150
Is it write to take node voltage at unessential nodesNo. (Vf-Vg) = 150
Or you could write Vf = Vd + (Vg-Vd) + 150
Thank You Very Much I calculated it and tested and It worked. You really helped me a lot Appreciated.Yes, it's ok. You must take it at node F in order to have a definition for Vx.
You may not need to calculate the voltages at nodes G and H, but I labeled them on the circuit just in case it is necessary.
You may need to have a node equation summing the currents into node F. The current coming from the left through the 9 ohm resistor is easy to calculate, and coming from the right it's just the 0.1 amp current source.
Yes, it's ok. You must take it at node F in order to have a definition for Vx.
You may not need to calculate the voltages at nodes G and H, but I labeled them on the circuit just in case it is necessary.
You may need to have a node equation summing the currents into node F. The current coming from the left through the 9 ohm resistor is easy to calculate, and coming from the right it's just the 0.1 amp current source.
Vb=-8.3551 Vc=-12.41124 Vd=-24.06439 Ve=-14.11Please post the voltages you got for all the nodes. Some of us who a following along may have tried to solve the network ourselves and we would like to see if we got it right.
Did you get anything for Va and Vf?Vb=-8.3551 Vc=-12.41124 Vd=-24.06439 Ve=-14.11
Va=3(Ve-Vc)Did you get anything for Va and Vf?
I don't think this is correct. In another thread: http://forum.allaboutcircuits.com/t...-where-is-the-polarity-vx-pointing-to.129474/Va=3(Ve-Vc)
Vc=Vf

I used integer arithmetic for the numerical calculations with the following results:
View attachment 115629
Tried to do some verification but got tired of looking at it.
If I'd known we were in agreement on the results, then probably would not have posted my numerical results. Rather would have shown the setup for writing the node equations. I prefer to code the diagram prior to writing the node equations by:I also made a typo in my previous post stating the value of Vb instead of Va.

The image you posted in #35 is no help in determining what you did wrong because it contains only numerical values.I tried many times but i couldn't solve it
V=Vx
W=Vb
X=Vc
Y=Vd
Z=Ve
Please some advice is appreciated
I tried many times but i couldn't solve it
V=Vx
W=Vb
X=Vc
Y=Vd
Z=Ve
Please some advice is appreciated

Thanks Very MuchHello again,
Because you are supposed to use Nodal on this i would suggest that you start with pure Nodal with no shortcuts just yet. That will allow you to learn the way this works. Shortcuts are for the people who understand circuits from the standpoint of how things work together while with pure Nodal you can apply it in a more mechanical way. Once you've done a hundred circuits you'll start to see shortcuts, but i dont think that will help you as much right now because shortcuts are different for every circuit.
With that in mind using pure Nodal you have 8 nodes therefore you need to write 8 equations. These 8 equations will be easier to write than if you try to use shortcuts anyway and the ideas needed will apply to any circuit you can find, not just this one.
And with that also in mind, i also have to suggest that because you are having a little difficulty with this circuit that we start with ONE node and just write the equation for that node, then move to the next, and see if you start to catch on.
The circuit drawing posted by Electrician looks the most clear so i suggest that we also use that one. That one has nodes labeled A through H. We were all using the variables Va though Vh so i would suggest we do that also. If you have any objection to this then speak up now.
Using that drawing, we look at the node E. We should start with that one.
Looking at the things connected to that node E and starting with the 7 ohm resistor and moving clockwise around the node we see:
7 ohm resistor,
5 ohm resistor,
6 ohm resistor,
5 amp current source.
So we have four elements to deal with, and their other ends are connected to nodes:
A,B,0,D in that clockwise order. Since the 5 amp current source tells us what the current is outright, we dont need the node D but we need the other nodes because we just have impedances which do not tell us the current through them directly, so we need nodes A, B, and 0 (0 is ground).
The current through the 7 ohm resistor is:
i7=(Vb-Ve)/7
so it is just the difference in voltage divided by the resistance, and note that we subtract the node voltage we happen to be doing at the time which here is for node E so we used Ve. We used node voltage Vb because that was the voltage of the node on the other end of the resistor.
The currents through the other resistors are:
i5=(Va-Ve)/5
i6=(0-Ve)/6
so you see how mechanical this becomes. We do the same thing for each node using the appropriate node voltage and the node voltage for the node we are working on Ve.
We also have the 5 amp source, which is pointing away from the node, so it is negative:
i5A=-5
Now we sum all the currents we found and equate them to zero:
i7+i5+i6-5=0
and that is the equation for node E. See how easy that was?
You can not check your results until you have all the nodes done, but here you can check right away because the numerical solutions have been given in other posts.
Do you understand up to this point now or not? If not then you should mention what does not seem clear yet.
If you do understand then that means you checked your result using the previously posted numerical results and when you summed those currents above you got zero or very close to zero (numerical sums do not always add to exactly zero even if they are zero, but will be close depending on the precision being used. Typical results might be 1e-12 or -1e-12 using high precision. Using all integer results may show an actual zero amps.).