The Electrician
Full Member level 5
- Joined
- Jul 13, 2010
- Messages
- 300
- Helped
- 141
- Reputation
- 282
- Reaction score
- 143
- Trophy points
- 1,323
- Location
- Pacific NW
- Activity points
- 4,641
This fact caught my attention initially, but I assumed it had been done so delibearately, in order to measure the current flowing from the left half to the right half of the circuit. I vaguely remember a similar concept as this in the modified nodal analysis (MNA).
I'm perfectly satisfied with you just giving me the help, so you don't need to excuse yourself for taking a little longer than usual!
Although I must admit I wait anxiously for your responses ;-)
The equations for the nodes should be:
KCL@V1: (V1-V2)/1000Ω + (V1-V3)/1000Ω + .002 = 0
KCL@V2: (V2-V1)/1000Ω+V2/1000Ω+(V2-V4)/3000Ω=0
KCL@V3: (V3-V1)/1000Ω+(V3-V4)/4000Ω+(V3-V5)/2000Ω=0
KCL@V4: (V4-V2)/3000Ω+(V4-V3)/4000Ω+V4/7000Ω=0
KCL@V5: (V5-V3)/2000Ω+0.001+V5/9000Ω=0
Alright, here is my result.
KCL@V1: V1(1/1000Ω)+V2(1/1000Ω+1/3000Ω)-V3(1/1000Ω)-V4(1/3000Ω) =-0.002
KCL@V2: V1-V2=3
KCL@V3: -V1(1/1000Ω)+V3(1/1000Ω+1/4000Ω+1/2000Ω)-V4(1/4000Ω)-V5(1/2000Ω)=0
KCL@V4: -V2(1/3000Ω)-V3(1/4000Ω)+V4(1/3000Ω+1/4000Ω+1/7000Ω)= 0
KCL@V5: -V3(1/2000Ω)+V5(1/2000Ω+1/9000Ω)=0.001
Input in matlab: A=[1/1000 (1/1000+1/3000) -1/1000 -1/3000 0; 1 -1 0 0 0; -1/1000 0 (1/1000+1/4000+1/2000) -1/4000 -1/2000; 0 -1/3000 -1/4000 (1/3000+1/4000+1/7000) 0; 0 0 -1/2000 0 (1/2000+1/9000)]
B=[-0.002; 3; 0; 0; 0.001]
A1*B= [1.6487; -1.3513; 1.8423; 0.0140; 3.1437]
Which means: V1=1.6487V V2= -1.3513V V3=1.8423V V4=0.0140V V5=3.1437V
With B=[-0.002; 3; 0; 0; 0.003]
A-1*B= [2.8703; -0.1297; 4.2315; 1.3972; 8.3713]
Which means: V1=2.8703V V2= -0.1297V V3=4.2315V V4=1.3972V V5=8.3713V
So the voltage at the right end of E2 should be 8.3713V-6V=2.3713V
So, lets see if I understand correctly.
And with the vector B=[0; 0; 0; 0; 1]
I get the result with the same inverted A matrix: A1*B [610.8 610.8 1194.6 619.6 2613.8]
The last element is 2613.8Ω, the value at node V5.
This value + R10 gets us the resulting Rth in the thevenin equivalent circuit.
2613.8Ω+10000Ω=12613.8Ω
According to me, we now have Rth and Vth in this schematic:
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?