2

Is nodal analysis should be applied only when circuit containing current sources..? Or otherwise we have to use source transformation.. When any voltage source is present in the circuit..?

Harry Svensson
  • 8,169
  • 3
  • 34
  • 53
  • Nodal Analysis can be applied when voltage sources are present, and indeed it is often best suited to this situation. – jramsay42 Nov 29 '17 at 11:10
  • 1
    Nodal Analysis applies to all circuits. It is independent on the components used be they sources or not. You can do nodal Analysis on a resist-only network if you like. – Bimpelrekkie Nov 29 '17 at 11:12
  • @Bimpelrekkie, nodal analysis per se can't be used in the presence of voltage sources. Modified nodal analysis is used to accommodate voltage sources. – The Photon Nov 29 '17 at 15:55
  • OP, (Modified) nodal analysis is taught mainly because it's the algorithm used in SPICE and other circuit simulation programs. For pen & pencil analysis we usually use ad hoc methods, and only fall back on NA when a circuit is so messy we should probably just use SPICE anyway. – The Photon Nov 29 '17 at 15:59
  • @ThePhoton No doubt you're right, I meant "Nodal Analysis" in the sense of solving circuits having nodes. I know how to do that but never bothered to remember the exact names of each method. My bad for calling all these "Nodal analysis" ;-) – Bimpelrekkie Nov 29 '17 at 16:01
  • Nodal analysis can be used when voltage sources are present. In nodal analysis it is all about current summation arriving at a node or leaving a node. A node is a junction.. – Amit M Apr 08 '23 at 20:35

2 Answers2

1

I will try to explain in very simple terms.

Basically there are 2 methods Nodal Analysis and Mesh analysis.

Nodal Analysis is done based on Voltages/Potential present at different nodes in the network. If you want to represent a node in a circuit, you can represent that only with a potential i.e voltage, a current flows between nodes only when there is a potential difference between them. In nodal analysis the basic concept used is that total incoming current to a node is equal to total outgoing current, but to represent this incoming and outgoing current we use potential at the nodes (Current flowing through a resistor is equal to potential difference across resistor divided by the value of the resistor, if we consider 2 ends of a resistor as 2 nodes and V1, V2 be the potential at these 2 nodes, then potential/voltage difference across them will be V1-V2 and the current flowing through will be (V1-V2)/R)

In Mesh analysis, we use the concept that total voltage drop across a close circuit is zero, and we use current to compute drop across the different elements of the circuit (Note: current across a series circuit is same for all elements in the circuit)

I hope this will make things a little clear

Naval
  • 21
  • 1
0

As strictly defined, nodal analysis is not able to solve a circuit containing an independent voltage source (or any other element that does not have an "admittance representation"), because it depends on each branch current being able to be expressed as a function of the node voltages.

There is an extended version called modified nodal analysis that is able to solve circuits with voltage sources. Rather than use source transformations, this method uses the supernode concept to eliminate a problematic branch from the nodal analysis and introduce its effect through a supernode equation.

(Modified) nodal analysis is studied mainly because it's the method used in SPICE and other circuit simulators. Of course it's also good to have a well-defined method for solving arbitrary circuits by pencil & paper, but normally we us ad hoc methods for those problems to minimize the amount of algebra required.

The Photon
  • 129,671
  • 3
  • 164
  • 309
  • It's all just currents in and currents out. For hand work, one can merely assign a variable to the unknown current of the voltage source. Given that you can then add an equation illustrating the relationship of the two node voltages, you'll still wind up with exactly N equations and N unknowns. All this without "supernode" thinking, though of course that works as well. – jonk Nov 29 '17 at 17:47
  • @jonk, yes you can do that. But then it wouldn't be nodal analysis (as strictly defined) any more. – The Photon Nov 29 '17 at 17:49
  • :) I'm not arguing about that. That is a matter for electronics engineers to argue over, themselves. It's just defining terms for accurate communications. And I'm just a hobbyist. However, I think in pictures -- like a painting of sorts -- and to me these are all of the same piece of cloth. No meaningful difference, at all. I'd see these alternatives, regardless of the terms applied. I'd still want to use the right terms when communicating and I have no right to suggest anything different to those whose professional life is here. I was just mentioning this point in case it helps the OP. – jonk Nov 29 '17 at 18:16
  • @jonk, and I also realize that we don't have to use the strictest and most careful language all the time to communicate, which is why I said in my answer I was talking about nodal analysis "as strictly defined". – The Photon Nov 29 '17 at 18:53
  • Understood. Then hopefully this discussion here doesn't confuse, but rather at least causes no harm and possibly helps the OP (or others reading along) a little as they consider arriving information. – jonk Nov 29 '17 at 22:21
  • @The Photon..Quote"... not able to solve a circuit containing an independent voltage source....". I am sure this is a typo,....? – LvW Aug 02 '20 at 16:30
  • @LvW What do you think it should say? – The Photon Aug 02 '20 at 16:42
  • Remember that supernodes are only introduced in the modified nodal analysis. – The Photon Aug 02 '20 at 16:53
  • "NOT able to solve.....INdependent voltage sources"? I suppose you mean: Dependend sources, don`t you? – LvW Aug 03 '20 at 07:20
  • @LvW, no. Nodal analysis can NOT solve circuits with independent voltage sources. To do that, you need to introduce supernodes, and then you're doing modified nodal analysis (MNA), not (strictly defined) nodal analysis. – The Photon Aug 03 '20 at 14:24
  • OK - now I know what you mean...I must admit that I do not make a formal distinction between the two during application... – LvW Aug 03 '20 at 15:23
  • @LvW, and if you're doing pen and paper solution you probably don't follow any formal method at all. You look at the thing and figure out which equations will eliminate the most unknowns with the simplest math. It's only if you're actually programming a simulator that you have to worry about these details. – The Photon Aug 03 '20 at 15:26
  • Yes - exactly! That`s the case . Thank you for clarification. More than that: In 99.5% of all cases, I analyze - if any - only circuits like filters, oscillators,... – LvW Aug 03 '20 at 15:41