Node Analysis in AC Circuits
concept
Just like mesh analysis uses Kirchhoff's voltage law to turn a circuit into a series of simultaneous equations, node analysis uses Kirchhoff's current law to do the same things.
Why would we want node analysis in a world with mesh analysis? Well some problems are just simpler using one or the other.
In node analysis we write KCL for each node, that means that for every node in the circuit we write an expression for the currents coming into and out of the node and we claim that they all sum to zero. That is, no current enters a node without also leaving it.
fact
The steps to "Node Analysis" are:
- Find the impedances of each resistor, capacitor and inductor in the circuit given the frequency of the source(s)
- Convert everything in the circuit to phasor form
- Choose a ground reference node (choosing the node with the most branches is usually a good choice but you can choose any node and get the right answer)
- Assign a variable for the voltage at each node (like V1 for the voltage at node 1)
- Write KCL for each node in the circuit, setting the sum of all currents entering a node to zero. The current from node 1 to node 2 with a resistor R between them is simply: V1−V2R
- Solve the equations simultaneously using your favourite method
example
Find the voltage V1 in the circuit below using node analysis.
Usually our circuit won't be so nice and we'll have several nodes with unknown voltages to deal with.
If our circuit has a voltage source that isn't connected to our reference node (0V) then we need to handle it a little differently.
First we'll pretend that the two nodes are actually one large node and write KCL for all the branches coming into or out of either of the two connected nodes. Then we write a second equation linking the two nodes' voltages using the voltage source (i.e. V_3 = V_4 + 5V for a 5V battery).
fact
When a voltage source links two non-reference nodes in nodal analysis we join the two nodes into a "super node" and write KCL for both the nodes at once (all currents entering either node must be balanced by a current leaving one of the nodes). Then we write a second equation linking the two nodes' voltages by the current source.
example
Find the voltage V2 in the circuit below.