Logarithm Rules
We will learn Logarithm rules in this post. But we must know “What is Logarithm?”.
WHAT IS A LOGARITHM?
A logarithm is the power to which a number must be raised in order to get some other number.
For example, the base ten logarithm of 100 is 2, because ten raised to the power of two is 100:
- log 100 = 2 because 102 = 100
This is an example of a base-ten logarithm. We call it a base ten logarithm because ten is the number that is raised to a power. The base unit is the number being raised to a power. There are logarithms using different base units. If you wanted, you could use two as a base unit. For instance, the base two logarithm of eight is three, because two raised to the power of three equals eight:
- log2 8 = 3 because 23 = 8
In general, you write log followed by the base number as a subscript. The most common logarithms are base 10 logarithms and natural logarithms; they have special notations. A base ten log is written
log and a base ten logarithmic equation is usually written in the form: log a = r
A natural logarithm is written ln and a natural logarithmic equation is usually written in the form: ln a = r
So, when you see log by itself, it means base ten log. When you see ln, it means natural logarithm (we’ll define natural logarithms below). In this course only base ten and natural logarithms will be used.
Logarithm Rules
Logarithm Rule name | Logarithm Rule | ||
---|---|---|---|
Logarithm product rule |
logb(x ∙ y) = logb(x) + logb(y) | ||
Logarithm quotient rule |
logb(x / y) = logb(x) – logb(y) | ||
Logarithm power rule |
logb(x y) = y ∙ logb(x) | ||
Logarithm base switch rule |
logb(c) = 1 / logc(b) | ||
Logarithm base change rule |
logb(x) = logc(x) / logc(b) | ||
Derivative of logarithm |
f (x) = logb(x) ⇒ f ‘ (x) = 1 / ( x ln(b) ) | ||
Integral of logarithm |
∫ logb(x) dx = x ∙ ( logb(x) – 1 / ln(b) ) + C | ||
Logarithm of negative number |
logb(x) is undefined when x≤ 0 | ||
Logarithm of 0 |
logb(0) is undefined | ||
Logarithm of infinity |
lim logb(x) = ∞,when x→∞ | ||
Logarithm of 1 |
logb(1) = 0 | ||
Logarithm of the base |
logb(b) = 1 |