Circuit Theory/Example70

From testwiki
Jump to navigation Jump to search

original circuit

Vs1=26cos(t+π4)
Vs2=cos(t+π3)
𝕍s1=16(1+j)
𝕍s2=12(1+j3)

The series components can be lumped together .. which simplifies the circuit a bit.

Node Analysis

Node analysis

File:Example70mupad.png
mupad and matlab /code/ for all the work below
𝕍s1𝕍a5𝕍a𝕍a+𝕍s2j3=0
𝕍a=0.42063+j0.065966

Mesh Analysis

Mesh analysis

i1i2Vs1+5*i1=0
i2j3Vs2+i2i1=0
i3=i1i2

Solving

i3=0.42063+j.065966

Which is the same as the voltage through the 1 ohm resistor.

Thevenin voltage

Thevenin voltage requires opening the load

Make ground the negative side of Vs2, then:

Vth=VAVB
Vth=i*j3Vs2
Vth=Vs1+Vs25+j3*j3Vs2

Solving

Vth=0.747977j0.5492

Norton Current

in=i1i2=Vs15Vs2j3
in=0.4667+j0.3220

Thevenin/Norton Impedance

short voltage sources, open current sources, remove load and find impedance where the load was attached

Zth=115+1j3=0.537+j1.5465

check

Zth=VthIn=0.537+j1.5465

yes! they match

Evaluate Thevenin Equivalent Circuit

Going to find current through the resistor and compare with mesh current

i=VthZth+1=0.42063+j0.06599

yes! they match

Find Load value for maximum power transfer

ZL=zth*=0.537j1.5465

Find average power transfer with Load that maximizes

Zth+ZL=0.537*2
Pavg=Re(Vth)2Zth+ZL=0.7479772+0.549222*0.537=0.8037watts

Simulation

The circuit was simulated. A way was found to enter equations into the voltage supply parameters which improves accuracy:

To compare with the results above, need to translate the current and voltage through the resistor into the time domain.

Period

Period looks right about 6 seconds ... should be:

T=1f=2*πw=2*π=6.2832

Current

Current through 1 ohm resistor, once moved into the time domain (from the above numbers) is:

i(t)=0.4258*cos(t+171)

From the mesh analysis, the current's through both sources were computed:

is1=0.1192*cos(t+9.72)

The magnitudes are accurate, they are almost π out of phase which is can be seen on the simulation.

Voltage

The voltage is the same as the current through a 1 ohm resistor:

v(t)=0.4258*cos(t+171)

The voltage of the first (left) source is:

Vs1=26cos(t+pi4)=0.2357*cos(t+45)

The magnitudes match. The voltage through the source peaks before the current because the first source sees the inductor.

The voltage through the resistor should peak about 171 - 45 = 126° before the source ... which it appears to do.

Template:BookCat