Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Logarithms are a way to describe exponents, so every logarithm asks for the power needed to make a number. They are useful because they turn multiplication into addition, division into subtraction, and powers into multiplication. These properties make complicated exponential expressions easier to solve and simplify.

Logarithms appear in science, finance, computer science, and any situation where quantities grow or shrink by repeated factors.

The main logarithm rules come directly from exponent laws. When two quantities with the same base are multiplied, their exponents add, which gives the product rule for logarithms. When a power is taken, the exponent multiplies, which gives the power rule.

The change-of-base formula lets you rewrite any logarithm using a calculator-friendly base such as 10 or e.

Understanding Math: Properties of Logarithms

The rules are easier to trust when you connect them to exponent patterns. Suppose a base is raised to one exponent and then multiplied by the same base raised to another exponent. Combining the factors produces one power whose exponent is the sum of the two original exponents.

A logarithm records that exponent, so multiplication inside a logarithm becomes addition outside it. Division works for the matching reason. Canceling equal-base factors subtracts exponents.

Raising an existing power to a new power multiplies exponents. These are not separate tricks to memorize. They are different results of the same exponent laws.

The inside of a real logarithm needs careful attention. It must stay positive. Zero has no logarithm in the real number system, and negative inputs do not work there either.

This condition applies to every part after you expand an expression. For example, if an expression contains the logarithm of a quotient, both the numerator and denominator must have values that make the quotient positive.

Students often expand first and forget that the original expression still controls the allowed values. Checking the domain before simplifying prevents errors that can look correct on paper.

A common mistake is trying to split a logarithm across addition or subtraction inside its argument. The logarithm of a sum does not break into two logarithms. The same is true for a difference.

The product and quotient rules work only when multiplication or division connects the quantities inside. Another frequent error comes from the power rule. The exponent can move to the front as a multiplier, but an added term cannot move out in this way.

Parentheses matter. The logarithm of a whole squared product differs from squaring only one factor. Write the grouping clearly before applying any rule.

These ideas appear whenever a calculation involves values spread across many sizes. The decibel scale compares sound intensities with logarithms. The pH scale represents hydrogen ion concentration in chemistry.

Earthquake magnitude, signal strength, population models, and compound interest can involve logarithmic thinking. In computing, logarithms describe how many repeated halving steps are needed in efficient searches. When using a calculator, be aware of its available buttons.

Common logarithm uses base ten, while natural logarithm uses the base connected with continuous growth. A different base can still be calculated by taking the logarithm of the input and dividing by the logarithm of the desired base. Keep the same calculator logarithm type in both parts of that division.

Key Facts

  • Definition: log_b(x) = y means b^y = x, where b > 0, b != 1, and x > 0.
  • Product rule: log_b(MN) = log_b(M) + log_b(N).
  • Quotient rule: log_b(M/N) = log_b(M) - log_b(N).
  • Power rule: log_b(M^p) = p log_b(M).
  • Change of base: log_b(x) = log_a(x) / log_a(b), often log_b(x) = ln(x) / ln(b).
  • Inverse facts: log_b(b^x) = x and b^(log_b(x)) = x.

Vocabulary

Logarithm
A logarithm is the exponent that a base must be raised to in order to produce a given positive number.
Base
The base is the repeated factor in an exponential expression and the number written below the log symbol in log_b(x).
Argument
The argument is the positive quantity inside a logarithm, such as x in log_b(x).
Natural Logarithm
The natural logarithm is a logarithm with base e and is written ln(x).
Change-of-Base Formula
The change-of-base formula rewrites a logarithm in one base as a quotient of logarithms in another base.

Common Mistakes to Avoid

  • Writing log_b(M + N) = log_b(M) + log_b(N) is wrong because the product rule applies only to multiplication inside the logarithm, not addition.
  • Forgetting domain restrictions is wrong because log_b(x) is defined only when the base is positive, the base is not 1, and the argument is positive.
  • Changing the base incorrectly as log_b(x) = log(x) / log(x) is wrong because the denominator must be the logarithm of the original base, so log_b(x) = log(x) / log(b).
  • Dropping parentheses when expanding is wrong because log_b(M/NK) may be misread; write log_b(M) - log_b(NK) or log_b(M) - log_b(N) - log_b(K) depending on the expression.

Practice Questions

  1. 1 Expand completely: log_3(27x^4/y^2), assuming x > 0 and y > 0.
  2. 2 Condense into one logarithm: 2 log_5(x) - log_5(4) + 3 log_5(y), assuming x > 0 and y > 0.
  3. 3 Explain why log_2(8 + 4) is not equal to log_2(8) + log_2(4), and state which logarithm rule students are often misusing.