5.2 Logarithmic Functions and Properties

Key Takeaways

  • The logarithmic function y = log_b(x) is the inverse of the exponential function y = b^x, defined by log_b(x) = y <=> b^y = x for b > 0, b != 1, x > 0.
  • The domain of f(x) = log_b(x) is (0, inf), its range is (-inf, inf), and its graph features a vertical asymptote at x = 0.
  • Core logarithmic rules include the Product Rule log_b(uv) = log_b u + log_b v, Quotient Rule log_b(u/v) = log_b u - log_b v, and Power Rule log_b(u^c) = c log_b u.
  • The Change-of-Base Formula log_b x = (ln x) / (ln b) enables conversion between non-standard logarithmic bases and standard natural or common logs.
Last updated: August 2026

5.2 Logarithmic Functions and Properties

Because exponential functions $f(x) = b^x$ (where $b > 0, b \neq 1$) are strictly monotonic (either strictly increasing or strictly decreasing across their entire domain), they are one-to-one and possess inverses. The inverse of an exponential function is a logarithmic function. Logarithms allow us to isolate and solve for unknown exponents, making them indispensible across mathematics and scientific fields.


1. Definition of Logarithmic Functions as Inverses

For any base $b > 0$ and $b \neq 1$, the logarithmic function with base $b$, denoted by $f(x) = \log_b(x)$, is defined as:

y=logb(x)    by=x,for x>0y = \log_b(x) \iff b^y = x, \quad \text{for } x > 0

In prose: "$\log_b(x)$ is the exponent $y$ to which the base $b$ must be raised to produce the value $x$."

Fundamental Inverse Identities

Because $f(x) = b^x$ and $g(x) = \log_b(x)$ are inverse functions, their compositions yield the identity function:

  1. $\log_b(b^x) = x$ for all $x \in (-\infty, \infty)$
  2. $b^{\log_b(x)} = x$ for all $x > 0$

Graphical Relationship and Characteristics

Graphical PropertyExponential Function $f(x) = b^x$Logarithmic Function $g(x) = \log_b(x)$
Domain$(-\infty, \infty)$$(0, \infty)$ (Arguments MUST be positive)
Range$(0, \infty)$$(-\infty, \infty)$
Intercept$y$-intercept at $(0, 1)$$x$-intercept at $(1, 0)$
AsymptoteHorizontal Asymptote: $y = 0$Vertical Asymptote: $x = 0$
Key Points$(0, 1), , (1, b), , (-1, 1/b)$$(1, 0), , (b, 1), , (1/b, -1)$
SymmetryReflection across the line $y = x$ relative to each other

2. Common and Natural Logarithms

Two logarithmic bases are standardized in mathematics and scientific notation:

  1. Common Logarithm (Base $10$): Written without an explicit base subscript: log(x)=log10(x)\log(x) = \log_{10}(x) Used in measuring physical scales like sound intensity (decibels), earthquake magnitude (Richter scale), and chemical acidity ($\text{pH} = -\log[\text{H}^+]$).

  2. Natural Logarithm (Base $e$): Written using the Latin abbreviation $\ln$ (logarithmus naturalis): ln(x)=loge(x)\ln(x) = \log_e(x) The natural log obeys all standard logarithmic rules, with natural inverse properties: ln(ex)=xandeln(x)=x\ln(e^x) = x \quad \text{and} \quad e^{\ln(x)} = x


3. Core Laws / Properties of Logarithms

Let $b > 0, b \neq 1$, and let $u, v > 0$ be positive real numbers.

Property NameAlgebraic FormulaVerbal Meaning / Interpretation
Product Property$\log_b(u \cdot v) = \log_b(u) + \log_b(v)$The log of a product is the sum of the logs.
Quotient Property$\log_b\left(\frac{u}{v}\right) = \log_b(u) - \log_b(v)$The log of a quotient is the difference of the logs.
Power Property$\log_b(u^c) = c \cdot \log_b(u)$The log of a power brings the exponent to the front as a multiplier.
Log of One$\log_b(1) = 0$Any valid base raised to power 0 equals 1.
Log of Base$\log_b(b) = 1$Any base raised to power 1 equals itself.

4. Expanding and Condensing Expressions

Mastery of algebraic manipulation using log properties is heavily tested on the CLEP Precalculus exam.

Worked Example 1: Expanding a Complex Logarithmic Expression

Expand the logarithmic expression completely into sums, differences, and constant multiples of logarithms:

ln(x3y+2z5),where x>0,y>2,z>0\ln \left( \frac{x^3 \sqrt{y + 2}}{z^5} \right), \quad \text{where } x > 0, \, y > -2, \, z > 0

Solution:

  1. Apply the Quotient Property to separate the numerator and denominator: ln(x3y+2z5)=ln(x3y+2)ln(z5)\ln \left( \frac{x^3 \sqrt{y + 2}}{z^5} \right) = \ln(x^3 \sqrt{y + 2}) - \ln(z^5)
  2. Apply the Product Property to the numerator product: =ln(x3)+ln(y+2)ln(z5)= \ln(x^3) + \ln(\sqrt{y + 2}) - \ln(z^5)
  3. Rewrite radical powers as rational exponents ($\sqrt{y + 2} = (y + 2)^{1/2}$): =ln(x3)+ln((y+2)1/2)ln(z5)= \ln(x^3) + \ln\left((y + 2)^{1/2}\right) - \ln(z^5)
  4. Apply the Power Property to bring all exponents to the front: =3ln(x)+12ln(y+2)5ln(z)= 3\ln(x) + \frac{1}{2}\ln(y + 2) - 5\ln(z)

Worked Example 2: Condensing into a Single Logarithm

Condense the following expression into a single logarithm with a coefficient of 1:

2log3(x)+13log3(y)4log3(z)2 \log_3(x) + \frac{1}{3} \log_3(y) - 4 \log_3(z)

Solution:

  1. Apply the Power Property in reverse to move coefficients inside as exponents: log3(x2)+log3(y1/3)log3(z4)\log_3(x^2) + \log_3(y^{1/3}) - \log_3(z^4)
  2. Combine the positive additions using the Product Property: log3(x2y1/3)log3(z4)\log_3(x^2 \cdot y^{1/3}) - \log_3(z^4)
  3. Apply the Quotient Property for the subtraction: log3(x2y3z4)\log_3 \left( \frac{x^2 \sqrt[3]{y}}{z^4} \right)

5. Domain Restrictions and Vertical Asymptotes

Because the argument of a logarithm must be strictly positive ($> 0$), finding the domain of $f(x) = \log_b(g(x))$ requires solving the inequality:

g(x)>0g(x) > 0

The vertical asymptote occurs where the inner argument $g(x) = 0$.

Worked Example 3: Finding Domain and Vertical Asymptote

Determine the domain and vertical asymptote of $f(x) = \log_5(12 - 3x)$.

Solution:

  1. Set the argument strictly greater than zero: 123x>0    12>3x    x<412 - 3x > 0 \implies 12 > 3x \implies x < 4
  2. In interval notation, the domain is $(-\infty, 4)$.
  3. Set the argument equal to zero to find the vertical asymptote: 123x=0    x=412 - 3x = 0 \implies x = 4 The vertical asymptote is the vertical line $x = 4$.

6. Change-of-Base Formula

The Change-of-Base Formula converts logarithms from any base $b$ to an arbitrary new positive base $a$ (most commonly base $10$ or base $e$):

logb(x)=loga(x)loga(b)=ln(x)ln(b)=log(x)log(b)\log_b(x) = \frac{\log_a(x)}{\log_a(b)} = \frac{\ln(x)}{\ln(b)} = \frac{\log(x)}{\log(b)}

Worked Example 4: Exact Logarithmic Evaluation

Evaluate $\log_{16}(32)$ using the Change-of-Base Formula.

Solution: Choose base $2$ (since both $16$ and $32$ are powers of $2$): log16(32)=log2(32)log2(16)=54=1.25\log_{16}(32) = \frac{\log_2(32)}{\log_2(16)} = \frac{5}{4} = 1.25


7. CLEP Exam Traps & Common Errors

  • Trap 1: Inventing Non-Existent Log Rules
    • $\log_b(u + v) \neq \log_b(u) + \log_b(v)$. (Log of a sum CANNOT be split!)
    • $\frac{\log_b(u)}{\log_b(v)} \neq \log_b(u - v)$. (Quotient of two logs is NOT the log of a difference!)
  • Trap 2: Confusing $\log_b(u^p)$ with $(\log_b(u))^p$
    The power rule $p \log_b(u)$ ONLY applies when the exponent $p$ belongs to the argument $u$, not when the entire logarithmic expression is raised to a power.
  • Trap 3: Logarithms of Non-Positive Numbers
    Evaluating $\log_b(0)$ or $\log_b(\text{negative})$ within real numbers is undefined. Always check domain boundaries.
Test Your Knowledge

What is the domain of the logarithmic function f(x) = log_4(15 - 3x)?

A
B
C
D
Test Your Knowledge

Which expression represents log_2(a^4 / (b^2 * sqrt(c))) expanded completely into simplest logarithmic terms?

A
B
C
D
Test Your Knowledge

Which single logarithm is equivalent to (1/3)ln(x) + 2ln(y) - ln(z)?

A
B
C
D
Test Your Knowledge

What is the exact numerical value of log_8(32)?

A
B
C
D