|
List of logarithmic identities
|
In mathematics, there are several logarithmic identities.
Algebraic identities
Using simpler operations
Logarithms can be used to make calculations easier. For example, two numbers can be multiplied just by using a logarithm table and adding.
Where b, x and xy are positive real numbers. If xy is positive, but x is not, then .
Canceling exponentials
Logarithms and exponentials (antilogarithms) with the same base cancel each other. This is true because logarithms and exponentials are inverse operations (just like multiplication and division).
Changing the base

This identity is needed to evaluate logarithms on calculators. For instance, most calculators have buttons for ln and for log10, but not for log2. To find log2(3), you have to calculate log10(3) / log10(2) (or ln(3)/ln(2), which is the same thing).
Proof
Let y = logab.
Then ay = b.
Take logc on both sides: logcay = logcb
Simplify and solve for y: ylogca = logcb

Since y = logab, then 
This formula has several consequences:




where is any permutation of the subscripts 1, ..., n. For example

Changing the base (continued)

- − logab = loga(1 / b) = log(1 / a)b
Summation/subtraction
The following summation/subtraction rule is especially useful in probability theory when one is dealing with a sum of log-probabilities:


which gives the special cases:


Note that in practice a and c have to be switched on the right hand side of the equations if c > a. Also note that the subtraction identity is not defined if a = c since the logarithm of zero is not defined.
Trivial identities
Note that is undefined because there is no number such that . In fact, there is a vertical asymptote on the graph of when x = 0.
Calculus identities






The last limit is often summarized as "logarithms grow more slowly than any power or root of x".
note: to say the limit of a function "equals infinity" is not strictly correct notation, as "infinity" is not a value. What is meant by the limits equations above is simply that the functions increase/decrease without bound.
Derivatives of logarithmic functions


Integral definition

Integrals of logarithmic functions

To remember higher integrals, it's convenient to define:
![x^{\left [n \right]} = x^{n}(\log(x) - H_n)](http://upload.wikimedia.org/math/9/d/2/9d2f21cc48ef87949b3a3a7c598a5498.png)
![x^{\left [ 0 \right ]} = \log x](http://upload.wikimedia.org/math/6/2/2/622bd0a31561eed74c403a818e19898e.png)
![x^{\left [ 1 \right ]} = x \log(x) - x](http://upload.wikimedia.org/math/0/4/a/04a9575b0a0686327b02f2d5fe2c1a6e.png)
![x^{\left [ 2 \right ]} = x^2 \log(x) - \begin{matrix} \frac{3}{2} \end{matrix} \, x^2](http://upload.wikimedia.org/math/d/1/9/d19b50a496554144b4daf1acfc8dcbc2.png)
![x^{\left [ 3 \right ]} = x^3 \log(x) - \begin{matrix} \frac{11}{6} \end{matrix} \, x^3](http://upload.wikimedia.org/math/9/3/9/939c6aff73ba268ab53202cbd8434eb4.png)
Then,
![\frac {d}{dx} \, x^{\left [ n \right ]} = n \, x^{\left [ n-1 \right ]}](http://upload.wikimedia.org/math/c/d/6/cd628968c74341966345492fe180c38a.png)
![\int x^{\left [ n \right ]}\,dx = \frac {x^{\left [ n+1 \right ]}} {n+1} + C](http://upload.wikimedia.org/math/b/a/0/ba0c3082c8e19e9cce38e2f80f329ddf.png)
Approximating large numbers
The identities of logarithms can be used to approximate large numbers. Note that logb(a) + logb(c) = logb(a*c), where a, b, and c are arbitrary constants. Suppose that one wants to approximate the 44th Mersenne prime, 232,582,657 - 1. To get the base-10 logarithm, we would multiply 32,582,657 by log10(2), getting 9,808,357.09543 = 9,808,357 + 0.09543. We can then get 109,808,357 * 100.09543 ≈ 1.25 * 109,808,357.
Similarly, factorials can be approximated by summing the logarithms of the terms.
References
|