In electrical engineering, modified nodal analysis[1] or MNA is an extension of nodal analysis which not only determines the circuit's node voltages (as in classical nodal analysis), but also some branch currents. Modified nodal analysis was developed as a formalism to mitigate the difficulty of representing voltage-defined components in nodal analysis (e.g. voltage-controlled voltage sources). It is one such formalism. Others, such as sparse tableau formulation,[2] are equally general and related via matrix transformations.
The MNA uses the element's branch constitutive equations or BCE, i.e., their voltage - current characteristic and the Kirchhoff's circuit laws. The method is often done in four steps,[3] but it can be reduced to three:
Step 1
Write the KCL equations of the circuit. At each node of an electric circuit, write the currents coming into and out of the node. Take care, however, in the MNA method, the current of the independent voltage sources is taken from the "plus" to the "minus" (see Figure 1). Also, note that the right hand side of each equation is always equal to zero, so that the branch currents that come into the node are given a negative sign and those that go out are given a positive sign.
Step 2
Use the BCEs in terms of the node voltages of the circuit to eliminate as many branch currents as possible. Writing the BCEs in terms of the node voltages saves one step. If the BCEs were written in terms of the branch voltages, one more step, i.e., replacing the branches voltages for the node ones, would be necessary. In this article the letter "e" is used to name the node voltages, while the letter "v" is used to name the branch voltages.
Step 3
Finally, write down the unused equations.
G
G=1/R
R
Element | Branch equation | ||||
---|---|---|---|---|---|
Resistor | IR=GVR | ||||
Capacitor | IC=C
|
Step 1
In this case there are two nodes,
e1
e2
i | |
Vs |
iR
iC
At node e1 the KCL yields:
i | |
Vs |
+iR=0
and at node e2:
-iR+iC=0
Step 2
With the provided BCEs in the table and observing that:
Vs=e1
VR=e1-e2
VC=e2,
the following equations are the result:
G(e1-e2)+
i | |
VS |
=0
C | de2 |
dt |
+G(e2-e1)=0
Step 3
Note that at this point there are two equations but three unknowns. The missing equation comes from the fact that
e1=Vs
and so finally we have three equations and three unknowns, that leads to a solvable linear system.
If the vector
x=\begin{pmatrix}e1&e2&i
VS |
\end{pmatrix}T
Ex'(t)+Ax(t)=f,
where
A=\begin{pmatrix}G&-G&1\\-G&G&0\\1&0&0\end{pmatrix}
E=\begin{pmatrix}0&0&0\\0&C&0\ 0&0&0\end{pmatrix}
f=
T | |
\begin{pmatrix}0&0&V | |
s\end{pmatrix} |
This is a linear differential algebraic equation (DAE), since
E
DAEs assume smooth characteristics for individual components; for example, a diode can be modeled/represented in a MNA with DAEs via the Shockley equation, but one cannot use an apparently simpler (more ideal) model where the sharply exponential forward and breakdown conduction regions of the curve are just straight vertical lines. Circuit analysis (including MNA) with the latter kind of equations is actually more involved (than using DAEs) and is the topic of non-smooth dynamical systems (NSDS) analysis, which relies on the theory of differential inclusions.[6] [7]