Using node-voltage analytical technique

  • Thread starter november1992
  • Start date
  • Tags
    Analytical
In summary, the homework statement is to calculate the voltage at each of the extraordinary nodes (V1 – V3), and the current through each of the six resistors.
  • #1
november1992
120
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=[itex]A^{-1}[/itex]B
[itex]\Delta[/itex] = a11C11 + a12C12 + a13C13

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


The Attempt at a Solution





For I1+I2+I3=0:

[itex]\frac{V1-4}{0.2}[/itex] + [itex]\frac{V1-V2}{0.5}[/itex] + [itex]\frac{V1-2}{0.1}[/itex] = 0

For I4+I5+I6=0:

[itex]\frac{V2-V1}{0.5}[/itex] + [itex]\frac{V2-V3}{0.5}[/itex] + [itex]\frac{V2}{0.1}[/itex] = 0

For I7+I8+I9=0:

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


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

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

(-[itex]\frac{1}{0.2}[/itex])V1 + (-[itex]\frac{1}{0.5}[/itex])V2 + [itex]\frac{1}{0.5}[/itex] + [itex]\frac{1}{0.1}[/itex])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
  • #2
Cannot tell without your working.
 
  • #3
november1992 said:

The Attempt at a Solution





For I1+I2+I3=0:

[itex]\frac{V1-4}{0.2}[/itex] + [itex]\frac{V1-V2}{0.5}[/itex] + [itex]\frac{V1-2}{0.1}[/itex] = 0

For I4+I5+I6=0:

[itex]\frac{V2-V1}{0.5}[/itex] + [itex]\frac{V2-V3}{0.5}[/itex] + [itex]\frac{V2}{0.1}[/itex] = 0

For I7+I8+I9=0:

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

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

For I1+I2+I3=0:

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

And this one:

For I7+I8+I9=0:

-[itex]\frac{V1-4-V3}{0.2}[/itex] + [itex]\frac{V3-V2}{0.5}[/itex] + [itex]\frac{V3-3}{0.1}[/itex] = 0
 
  • #4
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:
  • #5
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
 
  • #6
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.
 

1. What is the node-voltage analytical technique?

The node-voltage analytical technique is a method used in circuit analysis to determine the voltage at each node in a circuit. It involves setting up a system of equations using Kirchhoff's current and voltage laws, and then solving for the unknown node voltages.

2. When is the node-voltage analytical technique used?

This technique is typically used when analyzing circuits with multiple voltage sources, resistors, and other components connected in a complex manner. It is especially useful for circuits with multiple nodes and loops.

3. How is the node-voltage analytical technique different from other circuit analysis methods?

Unlike other methods such as mesh analysis or superposition, the node-voltage analytical technique does not require drawing multiple diagrams or equations. It involves directly solving for the unknown node voltages, making it a more efficient method for larger circuits.

4. What are the limitations of using the node-voltage analytical technique?

The main limitation of this technique is that it can only be used for circuits with a single reference node. It also may not be suitable for circuits with non-linear components or those with changing values over time.

5. Are there any tips for effectively using the node-voltage analytical technique?

It is important to carefully label and assign variables to each node and voltage source in the circuit. Additionally, using a systematic approach and double-checking calculations can help to avoid mistakes and ensure accurate results.

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
26
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
4
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
3
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
7
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
7
Views
2K
  • Introductory Physics Homework Help
Replies
3
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
13
Views
2K
Back
Top