Kirchoff's Voltage Law: Circuit Troubleshooting Help

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 · 4K views
goldfronts1
Messages
31
Reaction score
0
I am having trouble with the attached circuit to find the voltage drops. Can anyone please assist. Thanks
 

Attachments

  • circuit.gif
    circuit.gif
    17.8 KB · Views: 603
on Phys.org
goldfronts1 said:
I am having trouble with the attached circuit to find the voltage drops. Can anyone please assist. Thanks

Hi goldfronts1! :smile:

Show us how far you've got, and where you're stuck, and then we'll know how to help. :smile:
 
Ok I used the loops ad, be, dg, ef. All going clockwise from the node.

to get 4 equations and I set them equal to zero. however, from those four equations. you can't solve for any unknown variable. Please let me know if this is solvable as I have tried several different ways and can't come up with any solution.

Thanks
 
goldfronts1 said:
Ok I used the loops ad, be, dg, ef. All going clockwise from the node.

to get 4 equations and I set them equal to zero. however, from those four equations. you can't solve for any unknown variable. Please let me know if this is solvable as I have tried several different ways and can't come up with any solution.

Hi goldfronts1! :smile:

Yes … there are only 4 independent equations, and 6 unknowns.

In fact, it's obvious that you can choose Vde and Vef to be anything, and still solve for all the others. :frown:

Was there any other constraint … for example, all the resistances being equal? :confused:
 
It's strange that they would ask for the voltages, Vfa, Vac, Vai, and Vfb, since they can be determined without solving anything.

The remaining voltages can be found by traversing paths that don't pass through Vhg and Vih.

If you define 6 loop currents I1 through I6 in the loops as indicated, clockwise:

I1 = abed
I2 = bcfe
I3 = dehg
I4 = efih
I5 = abcfed
I6 = defihg

and create a 6x6 matrix to solve for the 6 unknown voltages, you will find that the matrix is rank deficient. The matrix has only rank 4, which means that two of the unknowns can be selected arbitrarily.

Designate a voltage by the symbol Vxy, which represents the voltage between nodes x and y, with node x being the positive end.

Let Vhg and Vih be selected arbitrarily; the we can solve for the other four:

Vda = Vhg+Vih+14
Veb = Vih+14
Ved = 8-Vhg
Vfe = -6-Vih

If you let Vhb = 0 and Vih =0, then:

Vda = 14
Veb = 14
Ved = 8
Vfe = -6

I hope I didn't make any mistakes, but you should check it out yourself.
 
Yeah it looks like there are more unknowns than linearly independent loop equations can be constructed out of them. Odd. I always hated questions like these since it means you can't tell if you're doing something wrong.