A simple electric circuit question

Click For Summary

Homework Help Overview

The discussion revolves around a simple electric circuit problem involving resistors and power sources. Participants explore the relationships between circuit elements, specifically focusing on series and parallel configurations, as well as the implications for total resistance and power calculations.

Discussion Character

  • Conceptual clarification, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss how to calculate total resistance in various configurations, questioning whether certain elements are in series or parallel. They explore the implications of removing power sources and how that affects the circuit's configuration. There are inquiries about current flow between elements with equal potentials and the conditions for series connections.

Discussion Status

The discussion is active, with participants providing clarifications and exploring different interpretations of circuit configurations. Some guidance has been offered regarding the conditions for series and parallel arrangements, and there is a recognition of the need to consider voltage drops when calculating power dissipated by resistors.

Contextual Notes

Participants are working within the constraints of homework rules, which may limit the information they can use or the methods they can apply. There are ongoing questions about specific circuit setups and the assumptions underlying their calculations.

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:

[tex]R_{total} = (\frac{1}{R} + \frac{1}{r} + \frac{1}{r})^{-1}[/tex]

or [tex]R_{total} = R + (\frac{1}{r} + \frac{1}{r})^{-1}[/tex]
 
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

[tex]P = \frac{V^{2}}{R}[/tex]

to get the power dissipated by a single power sources

[tex]P_{r} = \frac{V^{2}}{r}[/tex]

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

[tex]P = \frac{V^{2}}{R}[/tex]

to get the power dissipated by a single power sources

[tex]P_{r} = \frac{V^{2}}{r}[/tex]

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:

[tex]R_{total} = R + (\frac{1}{r} + \frac{1}{r})^{-1}[/tex]

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

[tex]P_{r} = \frac{V^{2}}{\frac{r}{2}}[/tex]

by

[tex]P_{total} = \frac{V^{2}}{R_{total}}[/tex]

and ended up with

[tex]\frac{2R+r}{r}[/tex]

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:
[tex]P_{total} = \frac{V^{2}}{R_{total}}[/tex]
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:
 

Similar threads

Replies
10
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 6 ·
Replies
6
Views
1K
Replies
8
Views
2K
  • · Replies 21 ·
Replies
21
Views
2K
Replies
4
Views
2K
  • · Replies 26 ·
Replies
26
Views
3K
Replies
64
Views
6K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
3
Views
2K