Logarithm is the power of a number which increases the number in order to obtain the new number. The base 10 Logarithm of the value 1000 is 3, because the base 10 raised to the power of 3 is 1000. Because if we multiply the base value 3 times we get 1000.
10 * 10 * 10 = 1000
log 103 = 3 log 10 = 3
Logarithm is a special kind of function, whose functionality is defined in their properties. So, now we discuss properties of logarithms to understand the Logarithm function. The following are some of the Logarithm properties:
Property 1: Multiplication of two variables in log function can be represent as an addition of two log Functions.
logb (x * y) = logb x + logb y
E.g, logb (5 * 7) = logb 5 + logb 7Property 2: Division of two variables in log function can be represent as a subtraction of two log Functions.
logb ($\frac{x}{y}$) = logb x - logb y
E.g, logb ($\frac{9}{6}$) = logb 9 - logb 6Property 3: Power of a variables in log function can be represent as a multiplication between power and variable log.
logb xn = n * logb x
E.g, logb 53 = 3 * logb 5Property 4: Base of variables in log function can be represent as,
logb x = $\frac{\log_{a}{x}}{\log_{a} {b}}$
E.g, log2 7 = $\frac{\log_{a}{7}}{\log_{a} {2}}$There are following other properties in logarithm functions:
- logb 1 = 0
- logb b = 1
- logb b2 = 2
- logb bx = x
- BlogB x = x
- loga b = $\frac{1}{\log_{b} {a}}$
