RemNote Community
Community

Foundations of Logarithms

Understand what a logarithm is, the common bases (10, e, 2) and their notation, and how logarithms invert exponentiation.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz

Quick Practice

What is the general definition of a logarithm in terms of exponents?
1 of 9

Summary

Understanding Logarithms: Definition and Basic Concepts What Is a Logarithm? A logarithm answers a fundamental question: "What exponent do I need to raise this base to in order to get a particular number?" More formally, a logarithm is the exponent to which a fixed base must be raised to produce a given number. Here's the core relationship: $$\text{If } x = b^y \text{ then } y = \logb x$$ The subscript $b$ denotes the base. This means $y$ is the logarithm of $x$ to base $b$. Example to Make This Concrete Let's say we want to find $\log2 8$. We're asking: "What power must I raise 2 to in order to get 8?" The answer is 3, because $2^3 = 8$. Therefore, $\log2 8 = 3$. Similarly, $\log{10} 100 = 2$ because $10^2 = 100$. Notice something important here: logarithms and exponents are doing opposite things. Exponentiation takes a base and a power and produces a result. Logarithms take a base and a result and retrieve the power. They are inverse functions of each other. The Three Most Important Bases Different fields use different bases, so it's crucial to recognize them and understand their notation. The Common Logarithm (Base 10) The base-10 logarithm, denoted $\log{10} x$ or simply $\log x$, is called the common logarithm. It's widely used in science and engineering because our number system is base-10. For example, $\log{10} 1000 = 3$ since $10^3 = 1000$. In the graph above, you can see how slowly the base-10 logarithm (the light blue curve) grows compared to other bases. The Natural Logarithm (Base $e$) The base-$e$ logarithm, where $e \approx 2.71828...$, is called the natural logarithm and is denoted $\ln x$. This base is special in mathematics and physics, particularly in calculus, where the natural logarithm has elegant properties (its derivative is remarkably simple). When you see $\ln$ without a subscript, it always means base $e$. The natural logarithm falls between the common logarithm and other bases in terms of growth rate (the blue curve in the graph). The Binary Logarithm (Base 2) The base-2 logarithm, written $\log2 x$, is called the binary logarithm and is essential in computer science, information theory, music theory, and photography. It's used because computers work with binary (2-state) systems. Notice in the graph that $\log2 x$ (red curve) grows faster than $\log{10} x$ and $\ln x$ because the base is smaller. Understanding the Notation One source of confusion for students is the different ways to write logarithms: $\logb x$ means "logarithm of $x$ to base $b$." The subscript explicitly tells you the base. $\log x$ (without a subscript) means base-10 when used in science and engineering, or sometimes means base-2 in computer science contexts. $\ln x$ always means the natural logarithm (base $e$). This is a universal convention. When reading a problem, always check for context clues about which base is intended if the base isn't explicitly written. The Inverse Relationship Between Exponents and Logarithms This is perhaps the most important concept to internalize: logarithms and exponentiation are inverse operations. Think of it this way: Exponentiation: "Raise 2 to the power 5" → $2^5 = 32$ Logarithm: "What power must I raise 2 to in order to get 32?" → $\log2 32 = 5$ This inverse relationship is so fundamental that it's expressed mathematically as: $$b^{\logb x} = x$$ $$\logb(b^y) = y$$ These identities hold because logarithms "undo" exponentiation and vice versa. Understanding this inverse relationship is key to working effectively with logarithmic equations and transformations.
Flashcards
What is the general definition of a logarithm in terms of exponents?
The exponent to which a fixed base must be raised to produce a given number.
If $x = b^{y}$, how is the logarithm of $x$ to base $b$ expressed in notation?
$\log{b} x = y$
What is the relationship between the logarithm function with base $b$ and the exponential function $b^{x}$?
They are inverse functions of each other.
What is the inverse operation of exponentiation?
Logarithm
What is the specific base used for a common logarithm?
Base 10
What is the base $e$ approximately equal to in a natural logarithm?
$e \approx 2.71828183$
What is the common shorthand notation for the natural logarithm $\log{e} x$?
$\ln x$
What is the base of a binary logarithm?
Base 2
How is a logarithm typically written when the base is already clear from the context?
$\log x$

Quiz

How is a logarithm written when its base is understood from context?
1 of 5
Key Concepts
Types of Logarithms
Logarithm
Common logarithm
Natural logarithm
Binary logarithm
Logarithmic Concepts
Logarithmic function
Exponential function
Inverse relationship