The logarithm is the inverse operation of exponentiation. The fundamental formula that defines a logarithm is stated as:
log_b(x) = y ⟺ b^y = x
In this equation:
- b is the base of the logarithm. It must be a positive real number not equal to 1. Common bases include 10 (common logarithm), e (natural logarithm), and 2 (binary logarithm).
- x is the argument (the number you take the logarithm of). It must be positive, because you cannot raise a positive base to any real exponent and get zero or a negative number.
- y is the exponent or the logarithm value. It answers the question: “To what power must b be raised to obtain x?”
The notation log_b(x) = y is read as “log base b of x equals y”. The double arrow (⟺) means the two statements are equivalent: the logarithmic form and the exponential form are two ways of saying the same thing.
Why the Logarithm Formula Works
The logarithm is the inverse of exponentiation. If exponentiation is repeated multiplication, then the logarithm tells you how many times you need to multiply the base by itself to reach a given number. For example, log_10(100) = 2 because 10 × 10 = 100. The exponent 2 is the answer.
Historically, logarithms were invented by the Scottish mathematician John Napier in the early 17th century to simplify calculations involving multiplication and division. Napier’s original logarithms used a base related to 1/e, but later Henry Briggs introduced common logarithms (base 10). The key insight was that logarithms turn multiplication into addition: log_b(xy) = log_b(x) + log_b(y). This property made it possible to perform complex astronomical calculations by hand.
The units of a logarithm are dimensionless—they represent a count (an exponent). For instance, on the Richter scale, an increase of 1 corresponds to a tenfold increase in ground motion, because log₁₀(10) = 1.
Practical Implications of Logarithm Properties
Logarithms appear in nearly every scientific and engineering field. They are used to measure sound intensity (decibels), earthquake magnitude (Richter scale), acidity (pH), and even the number of bits needed to represent information (binary logarithms). In finance, logarithms model compound interest and exponential growth.
If you are new to logarithms, we recommend first reading our detailed explanation: What is a Logarithm? Definition and Explanation (2026). Once you understand the concept, you can use our How to Calculate Logarithms Manually: Step-by-Step (2026) guide to learn pencil-and-paper methods. For interpreting logarithm results, see Logarithm Value Ranges: What Different Results Mean (2026).
Key Logarithm Properties
The following properties follow directly from the definition and are essential for simplifying logarithmic expressions:
- Product Rule:
log_b(xy) = log_b(x) + log_b(y) - Quotient Rule:
log_b(x/y) = log_b(x) - log_b(y) - Power Rule:
log_b(x^p) = p * log_b(x) - Change of Base Formula:
log_b(x) = log_c(x) / log_c(b)for any valid base c - Logarithm of 1:
log_b(1) = 0becauseb^0 = 1 - Logarithm of the Base:
log_b(b) = 1becauseb^1 = b
These properties allow you to break down complex logarithms into simpler parts, which is especially useful when using a Log Calculator to verify your work.
Edge Cases and Common Mistakes
Domain Restrictions
The logarithm is only defined when:- Base (b) > 0 and b ≠ 1: If b = 1, then
1^y = 1for any y, so the equation1^y = xonly has a solution when x = 1, and that solution is not unique. Therefore, base 1 is excluded. - Argument (x) > 0: Since
b^yis always positive for real y, x must be positive.
Common Logarithm Mistakes
- Forgetting to check the domain: Trying to compute
log(-5)orlog_1(10)is invalid and the calculator will return an error. - Misapplying the product rule:
log_b(x + y)does not equallog_b(x) + log_b(y). The product rule works for multiplication, not addition. - Neglecting the base change: Some people incorrectly assume
log(x)always means base 10, orln(x)means base 2. Always check the context. In computer science,logoften means base 2, as explained on our page Binary Logarithms in Computer Science: Log2 Use (2026).
Example Using Properties
Suppose you want to compute log_2(32 * 8) without a calculator. Using the product rule:
log_2(32 * 8) = log_2(32) + log_2(8) = 5 + 3 = 8
Indeed, 2^8 = 256, and 32 * 8 = 256. Check it with our Log Calculator.
Another example: Simplify log_10(1000 / 10). Using the quotient rule:
log_10(1000/10) = log_10(1000) - log_10(10) = 3 - 1 = 2
Since 10^2 = 100, and indeed 1000/10 = 100. The properties make mental calculation easy.
Working with Natural Logarithms
The natural logarithm uses base e (approximately 2.71828). Its formula is:
ln(x) = y ⟺ e^y = x
Natural logarithms are especially common in calculus and exponential growth models. The same properties apply to ln.
For a complete list of frequently asked questions about logarithms, visit our Logarithm FAQ: Common Questions Answered (2026).
Conclusion
The logarithm formula log_b(x) = y is a simple but powerful concept that unlocks the world of exponential relationships. By understanding its definition, properties, and edge cases, you can tackle problems in mathematics, science, and engineering with confidence. Use our Log Calculator to practice and verify your results.
Try the free Log Calculator ⬆
Get your Logarithms: the inverse of exponentiation, used to solve for exponents and model exponential relationships. result instantly — no signup, no clutter.
Open the Log Calculator