Circuit Theory/Thevenin-Norton

From testwiki
Jump to navigation Jump to search

Vth using Node

opening load, finding Vth using Node .. code
Vth=6.4516

In using Node

shorting load, finding In using Node .. code
IN=1.064773736

Rth or Rn

Vth/IN=6.45161.064773736=6.0591ohms

Finding Rth using source injection and node

Here is the mupad/matlab code that generates the answer Rth = 6.0591 ohms.

Comparing Node with Thevenin Equivalent

solving using Node .. code
solving using Thevenin equivalent

Solving the node equations yields:

Va=5.393
Vb=1.1673
Vc=1.107
i12=0.3571
v12=4.286

Using the Thevenin equivalent (and voltage divider) to compute voltage across the 12 ohm resistor:

v12=Vs*12Rtotal
v12=6.4516*126.0591+12=4.287

So they match ...

Thevenin voltage and resistance can not be computed from a node analysis of the entire circuit, but the node analysis of the entire circuit can be used to check if the thevenin equivalent produces the same numbers. Template:BookCat