Andromeda
Note

Logarithmic Functions

Definition

A logarithmic function with base aa is the inverse of the exponential function axa^x. It identifies the exponent required to produce a given value: y=logax    ay=xy = \log_a x \iff a^y = x The natural logarithm lnx\ln x uses the base e2.71828e \approx 2.71828.

  • How to read: “The value y equals the log base a of x if and only if a to the y equals x, and we read the natural log as l n x.”
  • Meaning: A logarithm is the exponent—logax\log_a x asks what power yy raises aa to produce xx; lnx\ln x uses base ee.

Why It Matters

Logarithms are the inverse of exponential growth, allowing us to ‘linearize’ explosive change; they are essential for managing any system that spans multiple orders of magnitude, from sound intensity to computational complexity.

Core Concepts

  • Common Logarithm: The logarithm with base 10, denoted simply as logx\log x.
  • Natural Logarithm: The logarithm with base ee, denoted as lnx\ln x.
  • Domain and Range: The domain is (0,)(0, \infty) (you cannot take the log of zero or a negative number), and the range is (,)(-\infty, \infty).
  • Inverse Relationship: loga(ax)=x\log_a(a^x) = x and alogax=xa^{\log_a x} = x. This allows logarithms to “extract” variables from exponents.
  • How to read: “The log base a of a to the x equals x, and a to the power log base a of x equals x.”
  • Meaning / when to use: Log and exponential undo each other—use to solve for exponents or simplify expressions.
  • Asymptotic Behavior: Logarithmic functions have a vertical asymptote at x=0x = 0.
  • Change of Base: Any logarithm can be calculated using the natural logarithm: logax=lnxlna\log_a x = \frac{\ln x}{\ln a}.
  • How to read: “The log base a of x equals the natural log of x divided by the natural log of a.”
  • Meaning: Convert any base to natural log for calculator evaluation.
  • Growth Rate: Logarithmic functions grow extremely slowly. As xx \to \infty, lnx\ln x also goes to \infty, but slower than any power function xnx^n.

Connected Concepts