Simple Circuit Question (KVL/KCL)

  • Thread starter Thread starter Novark
  • Start date Start date
  • Tags Tags
    Circuit
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
5 replies · 6K views
Novark
Messages
14
Reaction score
0
[Solved]

Homework Statement



4017773043_4297587691_o.jpg


Homework Equations



KCL, KVL, Ohms Law

The Attempt at a Solution



6 = i + (i/4) + (v/8)

I just can't get another equation that relates v & i.

Any suggestions? Am I going about this the right way?
 
Last edited:
Physics news on Phys.org
The branch with the 2 ohm resistor tells you that the voltage drop across it is given by i*(2 ohms), which, from the way the circuit is laid out, must also be equal to v.
 
we know that the equivalent resistance of the io/4 branch is 4 times that in the 2 ohm resistor, because 1/4 the current flows. So it's easy to redraw the circuit using an 8 ohm resistor in place of that branch, and that makes it all nice and easy.
 
cepheid said:
The branch with the 2 ohm resistor tells you that the voltage drop across it is given by i*(2 ohms), which, from the way the circuit is laid out, must also be equal to v.

If that's the case, then won't I get:

6 = i + (i/4) + (2i/8) = (5i/2)
Which would give: i = 12/5.

Am I missing something?
 
cepheid said:
Bad arithmetic:

i = 4i/4

i/4 = i/4

2i/8 = i/4

so the sum is:

4i/4 + i/4 + i/4 = 6i/4 = 3i/2

if 3i/2 = 6, then 3i = 12, and i = 4.

Ah, that's right. Not sure how I made such a silly mistake.
Thank you.