Key Ideas
1Logarithm Definition. log_b(x) = y means the same thing as b^y = x — 'the log base b of x is y'.
2Common Log and Natural Log. log(x) usually means log base 10. ln(x) means log base e (the natural logarithm).
3Product Rule. log_b(m*n) = log_b(m) + log_b(n) — logs turn multiplication into addition.
4Quotient Rule. log_b(m/n) = log_b(m) - log_b(n) — logs turn division into subtraction.
5Power Rule. log_b(m^n) = n * log_b(m) — logs turn exponents into multiplication out front.