Circuit Theory/2Source Excitement/Thevenin and Norton

From testwiki
Revision as of 20:51, 22 June 2013 by imported>QUBot (Adding BookCat to uncategorised page)
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)
Jump to navigation Jump to search

Thevenin Voltage

After opening the current source, have a series circuit. The overall current is going to be :

𝕀t=𝕍sXL1+XL2+R1+XC2+XC1

VAB due to the voltage source is going to be the drop across C2 and L2 which is (matlab code):

𝕍AB=𝕀t*(4j)=0.02040.0344*i

VAB due to the current source is a little more difficult. Put ground in between C2 and L2. Use node analysis at the junction of C1, R2 and R1:

𝕀S𝕍NR1+XL1+XL2𝕍NXC1+XC2=0

Solving for VN:

𝕍N=𝕀S11R1+XL1+XL2+1XC1+XC2

Now can find the current in the two parallel branches. Then VAB is going to be the drop across C2 minus the drop across L2 (because the currents are going in opposite directions):

VAB=𝕍NXc1+XC2*XC2𝕍NR1+XL1+XL2*XL2=118.0118.0*i

So the Thevenin voltage is going to be the addition of the two VAB's (matlab code):

Vth=118.0118.0*i

Norton Current

Current in the short due to the voltage source is the total current:

𝕀N=𝕍1R1+XC1+XL1

Current in the short due to the current source is a little more difficult. From the first drawing:

𝕀N=𝕀C1𝕀C2

Both IC1 and IC2 can be found through current dividers, so IN is:

𝕀N=𝕀s*(R1+XL1R1+XL1+XC1XL2XL2+XC2)

Thevenin Resistance

Template:BookCat