Using node-voltage analytical technique

  • Thread starter Thread starter november1992
  • Start date Start date
  • Tags Tags
    Analytical
AI Thread Summary
The discussion centers on using the node-voltage analytical technique to calculate voltages at extraordinary nodes (V1, V2, V3) and currents through resistors in a circuit. Initial attempts to apply Kirchhoff's Current Law (KCL) led to incorrect current values, prompting a reevaluation of the equations. After correcting algebraic mistakes and incorporating the effects of all voltage sources, the user successfully recalculated the voltages using matrix inversion. The final results were V1 = 2.85556V, V2 = 0.891089V, and V3 = 3.3819V, which were close to simulated values. The user acknowledged confusion regarding node identification in circuit diagrams as a source of previous errors.
november1992
Messages
120
Reaction score
0

Homework Statement


Calculate the voltage at each of the extraordinary nodes (V1 – V3), and the current through each of the six resistors.

http://i.imgur.com/VbZQH.png


Homework Equations



KCL: ƩIn = 0
V=ir
I=A^{-1}B
\Delta = a11C11 + a12C12 + a13C13

A^{-1} = \frac{adjA}{\Delta}
adjA = [C_{jk}]^{T}


The Attempt at a Solution





For I1+I2+I3=0:

\frac{V1-4}{0.2} + \frac{V1-V2}{0.5} + \frac{V1-2}{0.1} = 0

For I4+I5+I6=0:

\frac{V2-V1}{0.5} + \frac{V2-V3}{0.5} + \frac{V2}{0.1} = 0

For I7+I8+I9=0:

-\frac{V1-4}{0.2} + \frac{V3-V2}{0.5} + \frac{V3-3}{0.1} = 0


(\frac{1}{0.2} + \frac{1}{0.5} + \frac{1}{0.1})V1 - (\frac{1}{0.2} + \frac{1}{0.5})V2 + 0V3 = 40

(\frac{1}{0.5}+\frac{1}{0.5}+\frac{1}{0.1})V2 - (\frac{1}{0.5})V1 + (-\frac{1}{0.5})V3 = 0

(-\frac{1}{0.2})V1 + (-\frac{1}{0.5})V2 + \frac{1}{0.5} + \frac{1}{0.1})V3 = 10

And then I simplified that to:

17V1 - 7V2 + 0V3 = 40
-2V1 + 14V2 -2V3 = 0
-5V1 - 2V2 + 12V3 = 10


My book says I should use Cramer's rule or matrix inversion to solve this. I chose to use matrix inversion because I thought solving a simultaneous equation would take a while.


I ended up with I1 = 2.627, I2 = 2/3, I3 = 2.039

That's obviously wrong since the sum should equal zero. I'm not sure what I did wrong, I just followed the steps in my book.
 
Physics news on Phys.org
Cannot tell without your working.
 
november1992 said:

The Attempt at a Solution





For I1+I2+I3=0:

\frac{V1-4}{0.2} + \frac{V1-V2}{0.5} + \frac{V1-2}{0.1} = 0

For I4+I5+I6=0:

\frac{V2-V1}{0.5} + \frac{V2-V3}{0.5} + \frac{V2}{0.1} = 0

For I7+I8+I9=0:

-\frac{V1-4}{0.2} + \frac{V3-V2}{0.5} + \frac{V3-3}{0.1} = 0

You must include the effect of V3 in this equation, as shown:

For I1+I2+I3=0:

\frac{V1-4-V3}{0.2} + \frac{V1-V2}{0.5} + \frac{V1-2}{0.1} = 0

And this one:

For I7+I8+I9=0:

-\frac{V1-4-V3}{0.2} + \frac{V3-V2}{0.5} + \frac{V3-3}{0.1} = 0
 
Okay, I redid my work and I'm still getting the wrong answer. In my previous post I mistakenly wrote my answers as current values instead of voltages sinceI'm calculating the voltages at the extraordinary nodes.

17V1 - 2V2 - 2V3 = 40
-2V1 + 14V2 -2V3 = 0
-2V1 - 2V2 + 17V3 = 50

After doing the matrix inversion, I ended up with V1 = 2.85556V, V2= 0.891089V and V3 = 3.3819V.

I built the circuit on my computer and I got v1 = 2.8693V, v2 = 0.625V , v3 = 1.5057V
EDIT:

I messed up on my calculations above. I'll re-do them again.
 
Last edited:
november1992 said:
Okay, I redid my work and I'm still getting the wrong answer. In my previous post I mistakenly wrote my answers as current values instead of voltages sinceI'm calculating the voltages at the extraordinary nodes.

17V1 - 2V2 - 2V3 = 40
-2V1 + 14V2 -2V3 = 0
-2V1 - 2V2 + 17V3 = 50

After doing the matrix inversion, I ended up with V1 = 2.85556V, V2= 0.891089V and V3 = 3.3819V.

I built the circuit on my computer and I got v1 = 2.8693V, v2 = 0.625V , v3 = 1.5057V
EDIT:

I messed up on my calculations above. I'll re-do them again.

You haven't done your algebra right. You should have:

17V1 - 2V2 - 5V3 = 40
-2V1 + 14V2 -2V3 = 0
-5V1 - 2V2 + 17V3 = 10
 
Yeah, I realized that after I posted. I got the correct values now, thanks for the help.

What confused me was the top part of the circuit, specifically the 4V source between the two extraordinary nodes. When I look at circuit diagrams I usually make the mistake of assuming the corners are all nodes. So I treated the corner right above V2 as a node. I make a lot of careless mistakes.
 

Similar threads

Replies
4
Views
2K
Replies
26
Views
3K
Replies
2
Views
2K
Replies
3
Views
2K
Replies
7
Views
2K
Replies
7
Views
4K
Replies
6
Views
2K
Back
Top