Tricky circuit with variable resistor

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
4 replies · 1K views
zeralda21
Messages
119
Reaction score
1

Homework Statement


An electric circuit comprises two series resistors A and B, the first of which has a given resistance R_A and the second variable resistance R_B, over which a constant DC voltage U is added. How shall the resistance R_B be selected so that the power P developed in resistor B will be at its maximum?

All components may be assumed to be idealized.

Homework Equations



Ohms law [tex]U=RI[/tex] and
[tex]P=UI=RI^2[/tex]


The Attempt at a Solution



My strategy is to calculate the current in the circuit and consequently the power in B with [tex]P_B=R_B*I^2[/tex] which shall be maximized.

The total resistance in the circuit is [tex]R=R_A+R_B[/tex] and the current is therefore [tex]I = U/(R_A+R_B)[/tex] and the power is hence: [tex]P_B=R_B*I^2=\frac{R_{B}U^2}{(R_A+R_B)^2}[/tex]. How can I proceed and maximize this ?
 
Physics news on Phys.org
Your power equation is correct. Solving max problems like this is normally a calculus problem. Without calculus, I suggest that you try assigning a value to Ra and do a plot of power on you calculator and find the max.
 
One of the first things you learn in calculus is how to take the derivative of a function. The derivative of a function is another function that gives the slope of the original function at any point. So, if one sets the derivative to zero and solve for the variable, you can find the minimums and maximums of the function. Consider a function y = x^2 - 4x + 5. The derivative is 2x-4. Setting 2x-4 = 0 gives x = 2 and that is where the minimum is. Calculus is cool!
 
Alright! Yes I know about derivatives and just solved this problem by introducing a dimensionless quantity [tex]x=\frac{R_A}{R_B}[/tex] and maximizing the function [tex]f(x)=\frac{x}{(1+x)^2}[/tex]