MATH 3 • ALGEBRA & FUNCTIONS

Logarithm Properties — I can apply properties of logarithms to rewrite expressions at an introductory level and justify equivalences.

Master the rules that transform complex logarithmic expressions into simpler, equivalent forms.

Historical Context & Motivation

Before calculators existed, scientists and navigators faced a brutal challenge: multiplying enormous numbers by hand. Imagine computing 3,456,789 × 8,765,432 without any technology — it could take hours and was riddled with errors. Logarithms were invented precisely to solve this problem, turning painful multiplication into simple addition. The properties you will learn in this lesson are the very rules that made that magic possible.

1614
Napier Publishes Logarithm Tables
Scottish mathematician John Napier published tables that converted multiplication problems into addition problems, saving astronomers and navigators countless hours of computation.
1624
Briggs Introduces Common Logarithms
Henry Briggs refined Napier's work and created base-10 logarithm tables, which became the standard computational tool for science and engineering for over 300 years.
1685
Logarithmic Properties Formalized
Mathematicians systematically identified the product, quotient, and power rules of logarithms, giving users a clear set of tools for simplifying expressions and solving equations.
1972
Scientific Calculators Arrive
Handheld calculators made log tables obsolete for raw computation, but logarithm properties remain essential in algebra, calculus, data science, and fields like acoustics and earthquake measurement.

Even in the age of technology, logarithm properties are indispensable. They let you solve exponential equations, simplify complex expressions, and model real-world phenomena such as sound intensity, earthquake magnitude, and population growth. The central question this lesson addresses is: How can we rewrite and simplify logarithmic expressions, and why are those rewrites valid?

Core Principles & Definitions

Before diving into the properties, you need a rock-solid understanding of what a logarithm actually means. A logarithm answers the question: "What exponent do I put on the base to get this number?" In other words, logb(x) = y means by = x. This connection between logarithmic and exponential form is the foundation for every property below.

1

Product Property

The log of a product equals the sum of the logs: logb(MN) = logb(M) + logb(N). Multiplication inside becomes addition outside.
2

Quotient Property

The log of a quotient equals the difference of the logs: logb(M/N) = logb(M) − logb(N). Division inside becomes subtraction outside.
3

Power Property

The log of a power lets you bring the exponent down as a coefficient: logb(Mp) = p × logb(M). Exponents come out front.
4

Identity Properties

Two special cases: logb(1) = 0 because b⁰ = 1, and logb(b) = 1 because b¹ = b. These anchor your understanding.
KEY TAKEAWAY
Think of logarithm properties like a universal translator between two languages. In "Exponent Language," you multiply, divide, and raise to powers. In "Logarithm Language," those same operations become addition, subtraction, and multiplication by a coefficient. The properties are the translation rules — they don't change the meaning (the value), they just change how the expression is written.

Visual Explanation — The Exponent–Logarithm Bridge

Each row shows how an exponent law on the left directly translates into a logarithm property on the right. The product rule (cyan), quotient rule (violet), and power rule (pink) each have a matching exponent law that justifies them.

The diagram above is the single most important visual in this lesson. Notice that each logarithm property in the right column is simply the exponent rule on the left, rewritten from the logarithm's perspective. When you multiply two powers of the same base, you add exponents — so the logarithm of a product becomes the sum of two logarithms. When you divide, you subtract exponents — so the logarithm of a quotient becomes a difference. When you raise a power to another power, you multiply exponents — so an exponent inside a log can "come down" as a multiplier. Every log property traces back to an exponent law you already know.

Mathematical Framework

Let's state each property formally and then show why it must be true. In every formula below, b > 0 and b ≠ 1, and M and N are positive real numbers.

PRODUCT PROPERTY
log_b(M × N) = log_b(M) + log_b(N)
Let logb(M) = m and logb(N) = n. Then M = bm and N = bn, so M × N = bm × bn = bm+n. Taking log base b: logb(M × N) = m + n = logb(M) + logb(N).
QUOTIENT PROPERTY
log_b(M / N) = log_b(M) − log_b(N)
Using the same approach: M / N = bm / bn = bm−n, so logb(M / N) = m − n.
POWER PROPERTY
log_b(M^p) = p × log_b(M)
Since M = bm, we have Mp = (bm)p = bmp. Taking log base b: logb(Mp) = mp = p × logb(M).
IDENTITY PROPERTIES
log_b(1) = 0 and log_b(b) = 1
Since b⁰ = 1, the log of 1 (in any base) is 0. Since b¹ = b, the log of the base itself is always 1.
⚠️ Common Mistake Alert
Students often write log(M + N) = log(M) + log(N). This is incorrect! The product property says log(M × N) = log(M) + log(N). There is no simple rule for log(M + N). Remember: addition on the outside of the log corresponds to multiplication on the inside, not addition.

Expanding vs. Condensing — Two Directions

Every logarithm property can be used in two directions. Expanding means taking a single logarithm of a complicated expression and breaking it into multiple simpler logarithms. Condensing means combining several logarithms into one. Being comfortable going both ways is essential for solving equations and simplifying expressions in later courses.

The left panel demonstrates expanding a single log into a sum and difference of simpler logs. The right panel shows condensing — reversing the process to combine multiple logs back into one. Both directions use the same three properties.
Two directions for applying logarithm properties
DirectionWhat You Start WithWhat You End WithWhen You Use It
ExpandingOne log of a product, quotient, or powerSum/difference of simpler logsSimplifying, differentiating (calculus), evaluating
CondensingSum/difference of multiple logsA single log expressionSolving equations, converting to exponential form

Worked Example — Expanding a Logarithmic Expression

Let's fully expand the expression log3(9x²√y) using the logarithm properties. We'll justify every step along the way.

Expand log₃(9x²√y)
1
Step 1 — Rewrite the radicalThe square root √y can be written as y1/2. This rewrites the expression as log3(9 × x² × y1/2).
log₃(9 × x² × y^(1/2))
2
Step 2 — Apply the Product Property twiceThe expression inside the log is a product of three factors. By the product property, log3(A × B × C) = log3(A) + log3(B) + log3(C).
log₃(9) + log₃(x²) + log₃(y^(1/2))
3
Step 3 — Apply the Power PropertyThe second term has x² inside the log, and the third term has y1/2. Bring each exponent down as a coefficient: log3(x²) = 2 × log3(x), and log3(y1/2) = (1/2) × log3(y).
log₃(9) + 2·log₃(x) + (1/2)·log₃(y)
4
Step 4 — Evaluate the known logarithmSince 9 = 3², we know log3(9) = log3(3²) = 2. Substitute this value.
2 + 2·log₃(x) + (1/2)·log₃(y)

Notice how the original expression — one complex logarithm — became a clean linear combination of simple logs plus a constant. Each step used a specific property, and you could reverse the process (condense) by reading the steps from bottom to top.

Common Errors & How to Avoid Them

Logarithm properties are straightforward once you understand them, but they have a few tricky spots where students commonly stumble. Studying these common mistakes now will save you from making them on tests and homework.

Frequent logarithm mistakes and their corrections
Common MistakeWhy It's WrongCorrect Version
log(M + N) = log(M) + log(N)The product rule says log(M × N) = log M + log N. Addition inside a log has no simple property.log(M × N) = log(M) + log(N)
log(M) × log(N) = log(MN)You add logs to get a product inside, not multiply logs. log(M) × log(N) is just a product of two numbers.log(M) + log(N) = log(MN)
log(M − N) = log(M) / log(N)There is no property for log of a difference. The quotient rule gives log(M/N) = log(M) − log(N), not the other way.log(M/N) = log(M) − log(N)
(log M)² = 2 log MThe power property says log(M²) = 2 log M. Squaring the entire log value is different from squaring the argument inside.log(M²) = 2 log M
💡 MEMORY TIP
Whenever you're unsure whether a log "rule" is valid, test it with specific numbers. For example, is log(2 + 3) = log(2) + log(3)? Plug in: log(5) ≈ 0.699, but log(2) + log(3) ≈ 0.301 + 0.477 = 0.778. They're not equal, so the "rule" is false. Quick numerical checks can catch errors before they become habits.

Connection to Advanced Topics

The properties you've learned in this lesson form the foundation for more advanced work with logarithms. Here's a preview of where these ideas lead. You don't need to master these topics now, but it helps to see how the basic properties connect to bigger ideas.

How introductory properties connect to advanced applications
This Lesson (Introductory)Where It Leads (Advanced)
Product, quotient, and power propertiesChange of base formula: log_b(x) = log_c(x) / log_c(b), used to convert between any two bases
Expanding and condensing expressionsSolving logarithmic and exponential equations (e.g., finding x in 5ˣ = 200)
Evaluating logs like log₃(9) = 2Natural logarithms (ln) and the number e, central to calculus and continuous growth models
Understanding log as an exponentLogarithmic scales (decibels, Richter scale, pH) and logarithmic regression in data analysis

The change of base formula is especially important because your calculator typically only has buttons for log (base 10) and ln (base e). To evaluate something like log5(37), you'd write it as log(37) / log(5) ≈ 2.244. The justification for this formula relies directly on the power and quotient properties you learned today.

Practice Problems

Try these problems to solidify your understanding. Each one builds on the properties covered in this lesson. Work through each step carefully before checking the answer.

PROBLEM 1CONCEPTUAL
Explain in your own words why log5(25) + log5(4) must equal log5(100). Which property guarantees this, and what exponent law is behind it?
PROBLEM 2BASIC CALCULATION
Expand the expression log2(16x³) into a sum of simpler terms.
PROBLEM 3INTERMEDIATE
Condense the expression 2·log(x) − log(y) + (1/3)·log(z) into a single logarithm.
PROBLEM 4APPLIED
The decibel scale for sound intensity uses the formula dB = 10·log(I / I₀), where I is the sound intensity and I₀ is a reference intensity. If a rock concert has intensity I = 10⁶ × I₀, what is the decibel level? Show your work using logarithm properties.
PROBLEM 5CRITICAL THINKING
A student claims that logb(M²) is always equal to (logb(M))². Is this claim correct for all positive values of M? Justify your answer by testing specific values and using properties.

Lesson Summary

Logarithm properties let you rewrite expressions by translating between exponent operations and log operations. The product property turns multiplication inside a log into addition outside: logb(MN) = logb(M) + logb(N). The quotient property turns division into subtraction: logb(M/N) = logb(M) − logb(N). The power property brings an exponent down as a coefficient: logb(Mp) = p × logb(M).

Every property works because logarithms are exponents, so each log rule mirrors an exponent law you already know. You can use these rules to expand a complex log into simpler pieces or condense multiple logs into one. Remember that there are no properties for log(M + N) or log(M − N) — only for products, quotients, and powers.

Varsity Tutors • Math 3 • Logarithm Properties