Library/Algebra/Exponential functions and logarithms

Exponential functions and logarithms

Overview
Important

An exponential function is a function where the variable is in the exponent, usually written as f(x)=axf(x) = a^x for some constant a>0a > 0, a1a \neq 1. A logarithm is the inverse operation to exponentiation: logab\log_a b is the exponent to which aa must be raised to get bb.

Important properties

  • For a>0a > 0, a1a \neq 1, the function f(x)=axf(x) = a^x is always positive.

  • Exponential functions grow (or decay) much faster than polynomial functions.

  • The logarithm logab\log_a b answers the question: 'To what power must aa be raised to get bb?'

  • Exponential and logarithmic functions are inverses: alogax=xa^{\log_a x} = x and loga(ax)=x\log_a(a^x) = x.

  • Laws of exponents: ax+y=axaya^{x+y} = a^x a^y, axy=ax/aya^{x-y} = a^x / a^y, (ax)y=axy(a^x)^y = a^{xy}.

  • Laws of logarithms: loga(xy)=logax+logay\log_a(xy) = \log_a x + \log_a y, loga(x/y)=logaxlogay\log_a(x/y) = \log_a x - \log_a y, loga(xk)=klogax\log_a(x^k) = k \log_a x.