algebra

Logarithm

A logarithm is the inverse of exponentiation: log_a(b) = c means a^c = b. It answers "what power of a gives b?"

A logarithm is the inverse operation of exponentiation. The expression log⁑ab=c\log_a b = c means exactly ac=ba^c = b β€” the logarithm answers "to what power must I raise aa to get bb?"

Common bases:

  • log⁑10\log_{10} (common log) β€” used in pH, decibels, Richter scale.
  • ln⁑=log⁑e\ln = \log_e (natural log) β€” calculus and continuous-growth models.
  • log⁑2\log_2 β€” computer science, information theory.

Key properties:

  • log⁑(xy)=log⁑x+log⁑y\log(xy) = \log x + \log y (turns product into sum)
  • log⁑(xn)=nlog⁑x\log(x^n) = n \log x (turns power into product)
  • Change of base: log⁑ab=log⁑blog⁑a\log_a b = \frac{\log b}{\log a} for any reference base.

Logarithms compress huge ranges (Earth-Moon distance vs atom width) into tractable scales, and they linearise exponential data β€” that's why log-axis plots are so common in science.

Stuck on this? Solve it with AI