Showing posts with label power. Show all posts
Showing posts with label power. Show all posts

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.

Saturday, December 4, 2010

On the remainder of powers of an integer

There’s a certain rule, which says that, when a number “a” divides different powers of another number N i.e. N1, N2, N3 … the remainders appear in cyclic form i.e. they repeat a fixed pattern.
Eg. 31 divided by 5 gives a remainder of 3
32 = 9 divided by 5 gives a remainder of 4
33 = 27 divided by 5 gives a remainder of 2
34 = 81 divided by 5 gives a remainder of 1
35 = 243 divided by 5 gives a remainder of  3
and that’s when the pattern starts repeating (3, 4, 2, 1, 3, 4, 2, 1, 3, 4, 2, 1…)

The proof of this is what will now follow. Note: I will only work with the domain of positive integers in the whole of this proof. 

Denote the remainder of any number x, divided by the number a, by the function R(x).

Now, first take a number  N, which, when divided by a, gives a remainder of r.
R(N) = r
Then, N = an + r (where n is an integer)
Raise N to the pth power (p being a positive integer)
Np = (an + r)p
= (an)p + ……… + rp
(by binomial expansion) ---- (1) 
Here, all the terms before rp have an “a” in them, and are therefore together a multiple of a.
So, Np = (multiple of a) + rp
Therefore, rp divided by a will give the same remainder as when Np is divided by a. *
i.e. R(rp) = R(Np) ---- (2)

Now let us prove something first:
If R(rx) = R(ry)
Then R(rx+1) = R(ry+1)

Say R(rx) = R(ry) = R' 
rx = nxa + R'
rx+ 1 = rx . r 
Thus, rx+1 = (nxa + R')r = r nxa + R'r
Similarly, ry = nya + R'
ry+1 = ry . r
ry+1 = (nya + R')r = r nya + R'r
Then, both rx+1 and ry+1 are in the form (multiple of a) + R'r
So R'r divided by a gives the same remainder as rx+1 divided by a
R'r divided by a also gives the same remainder as ry+1  divided by a
=> rx+1 divided by a gives the same remainder as ry+1 divided by a
R(rx+1) = R(ry+1) Proved.

From (2),
If R(Nx) = R(Ny)
Then R(Nx+1) = R(Ny+1) ---- (3)

Take R(Np) as R. If R is not equal to 0, then R can go from 1, 2, 3, 4, … upto a-1. That is a maximum of a-1 possibilities for the value of R. If every next R is different, then we can have at most (a-1) different R’s, after which, R will repeat a value already obtained before, and the rule stated in (3) will cause R to cycle among its fixed values.
Therefore, in the series R(N), R(N2), R(N3), R(N4) etc., we need only find a single repetition in the value of R to ensure that R will repeat in the same fashion ad infinitum.





* Addendum: We can use the rule stated in (2) to simplify finding the remainder of powers of large numbers, for example: 8725 divided by 7.
We note that 87 = 12*7 + 3
Thus, the remainder gotten when 8725 is divided by 7 is the same as the remainder when 325 is divided by 7. Then,
1. 3 / 7 -> 3 ---(1)
2. 9 / 7 -> 2 ---(2)
3. 27 / 7 -> 6 ---(3)
4. 81 / 7 -> 4 ---(4)
5. 243 / 7 -> 5 ---(5)
6. 729 / 7 -> 1 ---(6)
7. 2187 / 7 -> 3 ---(1)
That’s where the repetition starts. So it starts at 3 and cycles every 6 powers. 25 = 6*4 + 1. Thus, the remainder when 325 is divided by 7 is 3, and consequently, the remainder when 8725 is divided by 7 is also 3.