PDA

View Full Version : circuits: find current in the resistors


pattiecake
Mar22-04, 01:45 AM
Ok, so what i got here is a drawing of a circuit. It's rectangular, with points a & b making up one side of the rectangle. It's a symetrical diagram-use your imagination...

7
4 __w__ 9
__w__| |__w__
| |__w__| |
| 18 |
| |
a b

The "w"'s are the resistors, and the number closest is it's resistance in ohms.

a) Find the equivalent resistance btw points a & b.

Easy. Add the resistance in parallel (1/R), then in series. I got 18.04 ohms.

b) If a potential difference of 34.0 V is applied between points a & b calculate the current in each resistor.

My main problem is I'm confused about the concept of "voltage drop". I know that the current is constant in series, but the voltage is not. That means by the time the current gets to the two resistors in parallel, the voltage is less that 34 V, right? How much less. Do you subtract the resistance of the first resistor (4 ohms) from the voltage-so the voltage entering the resistors in parallel is 30 V? Now voltage is the same in parallel- but also is the sum of the resistors? Hmmm, unless 25=30, I suspect an error in my thinking here...

Help! [*(]

pattiecake
Mar22-04, 01:48 AM
whoa that diagram got a little funky...basically point a connects to a 4 ohm resistor in series, which leads to a (junction?) errr two resistors in parallel: the top is 7 ohms, the bottom is 18 ohms, which connects to the final resistor in series at 9 ohms then to point b.

Chen
Mar22-04, 01:56 AM
Use the [ code ] tag next time: [:)]

7
4 __w__ 9
__w__| |__w__
| |__w__| |
| 18 |
| |
a b

Chen
Mar22-04, 02:01 AM
Originally posted by pattiecake
My main problem is I'm confused about the concept of "voltage drop". I know that the current is constant in series, but the voltage is not. That means by the time the current gets to the two resistors in parallel, the voltage is less that 34 V, right? How much less. Do you subtract the resistance of the first resistor (4 ohms) from the voltage-so the voltage entering the resistors in parallel is 30 V? Now voltage is the same in parallel- but also is the sum of the resistors? Hmmm, unless 25=30, I suspect an error in my thinking here... [*(]
Just imagine you have a battery of 30V between points A and B. First you need to find the total current of the circuit, which is given by V/R(total). This is the current that goes through both the 4ohm and 9ohm resistors, so that's part of the question done.

For parallel resistors, you know that the voltage on them is equivalent (and not the current). Therefore:
V_1 = V_2 = I_1R_1 = I_2R_2
\frac{I_1}{I_2} = \frac{R_2}{R_1} = \frac{7}{18}
This is one equation with two unknowns, so you can't solve it. Luckily you also know that the sum of the two currents should be equal to the total current in the circuit, i.e:
I_1 + I_2 = I_T = \frac{V}{R_T} = \frac{34}{18.04} = 1.885
So now you have 2 equations with 2 unknowns, easy to solve. [:)]

pattiecake
Mar22-04, 08:28 AM
thank you!

pattiecake
Mar22-04, 12:29 PM
So you don't "lose" any current anywhere in the circuit, right? It doesn't dissipate somewhere in the resistors or to an outside source?

Chen
Mar22-04, 12:35 PM
I'm not familiar with the term "losing current", sorry. Current is defined as the flow of charges (namely, electrons) in the circuit and those are certainly not going anywhere. The only thing you do "lose" is energy, which goes into heating the resistors as the charges flow through them.

Chen
Mar22-04, 12:47 PM
Mabye you meant to ask "is the current divided somewhere in the circuit"? To that the answer is yes. When two resistors are connected in parallel the potential drop on them is equal, but the current isn't, it's divided between the resistors like I showed above. [:)]

pattiecake
Mar22-04, 12:48 PM
Got it. Thanks again! [:)]