Logarithmic identities

Algebra ->  Algebra  -> Logarithm Solvers, Trainers and Word Problems -> Logarithmic identities      Log On

Ad: Algebra Solved!™: algebra software solves algebra homework problems with step-by-step help!
Ad: Algebrator™ solves your algebra problems and provides step-by-step explanations!

   

List of logarithmic identities

  (Redirected from Logarithmic identities)
Jump to: navigation, search

In mathematics, there are several logarithmic identities.

Contents

[ 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.

 \log_b(xy) = \log_b(x) + \log_b(y) \!\, because  b^x \cdot b^y = b^{x + y} \!\,
 \log_b\!\left(\begin{matrix}\frac{x}{y}\end{matrix}\right) = \log_b(x) - \log_b(y) because  \begin{matrix}\frac{b^x}{b^y}\end{matrix} = b^{x - y}
 \log_b(x^y) = y \log_b(x) \!\, because  (b^x)^y = b^{xy} \!\,
 \log_b\!\left(\!\sqrt[y]{x}\right) = \begin{matrix}\frac{\log_b(x)}{y}\end{matrix} because  \sqrt[y]{x} = x^{1/y}
 x^{\log_b(y)} = y^{\log_b(x)} \!\, because  x^{\log_b(y)} = b^{\log_b(x) \log_b(y)} = b^{\log_b(y) \log_b(x)} = y^{\log_b(x)} \!\,

Where b, x and y are positive real numbers and b \ne 1.

[ Trivial identities

 \log_b(1) = 0 \!\, because  b^0 = 1\!\,
 \log_b(b) = 1 \!\, because  b^1 = b\!\,

Note that  \log_b(0) \!\, is undefined because there is no number  x \!\, such that  b^x = 0 \!\, . In fact, there is a vertical asymptote on the graph of  \log_b(x) \!\, when x = 0.

[ 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).

 b^{\log_b(x)} = x because  \mathrm{antilog}_b(\log_b(x)) = x \!\,
 \log_b(b^x) = x \!\, because  \log_b(\mathrm{antilog}_b(x)) = x \!\,

[ Changing the base

\log_a b = {\log_c b \over \log_c a}

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), one must calculate log10(3) / log10(2) (or ln(3)/ln(2), which yields the same result).

[ Proof

Let y = logab.
Then ay = b.
Take logc on both sides: logcay = logcb
Simplify and solve for y: ylogca = logcb
y=\frac{\log_c b}{\log_c a}
Since y = logab, then \log_a b=\frac{\log_c b}{\log_c a}

This formula has several consequences:

 \log_a b = \frac {1} {\log_b a}
 \log_{a^n} b =  {{\log_a b} \over n}
 a^{\log_b c} = c^{\log_b a}
- \log_a b = \log_a \left({1 \over b}\right) = \log_{1 \over a} b


 \log_{a_1}b_1 \,\cdots\, \log_{a_n}b_n
= \log_{a_{\pi(1)}}b_1\, \cdots\, \log_{a_{\pi(n)}}b_n, \,

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

 \log_a w\cdot \log_b x\cdot \log_c y\cdot \log_d z 
= \log_d w\cdot \log_a x\cdot \log_b y\cdot \log_c z. \,

[ Summation/subtraction

The following summation/subtraction rule is especially useful in probability theory when one is dealing with a sum of log-probabilities:

\log_b (a+c) = \log_b a + \log_b (1+b^{\log_b c - \log_b a})
\log_b (a-c) = \log_b a + \log_b (1-b^{\log_b c - \log_b a})

which gives the special cases:

\log_b (a+c) = \log_b a + \log_b (1+\frac{c}{a})
\log_b (a-c) = \log_b a + \log_b (1-\frac{c}{a})

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.

More generally:

\log _{b}\sum\limits_{i=0}^{N}{a_{i}}=\log _{b}a_{0}+\log _{b}\left( 1+\sum\limits_{i=1}^{N}{\frac{a_{i}}{a_{0}}} \right)=\log _{b}a_{0}+\log _{b}\left( 1+\sum\limits_{i=1}^{N}{b^{\left( \log _{b}a_{i}-\log _{b}a_{0} \right)}} \right)

where a_{0},\cdots ,a_{N}>0.

[ Calculus identities

[ Limits

\lim_{x \to 0^+} \log_a x = -\infty \quad \mbox{if } a > 1
\lim_{x \to 0^+} \log_a x =  \infty \quad \mbox{if } a < 1
\lim_{x \to \infty} \log_a x =   \infty \quad \mbox{if } a > 1
\lim_{x \to \infty} \log_a x =  -\infty \quad \mbox{if } a < 1
\lim_{x \to 0^+} x^b \log_a x = 0
\lim_{x \to \infty} {1 \over x^b} \log_a x = 0

The last limit is often summarized as "logarithms grow more slowly than any power or root of x".

[ Derivatives of logarithmic functions

{d \over dx} \ln x = {1 \over x } = {1 \over x \ln e},\qquad x > 0
{d \over dx} \log_b x = {1 \over x \ln b},\qquad b > 0, b \ne 1

[ Integral definition

\ln x = \int_1^x \frac {1}{t} dt

[ Integrals of logarithmic functions

\int \log_a x \, dx = x(\log_a x - \log_a e) + C

To remember higher integrals, it's convenient to define:

x^{\left [n \right]} = x^{n}(\log(x) - H_n)
x^{\left [ 0 \right ]} = \log x
x^{\left [ 1 \right ]} = x \log(x) - x
x^{\left [ 2 \right ]} = x^2 \log(x) - \begin{matrix} \frac{3}{2} \end{matrix} \, x^2
x^{\left [ 3 \right ]} = x^3 \log(x) - \begin{matrix} \frac{11}{6} \end{matrix} \, x^3

Then,

\frac {d}{dx} \, x^{\left [ n \right ]} = n \, x^{\left [ n-1 \right ]}
\int x^{\left [ n \right ]}\,dx = \frac {x^{\left [ n+1 \right ]}} {n+1} + C

[ 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.

[ Complex logarithm identities

The complex logarithm is the complex number analogue of the logarithm function. No single valued function on the complex plane can satisfy the normal rules for logarithms. However a multivalued function can be defined which satisfies most of the identities. It is usual to consider this as a function defined on a Riemann surface. A single valued version called the principal value of the logarithm can be defined which is discontinuous on the negative x axis and equals the multivalued version on a single branch cut.

[ Definitions

The convention will be used here that a capital first letter is used for the principal value of functions and the lower case version refers to the multivalued function. The single valued version of definitions and identities is always given first followed by a separate section for the multiple valued versions.

ln(r) is the standard natural logarithm of the real number r.
Log(z) is the principal value of the complex logarithm function and has imaginary part in the range (-π, π].
Arg(z) is the principal value of the arg function, its value is restricted to (-π, π]. It can be computed using Arg(x+iy)= atan2(y, x).
\operatorname{Log}(z) = \ln(|z|) + i \operatorname{Arg}(z)
e^{\operatorname{Log}(z)} = z

The multiple valued version of log(z) is a set but it is easier to write it without braces and using it in formulas follows obvious rules.

log(z) is the set of complex numbers v which satisfy ev = z
arg(z) is the set of possible values of thee arg function applied to z.

When k is any integer:

log(z) = ln( | z | ) + iarg(z)
\log(z) = \operatorname{Log}(z) + 2 \pi i k
elog(z) = z

[ Constants

Principal value forms:

\operatorname{Log}(1) = 0
\operatorname{Log}(e) = 1

Multiple value forms, for any k an integer:

log(1) = 0 + 2πik
log(e) = 1 + 2πik

[ Summation

Principal value forms:

\operatorname{Log}(z_1) + \operatorname{Log}(z_2) = \operatorname{Log}(z_1 z_2) \pmod {2 \pi i}
\operatorname{Log}(z_1) - \operatorname{Log}(z_2) = \operatorname{Log}(z_1 / z_2) \pmod {2 \pi i}

Multiple value forms:

log(z1) + log(z2) = log(z1z2)
log(z1) − log(z2) = log(z1 / z2)

[ Powers

A complex power of a complex number can have many possible values.

Principal value form:

{z_1}^{z_2} = e^{z_2 \operatorname{Log}(z_1)}
\operatorname{Log}{\left({z_1}^{z_2}\right)} = z_2 \operatorname{Log}(z_1) \pmod {2 \pi i}

Multiple value forms:

{z_1}^{z_2} = e^{z_2 \log(z_1)}

Where k1, k2 are any integers:

\log{\left({z_1}^{z_2}\right)} = z_2 \log(z_1) + 2 \pi i k_2
\log{\left({z_1}^{z_2}\right)} = z_2 \operatorname{Log}(z_1) + z_2 2 \pi i k_1 + 2 \pi i k_2
Source: this wikipedia article, under CC-BY-SA.

Tutors Answer Your Questions about logarithm (FREE)


Older solutions: 1..45, 46..90, 91..135, 136..180, 181..225, 226..270, 271..315, 316..360, 361..405, 406..450, 451..495, 496..540, 541..585, 586..630, 631..675, 676..720, 721..765, 766..810, 811..855, 856..900, 901..945, 946..990, 991..1035, 1036..1080, 1081..1125, 1126..1170, 1171..1215, 1216..1260, 1261..1305, 1306..1350, 1351..1395, 1396..1440, 1441..1485, 1486..1530, 1531..1575, 1576..1620, 1621..1665, 1666..1710, 1711..1755, 1756..1800, 1801..1845, 1846..1890, 1891..1935, 1936..1980, 1981..2025, 2026..2070, 2071..2115, 2116..2160, 2161..2205, 2206..2250, 2251..2295, 2296..2340, 2341..2385, 2386..2430, 2431..2475, 2476..2520, 2521..2565, 2566..2610, 2611..2655, 2656..2700, 2701..2745, 2746..2790, 2791..2835, 2836..2880, 2881..2925, 2926..2970, 2971..3015, 3016..3060, 3061..3105, 3106..3150, 3151..3195, 3196..3240, 3241..3285, 3286..3330, 3331..3375, 3376..3420, 3421..3465, 3466..3510, 3511..3555