How Do You Determine the Load Resistor Value for Maximum Power Dissipation?

AI Thread Summary
The discussion focuses on determining the load resistor value for maximum power dissipation in a circuit with a constant voltage source and internal resistance. The power dissipated by the load resistor is given by the equation P = RV^2/(R+r)^2, and it is established that maximum power occurs when the load resistor R equals the internal resistance r. Participants engage in finding the first derivative of the power equation, setting it to zero to identify critical points, and confirming that R = r is a valid solution. There is also discussion about simplifying the derivative and verifying that this condition indeed results in maximum power dissipation. Ultimately, the consensus is that R = r is the only practical solution for maximum power.
chocolatecake
Messages
16
Reaction score
4

Homework Statement



A constant voltage source V with internal resistance r is connected to a load resistor R. The dissipated power by the resistor R is P=RV^2/(R+r)^2. Show that the maximum power dissipated by the resistor R is achieved when R = r. The maximum of P with respect to R is achieved when dP/dR = 0.

Homework Equations


[/B]
P = RV^2/(R+r)^2

The Attempt at a Solution


[/B]
Well, I think that I need to find the absolute maximum. That means I need to find the first derivative, find the critical points, evaluate the equation at the critical points and find the absolute maximum. And somehow show that R = r.

To find the first derivative, I used the chain rule and came up with this:

f(g(x)) -> f'(g(x))g'(x)

P = RV^2/(R+r)^2 f = RV^2/x^2 g = R+r
f' = (2Vx - 2xRV^2)/x^4 g' = 0

P'= (2V(R+r) - 2(R+r)RV^2)/(R+r)^4
= (2V - 2RV^2)/(R+r)^3

(2V - 2RV^2)/(R+r)^3 = 0

I don't know if this is correct and I don't know how to go on from here. The denominator can't be zero because the derivative won't exist at those points. But if I set the nominator to zero, it doesn't really help me because there's no r, only R. What am I doing wrong?

All help is appreciated, thanks!

 
Physics news on Phys.org
chocolatecake said:
(2V - 2RV^2)/(R+r)^3 = 0

I don't know if this is correct
Welcome to the PF. :smile:

I don't think it's correct, because at least the units don't match. I also don't quite follow your approach at the derivative. Certainly your thoughts to take the derivative and set it equal to zero are correct...

Let me post my work in a couple of minutes to see if it helps...
 
Last edited:
  • Like
Likes chocolatecake
(using LaTeX to post the math -- you can find the tutorial for LaTeX here: https://www.physicsforums.com/help/latexhelp/)

P(R) = R\frac{V^2}{(R+r)^2} = (RV^2)(R+r)^{-2}
\frac{dP(R)}{dR} = (RV^2)(-2)(R+r)^{-3}(1) + (R+r)^{-2}(V^2) = 0
(Distribute, simplify, simplify...)
-R^3-R^2r+Rr^2+r^3 =0
Which you should be able to solve. By inspection, one solution is r=R:
-r^3-r^3+r^3+r^3= 0
But maybe there are other solutions? :wink:
 
Last edited:
  • Like
Likes chocolatecake
BTW, I've never liked the quotient rule for derivatives. I always prefer to convert the equation into a product, and apply that differentiation rule instead. It's simpler for my tiny brain... :smile:
 
Thank you so much for your help!

I thought that the derivative might be wrong. Thanks for the idea to convert the equation into a product. It's so much easier, I'm always going to do that from now on.
Anyways, I tried it on my own, but I got something different than you have. I'm not sure if my solution is correct:##P'(R) = V^2 (R+r)^{-2 }+ (RV^2)(-2)(R+r)^{-3} = 0##

if R = r:

##V^2 (r+r)^{-2} + (rV^2)(-2)(r+r)^{-3} = 0##

##(rV^2)(-2)(r+r)^{-3} = \frac{-V^2}{(r+r)^2}##

##(rV^2)(-2)(2r)^{-3} = \frac{-V^2}{(2r)^2}##

##\frac{(rV^2)}{(2r)^3} = \frac{V^2}{2(2r)^2}##

##rV{^2} = \frac{V^2(2r)^3}{2(2r)^2}##

##rV{^2} = \frac{V^2(2r)}{2}##

##rV{^2} = \frac{2V^2 rV^2}{2}##

##rV{^2} = V^2 rV^2##

##0 = \frac{V^2 rV^2}{rV^2}##

##0 = V^2##

##0 = V##

So technically, if R = r, the derivative is zero when V is zero. But is that enough to show that the maximum power is dissipated when R = r?

Also, thank you for the link to the LaTeX tutorial! :)
 
  • Like
Likes berkeman
chocolatecake said:
P′(R)=V2(R+r)−2+(RV2)(−2)(R+r)−3=0P'(R) = V^2 (R+r)^{-2 }+ (RV^2)(-2)(R+r)^{-3} = 0

if R = r:

V2(r+r)−2+(rV2)(−2)(r+r)−3=0
I wouldn't set r=R so early. Just see if you can simplify the derivative down to the final form that I showed, and then see if you can solve for R in terms of r then...
 
  • Like
Likes chocolatecake
I understand now how to find the derivative but I don't understand how to simplify to ##-R^3-R^2r+Rr^2+r^3 =0##
How did you get R^2r or Rr^2? I tried using the binomial theorem for (R+r)^2 and (R+r)^3 but that made everything even more confusing.
What I ended up with is basically this:

##\frac{V^2(R+r)+2(RV^2)}{2R^3+6R^2r+6Rr^2+2r^3}=0##

But this doesn't look right.

So I decided to pick random values for R and V instead:

R = 3
V = 4

##(3)(4^2)(-2)(3+r)^{-3}+(3+r)^{-2}(4^2)=0##

##48(-2)(3+r)^{-3}+(3+r)^{-2}(16)=0##

##\frac{-96}{(3+r)^3}+\frac{16}{(3+r)^2}=0##

##96=\frac{16(3+r)^3}{(3+r)^2}##

##96=16(3+r)##

##3=r##

Therefore, r = R

Is that correct?
 
chocolatecake said:
I understand now how to find the derivative but I don't understand how to simplify to −R3−R2r+Rr2+r3=0-R^3-R^2r+Rr^2+r^3 =0
How did you get R^2r or Rr^2?
P(R) = R\frac{V^2}{(R+r)^2} = (RV^2)(R+r)^{-2}
\frac{dP(R)}{dR} = (RV^2)(-2)(R+r)^{-3}(1) + (R+r)^{-2}(V^2) = 0
\frac{-2RV^2}{(R+r)^3} + \frac{V^2}{(R+r)^2} = 0
Divide both sides by V^2 to get rid of the voltage dependence (it is not needed), put both of the LHS terms over a common denominator, multiply both sides by that denominator to get rid of it, distribute terms, gather terms, and I get to:
-R^3-R^2r+Rr^2+r^3 =0
I think it can be factored, but I haven't gotten that to work right away. I'll give it another shot. Can you work through simplifying the derivative and eliminating the voltage V now?
 
  • Like
Likes chocolatecake
berkeman said:
I think it can be factored, but I haven't gotten that to work right away.
See if ##(r - R)(r + R)^2## fills the bill :smile:
 
  • Like
Likes chocolatecake and berkeman
  • #10
gneill said:
See if ##(r - R)(r + R)^2## fills the bill :smile:
Lordy, I was off in the weeds with 6 unknowns and 4 equations in the factoring... Thanks for the help!
 
  • Like
Likes chocolatecake and gneill
  • #11
berkeman said:
But maybe there are other solutions?
An easier way is to make the denominator simpler by substituting S=R+r:
##\frac{P}{V^2}=\frac{S-r}{S^2}##
Differentiating wrt S, and multiplying by S4 to get rid of the denominator: ##S^2=2S(S-r)##.
 
  • Like
Likes chocolatecake and cnh1995
  • #12
berkeman said:
Divide both sides by V^2 to get rid of the voltage dependence (it is not needed), put both of the LHS terms over a common denominator, multiply both sides by that denominator to get rid of it

Ok, that makes sense to me now. If I do it, it looks like this:

##\frac{-2R(-2)V^2}{(R+r)^3}+\frac{V^2}{(R+r)^2}=0##

divide by ##V^2## :
##\frac{4R}{(R+r)^3}+\frac{1}{(R+r)^2}=0##

common denominator:
##\frac{4R(R+r)^2}{(R+r)^5}+\frac{(R+r)^3}{(R+r)^5}=0##

multiply by common denominator:
##4R(R+r)^2+(R+r)^3=0##

but after that it looks different from what you have:

expand the terms:
##4R(R^2+Rr+Rr+r^2)+R^3+3R^2r+3Rr^2+r^3=0##

and I end up with:
##5R^3+11R^2r+7Rr^2+r^3=0##

Where did I go wrong? Where are the negative signs in your equation coming from?
 
  • #13
haruspex said:
An easier way is to make the denominator simpler by substituting S=R+r:
PV2=S−rS2\frac{P}{V^2}=\frac{S-r}{S^2}
Differentiating wrt S, and multiplying by S4 to get rid of the denominator: S2=2S(S−r)S^2=2S(S-r).

But if I substitute R+r with S, then I have three variables. And I don't understand where the ##\frac{P}{V^2}## is coming from. If we have a P there, then there are four variables (S, V, P and R).
 
  • #14
chocolatecake said:
Ok, that makes sense to me now. If I do it, it looks like this:

−2R(−2)V2(R+r)3+V2(R+r)2=0\frac{-2R(-2)V^2}{(R+r)^3}+\frac{V^2}{(R+r)^2}=0
Where did the extra -2 come from in the numerator of the first term?
 
  • #15
berkeman said:
Where did the extra -2 come from in the numerator of the first term?

Well, the numerator was ##-2RV^2##, so I rewrote it as ##-2R(-2)V^2##.
But I just realized that this was nonsense because it would only work if the numerator was ##-2(R+V^2)##.
I'll try it again, give me a few minutes.
 
  • Like
Likes berkeman
  • #16
Now I got it! :partytime:

##-2R(R^2+Rr+Rr+r^2)+R^3+3R^2r+3Rr^2+r^3=0##
##-2R^3-2R^2r+(-2R^2r)-2Rr^2+R^3+3R^2r+3Rr^2+r^3=0##
##-R^3-R^2r+Rr^2+r^3=0##

and then if I substitute R=r, I get the same as you did: ##-R^3-R^3+R^3+R^3=0##
Thank you!

But now I still have to find the absolute maximum, or is this sufficient to show that R = r at the max. dissipated power?
 
  • #17
chocolatecake said:
But now I still have to find the absolute maximum, or is this sufficient to show that R = r at the max. dissipated power?
Given the help we got from @gneill in factoring, it looks like there is only one value of R that makes that equation equal to zero, right?
gneill said:
See if ##(r - R)(r + R)^2## fills the bill :smile:
And to show that it maximizes power, you could either evaluate the 2nd derivative at that point to verify that it is negative, or you could plug R = 1.1r and R = 0.9r into the original power equation to show that you get less power delivered to R when it's slightly more or less than matching r.

Good job, and way to hang in there! :smile:
 
  • Like
Likes chocolatecake
  • #18
Great, I will try that!
Thank you for your help and your time! :smile:
 
  • Like
Likes berkeman
  • #19
And thank you to the others who helped as well of course! :smile:
 
  • Like
Likes berkeman
  • #20
berkeman said:
...
But maybe there are other solutions? :wink:

I came up with a total of 5 solutions.
Though, R = r was the only one that made sense.
The others were kind of impractical.
 
  • Like
Likes chocolatecake
  • #21
chocolatecake said:
But if I substitute R+r with S, then I have three variables.
No, S is instead of R, so still only two variables.
chocolatecake said:
I don't understand where the ##\frac{P}{V^2}## is coming from
You started with ##P=\frac{RV^2}{(R+r)^2}##. I just divided through by V2 then replaced R by S-r everywhere.
In physical terms, I am keeping r fixed and varying the total resistance. The maximum P occurs when the sum, S, is 2r.
 
  • Like
Likes chocolatecake
  • #22
P=I2R=E2R/(r+R)2
∴dP/dR=E2[(r+R)2-2R(r+R)]/(r+R)4.

For dP/dR=0,
the numerator of the above equation should be 0, which gives r=R.
 
  • Like
Likes chocolatecake
  • #23
cnh1995 said:
P=I2R=E2R/(r+R)2
∴dP/dR=E2[(r+R)2-2R(r+R)]/(r+R)4.

For dP/dR=0,
the numerator of the above equation should be 0, which gives r=R.
That looks like a nice reason to use the quotient rule for the differentiation in this case, I guess (I still dislike it in general). :smile:

But you still have to distribute and factor the numerator to be sure r=R is the only solution, don't you?
 
  • Like
Likes cnh1995
  • #24
berkeman said:
But you still have to distribute and factor the numerator to be sure r=R is the only solution, don't you?
Yeah, the numerator beomes
r2+2rR+R2-2rR-2R2=0, which simplifies to
r2-R2=0.
So r=R is the only sensible solution.
 
  • Like
Likes chocolatecake and berkeman
  • #25
cnh1995 said:
P=I2R=E2R/(r+R)2
∴dP/dR=E2[(r+R)2-2R(r+R)]/(r+R)4.
But that's a different equation from the one in the problem, isn't it?
 
  • #26
chocolatecake said:
But that's a different equation from the one in the problem, isn't it?
No, the equation for the power is the same as in the OP.
For finding dP/dR, the quotient rule is used.
 
Back
Top