4

This is a practice question from book: Engineering circuit analysis / William H. Hayt, Jr., Jack E. Kemmerly, Steven M. Durbin. — 8th ed. (pag. 91) .

Determine the nodal voltages in the circuit:

enter image description here

Ans: v1 = 3 V, v2 = −2.33 V, v3 = −1.91 V, v4 = 0.945 V.

And this is one of my attempts (The central node is the reference node): When I solve the matrix (I do it through software so that's not the problem) the answers for voltages are not the right ones. And I don't know what I'm doing wrong (Maybe I'm not stating the equations correctly).

enter image description here

  • Spice doesn't even come close to the answer numbers you give (which I assume are supposed to be correct.) That 0.15 Vx component is a voltage-controlled voltage source, depending upon (V3-V4), yes? – jonk Jun 27 '20 at 22:39
  • @jonk The ones on the "Ans: " quote? Those are exactly as they're in the book. Maybe I should have tested the book answer with a simulator. But I've done that with other exercises before just to notice that book answers are actually right. And yes to what you mention about the 0.15 Vx component. – ricardovaras_99 Jun 27 '20 at 23:23
  • 1
    Well, Spice says different things. And so do the equations I developed, which match exactly with Spice and do NOT match those numbers. See [this](https://i.stack.imgur.com/9DVV9.png). If you find a flaw in that, let me know. – jonk Jun 27 '20 at 23:36

1 Answers1

2

Your equations are correct. The only error that you have is G1+G5 in the third line, third column of the matrix. It should be G4+G5.

Paul Ghobril
  • 2,896
  • 1
  • 9
  • 17
  • I didn't noticed, but then it'd be 0.75 instead of 1.25, and it still drops a different answer from that of the book. Gotta check with the simulator then, thanks. – ricardovaras_99 Jun 27 '20 at 23:27
  • 1
    I derived the results using another method and got the same answer with your equations. The answer of the book would be right if we switch the polarity of the voltage-controlled source 0.15vx. You can simply check it by comparing v3-v2 to 0.15x(v3-v4). – Paul Ghobril Jun 28 '20 at 04:56