A simple electric circuit question

AI Thread Summary
The discussion revolves around understanding the configuration of resistors and power sources in an electric circuit. Key points include the distinction between series and parallel connections, with emphasis on how current flows through the components. Participants explore the implications of adding or removing power sources on the circuit's behavior and resistance calculations. There is also a focus on calculating power dissipation using the correct voltage drops across resistors and internal resistances. The conversation concludes with insights into the relationship between resistance and power dissipation in ideal circuits.
arkofnoah
Messages
124
Reaction score
1

Homework Statement


http://img19.imageshack.us/img19/7701/screenshot20100808at010.png

Homework Equations


The Attempt at a Solution


Do add up the resistances like this:

R_{total} = (\frac{1}{R} + \frac{1}{r} + \frac{1}{r})^{-1}

or R_{total} = R + (\frac{1}{r} + \frac{1}{r})^{-1}
 
Last edited by a moderator:
Physics news on Phys.org
Is R in series or parallel with the power sources?

As a reminder, two circuit elements are in series if and only if any current that comes out of the first one must enter the second one and any current that enters the second one must come out of the first one.

Also, circuit elements A and B are in parallel if and only if all current that goes into both A and B comes from the same section of wire, and all current that comes out of A and B goes to the same section of wire.
 
Last edited:
diazona said:
Is R in series or parallel with the power sources?

As a reminder, two circuit elements are in series if and only if any current that comes out of the first one must enter the second one. Circuit elements A and B are in parallel if and only if all current that goes into A and B comes from the same section of wire, and all current that comes out of A and B goes to the same section of wire.

So does that mean that when taken alone, anyone of the power source r is in series with the resistor R because the current of anyone must enter R?

also imagine that if i remove one of the power source, the other power source is now in series with the resistor. however if i now put in the second power source again, the first two is no longer in series with the resistor anymore?

can there be a current flowing between two positive terminals with equal potentials? this means the current coming out from, say, the leftmost power source, will only have a single path to follow, won't it?
 
arkofnoah said:
So does that mean that when taken alone, anyone of the power source r is in series with the resistor R because the current of anyone must enter R?
Ah, thanks for asking that. I neglected to mention one condition. In order for two elements to be in series, it must also be the case that the current coming into the second one must come from the first one. I edited my previous post to include that.
arkofnoah said:
also imagine that if i remove one of the power source, the other power source is now in series with the resistor. however if i now put in the second power source again, the first two is no longer in series with the resistor anymore?
So are you talking about the two power sources as a group, or individually? It's possible for a group of circuit elements (A,B,C) to be in series with another circuit element (D), even if individually A is not in series with D, B is not in series with D, and C is not in series with D.
arkofnoah said:
can there be a current flowing between two positive terminals with equal potentials?
Remember ΔV=IR. If two terminals have equal potentials, what's ΔV, and then what's I?
arkofnoah said:
this means the current coming out from, say, the leftmost power source, will only have a single path to follow, won't it?
Yeah, that's correct.
 
So are you talking about the two power sources as a group, or individually? It's possible for a group of circuit elements (A,B,C) to be in series with another circuit element (D), even if individually A is not in series with D, B is not in series with D, and C is not in series with D.

Is the following an example of the above circuit:

http://img62.imageshack.us/img62/1310/screenshot20100808at014.png

So ABC taken together is in series with D. A, B and C are in parallel with one another. But is A, taken individually, in series with D?

Anyway I will assume that they are all in parallel because after what you said I have a strong feeling that they are in parallel. So following that I take the formula

P = \frac{V^{2}}{R}

to get the power dissipated by a single power sources

P_{r} = \frac{V^{2}}{r}

and double that for the two power sources.

am I on the right track so far?
 
Last edited by a moderator:
Last edited by a moderator:
arkofnoah said:
Is the following an example of the above circuit:

http://img62.imageshack.us/img62/1310/screenshot20100808at014.png
That's exactly the case I was talking about.
arkofnoah said:
Anyway I will assume that they are all in parallel because after what you said I have a strong feeling that they are in parallel. So following that I take the formula

P = \frac{V^{2}}{R}

to get the power dissipated by a single power sources

P_{r} = \frac{V^{2}}{r}

and double that for the two power sources.

am I on the right track so far?
Yep, that works.
arkofnoah said:
oh and for a circuit like this:

http://img251.imageshack.us/img251/6250/screenshot20100808at020.png

I have been adding up the resistances like this:

R_{total} = R + (\frac{1}{r} + \frac{1}{r})^{-1}

But is this analogous to the circuit given in my very first post, just that instead of power sources I have fixed resistors?
Right, you can use this circuit as a model for how you add up the resistances in your original question.
 
Last edited by a moderator:
ok after some calculations I got the reciprocal of the answer C.

I just divide

P_{r} = \frac{V^{2}}{\frac{r}{2}}

by

P_{total} = \frac{V^{2}}{R_{total}}

and ended up with

\frac{2R+r}{r}

Hmm... where did I go wrong?
 
Although it is a good exercise to actually derive the fraction of power loss, this multiple choice question can be correctly answered by eliminating the answers that cannot possibly be correct. You can do that by inspection, without math. For example, answer (A) cannot possibly be correct (Why?) Can you find the other two and justify their elimination? Think "physics".
 
  • #10
arkofnoah said:
P_{total} = \frac{V^{2}}{R_{total}}
In this formula, you've plugged in the equivalent resistance of the whole circuit, but you're still only using the voltage drop over one of the resistors. That doesn't work. If you want to calculate the power dissipated by a resistor, you have to use the voltage drop over that resistor in P=V^2/R.
 
  • #11
kuruman said:
Although it is a good exercise to actually derive the fraction of power loss, this multiple choice question can be correctly answered by eliminating the answers that cannot possibly be correct. You can do that by inspection, without math. For example, answer (A) cannot possibly be correct (Why?) Can you find the other two and justify their elimination? Think "physics".

Okay interesting approach and a good practice in itself! A is obviously wrong because the fraction is more than 1. I'm thinking B is wrong because of the negative sign in 2R-r but I'm not sure if means anything. And for D I'm suspecting it has something to do with the numerator being 2R but again I don't find this line of reasoning convincing.

Give me some hint :-p
 
Last edited:
  • #12
diazona said:
In this formula, you've plugged in the equivalent resistance of the whole circuit, but you're still only using the voltage drop over one of the resistors. That doesn't work. If you want to calculate the power dissipated by a resistor, you have to use the voltage drop over that resistor in P=V^2/R.

OH! The voltage drop for the internal resistance is the difference between the emf and the terminal p.d, while that for R is the terminal p.d itself. I didn't notice that.

But anyway I think in this case it's easier to use the P = I^2 R formula because the current passing through each of the power source is exactly half of that of the resistor R.

I get the answer now :smile: Thanks!
 
  • #13
arkofnoah said:
Okay interesting approach and a good practice in itself! A is obviously wrong because the fraction is more than 1. I'm thinking B is wrong because of the negative sign in 2R-r but I'm not sure if means anything. And for D I'm suspecting it has something to do with the numerator being 2R but again I don't find this line of reasoning convincing.

Give me some hint :-p
Correct thinking for (A). For the rest, what is the internal resistance of an ideal battery and what should the ratio be when you have ideal batteries?
 
  • #14
kuruman said:
Correct thinking for (A). For the rest, what is the internal resistance of an ideal battery and what should the ratio be when you have ideal batteries?

Zero for both? That's when the fraction of power dissipated by the sources is at the minimum.

So I conclude that the fraction of power dissipated by the sources is proportional to the sum of the resistance of the sources and inversely proportional to the sum of resistance for the entire circuit! Correct reasoning?
 
  • #15
arkofnoah said:
Zero for both? That's when the fraction of power dissipated by the sources is at the minimum.
Correct. When r goes to zero, there should be no internal power dissipation. So when r goes to zero how many of the multiple choice ratios (A) - (D) go to zero and how many do not?

So I conclude that the fraction of power dissipated by the sources is proportional to the sum of the resistance of the sources and inversely proportional to the sum of resistance for the entire circuit! Correct reasoning?
I don't see how you reached this conclusion merely on the basis that the ratio has to be zero when r goes to zero.
 
  • #16
kuruman said:
Correct. When r goes to zero, there should be no internal power dissipation. So when r goes to zero how many of the multiple choice ratios (A) - (D) go to zero and how many do not?

Wow! Okay I completely did not think of that :smile:
 
Back
Top