Logarithms
Logarithms
Logarithms
Logarithm Types
In most cases, we always deal with two different types of logarithms, namely
● Common Logarithm
● Natural Logarithm
Common Logarithm
The common logarithm is also called the base 10 logarithms. It is represented as log10 or simply log.
For example, the common logarithm of 1000 is written as a log (1000). The common logarithm
defines how many times we have to multiply the number 10, to get the required output.
For example, log (100) = 2
If we multiply the number 10 twice, we get the result 100.
Natural Logarithm
The natural logarithm is called the base e logarithm. The natural logarithm is represented as ln or
loge. Here, “e” represents the Euler’s constant which is approximately equal to 2.71828. For
example, the natural logarithm of 78 is written as ln 78. The natural logarithm defines how many we
have to multiply “e” to get the required output.
For example, ln (78) = 4.357.
Thus, the base e logarithm of 78 is equal to 4.357.
Product Rule
In this rule, the multiplication of two logarithmic values is equal to the addition of their individual
logarithms.
Logb (mn)= logb m + logb n
For example: log3 ( 2y ) = log3 (2) + log3 (y)
Division Rule
The division of two logarithmic values is equal to the difference of each logarithm.
Logb (m/n)= logb m – logb n
For example, log3 ( 2/ y ) = log3 (2) -log3 (y)
Exponential Rule
In the exponential rule, the logarithm of m with a rational exponent is equal to the exponent times
its logarithm.
Logb (mn) = n logb m
For example: logb(23) = 3 logb 2
Change of Base Rule
Logb m = loga m/ loga b
For example: logb 2 = loga 2/loga b
Derivative of log
If f (x) = logb (x), then the derivative of f(x) is given by;
f'(x) = 1/(x ln(b))
For example: Given, f (x) = log10 (x)
Then, f'(x) = 1/(x ln(10))
Integral of Log
∫logb(x)dx = x( logb(x) – 1/ln(b) ) + C
Example: ∫ log10(x) dx = x ∙ ( log10(x) – 1 / ln(10) ) + C
Other Properties
Some other properties of logarithmic functions are:
● Logb b = 1
● Logb 1 = 0
● Logb 0 = undefined
Logarithmic Formulas
logb(mn) = logb(m) + logb(n)
logb(m/n) = logb (m) – logb (n)
Logb (xy) = y logb(x)
Logbm√n = logb n/m
m logb(x) + n logb(y) = logb(xmyn)
logb(m+n) = logb m + logb(1+nm)
logb(m – n) = logb m + logb (1-n/m)
Solved Examples
Question 1: Solve log 2 (64) =?
Solution:
since 26= 2 × 2 × 2 × 2 × 2 × 2 = 64, 6 is the exponent value and log 2 (64)= 6.
Question 3: Use of the property of logarithms, solve for the value of x for log3 x= log3 4+ log3 7
Solution: By the addition rule, log3 4+ log3 7= log 3 (4 * 7 )
Log 3 ( 28 ). Thus, x= 28.
Step 5: Add both the values obtained in step 3 and step 4. That is 1818+20= 1838. Therefore, the
value 1838 is the mantissa part.
Step 6: Find the characteristic part. Since the number lies between 10 and 100, (101 and 102), the
characteristic part should be 1.
Step 7: Finally combine both the characteristic part and the mantissa part, it becomes 1.1838.
Example: Find the value of log10 2.872
Solution:
Step 1: Characteristic Part= 2 and mantissa part= 872
Step 2: Check the row number 28 and column number 7. So the value obtained is 4579.
Step 3: Check the mean difference value for row number 28 and mean difference column 2. The
value corresponding to the row and column is 3
Step 4: Add the values obtained in step 2 and 3, we get 4582. This is the mantissa part.
Step 5: Since the number of digits to the left side of the decimal part is 1, the characteristic part is
less than 1. So, the characteristic part is 0
Step 6: Finally combine the characteristic part and the mantissa part. So, it becomes 0.4582.
Therefore, the value of log 2.872 is 0.4582.
Practice Questions
1. Express 53 = 125 in logarithm form.
Solution:
53 = 125
As we know,
ab = c ⇒ logac=b
Therefore;
Log5125 = 3
4. Find x if log5(x-7)=1.
Solution: Given,
log5(x-7)=1
Using logarithm rules, we can write;
51 = x-7
5 = x-7
x=5+7
x=12