Find current using KVL (with dependent source)

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
2 replies · 2K views
iharuyuki
Messages
15
Reaction score
1

Homework Statement


upload_2015-4-15_22-24-13.png


Homework Equations


V = IR
Kirchoff's Voltage Law

The Attempt at a Solution


[/B]
Top loop - a
Bottom right - b
Bottom left - c
Ix = x

KVL:
top: a(6000) + (a-b)(2000) + 5x - 10=0
bottom right: -5x + (b-a)(2000) + b(3000) + (b-c)(4000) = 0
bottom left : 10 + (c-b)(4000) + c(2000) = 0
x = -c

x comes out to 2 mA when it should be 1.5. Where did I make a mistake?

Thank you very much.
 
Physics news on Phys.org
got it! That was the error. The proper equations were this:

a(6000) + (a-b)(2000) + 5x - 10=0

-5x + (b-a)(2000) + b(3000) + (b-c)(4000) = 0

10 + (c-b)(4000) + c(2000) = 0

x/1000 = -c

Thank you very much!