Hide outline
Feedback

Logarithm Laws: The Exponent Rules in Disguise

Logarithm Laws: The Exponent Rules in Disguise

Use logarithm laws to rewrite messy expressions, switch calculator bases, and solve equations with confidence. Build an intuition that logs are exponent questions, so the rules feel like familiar exponent rules rather than new facts to memorize.

Multiplication turning into addition sounds like a magic trick, yet that is the everyday job of logarithms. When numbers get huge or tiny, adding and subtracting is easier than multiplying and dividing, both for mental math and for measuring real things like sound and acidity.

Logarithms are the translation tool. They take a multiplicative world and describe it on an additive scale, without losing the idea of relative size.

Logs turn multiplication into addition

On a log scale, equal jumps represent equal factors, not equal increases. That is why a jump from 10 to 100 feels the same as 100 to 1000 when you look through base 10 logs. Each step multiplies by 10, so the log value adds 1.

To see that pattern directly, interact with the graph and watch how the vertical changes line up with multiplicative steps in xx.

The graph also hints at a key fact. Logs grow slowly. A huge change in xx can become a modest change in log(x)\log(x), which is exactly what you want when data spans many powers of 10.

Rule of thumb If something changes by a constant factor each time, a logarithm turns that repeated multiplication into repeated addition.

What a logarithm means in plain language

A logarithm is an exponent question.

If you can read 2^5=32 as 2 multiplied by itself 5 times gives 32, then log_2(32)=5 reads as what exponent on 2 gives 32. The base is the number you are raising, the argument is the result you want to reach, and the log value is the exponent that makes it happen.

The inverse relationship

Logs and exponentials undo each other.

  • b^(log_b(x))=x for valid inputs
  • log_b(b^y)=y for any real yy when b>0b>0 and b1b\neq1

Those conditions on bb keep the exponential function well behaved so it has a true inverse.

Try flipping back and forth between exponential and logarithmic forms until the translation feels automatic.

Once you can translate both ways, most log problems become exponent problems in disguise.

The core logarithm laws you actually use

The three core logarithm laws are the exponent rules, translated.

If b>0b>0, b1b\neq1, and the arguments are positive, then:

  • Product law log_b(xy)=log_b(x)+log_b(y)
  • Quotient law log_b(x/y)=log_b(x)-log_b(y)
  • Power law log_b(x^k)=k log_b(x)

These work because exponents multiply when you raise a power to a power and add when you multiply like bases. For example, if x=b^m and y=b^n, then xy=b^(m+n), so taking log_b returns m+n.

Use the side by side comparisons to build the habit of seeing which form is expanded and which is condensed.

When to expand vs condense

Expanding with the laws helps when you want to separate factors, match terms, or simplify an expression. Condensing helps when you want one log so you can exponentiate both sides cleanly.

Good tell If the goal is solve for a variable inside a log, condensing to a single log often sets up the final step.

Change of base without mystery

Your calculator typically has ln for base ee and log for base 10, but you can still compute any base you want.

The change of base formula is log_b(x)=ln(x)/ln(b)

It works because you are comparing how many times you need to multiply by bb to get xx, measured using a log your calculator already knows. The division rescales one log unit into another.

Try a few values and watch how different bases give different numbers, yet still answer the same exponent question.

One practical payoff is recognition. log_2(64)=6 and ln(64)/ln(2)=6 look different but mean the same thing.

Common pitfalls that break the laws

Most log mistakes come from forgetting what is inside the log and what is outside it. Logs do not distribute over addition, and parentheses matter.

Non-laws to avoid

  • log(a+b)≠log(a)+log(b) in general
  • log(a-b)≠log(a)-log(b) in general

The product and quotient laws need multiplication or division inside the log. Addition and subtraction do not translate into anything simple.

Domain restrictions also matter. The argument of log_b(x) must be positive. That means log(-3) is not real, and log(0) is not defined.

Use the examples to spot exactly where a tempting step becomes illegal, especially with squares and missing absolute values.

Parentheses check log(x^2) is the log of a square, while (log x)^2 is a square of a log. They are completely different operations.

Solving equations using log laws

The typical workflow is to get logs under control, then remove them.

You either make one log equal a number, or one log equal another log. From there, you use the laws to combine logs, then exponentiate to undo the log.

A reliable solving pattern

  • Ensure every log has a positive argument, at least as a constraint you will enforce later
  • Condense each side to a single log when possible
  • If log_b(A)=log_b(B), conclude A=B while keeping A>0A>0 and B>0B>0
  • If log_b(A)=c, rewrite as A=b^c
  • Solve the resulting equation
  • Check solutions in the original equation, because restrictions can create extraneous solutions

Walk through a couple step by step problems and notice where the solution check matters most.

Where log laws show up in real thinking

Log scales appear whenever changes are naturally multiplicative. Decibels compress huge ranges of sound intensity into manageable numbers, pH turns concentrations into a scale where each integer step is a factor of 10, and orders of magnitude let you compare 1,000,000 to 10,000 without drowning in zeros.

The laws explain why these scales add. Two factors of 10 become two added steps on the scale. A ratio becomes a difference. A power becomes a multiplier. Once you see that, you can reason about comparisons quickly.

Pick one log scale you encounter in life and translate its steps into factors. When you can say one unit up means multiply by something, you are thinking in log laws rather than memorizing them.

Was this lesson helpful?
Dive Deeper

Generate a follow-up sub-lesson on any aspect of this topic

Related content