Logarithms

Logarithms are the inverse of exponentiation. They answer the question: "To what power must we raise a base to get a certain number?" They are essential for solving equations where the variable is in the exponent.

Logarithmic Visualization

Observe the relationship between y=bxy = b^x and y=logb(x)y = \log_b(x). They are reflections across the line y=xy = x.

Logarithms & Exponentials Explorer

Base (b)2

Base must be > 1.

Logarithmic Function

y=log2(x)y = \log_{2}(x)

Exponential Function

y=2xy = 2^x

Reflection Line

y=xy = x
xy

Definition of a Logarithm

For b>0b \gt 0 and b1b \neq 1, the logarithmic form and exponential form are equivalent:

Fundamental Equivalence

The relationship between logarithmic and exponential forms.

logb(x)=y    by=x\log_b(x) = y \iff b^y = x

Variables

SymbolDescriptionUnit
bbThe base of the logarithm and exponent (b > 0, b ≠ 1)-
xxThe argument of the logarithm, equal to the base raised to the power y-
yyThe exponent, or the value of the logarithm-

Common Bases

  • Common Logarithm: Base 10, written as log(x)\log(x).
  • Natural Logarithm: Base ee (2.718\approx 2.718), written as ln(x)\ln(x).

Properties of Logarithms

These properties allow us to expand or condense logarithmic expressions:

Log Rules

  • Product Rule: logb(xy)=logb(x)+logb(y)\log_b(xy) = \log_b(x) + \log_b(y)
  • Quotient Rule: logb(xy)=logb(x)logb(y)\log_b(\frac{x}{y}) = \log_b(x) - \log_b(y)
  • Power Rule: logb(xp)=plogb(x)\log_b(x^p) = p \log_b(x)
  • Change of Base: logb(a)=logc(a)logc(b)\log_b(a) = \frac{\log_c(a)}{\log_c(b)}

Solving Exponential and Logarithmic Equations

The core strategy for solving these equations relies heavily on using inverse operations to isolate the variable.

Solving Strategies

  • For Exponential Equations (Variable in Exponent):
    1. Isolate the exponential expression.
    2. Take the logarithm (usually natural log, ln\ln) of both sides.
    3. Use the Power Rule (ln(xp)=pln(x)\ln(x^p) = p \ln(x)) to bring the variable down from the exponent.
    4. Solve for the variable algebraically.
  • For Logarithmic Equations (Variable in Log Argument):
    1. Condense the expression into a single logarithm using log properties (Product/Quotient rules).
    2. Isolate the log expression.
    3. Rewrite the equation in its equivalent exponential form (e.g., logb(x)=yby=x\log_b(x) = y \rightarrow b^y = x).
    4. Solve for the variable.
    5. Crucial Step: Check for extraneous solutions by ensuring your answer does not result in the log of a negative number or zero in the original equation.

Logarithmic Scale

A logarithmic scale is a way of displaying numerical data over a very wide range of values in a compact way. Each unit of distance on the scale represents a multiplication by the base, not an addition. It's often used for measuring the intensity of earthquakes (Richter scale), sound (decibels), or acidity (pH).

Linear vs. Logarithmic Scale

1100M

Linear Scale

Value:

1.0k

Notice how the linear bar barely moves for small values, then shoots off completely for large ones.

Logarithmic Scale (Base 10)

log10(textValue):\\log_{10}(\\text{Value}):

3.0

The logarithmic scale grows proportionally to the exponent, compressing huge ranges into manageable numbers.

Example Context: If 11 is a microscopic tremor, 10810^8is a massive earthquake. The Richter Scale uses logarithms so we can say "Magnitude 8" instead of "Intensity 100,000,000".

Logarithmic Scale Property

An increase of 1 unit on a base-10 logarithmic scale means the measured quantity has multiplied by 10.
L=log10(II0) L = \log_{10} \left( \frac{I}{I_0} \right)
Key Takeaways
  • The Core Idea: log\log is just an exponent. log10(100)=2\log_{10}(100) = 2 because 102=10010^2 = 100.
  • Domain Restriction: You cannot take the logarithm of zero or a negative number.
  • Product/Sum Connection: Logs turn multiplication into addition and division into subtraction.
  • Calculators: Use the Change of Base formula if your calculator only has log\log (base 10) and ln\ln (base ee).