Allday Education

Properties of Logarithms

Once you know that a logarithm is an exponent, the log rules stop being a list to memorize and start being things you already believe. There are exactly three: the product rule, the quotient rule, and the power rule. Each one is an exponent rule wearing different clothes.

These three rules let you expand one complicated log into simple pieces, or condense a pile of logs into a single one. Both directions show up constantly — expanding when you're solving log equations, condensing when you're cleaning up an answer. Master the three moves and every "simplify this log expression" problem is mechanical.

The three rules

Product rule: logb(xy)=logbx+logby\log_b (xy) = \log_b x + \log_b y. A product inside the log becomes a sum of logs.

Quotient rule: logbxy=logbxlogby\log_b \dfrac{x}{y} = \log_b x - \log_b y. A quotient inside the log becomes a difference of logs — top minus bottom, in that order.

Power rule: logbxn=nlogbx\log_b x^n = n \log_b x. An exponent inside the log moves out front as a multiplier. This is the rule you'll lean on most, because it turns "the variable is stuck in an exponent" into "the variable is out front where I can solve for it."

Why the rules work

Every log rule is an exponent rule in disguise, because logs are exponents. You know that bmbn=bm+nb^m \cdot b^n = b^{m+n} — when you multiply powers, the exponents add. Since logbx\log_b x and logby\log_b y are the exponents of xx and yy, multiplying xx and yy must add those exponents. That's the product rule.

Try it with real numbers: log232=5\log_2 32 = 5. But 32=8432 = 8 \cdot 4, and log28+log24=3+2=5\log_2 8 + \log_2 4 = 3 + 2 = 5. Same answer both ways. The quotient rule mirrors bmbn=bmn\dfrac{b^m}{b^n} = b^{m-n}, and the power rule mirrors (bm)n=bmn(b^m)^n = b^{mn}.

What the rules do NOT say

The most common log mistake in Algebra 2 is inventing a rule for logb(x+y)\log_b(x + y). There isn't one. The product rule turns a product inside the log into a sum of logs — it says nothing about a sum inside the log. logb(x+y)\log_b(x + y) cannot be split, rewritten, or simplified with these properties. It just stays as it is.

Quick sanity check: log2(8+8)=log216=4\log_2(8 + 8) = \log_2 16 = 4, but log28+log28=3+3=6\log_2 8 + \log_2 8 = 3 + 3 = 6. Not equal — so logb(x+y)\log_b(x+y) and logbx+logby\log_b x + \log_b y are genuinely different things. Related traps: logbxlogby\dfrac{\log_b x}{\log_b y} is not logbxy\log_b \dfrac{x}{y}, and (logbx)n(\log_b x)^n is not nlogbxn \log_b x. The rules only apply to products, quotients, and powers inside the log.

Worked examples

Example 1: the product rule with numbers

Show that log2(84)=log28+log24\log_2 (8 \cdot 4) = \log_2 8 + \log_2 4.

Evaluate the left side firstlog2(84)=log232\log_2 (8 \cdot 4) = \log_2 32
25=322^5 = 32, solog232=5\log_2 32 = 5
Now the right sidelog28+log24=3+2\log_2 8 + \log_2 4 = 3 + 2
Both sides equal 555=55 = 5

Answer: Both sides equal 55 — the product inside became a sum outside.

Example 2: the power rule

Evaluate log243\log_2 4^3 two ways.

Way 1 — compute the inside first43=64,log264=64^3 = 64, \quad \log_2 64 = 6
Way 2 — move the exponent out frontlog243=3log24\log_2 4^3 = 3 \log_2 4
Since log24=2\log_2 4 = 23log24=32=63 \log_2 4 = 3 \cdot 2 = 6
Same answer both ways ✓

Answer: log243=6\log_2 4^3 = 6

Example 3: expand a log expression

Fully expand logbx2yz\log_b \dfrac{x^2 y}{z}.

Quotient rule: top minus bottomlogbx2yz=logb(x2y)logbz\log_b \dfrac{x^2 y}{z} = \log_b (x^2 y) - \log_b z
Product rule on the first loglogb(x2y)=logbx2+logby\log_b (x^2 y) = \log_b x^2 + \log_b y
Power rule moves the 22 out frontlogbx2=2logbx\log_b x^2 = 2\log_b x
Put it all together2logbx+logbylogbz2\log_b x + \log_b y - \log_b z

Answer: logbx2yz=2logbx+logbylogbz\log_b \dfrac{x^2 y}{z} = 2\log_b x + \log_b y - \log_b z

Example 4: condense to a single log

Write 2log5+log42\log 5 + \log 4 as one log, then evaluate it.

Power rule in reverse2log5=log52=log252\log 5 = \log 5^2 = \log 25
Product rule in reverselog25+log4=log(254)\log 25 + \log 4 = \log(25 \cdot 4)
Multiply insidelog100\log 100
Base 1010: since 102=10010^2 = 100log100=2\log 100 = 2

Answer: 2log5+log4=log100=22\log 5 + \log 4 = \log 100 = 2

Try one yourself

Common questions

Do I have to memorize the log rules?

You should know all three cold, but memorize them alongside the exponent rules they come from: product \leftrightarrow bmbn=bm+nb^m b^n = b^{m+n}, quotient \leftrightarrow bmbn=bmn\dfrac{b^m}{b^n} = b^{m-n}, power \leftrightarrow (bm)n=bmn(b^m)^n = b^{mn}. If you forget one, test it with easy numbers like base 22 and powers of 22.

Can I simplify logb(x+y)\log_b(x + y)?

No. None of the three properties applies to a sum (or difference) inside a log. Check with numbers: log216=4\log_2 16 = 4, but log28+log28=6\log_2 8 + \log_2 8 = 6. If the inside is a sum you can't factor, the expression is already as simple as it gets.

Do the rules work for common logs and natural logs?

Yes. The rules hold for any valid base, so ln(xy)=lnx+lny\ln(xy) = \ln x + \ln y and logxn=nlogx\log x^n = n\log x work exactly the same way. The base never changes within a rule — every log in the equation keeps the base you started with.

Want the video version?

Allday Everyday Math has video lessons, practice, and an AI tutor for every topic, Pre-Algebra through Algebra 2.

Try it for $1