No history yet

Understanding Logarithms

The Inverse of an Exponent

Exponents answer the question: what do you get when you multiply a number by itself a certain number of times? For example, $2^3$ asks what you get when you multiply 2 by itself 3 times. The answer is 8.

Logarithms flip this question around. A logarithm asks: how many times do you need to multiply a base number by itself to get another number?

The expression log2(8)\log_2(8) asks, "To what power must we raise 2 to get 8?"

Since we know 23=82^3 = 8, the answer is 3. So, log2(8)=3\log_2(8) = 3. The small number, 2, is called the base. The number in the parentheses, 8, is the argument.

logb(x)=y    by=x\log_b(x) = y \iff b^y = x

This relationship is the most important thing to understand about logarithms. They are simply a different way to write an exponential relationship. They undo exponents, just like subtraction undoes addition and division undoes multiplication.

A logarithm is the inverse of an exponential function.

Let's look at a few more examples to make this solid.

Exponential FormLogarithmic FormExplanation
52=255^2 = 25log5(25)=2\log_5(25) = 25 must be raised to the power of 2 to get 25.
103=100010^3 = 1000log10(1000)=3\log_{10}(1000) = 310 must be raised to the power of 3 to get 1000.
34=813^4 = 81log3(81)=4\log_3(81) = 43 must be raised to the power of 4 to get 81.

The inverse relationship between exponents and logarithms can be visualized by graphing them. The graph of a logarithmic function is a reflection of its corresponding exponential function over the line y=xy=x.

Lesson image

Special Bases

While you can have a logarithm with any positive base (except 1), there are two bases that are so common they have their own special notation.

Common Logarithm

noun

A logarithm with base 10. It is often written as log(x)\log(x) without the base specified.

The common logarithm is useful because our number system is base-10. It answers the question, "To what power must we raise 10 to get a certain number?" For instance, log(100)=2\log(100) = 2 because 102=10010^2 = 100. This base is frequently used in fields like chemistry to measure pH and in engineering for signal processing.

Natural Logarithm

noun

A logarithm with base ee, a special irrational number approximately equal to 2.718. It is written as ln(x)\ln(x).

The number ee might seem strange at first, but it appears naturally in many areas of mathematics and science, especially those involving growth and change. The notation ln(x)\ln(x) stands for logarithmus naturalis, which is Latin for "natural logarithm".

Lesson image

Basic Properties

From the definition of logarithms, a few basic properties emerge. These aren't new rules to memorize, but rather direct consequences of the inverse relationship with exponents.

First, what is logb(1)\log_b(1)? This asks, "To what power do we raise bb to get 1?" For any base bb, the answer is always 0, because any number raised to the power of 0 is 1.

logb(1)=0\log_b(1) = 0

Next, what is logb(b)\log_b(b)? This asks, "To what power do we raise bb to get bb?" The answer is simply 1, since b1=bb^1 = b.

logb(b)=1\log_b(b) = 1

These two properties hold true for any valid base, including base 10 and base ee. So, log(1)=0\log(1) = 0, log(10)=1\log(10) = 1, ln(1)=0\ln(1) = 0, and ln(e)=1\ln(e) = 1. Understanding these foundational ideas is the key to working with logarithms.

Ready to check your understanding? Let's try a few questions.

Quiz Questions 1/5

Which logarithmic expression is equivalent to the exponential equation 72=497^2 = 49?

Quiz Questions 2/5

What is the value of logb(1)\log_b(1) for any valid base bb?

Logarithms provide a new way to think about and work with exponents. By understanding their core definition as an inverse, you've built a solid foundation for exploring their wider applications.