| Study Guides
Precalculus · Unit 2: Exponential and Logarithmic Functions · 14 min read · Updated 2026-05-11

Logarithmic function context and data modeling — AP Precalculus

AP Precalculus · Unit 2: Exponential and Logarithmic Functions · 14 min read

1. Logarithmic Scales for Contextual Measurement ★★☆☆☆ ⏱ 4 min

Many real-world quantities span multiple orders of magnitude, so we use logarithmic scales to compress wide ranges of raw values into a manageable, interpretable range. The general form for any logarithmic scale is:

M = k \log_b\left(\frac{x}{x_0}\right)

Where $k$ is a scale-specific constant, $x$ is the raw measured quantity, $x_0$ is a fixed reference threshold, and $b$ is the base of the logarithm (almost always 10 for common scales). Common standard scales you will encounter include:

  • pH for acidity: $\text{pH} = -\log_{10}[H^+]$
  • Decibels for sound intensity: $\beta = 10 \log_{10}(I/I_0)$
  • Richter magnitude for earthquakes: $M = \log_{10}(A/A_0)$

A key property: a 1-unit increase on a base-10 logarithmic scale always corresponds to a 10-fold increase in the raw measured quantity.

Exam tip: Always confirm the base of the logarithm for the given scale; most use base 10, but never assume without checking.

2. Linearization of Exponential Data ★★★☆☆ ⏱ 4 min

For bivariate data following an exponential model $y = ab^x$, we can use logarithm properties to transform this non-linear relationship into a linear one, a process called linearization. This lets us use simple linear regression to find model parameters instead of complex non-linear regression.

  1. Start with the original model: $y = ab^x$
  2. Take the logarithm (any base) of both sides: $\log y = \log a + x \log b$
  3. Let $Y = \log y$, $m = \log b$, $c = \log a$, so the model becomes linear: $Y = mx + c$
  4. After fitting linear regression, recover original parameters by exponentiation: $a = b^c$, $b = b^m$ (base matches logarithm base)

Exam tip: Always remember to exponentiate the intercept and slope from the linearized model to get original exponential parameters; never leave your answer in terms of $\log y$.

3. Logarithmic Regression Models ★★★☆☆ ⏱ 3 min

A logarithmic regression model has the form $y = a + b \log_b x$, used to model data where $y$ increases or decreases at a decreasing rate as $x$ grows. Common contexts include learning curves, ecological species-area relationships, and drug response. Like exponential models, these can be linearized by letting $X = \log_b x$, turning the model into $y = a + bX$, which fits simple linear regression.

A key interpretation rule: for base $b$, a $b$-fold increase in $x$ corresponds to a $b$-unit change in $y$.

Exam tip: Never interpret a 1-unit increase in $x$ as a $b$-unit increase in $y$; changes in $y$ are tied to proportional changes in $x$, not absolute changes.

4. AP Style Additional Worked Examples ★★★★☆ ⏱ 3 min

Common Pitfalls

Why: Confuses the logarithm of a ratio with the ratio of logarithms, misapplying the quotient rule

Why: Forgets the linear model is for $\log y$, not the original $y$ variable

Why: The negative sign is counterintuitive: higher acidity means higher $[H^+]$ and lower pH

Why: Treats the logarithmic model as a linear model with absolute changes

Why: Forgets that logarithms are only defined for positive inputs, and exponential models only apply to positive quantities

Quick Reference Cheatsheet

← Back to topic

Stuck on a specific question?
Snap a photo or paste your problem — Ollie (our AI tutor) walks through it step-by-step with diagrams.
Try Ollie free →