fbpx
Wikipedia

List of logarithmic identities

In mathematics, many logarithmic identities exist. The following is a compilation of the notable of these, many of which are used for computational purposes.

Trivial identities

  because  , given that b doesn't equal 0
  because  

Explanations

By definition, we know that:

 ,

where  .

Setting  , we can see that:  . So, substituting these values into the formula, we see that:   , which gets us the first property.

Setting  , we can see that:  . So, substituting these values into the formula, we see that:   , which gets us the second property.

Many mathematical identities are called trivial , only because they are relatively simple (typically from the perspective of an experienced mathematician). This is not to say that calling an identity or formula trivial means that it's not important.

Cancelling exponentials

Logarithms and exponentials with the same base cancel each other. This is true because logarithms and exponentials are inverse operations—much like the same way multiplication and division are inverse operations, and addition and subtraction are inverse operations.

 
 [1]

Both of the above are derived from the following two equations that define a logarithm: (note that in this explanation, the variables of   and   may not be referring to the same number)

 

Looking at the equation  , and substituting the value for   of  , we get the following equation:   , which gets us the first equation. Another more rough way to think about it is that  , and that that " " is  .

Looking at the equation   , and substituting the value for   of  , we get the following equation:   , which gets us the second equation. Another more rough way to think about it is that  , and that that something " " is  .

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. These are often known as logarithmic properties, which are documented in the table below.[2] The first three operations below assume that x = bc and/or y = bd, so that logb(x) = c and logb(y) = d. Derivations also use the log definitions x = blogb(x) and x = logb(bx).

  because  
  because  
  because  
  because  
  because  
  because  

Where  ,  , and   are positive real numbers and  , and   and   are real numbers.

The laws result from canceling exponentials and the appropriate law of indices. Starting with the first law:

 

The law for powers exploits another of the laws of indices:

 

The law relating to quotients then follows:

 
 

Similarly, the root law is derived by rewriting the root as a reciprocal power:

 

Derivations of product, quotient, and power rules

These are the three main logarithm laws/rules/principles,[3] from which the other properties listed above can be proven. Each of these logarithm properties correspond to their respective exponent law, and their derivations/proofs will hinge on those facts. There are multiple ways to derive/prove each logarithm law – this is just one possible method.

Logarithm of a product

To state the logarithm of a product law formally:

 

Derivation:

Let  , where  , and let  . We want to relate the expressions   and  . This can be done more easily by rewriting in terms of exponentials, whose properties we already know. Additionally, since we are going to refer to   and   quite often, we will give them some variable names to make working with them easier: Let  , and let  .

Rewriting these as exponentials, we see that   and  . From here, we can relate   (i.e.  ) and   (i.e.  ) using exponent laws as

 

To recover the logarithms, we apply   to both sides of the equality.

 

The right side may be simplified using one of the logarithm properties from before: we know that  , giving

 

We now resubstitute the values for   and   into our equation, so our final expression is only in terms of  ,  , and  .

 

This completes the derivation.

Logarithm of a quotient

To state the logarithm of a quotient law formally:

 

Derivation:

Let  , where  , and let  .

We want to relate the expressions   and  . This can be done more easily by rewriting in terms of exponentials, whose properties we already know. Additionally, since we are going to refer to   and   quite often, we will give them some variable names to make working with them easier: Let  , and let  .

Rewriting these as exponentials, we see that:   and  . From here, we can relate   (i.e.  ) and   (i.e.  ) using exponent laws as

 

To recover the logarithms, we apply   to both sides of the equality.

 

The right side may be simplified using one of the logarithm properties from before: we know that  , giving

 

We now resubstitute the values for   and   into our equation, so our final expression is only in terms of  ,  , and  .

 

This completes the derivation.

Logarithm of a power

To state the logarithm of a power law formally,

 

Derivation:

Let  , where  , let  , and let  . For this derivation, we want to simplify the expression  . To do this, we begin with the simpler expression  . Since we will be using   often, we will define it as a new variable: Let  .

To more easily manipulate the expression, we rewrite it as an exponential. By definition,  , so we have

 

Similar to the derivations above, we take advantage of another exponent law. In order to have   in our final expression, we raise both sides of the equality to the power of  :

 

where we used the exponent law  .

To recover the logarithms, we apply   to both sides of the equality.

 

The left side of the equality can be simplified using a logarithm law, which states that  .

 

Substituting in the original value for  , rearranging, and simplifying gives

 

This completes the derivation.

Changing the base

To state the change of base logarithm formula formally:

 

This identity is useful to evaluate logarithms on calculators. For instance, most calculators have buttons for ln and for log10, but not all calculators have buttons for the logarithm of an arbitrary base.

Proof/derivation

Let  , where   Let  . Here,   and   are the two bases we will be using for the logarithms. They cannot be 1, because the logarithm function is not well defined for the base of 1.[citation needed] The number   will be what the logarithm is evaluating, so it must be a positive number. Since we will be dealing with the term   quite frequently, we define it as a new variable: Let  .

To more easily manipulate the expression, it can be rewritten as an exponential.

 

Applying   to both sides of the equality,

 

Now, using the logarithm of a power property, which states that  ,

 

Isolating  , we get the following:

 

Resubstituting   back into the equation,

 

This completes the proof that  .

This formula has several consequences:

 
 
 
 


 

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

 

Summation/subtraction

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

  because  
  because  

Note that the subtraction identity is not defined if  , since the logarithm of zero is not defined. Also note that, when programming,   and   may have to be switched on the right hand side of the equations if   to avoid losing the "1 +" due to rounding errors. Many programming languages have a specific log1p(x) function that calculates   without underflow (when   is small).

More generally:

 

Exponents

A useful identity involving exponents:

 
or more universally:
 

Other/resulting identities

 
 

Inequalities

Based on,[4][5] and [6]

 
 

All are accurate around  , but not for large numbers.

Calculus identities

Limits

 
 
 
 
 
 

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

Derivatives of logarithmic functions

 
 
 

Integral definition

 

Integrals of logarithmic functions

 
 

To remember higher integrals, it is convenient to define

 

where   is the nth harmonic number:

 
 
 
 

Then

 
 

Approximating large numbers

The identities of logarithms can be used to approximate large numbers. Note that logb(a) + logb(c) = logb(ac), 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 is equal to the multivalued version on a single branch cut.

Definitions

In what follows, a capital first letter is used for the principal value of functions, and the lower case version is used for 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.
  • 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).
  • Log(z) is the principal value of the complex logarithm function and has imaginary part in the range (−π, π].
  •  
  •  

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 the arg function applied to z.

When k is any integer:

 
 
 

Constants

Principal value forms:

 
 

Multiple value forms, for any k an integer:

 
 

Summation

Principal value forms:

 
 [7]
 
 [7]

Multiple value forms:

 
 

Powers

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

Principal value form:

 
 

Multiple value forms:

 

Where k1, k2 are any integers:

 
 

See also

References

  1. ^ Weisstein, Eric W. "Logarithm". mathworld.wolfram.com. Retrieved 2020-08-29.
  2. ^ "4.3 - Properties of Logarithms". people.richland.edu. Retrieved 2020-08-29.
  3. ^ "Properties and Laws of Logarithms". courseware.cemc.uwaterloo.ca/8. Retrieved 2022-04-23.
  4. ^ (PDF). Archived from the original (PDF) on 2016-10-20. Retrieved 2016-12-20.{{cite web}}: CS1 maint: archived copy as title (link)
  5. ^ http://www.lkozma.net/inequalities_cheat_sheet/ineq.pdf[bare URL PDF]
  6. ^ http://downloads.hindawi.com/archive/2013/412958.pdf[bare URL PDF]
  7. ^ a b Abramowitz, Milton (1965). Handbook of mathematical functions, with formulas, graphs, and mathematical tables. Irene A. Stegun. New York: Dover Publications. ISBN 0-486-61272-4. OCLC 429082.

External links

  •   A lesson on logarithms can be found on Wikiversity
  • Logarithm in Mathwords

list, logarithmic, identities, mathematics, many, logarithmic, identities, exist, following, compilation, notable, these, many, which, used, computational, purposes, contents, trivial, identities, explanations, cancelling, exponentials, using, simpler, operati. In mathematics many logarithmic identities exist The following is a compilation of the notable of these many of which are used for computational purposes Contents 1 Trivial identities 1 1 Explanations 2 Cancelling exponentials 3 Using simpler operations 3 1 Derivations of product quotient and power rules 3 1 1 Logarithm of a product 3 1 2 Logarithm of a quotient 3 1 3 Logarithm of a power 4 Changing the base 4 1 Proof derivation 4 2 Summation subtraction 4 3 Exponents 4 4 Other resulting identities 5 Inequalities 6 Calculus identities 6 1 Limits 6 2 Derivatives of logarithmic functions 6 3 Integral definition 6 4 Integrals of logarithmic functions 7 Approximating large numbers 8 Complex logarithm identities 8 1 Definitions 8 2 Constants 8 3 Summation 8 4 Powers 9 See also 10 References 11 External linksTrivial identities Editlog b 1 0 displaystyle log b 1 0 because b 0 1 displaystyle b 0 1 given that b doesn t equal 0log b b 1 displaystyle log b b 1 because b 1 b displaystyle b 1 b Explanations Edit By definition we know that log b y x b x y displaystyle color black log color blue b color black color green y color black color red x color black iff color blue b color black color red x color black color green y color black where b 0 displaystyle color blue b color black neq 0 Setting x 0 displaystyle color red x color black 0 we can see that b x y b 0 y 1 y y 1 displaystyle color blue b color black color red x color black color green y color black iff color blue b color black color red 0 color black color green y color black iff color blue 1 color black color green y color black iff color green y color black color blue 1 color black So substituting these values into the formula we see that log b y x log b 1 0 displaystyle color black log color blue b color black color green y color black color red x color black iff color black log color blue b color black color blue 1 color black color red 0 color black which gets us the first property Setting x 1 displaystyle color red x color black 1 we can see that b x y b 1 y b y y b displaystyle color blue b color black color red x color black color green y color black iff color blue b color black color red 1 color black color green y color black iff color blue b color black color green y color black iff color green y color black color blue b color black So substituting these values into the formula we see that log b y x log b b 1 displaystyle color black log color blue b color black color green y color black color red x color black iff color black log color blue b color black color blue b color black color red 1 color black which gets us the second property Many mathematical identities are called trivial only because they are relatively simple typically from the perspective of an experienced mathematician This is not to say that calling an identity or formula trivial means that it s not important Cancelling exponentials EditLogarithms and exponentials with the same base cancel each other This is true because logarithms and exponentials are inverse operations much like the same way multiplication and division are inverse operations and addition and subtraction are inverse operations b log b x x because antilog b log b x x displaystyle b log b x x text because mbox antilog b log b x x log b b x x because log b antilog b x x displaystyle log b b x x text because log b mbox antilog b x x 1 Both of the above are derived from the following two equations that define a logarithm note that in this explanation the variables of x displaystyle color red x color black and x displaystyle x may not be referring to the same number log b y x b x y displaystyle color black log color blue b color black color green y color black color red x color black iff color blue b color black color red x color black color green y color black Looking at the equation b x y displaystyle color blue b color black color red x color black color green y color black and substituting the value for x displaystyle color red x color black of log b y x displaystyle color black log color blue b color black color green y color black color red x color black we get the following equation b x y b log b y y b log b y y displaystyle color blue b color black color red x color black color green y color black iff color blue b color black color red log b y color black color green y color black iff color blue b color black color red color black log color blue b color black color green y color black color black color green y color black which gets us the first equation Another more rough way to think about it is that b something y displaystyle color blue b color black color red text something color black color green y color black and that that something displaystyle color red text something is log b y displaystyle color black log color blue b color black color green y color black Looking at the equation log b y x displaystyle color black log color blue b color black color green y color black color red x color black and substituting the value for y displaystyle color green y color black of b x y displaystyle color blue b color black color red x color black color green y color black we get the following equation log b y x log b b x x log b b x x displaystyle color black log color blue b color black color green y color black color red x color black iff color black log color blue b color black color green b x color black color red x color black iff color black log color blue b color black color blue b color black color red x color black color black color red x color black which gets us the second equation Another more rough way to think about it is that log b something x displaystyle color black log color blue b color black color green text something color black color red x color black and that that something something displaystyle color green text something is b x displaystyle color blue b color black color red x color black Using simpler operations EditLogarithms can be used to make calculations easier For example two numbers can be multiplied just by using a logarithm table and adding These are often known as logarithmic properties which are documented in the table below 2 The first three operations below assume that x bc and or y bd so that logb x c and logb y d Derivations also use the log definitions x blogb x and x logb bx log b x y log b x log b y displaystyle log b xy log b x log b y because b c b d b c d displaystyle b c b d b c d log b x y log b x log b y displaystyle log b tfrac x y log b x log b y because b c b d b c d displaystyle tfrac b c b d b c d log b x d d log b x displaystyle log b x d d log b x because b c d b c d displaystyle b c d b cd log b x y log b x y displaystyle log b left sqrt y x right frac log b x y because x y x 1 y displaystyle sqrt y x x 1 y x log b y y log b x displaystyle 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 displaystyle x log b y b log b x log b y b log b y log b x y log b x c log b x d log b y log b x c y d displaystyle c log b x d log b y log b x c y d because log b x c y d log b x c log b y d displaystyle log b x c y d log b x c log b y d Where b displaystyle b x displaystyle x and y displaystyle y are positive real numbers and b 1 displaystyle b neq 1 and c displaystyle c and d displaystyle d are real numbers The laws result from canceling exponentials and the appropriate law of indices Starting with the first law x y b log b x b log b y b log b x log b y log b x y log b b log b x log b y log b x log b y displaystyle xy b log b x b log b y b log b x log b y Rightarrow log b xy log b b log b x log b y log b x log b y The law for powers exploits another of the laws of indices x y b log b x y b y log b x log b x y y log b x displaystyle x y b log b x y b y log b x Rightarrow log b x y y log b x The law relating to quotients then follows log b x y log b x y 1 log b x log b y 1 log b x log b y displaystyle log b bigg frac x y bigg log b xy 1 log b x log b y 1 log b x log b y log b 1 y log b y 1 log b y displaystyle log b bigg frac 1 y bigg log b y 1 log b y Similarly the root law is derived by rewriting the root as a reciprocal power log b x y log b x 1 y 1 y log b x displaystyle log b sqrt y x log b x frac 1 y frac 1 y log b x Derivations of product quotient and power rules Edit These are the three main logarithm laws rules principles 3 from which the other properties listed above can be proven Each of these logarithm properties correspond to their respective exponent law and their derivations proofs will hinge on those facts There are multiple ways to derive prove each logarithm law this is just one possible method Logarithm of a product Edit To state the logarithm of a product law formally b R b 1 x y R log b x y log b x log b y displaystyle forall b in mathbb R b neq 1 forall x y in mathbb R log b xy log b x log b y Derivation Let b R displaystyle b in mathbb R where b 1 displaystyle b neq 1 and let x y R displaystyle x y in mathbb R We want to relate the expressions log b x displaystyle log b x and log b y displaystyle log b y This can be done more easily by rewriting in terms of exponentials whose properties we already know Additionally since we are going to refer to log b x displaystyle log b x and log b y displaystyle log b y quite often we will give them some variable names to make working with them easier Let m log b x displaystyle m log b x and let n log b y displaystyle n log b y Rewriting these as exponentials we see that m log b x b m x displaystyle m log b x iff b m x and n log b y b n y displaystyle n log b y iff b n y From here we can relate b m displaystyle b m i e x displaystyle x and b n displaystyle b n i e y displaystyle y using exponent laws as x y b m b n b m b n b m n displaystyle xy b m b n b m cdot b n b m n To recover the logarithms we apply log b displaystyle log b to both sides of the equality log b x y log b b m n displaystyle log b xy log b b m n The right side may be simplified using one of the logarithm properties from before we know that log b b m n m n displaystyle log b b m n m n giving log b x y m n displaystyle log b xy m n We now resubstitute the values for m displaystyle m and n displaystyle n into our equation so our final expression is only in terms of x displaystyle x y displaystyle y and b displaystyle b log b x y log b x log b y displaystyle log b xy log b x log b y This completes the derivation Logarithm of a quotient Edit To state the logarithm of a quotient law formally b R b 1 x y R log b x y log b x log b y displaystyle forall b in mathbb R b neq 1 forall x y in mathbb R log b left frac x y right log b x log b y Derivation Let b R displaystyle b in mathbb R where b 1 displaystyle b neq 1 and let x y R displaystyle x y in mathbb R We want to relate the expressions log b x displaystyle log b x and log b y displaystyle log b y This can be done more easily by rewriting in terms of exponentials whose properties we already know Additionally since we are going to refer to log b x displaystyle log b x and log b y displaystyle log b y quite often we will give them some variable names to make working with them easier Let m log b x displaystyle m log b x and let n log b y displaystyle n log b y Rewriting these as exponentials we see that m log b x b m x displaystyle m log b x iff b m x and n log b y b n y displaystyle n log b y iff b n y From here we can relate b m displaystyle b m i e x displaystyle x and b n displaystyle b n i e y displaystyle y using exponent laws as x y b m b n b m b n b m n displaystyle frac x y frac b m b n frac b m b n b m n To recover the logarithms we apply log b displaystyle log b to both sides of the equality log b x y log b b m n displaystyle log b left frac x y right log b left b m n right The right side may be simplified using one of the logarithm properties from before we know that log b b m n m n displaystyle log b b m n m n giving log b x y m n displaystyle log b left frac x y right m n We now resubstitute the values for m displaystyle m and n displaystyle n into our equation so our final expression is only in terms of x displaystyle x y displaystyle y and b displaystyle b log b x y log b x log b y displaystyle log b left frac x y right log b x log b y This completes the derivation Logarithm of a power Edit To state the logarithm of a power law formally b R b 1 x R r R log b x r r log b x displaystyle forall b in mathbb R b neq 1 forall x in mathbb R forall r in mathbb R log b x r r log b x Derivation Let b R displaystyle b in mathbb R where b 1 displaystyle b neq 1 let x R displaystyle x in mathbb R and let r R displaystyle r in mathbb R For this derivation we want to simplify the expression log b x r displaystyle log b x r To do this we begin with the simpler expression log b x displaystyle log b x Since we will be using log b x displaystyle log b x often we will define it as a new variable Let m log b x displaystyle m log b x To more easily manipulate the expression we rewrite it as an exponential By definition m log b x b m x displaystyle m log b x iff b m x so we have b m x displaystyle b m x Similar to the derivations above we take advantage of another exponent law In order to have x r displaystyle x r in our final expression we raise both sides of the equality to the power of r displaystyle r b m r x r b m r x r displaystyle begin aligned b m r amp x r b mr amp x r end aligned where we used the exponent law b m r b m r displaystyle b m r b mr To recover the logarithms we apply log b displaystyle log b to both sides of the equality log b b m r log b x r displaystyle log b b mr log b x r The left side of the equality can be simplified using a logarithm law which states that log b b m r m r displaystyle log b b mr mr m r log b x r displaystyle mr log b x r Substituting in the original value for m displaystyle m rearranging and simplifying gives log b x r log b x r r log b x log b x r log b x r r log b x displaystyle begin aligned left log b x right r amp log b x r r log b x amp log b x r log b x r amp r log b x end aligned This completes the derivation Changing the base EditTo state the change of base logarithm formula formally a b R a b 1 x R log b x log a x log a b displaystyle forall a b in mathbb R a b neq 1 forall x in mathbb R log b x frac log a x log a b This identity is useful to evaluate logarithms on calculators For instance most calculators have buttons for ln and for log10 but not all calculators have buttons for the logarithm of an arbitrary base Proof derivation Edit Let a b R displaystyle a b in mathbb R where a b 1 displaystyle a b neq 1 Let x R displaystyle x in mathbb R Here a displaystyle a and b displaystyle b are the two bases we will be using for the logarithms They cannot be 1 because the logarithm function is not well defined for the base of 1 citation needed The number x displaystyle x will be what the logarithm is evaluating so it must be a positive number Since we will be dealing with the term log b x displaystyle log b x quite frequently we define it as a new variable Let m log b x displaystyle m log b x To more easily manipulate the expression it can be rewritten as an exponential b m x displaystyle b m x Applying log a displaystyle log a to both sides of the equality log a b m log a x displaystyle log a b m log a x Now using the logarithm of a power property which states that log a b m m log a b displaystyle log a b m m log a b m log a b log a x displaystyle m log a b log a x Isolating m displaystyle m we get the following m log a x log a b displaystyle m frac log a x log a b Resubstituting m log b x displaystyle m log b x back into the equation log b x log a x log a b displaystyle log b x frac log a x log a b This completes the proof that log b x log a x log a b displaystyle log b x frac log a x log a b This formula has several consequences log b a 1 log a b displaystyle log b a frac 1 log a b log b n a log b a n displaystyle log b n a log b a over n b log a d d log a b displaystyle b log a d d log a b log b a log b 1 a log 1 b a displaystyle log b a log b left 1 over a right log 1 b a log b 1 a 1 log b n a n log b p 1 a 1 log b p n a n displaystyle log b 1 a 1 cdots log b n a n log b pi 1 a 1 cdots log b pi n a n where p textstyle pi is any permutation of the subscripts 1 n For examplelog b w log a x log d c log d z log d w log b x log a c log d z displaystyle log b w cdot log a x cdot log d c cdot log d z log d w cdot log b x cdot log a c cdot log d z Summation subtraction Edit 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 c a displaystyle log b a c log b a log b left 1 frac c a right because a c a 1 c a displaystyle left a c right a times left 1 frac c a right log b a c log b a log b 1 c a displaystyle log b a c log b a log b left 1 frac c a right because a c a 1 c a displaystyle left a c right a times left 1 frac c a right Note that the subtraction identity is not defined if a c displaystyle a c since the logarithm of zero is not defined Also note that when programming a displaystyle a and c displaystyle c may have to be switched on the right hand side of the equations if c a displaystyle c gg a to avoid losing the 1 due to rounding errors Many programming languages have a specific log1p x function that calculates log e 1 x displaystyle log e 1 x without underflow when x displaystyle x is small More generally log b i 0 N a i log b a 0 log b 1 i 1 N a i a 0 log b a 0 log b 1 i 1 N b log b a i log b a 0 displaystyle log b sum i 0 N a i log b a 0 log b left 1 sum i 1 N frac a i a 0 right log b a 0 log b left 1 sum i 1 N b left log b a i log b a 0 right right Exponents Edit A useful identity involving exponents x log log x log x log x displaystyle x frac log log x log x log x or more universally x log a log x a displaystyle x frac log a log x a Other resulting identities Edit 1 1 log x a 1 log y a log x y a displaystyle frac 1 frac 1 log x a frac 1 log y a log xy a 1 1 log x a 1 log y a log x y a displaystyle frac 1 frac 1 log x a frac 1 log y a log frac x y a Inequalities EditBased on 4 5 and 6 x 1 x ln 1 x x 6 x 6 4 x x for all 1 lt x displaystyle frac x 1 x leq ln 1 x leq frac x 6 x 6 4x leq x mbox for all 1 lt x 2 x 2 x 3 27 3 2 x x 1 x x 2 12 ln 1 x x 1 x x 2 2 x 1 x for 0 x reverse for 1 lt x 0 displaystyle begin aligned frac 2x 2 x amp leq 3 sqrt frac 27 3 2x leq frac x sqrt 1 x x 2 12 4pt amp leq ln 1 x leq frac x sqrt 1 x leq frac x 2 frac 2 x 1 x 4pt amp text for 0 leq x text reverse for 1 lt x leq 0 end aligned All are accurate around x 0 displaystyle x 0 but not for large numbers Calculus identities EditLimits Edit lim x 0 log a x if a gt 1 displaystyle lim x to 0 log a x infty quad mbox if a gt 1 lim x 0 log a x if 0 lt a lt 1 displaystyle lim x to 0 log a x infty quad mbox if 0 lt a lt 1 lim x log a x if a gt 1 displaystyle lim x to infty log a x infty quad mbox if a gt 1 lim x log a x if 0 lt a lt 1 displaystyle lim x to infty log a x infty quad mbox if 0 lt a lt 1 lim x 0 x b log a x 0 if b gt 0 displaystyle lim x to 0 x b log a x 0 quad mbox if b gt 0 lim x log a x x b 0 if b gt 0 displaystyle lim x to infty frac log a x x b 0 quad mbox if b gt 0 The last limit is often summarized as logarithms grow more slowly than any power or root of x Derivatives of logarithmic functions Edit d d x ln x 1 x x gt 0 displaystyle d over dx ln x 1 over x x gt 0 d d x ln x 1 x x 0 displaystyle d over dx ln x 1 over x x neq 0 d d x log a x 1 x ln a x gt 0 a gt 0 and a 1 displaystyle d over dx log a x 1 over x ln a x gt 0 a gt 0 text and a neq 1 Integral definition Edit ln x 1 x 1 t d t displaystyle ln x int 1 x frac 1 t dt Integrals of logarithmic functions Edit ln x d x x ln x x C x ln x 1 C displaystyle int ln x dx x ln x x C x ln x 1 C log a x d x x log a x x ln a C x ln x 1 ln a C displaystyle int log a x dx x log a x frac x ln a C frac x ln x 1 ln a C To remember higher integrals it is convenient to define x n x n log x H n displaystyle x left n right x n log x H n where H n displaystyle H n is the nth harmonic number x 0 log x displaystyle x left 0 right log x x 1 x log x x displaystyle x left 1 right x log x x x 2 x 2 log x 3 2 x 2 displaystyle x left 2 right x 2 log x begin matrix frac 3 2 end matrix x 2 x 3 x 3 log x 11 6 x 3 displaystyle x left 3 right x 3 log x begin matrix frac 11 6 end matrix x 3 Then d d x x n n x n 1 displaystyle frac d dx x left n right nx left n 1 right x n d x x n 1 n 1 C displaystyle int x left n right dx frac x left n 1 right n 1 C Approximating large numbers EditThe identities of logarithms can be used to approximate large numbers Note that logb a logb c logb ac 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 EditThe 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 is equal to the multivalued version on a single branch cut Definitions Edit In what follows a capital first letter is used for the principal value of functions and the lower case version is used for 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 Arg z is the principal value of the arg function its value is restricted to p p It can be computed using Arg x iy atan2 y x Log z is the principal value of the complex logarithm function and has imaginary part in the range p p Log z ln z i Arg z displaystyle operatorname Log z ln z i operatorname Arg z e Log z z displaystyle 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 the arg function applied to z When k is any integer log z ln z i arg z displaystyle log z ln z i arg z log z Log z 2 p i k displaystyle log z operatorname Log z 2 pi ik e log z z displaystyle e log z z Constants Edit Principal value forms Log 1 0 displaystyle operatorname Log 1 0 Log e 1 displaystyle operatorname Log e 1 Multiple value forms for any k an integer log 1 0 2 p i k displaystyle log 1 0 2 pi ik log e 1 2 p i k displaystyle log e 1 2 pi ik Summation Edit Principal value forms Log z 1 Log z 2 Log z 1 z 2 mod 2 p i displaystyle operatorname Log z 1 operatorname Log z 2 operatorname Log z 1 z 2 pmod 2 pi i Log z 1 Log z 2 Log z 1 z 2 p lt Arg z 1 Arg z 2 p e g Re z 1 0 and Re z 2 gt 0 displaystyle operatorname Log z 1 operatorname Log z 2 operatorname Log z 1 z 2 quad pi lt operatorname Arg z 1 operatorname Arg z 2 leq pi text e g operatorname Re z 1 geq 0 text and operatorname Re z 2 gt 0 7 Log z 1 Log z 2 Log z 1 z 2 mod 2 p i displaystyle operatorname Log z 1 operatorname Log z 2 operatorname Log z 1 z 2 pmod 2 pi i Log z 1 Log z 2 Log z 1 z 2 p lt Arg z 1 Arg z 2 p e g Re z 1 0 and Re z 2 gt 0 displaystyle operatorname Log z 1 operatorname Log z 2 operatorname Log z 1 z 2 quad pi lt operatorname Arg z 1 operatorname Arg z 2 leq pi text e g operatorname Re z 1 geq 0 text and operatorname Re z 2 gt 0 7 Multiple value forms log z 1 log z 2 log z 1 z 2 displaystyle log z 1 log z 2 log z 1 z 2 log z 1 log z 2 log z 1 z 2 displaystyle log z 1 log z 2 log z 1 z 2 Powers Edit A complex power of a complex number can have many possible values Principal value form z 1 z 2 e z 2 Log z 1 displaystyle z 1 z 2 e z 2 operatorname Log z 1 Log z 1 z 2 z 2 Log z 1 mod 2 p i displaystyle 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 displaystyle z 1 z 2 e z 2 log z 1 Where k1 k2 are any integers log z 1 z 2 z 2 log z 1 2 p i k 2 displaystyle log left z 1 z 2 right z 2 log z 1 2 pi ik 2 log z 1 z 2 z 2 Log z 1 z 2 2 p i k 1 2 p i k 2 displaystyle log left z 1 z 2 right z 2 operatorname Log z 1 z 2 2 pi ik 1 2 pi ik 2 See also EditList of formulae involving p List of integrals of logarithmic functions List of mathematical identities Lists of mathematics topics List of trigonometric identities Equalities that involve trigonometric functionsReferences Edit Weisstein Eric W Logarithm mathworld wolfram com Retrieved 2020 08 29 4 3 Properties of Logarithms people richland edu Retrieved 2020 08 29 Properties and Laws of Logarithms courseware cemc uwaterloo ca 8 Retrieved 2022 04 23 Archived copy PDF Archived from the original PDF on 2016 10 20 Retrieved 2016 12 20 a href Template Cite web html title Template Cite web cite web a CS1 maint archived copy as title link http www lkozma net inequalities cheat sheet ineq pdf bare URL PDF http downloads hindawi com archive 2013 412958 pdf bare URL PDF a b Abramowitz Milton 1965 Handbook of mathematical functions with formulas graphs and mathematical tables Irene A Stegun New York Dover Publications ISBN 0 486 61272 4 OCLC 429082 External links Edit A lesson on logarithms can be found on Wikiversity Logarithm in Mathwords Retrieved from https en wikipedia org w index php title List of logarithmic identities amp oldid 1133760365, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.