Posts

Showing posts with the label base 10

Proofs of the Base-10 Logarithm Laws

These workings derive the laws of base-10 logarithms from exponent laws by converting between exponential form and logarithmic form. Assume a > 0 , b > 0 , and n ≠ 0 . Product Rule log(ab) = log a + log b Let 10 x = a Let 10 y = b Therefore: log 10 a = x log 10 b = y 10 x 10 y = ab 10 x+y = ab Therefore: log 10 (ab) = x + y Substituting: log 10 (ab) = log 10 a + log 10 b Therefore: log(ab) = log a + log b Quotient Rule log(a / b) = log a - log b Let 10 x = a Let 10 y = b Therefore: log 10 a = x log 10 b = y 10 x / 10 y = a / b 10 x-y = a / b Therefore: log 10 (a / b) = x - y Substituting: log 10 (a / b) = log 10 a - log 10 b Therefore: log(a / b) = log a - log b Power Rule log(a n ) = n log a Let log(a n ) = x Therefore: 10 x = a n Taking the n-th root of both sides: (10 x ) 1/n = (a n ) 1/n 10 x/n = a Therefore: log 10 a = x / n n log 10 a = x Theref...