What is a logarithm?

1 Answer
Oct 15, 2014

The logarithm base b of a number n is the number x that when b is raised to xth power, the resulting value is n

log_b n = x <=> b^x = n

Example:

log_2 8 = x

=> 2^x = 8
=> 2^x = 2^3
=> x = 3

log_5 1 = x
=> 5^x = 1
=> 5^x = 5^0
=> x = 0