Oh geez...
Vaughan Odendaa said:
10*log(2) = ~3
How does one arrive at this ? Could you break this down any further ? At the moment I'm just looking at a few numbers. In fact, Everast's book has the same answer, but again, I have no idea how one reaches that conclusion.
Thanks.
--Sincerely,
Another way to find squares and square roots is through base 10 logs. If you take the log of a number, divide it by 2, then take the anti-log (10^x) of the result, you get the square root. 10 because it is base 10 and x is the result of log(n)/2 = x.
So you do this:
log(4)/2 = 0.30103
Then 10^0.30103 = 2.000 (that's 10 raised to the power of 0.301)
Why is this important? We'll get there.....slowly
By definition E(volts) = I(amps)*R(resistance)
Power is P(watts) = I*E
Let's do some math.
Let:
I=2
E=2
R=1
E= I*R = 2*1 = 2
Okay, that worked as it should.
Then P=2*2 = 4 watts
Great.
Now lets double our current:
E=I*R = 4*1 = 4 volts
Our voltage ALSO doubled.
Therefore, power is now:
P=I*E = 4*4 = 16 watts, It quadroupled. this is known as the "Square Law Relationship" in math.
What if you only wanted to double your power.
Well, if you noticed we have I*E to get power. What if you only know one of those two values? Since the two values BOTH increase, by substitution you can write the forumla P= E*E or I*I for a normalized resistance of 1 ohm. So P would be equal to either E^2 or I^2(E square, or I squared). In the real world R isn't going to be equal to 1 and that is the only place this is valid. Without going through the gyrations, you end up with P= I^2/R or P= E^2 * R
There's that square law again......
Now if you know the power, but need to find the current, you have to manipulate the formula and you get:
I = (P/R) ^1/2 (square root of power divided by resistance) -is it becoming clear yet?
In order to get a doubling of the power x2 -you actually need to multiply the current and voltage by the square root of 2- remember that little trick?
log(2)/2 = 0.1505 and 10^0.1505 = 1.414
So if we remember that I and E increase equally for a fixed resistance:
P = (2*1.414) * (2*1.414) = 2.828 * 2.282 = 7.99 watts (essentially double)
I hope this shows you the link between base 10 logs and the other formulas.
Now, the basic unit is the Bel which is a base 10 log of a ratio. To get decibels, we multiple by 10 or 10* log (ratio) = decibels
Therefore, 10*log(2/1) = 3.01 dB
If we only knew voltage (or current) is doing, because of the square law relationship, we get:
(2*10) * log(2/1) = 6.02dB Because it is a log, multiplying by 2 is the equivalent of squaring in linear numbers from our earlier examples.
And that's how those relationships exist.
Clear as mud, right?
-Bruce
(it probably is, but it's the best I can do for the moment......)