Source codeVideos
Exponents and Logarithms

Logarithm Definition

Nabil Akbarazzima Fatih

Mathematics

Understanding Logarithms

Logarithm is a mathematical operation that is the inverse of exponentiation. If we have an exponential equation b=acb = a^c, then its logarithmic form is alogb=c^a\log b = c.

Formal Definition of Logarithms

Let aa be a positive number where 0<a<10 < a < 1 or a>1a > 1, and b>0b > 0, then:

alogb=c if and only if b=ac^a\log b = c \text{ if and only if } b = a^c

Where:

  • aa is the base of the logarithm
  • bb is the number whose logarithm we are finding (numerus)
  • cc is the result of the logarithm

We can read alogb=c^a\log b = c as: aa raised to what power equals bb? The answer is cc. Because ac=ba^c = b.

Relationship Between Exponents and Logarithms

Logarithms and exponents are related as operations that are inverses of each other. Consider the following examples:

Exponential FormLogarithmic Form
25=322^5 = 322log32=5^2\log 32 = 5
32=93^2 = 93log9=2^3\log 9 = 2
52=1255^{-2} = \frac{1}{25}5log125=2^5\log \frac{1}{25} = -2
70=17^0 = 17log1=0^7\log 1 = 0

Common Logarithm (Base 10)

Logarithm with base 10 is called the common logarithm. It is often simplified by omitting the base 10:

10loga=loga^{10}\log a = \log a

Applications of Logarithms in Exponential Growth

Determining Time to Reach a Specific Quantity

A bacterial colony initially consists of 2,000 bacteria that divide every 1 hour. The growth of these bacteria follows an exponential function:

f(x)=2,000(2x)f(x) = 2,000(2^x)

where xx is time in hours.

Then, to determine the time needed for bacteria to reach a specific number, for example 100,000 bacteria, we need to find the value of xx that satisfies:

100,000=2,000(2x)100,000 = 2,000(2^x)

By dividing both sides by 2,000:

50=2x50 = 2^x

To find the value of xx, we use the concept of logarithms:

x=log250x = \log_2 50

This demonstrates that logarithms are very useful tools for solving exponential equations, especially when finding the exponent value that yields a specific result.