New Reply

Nodal Analysis Problem

 
Share Thread Thread Tools
Jun2-12, 07:53 PM   #1
 

Nodal Analysis Problem


I need to find V0 in the given circuit. I've uploaded both the problem, and an annotated one with the variables I chose.

These are the equations I got for the system:
[tex]V_{0}=30-V_{2}-V_{3}[/tex]
[tex]V_{2}=30-i_{1}(10\Omega )[/tex]
[tex]V_{2}=I_{X}(2\Omega )[/tex]
[tex]V_{3}=30-V_{2}-(-i_{1})(1\Omega )[/tex]
[tex]V_{0}=i_{4}(5\Omega )[/tex]
[tex]I_{X}=i_{1}+i_{2}[/tex]
[tex]4I_{X}=i_{2}+i_{4}[/tex]

Does this look right? I'm fairly certain I'm doing this wrong, as I got -15/7A for the current i1.
Attached Thumbnails
problem.jpg   problem2.jpg  
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Front-row seats to climate change
>> Attacking MRSA with metals from antibacterial clays
>> New formula invented for microscope viewing, substitutes for federally controlled drug
Jun2-12, 09:42 PM   #2
 
Recognitions:
Homework Helper Homework Help
You V2 and V3 represent node potentials, not potential differences across the 10 and 1 Ohms resistances. So your first equation is not correct; The same problem exists in several of your other equations, and you've introduced current variables I1 and I2 which are not necessary for writing the node equations.

Clearly V3 and Vo must be the the potentials at the same node (they are connected by a wire), so V3 is in fact equal to Vo and there's no need to have duplicate variables.

How many independent nodes do you count for your circuit? You only need that many node equations, plus one equation for each controlled power supply.
 
Jun3-12, 10:46 AM   #3
 
Quote by gneill View Post
You V2 and V3 represent node potentials, not potential differences across the 10 and 1 Ohms resistances. So your first equation is not correct; The same problem exists in several of your other equations, and you've introduced current variables I1 and I2 which are not necessary for writing the node equations.

Clearly V3 and Vo must be the the potentials at the same node (they are connected by a wire), so V3 is in fact equal to Vo and there's no need to have duplicate variables.

How many independent nodes do you count for your circuit? You only need that many node equations, plus one equation for each controlled power supply.
Okay. Well then I can count 2 nodes. One after the 10Ohm resistor, and one after the 1Ohm resistor. I also want to count the ground rail.
 
Jun3-12, 10:54 AM   #4
 
Recognitions:
Homework Helper Homework Help

Nodal Analysis Problem


Quote by Lancelot59 View Post
Okay. Well then I can count 2 nodes. One after the 10Ohm resistor, and one after the 1Ohm resistor. I also want to count the ground rail.
Okay, so then you should write two equations for the two independent nodes that you've identified (the ground rail is the reference node and doesn't require a separate equation) and one equation that gives the controlled current source value in terms of node potentials.
 
Jun3-12, 01:02 PM   #5
 
Thus far I have:

Node1
[tex]I_{x}=i_{1}+i_{2}[/tex]
[tex]\frac{V_{1}}{2}=\frac{30-V_{1}}{10}+\frac{V_{2}-V_{1}}{1}[/tex]

Node 2
[tex]4I_{x}=i_{2}+i_{3}[/tex]
[tex]4I_{x}=\frac{V_{2}-V_{1}}{1}+\frac{V_{0}}{5}[/tex]

I should be able to eliminate a variable since V0 will be equal to V2.
 
Jun3-12, 01:33 PM   #6
 
Recognitions:
Homework Helper Homework Help
Quote by Lancelot59 View Post
Thus far I have:

Node1
[tex]I_{x}=i_{1}+i_{2}[/tex] [itex]\nearrow[/itex] Not required
[tex]\frac{V_{1}}{2}=\frac{30-V_{1}}{10}+\frac{V_{2}-V_{1}}{1}[/tex]

Node 2
[tex]4I_{x}=i_{2}+i_{3}[/tex] [itex]\nearrow[/itex] Not required
[tex]4I_{x}=\frac{V_{2}-V_{1}}{1}+\frac{V_{0}}{5}[/tex]

I should be able to eliminate a variable since V0 will be equal to V2.
Yes. You also don't need variables i1 or i2, since Ix can be easily obtained from the node voltage V1. That's the "other" equation I was referring to with regards to the controlled source.
 
Jun3-12, 01:37 PM   #7
 
Idea! I pulled a third equation:
[tex]30=V_{1}+V_{2}[/tex]

and therefore:
[tex]30=V_{1}+V_{0}[/tex]

I got some numbers by using this form.

V0=222/5
V1=237/8

I posted this just as you replied. I'll review what you said and take a look at it.
 
Jun3-12, 03:33 PM   #8
 
Recognitions:
Homework Helper Homework Help
Quote by Lancelot59 View Post
Idea! I pulled a third equation:
[tex]30=V_{1}+V_{2}[/tex]
This is not true! V1 and V2 are NODE POTENTIALS, not resistor voltage drops.
You should be able to find Ix from a node potential though... (in fact, it's included as a term in your Node1 equation )
 
Jun3-12, 04:58 PM   #9
 
Why not though? At V2 the only two branches are the resistor and the current source. Therefore V2 is the only potential left to drop before it hits the ground rail.

I do have Ix there, but there are only two equations. I have three variables...
 
Jun3-12, 06:45 PM   #10
 
Recognitions:
Homework Helper Homework Help
Quote by Lancelot59 View Post
Why not though? At V2 the only two branches are the resistor and the current source. Therefore V2 is the only potential left to drop before it hits the ground rail.
Node 2 has three connections: the path to node 1, the path to the controlled current source, and the path to the load resistor.

NOTE: Node voltages ARE NOT RESISTOR DROPS. They are the potentials, w.r.t. ground, of those nodes. If a resistor happens to be connected between a given node and ground, then it will THEN also be that resistor's potential drop. But you should know this already by HOW you write the node equations, right? You take the DIFFERENCE between node potentials for the resistance that lies between the two nodes.
I do have Ix there, but there are only two equations. I have three variables...
Yes, so you want to write an equation for Ix. Hint: You've already incorporated an expression for Ix in your equation for node 1.
 
Jun3-12, 07:24 PM   #11
 
Quote by gneill View Post
Node 2 has three connections: the path to node 1, the path to the controlled current source, and the path to the load resistor.

NOTE: Node voltages ARE NOT RESISTOR DROPS. They are the potentials, w.r.t. ground, of those nodes. If a resistor happens to be connected between a given node and ground, then it will THEN also be that resistor's potential drop. But you should know this already by HOW you write the node equations, right? You take the DIFFERENCE between node potentials for the resistance that lies between the two nodes.


Yes, so you want to write an equation for Ix. Hint: You've already incorporated an expression for Ix in your equation for node 1.
I see what you mean there. I was looking at it the wrong way. I think this is the equation you're referring to:

[tex]V_{1}=I_{x}*2\Omega[/tex]
Since the drop across that will be equivalent to V1.

Doing that substitution I found V0 to be 15/19
 
Jun3-12, 08:48 PM   #12
 
Recognitions:
Homework Helper Homework Help
Quote by Lancelot59 View Post
I see what you mean there. I was looking at it the wrong way. I think this is the equation you're referring to:

[tex]V_{1}=I_{x}*2\Omega[/tex]
Since the drop across that will be equivalent to V1.

Doing that substitution I found V0 to be 15/19
Your expression for Ix looks fine, but I think your reduction for Vo from the node equations does not look correct. Can you detail your work?
 
Jun3-12, 09:19 PM   #13
 
On review I botched something along the way. Revised work:

Rearranged node 1:
[tex]\frac{8}{5}V_{1}=3+V_{2}[/tex]
[tex]V_{1}=\frac{5}{8}(3+V_{2})[/tex]
[tex]V_{1}=\frac{15}{8}+V_{2}[/tex]

Node 2 rearranged to:

[tex]3V_{1}=\frac{6}{5}V_{0}[/tex]

after first using this equation:
[tex]3V_{1}=2I_{x}[/tex]
to sub out the Ix term from it.

Combining them together, and replacing any instances of V2 with V0:
[tex]3(\frac{15}{8}+V_{0})=\frac{6}{5}V_{0}[/tex]
I then got V0 to be -25/3
 
Jun4-12, 02:14 AM   #14
 
Recognitions:
Homework Helper Homework Help
That looks better
Be sure to add the appropriate units to the final value.
 
Jun4-12, 03:47 AM   #15
 
Yes, V0 = -8.33V, so that's correct.

With questions involving nodal analysis, I find it easiest to write out the set of node equations really carefully as you're going to need them to solve for the other variables and the slightest error will obviously follow through and then it's a mess having to troubleshoot 3 or 4 equations. Along the way you will see relevant aspects like that Ix = V1/2 which you're going to need to sub in later for your second node equation.
 
Jun4-12, 11:45 AM   #16
 
Well thanks for the help! This has me off to a good start. I'll just practice the method now.
 
Jun5-12, 11:52 AM   #17
 
Lancelot,

Two equations with two unknowns. No need to figure out sub currents.

Ratch
Attached Thumbnails
Lancelot.JPG  
 
New Reply
Thread Tools


Similar Threads for: Nodal Analysis Problem
Thread Forum Replies
Nodal analysis problem Engineering, Comp Sci, & Technology Homework 2
Nodal Analysis/Superposition Problem Engineering, Comp Sci, & Technology Homework 2
Nodal Analysis Problem (Basic Circuit Analysis) Engineering, Comp Sci, & Technology Homework 2
KCL/Nodal Analysis Problem Introductory Physics Homework 6