Format Approach to NODAL ANALYSIS

circuit analysiscurrent-source

SITUATION:

Nodal Analysis is nothing more than applying KCL and is very powerful. I'm working on developing a more clearer perspective of two approaches in Nodal Analysis "GENERAL & FORMAT". Mesh Analysis is also quite powerful but my questions below are pertaining to Nodal Analysis.

The "General Approach" seems to be more extensive when it comes to factoring and simplifying equations into a form to later solve using simultaneous calculation. After studying the "Format Approach" I started to see a more clearer picture of what my equations were actually representing after the factoring and simplification steps. It was showing that the voltage at the node I was applying KCL too, was simply being multiplied by the sum of the conductance attached to that node.

QUESTION #1:
Among the many methods used in solving for unknown currents and unknown voltages would I be theoretically correct in saying that the "Format Approach" is effective in most cases? If not could you explain?

EXAMPLE #1:

I'm including an example here from my textbook to show the "Format Approach".
circuit

"Format" Equation

QUESTION #2:
How do I write the equation, "in the same format as the first example", that is used to solve the circuit below? Since the circuit below has 2 components that are shared, "12V Source & 10 ohm Resistor", I just can't figure out how to write the equation using the same approach as above.

enter image description here

Best Answer

You can solve this circuit by more or less the same method you've given in the question; however you need to plug in one more equation (\$V_1=V_2+12\$) into the system and introduce an unknown current variable. So I'm not sure if we can call it a 'pure' nodal analysis.

This is what you've got to do:

  • Write KCL on the left node (\$I_s\$ is the current through the voltage source): $$6A=\frac { { V }_{ 1 }-{ V }_{ 2 } }{ { R }_{ 3 } } +\frac { { V }_{ 1 } }{ { R }_{ 3 } } +{ I }_{ s }$$

  • Do it again on the node on the right side: $$4A={ I }_{ s }-\frac { { V }_{ 2 } }{ { R }_{ 2 } } +\frac { { V }_{ 1 }-{ V }_{ 2 } }{ { R }_{ 3 } } $$

  • So far, we're in line with the method described in the question. As a last step, write down this one: $$V_1=V_2+12$$

Now we're left with 3 equations in three unknowns, which you can easily solve to get \$V_1, V_2\$ and \$I_s\$