Quotient Rule for Logarithms

Functions & Advanced Algebra

The quotient rule for logarithms states that the logarithm of a quotient equals the logarithm of the numerator minus the logarithm of the denominator.

Formula

\log_b(x/y) = \log_b(x) - \log_b(y)

Definition

The quotient rule says: log of a fraction = log of the top minus log of the bottom. When you divide inside a log, you can split it into subtraction.

Example

$\log_{10}(1000/10) = \log_{10}(1000) - \log_{10}(10) = 3 - 1 = 2$. Check: $\log_{10}(100) = 2$. Correct.

Key Insight

Dividing inside a log becomes subtracting outside. This mirrors how division and multiplication relate to subtraction and addition in the world of exponents.

Definition

For valid base $b$ and positive $x, y$: $\log_b(x/y) = \log_b(x) - \log_b(y)$. Proof: $x/y = b^m / b^n = b^{m-n}$ where $m = \log_b(x)$ and $n = \log_b(y)$, so $\log_b(x/y) = m - n$.

Example

Condense $\ln(x^2) - \ln(y^3)$: $= \ln(x^2/y^3)$. Expand $\log_5((x+1)/(x-2))$: $= \log_5(x+1) - \log_5(x-2)$. Note: $\log(x+1) - \log(x-2)$ cannot simplify further (not a product/quotient of arguments).

Key Insight

The quotient rule is a direct consequence of the product rule: $\log(x/y) = \log(x \cdot y^{-1}) = \log(x) + \log(y^{-1}) = \log(x) - \log(y)$. You only need to memorize the product rule; the quotient rule follows.

Definition

The quotient rule is the homomorphism property applied to the inverse: $\log(x/y) = \log(x \cdot y^{-1}) = \log(x) + \log(y^{-1}) = \log(x) - \log(y)$. In harmonic analysis, the logarithmic derivative $d/dx[\ln(f(x))] = f'(x)/f(x)$ converts multiplicative changes in $f$ to additive ones, useful for analyzing products of functions.

Example

The logarithmic derivative of $f(x) = x^a \cdot e^{bx}$ is $f'(x)/f(x) = a/x + b$. This decomposes the growth into a power-law component ($a/x$) and an exponential component ($b$), each identifiable separately.

Key Insight

Logarithmic differentiation uses the quotient rule to simplify derivatives of complicated products and quotients. For $f = \text{(numerator)}/\text{(denominator)}$, $\ln|f| = \ln|\text{numerator}| - \ln|\text{denominator}|$, and differentiating gives a sum of simpler terms.