Logarithm

From The School of Biomedical Sciences Wiki
Revision as of 11:46, 22 November 2013 by 130189006 (talk | contribs) (Created page with "A logarithm is the number to which a base must be raised to reach another number. e.g. log<sub>10</sub>(100)=2, so 10<sup>2 </sup>=100. When seen as just log(n) this is beca...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A logarithm is the number to which a base must be raised to reach another number. e.g. log10(100)=2, so 102 =100. When seen as just log(n) this is because the base is 10. A natural logarithm is a logarithm with a base of the natural constant, which is known as e.

logb(xy) = logb(x) + logb(y)

logb(x/y) =logb(x) - logb(y)