Study Guide

Logarithmic function context and data modeling

AP PrecalculusΒ· AP Precalculus CED β€” 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=klog⁑b(xx0)M = k \log_b\left(\frac{x}{x_0}\right)

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

  • pH for acidity:

  • Decibels for sound intensity:

  • Richter magnitude for earthquakes:

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.

πŸ“ Worked Example

A portable leaf blower has a sound intensity of . What is its decibel level, to the nearest whole number? Use .

  1. 1

    Write the standard decibel formula:

  2. 2
    β=10log⁑10(II0)\beta = 10 \log_{10}\left(\frac{I}{I_0}\right)
  3. 3

    Substitute the given values:

  4. 4
    Ξ²=10log⁑10(1.8Γ—10βˆ’21Γ—10βˆ’12)=10log⁑10(1.8Γ—1010)\beta = 10 \log_{10}\left(\frac{1.8 \times 10^{-2}}{1 \times 10^{-12}}\right) = 10 \log_{10}(1.8 \times 10^{10})
  5. 5

    Simplify using logarithm properties:

  6. 6
    log⁑10(1.8Γ—1010)=log⁑10(1.8)+log⁑10(1010)β‰ˆ0.255+10=10.255\log_{10}(1.8 \times 10^{10}) = \log_{10}(1.8) + \log_{10}(10^{10}) \approx 0.255 + 10 = 10.255
  7. 7

    Multiply by 10 to get the final decibel level:

  8. 8
    Ξ²β‰ˆ10Γ—10.255β‰ˆ103\beta \approx 10 \times 10.255 \approx 103
  9. 9

    Final answer: dB

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 , 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:

  2. Take the logarithm (any base) of both sides:

  3. Let , , , so the model becomes linear:

  4. After fitting linear regression, recover original parameters by exponentiation: , (base matches logarithm base)

πŸ“ Worked Example

A researcher counts yeast cells growing in a petri dish, collecting data below. Linear regression on transformed gives intercept = 1.00 and slope = 0.315. Find the exponential model .

Time (hours, )0246
Yeast count ()1042185760
  1. 1

    Recall the linearized form for base 10:

  2. 2
    log⁑10y=(log⁑10b)x+log⁑10a\log_{10} y = (\log_{10} b)x + \log_{10} a
  3. 3

    Match the intercept to solve for :

  4. 4
    log⁑10a=1.00β€…β€ŠβŸΉβ€…β€Ša=101.00=10\log_{10} a = 1.00 \implies a = 10^{1.00} = 10
  5. 5

    Match the slope to solve for :

  6. 6
    log⁑10b=0.315β€…β€ŠβŸΉβ€…β€Šb=100.315β‰ˆ2.07\log_{10} b = 0.315 \implies b = 10^{0.315} \approx 2.07
  7. 7

    Final model, which matches observed data closely:

  8. 8
    y=10(2.07)xy = 10(2.07)^x

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 .

3. Logarithmic Regression Modelsβ˜…β˜…β˜…β˜†β˜†β± 3 min

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

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

πŸ“ Worked Example

A psychologist finds that the percentage of a task learned after minutes of practice is fit by . By how much does the percentage learned increase when practice time doubles from 10 minutes to 20 minutes? Round to the nearest whole percent.

  1. 1

    Write the difference in percentage learned:

  2. 2
    Ξ”P=P(20)βˆ’P(10)=(12+26ln⁑20)βˆ’(12+26ln⁑10)\Delta P = P(20) - P(10) = \left(12 + 26 \ln 20\right) - \left(12 + 26 \ln 10\right)
  3. 3

    Simplify using the logarithm quotient rule:

  4. 4
    Ξ”P=26(ln⁑20βˆ’ln⁑10)=26ln⁑(2010)=26ln⁑2\Delta P = 26 (\ln 20 - \ln 10) = 26 \ln\left(\frac{20}{10}\right) = 26 \ln 2
  5. 5

    Calculate the final value:

  6. 6
    26ln⁑2β‰ˆ26(0.693)β‰ˆ1826 \ln 2 \approx 26(0.693) \approx 18
  7. 7

    Final answer: Percentage learned increases by approximately 18 percentage points.

Exam tip:

Never interpret a 1-unit increase in as a -unit increase in ; changes in are tied to proportional changes in , not absolute changes.

4. AP Style Additional Worked Examplesβ˜…β˜…β˜…β˜…β˜†β± 3 min

πŸ“ Worked Example

Multiple Choice: The pH of black coffee is 5.1. What is the hydrogen ion concentration (in mol/L)? Recall A) B) C) D)

  1. 1

    Start with the pH formula:

  2. 2
    5.1=βˆ’log⁑10[H+]β€…β€ŠβŸΉβ€…β€Šlog⁑10[H+]=βˆ’5.15.1 = -\log_{10}[H^+] \implies \log_{10}[H^+] = -5.1
  3. 3

    Exponentiate both sides with base 10:

  4. 4
    [H+]=10βˆ’5.1=100.9βˆ’6=100.9Γ—10βˆ’6β‰ˆ7.94Γ—10βˆ’6[H^+] = 10^{-5.1} = 10^{0.9 - 6} = 10^{0.9} \times 10^{-6} \approx 7.94 \times 10^{-6}
  5. 5

    This matches option A. Correct answer: A

πŸ“ Worked Example

Richter Scale Comparison: A Utah earthquake had magnitude 5.7, an Alaska earthquake had magnitude 9.2. How many times larger is the Alaska amplitude? . Round to nearest whole number.

  1. 1

    Write the difference in magnitudes, the reference cancels:

  2. 2
    M1βˆ’M2=log⁑10(A1A0)βˆ’log⁑10(A2A0)=log⁑10(A1A2)M_1 - M_2 = \log_{10}\left(\frac{A_1}{A_0}\right) - \log_{10}\left(\frac{A_2}{A_0}\right) = \log_{10}\left(\frac{A_1}{A_2}\right)
  3. 3

    Substitute values and solve:

  4. 4
    9.2βˆ’5.7=3.5=log⁑10(A1A2)β€…β€ŠβŸΉβ€…β€ŠA1A2=103.5β‰ˆ31629.2 - 5.7 = 3.5 = \log_{10}\left(\frac{A_1}{A_2}\right) \implies \frac{A_1}{A_2} = 10^{3.5} \approx 3162
  5. 5

    Final answer: The Alaska earthquake amplitude is ~3162 times larger.

5. Common Pitfalls

Wrong move:

For decibel calculation , calculate instead of

Why:

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

Correct move:

Always apply first, compute the difference before multiplying by the scale constant

Wrong move:

After linearizing, report the model as instead of converting back to exponential form

Why:

Forgets the linear model is for , not the original variable

Correct move:

Always exponentiate the intercept and slope to recover and for the original exponential model before reporting your answer

Wrong move:

Drops the negative sign when calculating pH, getting a negative pH value

Why:

The negative sign is counterintuitive: higher acidity means higher and lower pH

Correct move:

Circle the negative sign in the pH formula before starting calculations, and confirm your final pH is between 0 and 14 for common aqueous solutions

Wrong move:

For , interprets a 1-unit increase in as a 10-unit increase in

Why:

Treats the logarithmic model as a linear model with absolute changes

Correct move:

For base 10 logarithmic models, a 10-fold increase in corresponds to a 10-unit increase in ; always match the change in to the logarithm base

Wrong move:

Takes the logarithm of a negative or zero -value when linearizing exponential data

Why:

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

Correct move:

Confirm all response values are positive before linearizing; an exponential model is not appropriate if any is non-positive

6. Quick Reference Cheatsheet

Category

Formula

Notes

General Logarithmic Scale

= reference threshold; most use

pH Scale

in mol/L; 0 < pH < 14 for common solutions

Decibel Scale

, hearing threshold

Richter Magnitude

= measured seismograph amplitude

Linearization (base 10, )

Only for ; ,

Linearization (natural log, )

,

Logarithmic Regression Model

Models changing at decreasing rate; only valid for

Scale Comparison

Reference constant cancels out for same-scale comparisons

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2024 Β· AP Precalculus

    Logarithmic scale amplitude comparison

  • 2023 Β· AP Precalculus

    FRQ exponential linearization

What's Next

This topic builds on core logarithmic properties and lays the foundation for all non-linear data modeling in AP Precalculus and future calculus courses. Mastery of logarithmic transformation and modeling is required to solve common applied questions like finding when a population reaches a given threshold, and prepares you for power function regression and other non-linear models. The next core skill to master is solving general exponential and logarithmic equations and inequalities, which you will use constantly in applied modeling problems. This topic also introduces data transformation, a key technique used in statistics and differential equation growth models in first-year calculus.