Solving 0th-Order Circuit Equations with Two Variables

  • Thread starter Thread starter pat666
  • Start date Start date
  • Tags Tags
    Circuit Variables
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
pat666
Messages
703
Reaction score
0

Homework Statement



see attached

Homework Equations


The Attempt at a Solution



[tex]0=(v_1-128)/5-V_1/60-(v_2-V_1)/4[/tex]
[tex]0=(v_2-v_1)/4-v_2/80-(v_2-320)/10[/tex]
I obviously know what the answer should be from multisim but its not coming out. I've tried multiple combinations of this mainly just changing -s to +s because I can never get the current direction right for some reson.

Thanks

edit: the covered up resistor is a 10ohm
 

Attachments

  • 4.13.png
    4.13.png
    13.3 KB · Views: 491
on Phys.org
pat666 said:

Homework Statement



see attached

Homework Equations





The Attempt at a Solution



[tex]0=(v_1-128)/5-V_1/60-(v_2-V_1)/4[/tex]
[tex]0=(v_2-v_1)/4-v_2/80-(v_2-320)/10[/tex]
I obviously know what the answer should be from multisim but its not coming out. I've tried multiple combinations of this mainly just changing -s to +s because I can never get the current direction right for some reson.

Thanks

edit: the covered up resistor is a 10ohm

Yeah, your signs are kind of strange. I just write the sum of the currents out of a node is equal to zero. Don't do subtractions or whatever you are doing.

So your first equation should be:

(v1-V1)/5 + v1/60 + (v1-v2)/4 = 0

Write out both equations using this form, and see if it all solves up better...
 
Yeah, I had an epiphany last night and started getting these right:)
(v1-128)/5 + v1/60 + (v1-v2)/4 = 0
(v2-V1)/4+v2/80+(v2-320)/10=0

v1=162
v2=320
 
pat666 said:
Yeah, I had an epiphany last night and started getting these right:)
(v1-128)/5 + v1/60 + (v1-v2)/4 = 0
(v2-V1)/4+v2/80+(v2-320)/10=0

v1=162
v2=320

v2 looks wrong. V2 = 320V is the right side source, so v2 has to be less than 320V...
 
oops that's a typo v2 cane out as 200V, I put it in Mathematica and it matched multisim so i assumed that I was correct.