Transposing Formulas

J

Johno

Can anyone help me to transpose this decibel formula, DECIBEL = V1/V
LOG20, If I know V1 and I know the decibel I need to work out V2 ...
Thank
 
J

Johno

JE said:
A little algebra:

V2 = V1/Decibel Log20
Thanks but I'm not so sure this works out exactly, if I use 1OO as V1
and 50 as V2 then the decibel figure is 6.02 .... if I then work back
using the formula V2 = V1/Decibel Log 20 instead of V2 equalling 50 as
in the first formula it equals 6.41 not 6.02 and if other figures are
substituted and then worked back the error varies .... can anyone shed
some light. ... Regards
 
J

JE McGimpsey

Well, it helps to start out with the right formula. Instead of

DECIBEL = V1/V2 LOG 20

the formula is actually

DECIBEL = 20 * LOG(V1/V2)

So, just rearranging and taking the antilog

V2 = V1/10^(DECIBEL/20)
 
Top