Wednesday, December 21, 2011

On the variation of the power of a resistor with a change in its resistance

So I've been reading up on electronics to prepare for a college project. At this one website, I read that, as a result of long term exposure to heat, the resistance of a resistor goes up, and since V = IR, the voltage across it goes up as well. Also since P = IV, the power of the resistor goes up, so it eventually gives off too much heat and burns up. There was something I didn't like about this explanation. When the resistance increases, wouldn't the current through the resistor decrease? So who says the voltage drop increases more than the current decreases? (Of course, the voltage drop is merely across the resistor itself, not the whole circuit. For a fixed voltage source, the voltage of the source remains.. fixed.) Besides, using V = IR in the equation P = IV gives us P = I2 R. So the power depends upon the square of the current, giving it even more importance. To settle the matter, I decided to get a rule for whether the power increases or decreases.



As in the diagram, we take a fixed voltage source V. Let the resistance of the resistor in question be R1, and the combined resistance of everything else be R. Let the current that originally flows through the circuit (and through R1) be I1, and the current that flows through the circuit after the resistance of the resistor is changed to R2 be I2. And likewise, let the original voltage drop across R1 be V1, and the new voltage drop be V2. Additionally, let us assume that R2 > R1 (i.e. the resistance of the resistor is increased)



For the whole circuit,
V = I1 (R1 + R) -> I1 = V / (R1 + R)
V = I2 (R2 + R) -> I2 = V / (R2 + R)

Now let's evaluate the initial and final power (P1 and P2) across the resistor:
P1 = I12 R1 = [(V / (R1 + R)]2 R1
P2 = I22 R2 = [(V / (R2 + R)]2 R2

Then, P2 – P1 = V2 [ R2/(R2 + R)2 – R1/(R1 + R)2]
= V2 [R2/(R22 + 2R2R + R2) – R1/(R12 + 2R1R + R2)]
= V2 [1/(R2 + 2R + R2/R2) – 1/(R1 + 2R + R2/R1)]
= V2 (R1 + 2R + R2/R1 – R2 – 2R – R2/R2)
   ----------------------------------------------------------
    {(R2 + 2R + R2/R2)(R1 + 2R + R2/R1)
= V2 {R1 – R2 + R2(1/R1 – 1/R2)}
    ----------------------------------------------------
    (R2 + 2R + R2/R2)(R1 + 2R + R2/R1)

Now, V2 > 0 and the denominator is a positive number as well (sum and product of positive numbers).
Therefore, for P2 – P1 > 0 (i.e. for the power to increase),
R1 – R2 + R2(1/R1 – 1/R2) > 0
or, R2(R2 – R1)/(R1R2) > R2 – R1 -------------- (1)

Since we assumed R2 > R1, (R2 – R1) is positive, so we can cancel it from both sides without changing the inequality sign.
R2/(R1R2) > 1
R2 > R1R2
R > √(R1R2) ------------ (A)

To consider the alternative case, when the resistance is decreased i.e. R2 < R1, so (R2 – R1) < 0,
When cancelling (R2 – R1) from (1), we change the sign of the inequality:
R2/(R1R2) < 1
R < √(R1R2) ------------- (B)

What (A) and (B) tell us:
- If the resistance of the resistor is decreased, then the power of the resistor will increase IF the total outside resistance R is greater than the geometric mean of the old and new resistances of the resistor. [R > √(R1R2) ] Conversely, if R < √(R1R2), then the power of the resistor will decrease.
- On the other hand, if the resistance of the resistor is increased, then the power of the resistor will increase IF R is less than the geometric mean of R2 and R1. [R < √(R1R2) ]
Conversely, if R > √(R1R2), then the power of the resistor will decrease. 

Some implications: - If a resistor is part of a circuit with a much higher overall resistance, then if you increase the resistance of the resistor itself, the power across it will increase, thereby heating it up.
- Alternatively, if you take the only resistor in a circuit and decrease it (with the resistance of the wires etc being very low compared to that of the resistor), the power across the resistor will increase as well. If it is decreased low enough, it could result in a short-circuit, burning up the resistor.

No comments:

Post a Comment