Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

  1. College Algebra
  2. Logarithmic Models

COLLEGE ALGEBRA • EXPONENTIAL & LOGARITHMIC FUNCTIONS

Logarithmic Models

How inverse exponential relationships model phenomena from earthquakes to sound intensity.

SECTION 1

Historical Context & Motivation

Long before calculators existed, astronomers and navigators faced a crippling bottleneck: multiplying and dividing very large numbers by hand consumed hours and introduced devastating rounding errors. The invention of logarithms in the early seventeenth century transformed these multiplications into simple additions, effectively compressing the scale of computation. This idea—that a mathematical function could compress enormous ranges into manageable numbers—proved so powerful that logarithmic scales now underpin disciplines from seismology and acoustics to chemistry and information theory. The story of logarithmic models begins with a practical need for computational efficiency and evolves into a universal language for describing phenomena that span many orders of magnitude.

1614
Napier Publishes Logarithm Tables
Scottish mathematician John Napier publishes Mirifici Logarithmorum Canonis Descriptio, introducing the concept of logarithms to simplify astronomical calculations and reduce multiplication to addition.
1624
Briggs Introduces Common Logarithms
Henry Briggs collaborates with Napier and publishes base-10 logarithm tables, establishing the common logarithm (log₁₀) as the standard for scientific and engineering computation.
1935
Richter Scale for Earthquakes
Charles Richter develops a logarithmic scale to quantify earthquake magnitude, demonstrating that logarithmic models excel at comparing events whose energies differ by factors of millions.
1948
Shannon's Information Theory
Claude Shannon defines information entropy using a logarithmic function (log₂), cementing logarithms as the mathematical backbone of digital communication and data compression.

The central question that logarithmic models answer is deceptively simple: How do we build useful mathematical models when the quantities we care about vary across many orders of magnitude? Linear models fail here because they treat the difference between 10 and 20 the same as the difference between 10,000,000 and 10,000,010. Logarithmic models capture the intuition that what matters in such contexts is the relative ratio of change rather than the absolute difference.

SECTION 2

Core Principles & Definitions

A logarithmic model is any equation that uses a logarithmic function to describe the relationship between an independent variable and a dependent variable. Before constructing such models, we must ground ourselves in the core definitions and properties that make logarithms behave the way they do. Recall that the logarithm is defined as the inverse of exponentiation: if by = x, then logb(x) = y. This inverse relationship is the engine that drives every logarithmic model.

1

Inverse of Exponentiation

If by = x, then logb(x) = y. A logarithm answers the question: "To what exponent must I raise the base b to obtain x?"
2

Compression of Scale

Logarithms map multiplicative changes to additive ones. Doubling x adds a constant to log(x), regardless of how large x already is. This is why logarithmic axes convert exponential curves into straight lines.
3

Domain Restriction

The argument of a logarithm must be strictly positive (x > 0). The output, however, can be any real number. This asymmetry is crucial when setting up real-world models—negative or zero inputs are undefined.
4

Common Bases

Three bases dominate: base 10 (common log, written log or log₁₀), base e ≈ 2.718 (natural log, written ln), and base 2 (binary log, written log₂). Each serves a different modeling context.
5

Logarithmic Growth Rate

Logarithmic functions grow without bound but increasingly slowly. As x → ∞, log(x) → ∞, yet the rate of increase diminishes. This "diminishing returns" behavior models many real-world saturation phenomena.
✦ KEY TAKEAWAY
Think of a logarithm as a "zoom-out lens" for numbers. Just as a camera zoom compresses a vast landscape into a small frame so you can see the whole panorama at once, a logarithm compresses enormous numerical ranges into a compact scale. The Richter scale, for example, squeezes earthquake energies that differ by factors of billions into a tidy 1-to-9 range. Whenever you encounter data spanning many orders of magnitude—and you care more about proportional change than absolute difference—a logarithmic model is likely the right tool.
SECTION 3

Visual Explanation — The Logarithmic Curve

xy = log(x)0246810120123−1(1, 0)y = log₁₀(x)y = ln(x)y = log₂(x)Logarithmic Functions: Three Common Bases
All three logarithmic curves pass through the point (1, 0) and share a vertical asymptote at x = 0. The natural logarithm (ln, violet dashed) grows fastest because its base e ≈ 2.718 is smallest among the three, while the common logarithm (log₁₀, cyan solid) grows slowest. All curves exhibit the characteristic concave-down, ever-slowing increase.

Several features of the graph deserve careful attention. First, every logarithmic function of the form y = logb(x), with b > 1, passes through the anchor point (1, 0), because any base raised to the zero power equals one. Second, the curves approach the y-axis but never touch it—the line x = 0 is a vertical asymptote. Third, the graph is concave down for all x > 0, reflecting the diminishing rate of increase that distinguishes logarithmic growth from linear or polynomial growth. When we use a logarithmic model of the form y = a + b · ln(x), we are essentially translating and stretching this fundamental shape to fit observed data.

SECTION 4

Mathematical Framework

Constructing and manipulating logarithmic models relies on a suite of algebraic properties inherited from the exponential function. The three fundamental laws below allow us to transform products into sums, quotients into differences, and powers into scalar multiples—operations that are essential when fitting data or solving equations involving logarithms.

PRODUCT RULE
logb(M × N) = logb(M) + logb(N)
The logarithm of a product equals the sum of the logarithms. This is the property that originally motivated Napier: multiplication becomes addition.
QUOTIENT RULE
logb(M / N) = logb(M) − logb(N)
Division converts to subtraction under the logarithm—the mirror image of the product rule.
POWER RULE
logb(Mⁿ) = n × logb(M)
An exponent on the argument can be pulled in front as a coefficient. This is especially useful in linearizing power-law data: taking the log of both sides of y = axⁿ yields log(y) = log(a) + n · log(x), a linear equation in log-space.
CHANGE OF BASE FORMULA
logb(x) = logc(x) / logc(b)
Allows conversion between any two bases. In practice, this lets you evaluate logb(x) using a calculator's ln or log₁₀ button: logb(x) = ln(x) / ln(b).

A general logarithmic model takes the form y = a + b · ln(x), where a is the vertical shift (the y-intercept when x = 1, since ln(1) = 0) and b controls the rate of growth (b > 0) or decay (b < 0) and the vertical stretch. When fitting real data, one typically uses two known data points to set up a system of two equations in a and b, solving the system algebraically. Alternatively, logarithmic regression on a graphing calculator or software like Desmos provides a least-squares fit to larger data sets.

💡 Why Natural Log?
In modeling contexts, ln (base e) is preferred because the derivative of ln(x) is 1/x, which simplifies calculus-based analysis. However, the change-of-base formula guarantees that any logarithmic model can be rewritten in any base without changing the shape of the curve—only the coefficients change.
SECTION 5

Real-World Logarithmic Scales & Applications

Logarithmic models appear throughout science and social science precisely because many natural phenomena produce data spanning several orders of magnitude. The following examples represent the most widely used logarithmic scales and illustrate how the general framework y = a + b · log(x) adapts to specific contexts.

Three Famous Logarithmic ScalesRICHTER SCALEEarthquake MagnitudeM = log₁₀(A / A₀)M 2–3: MinorM 4–5: Light–ModerateM 6–7: Strong–MajorM 8+: GreatEach +1 magnitude =10× amplitude≈ 31.6× energyDECIBEL SCALESound Intensityβ = 10 log₁₀(I / I₀)0–30 dB: Quiet40–70 dB: Moderate80–100 dB: Loud110+ dB: DangerousEach +10 dB =10× intensity≈ 2× perceivedpH SCALEAcidity / BasicitypH = −log₁₀[H⁺]pH 0–3: Strongly AcidicpH 4–6: Weakly AcidicpH 7: NeutralpH 8–14: BasicEach −1 pH =10× more H⁺ions (more acidic)
Three iconic logarithmic scales—the Richter scale, the decibel scale, and the pH scale—each compress a vast range of physical measurements into a compact, human-readable number line. Note that each unit step on these scales corresponds to a factor-of-ten change in the underlying quantity.

Notice the structural similarity across all three scales: each takes a raw physical measurement (seismic amplitude, sound intensity, hydrogen-ion concentration), divides it by a reference value, and applies a base-10 logarithm. The Richter scale uses M = log₁₀(A/A₀), the decibel scale uses β = 10 · log₁₀(I/I₀), and the pH scale uses pH = −log₁₀[H⁺]. The factor of 10 in the decibel formula and the negative sign in the pH formula are cosmetic adjustments that make the resulting numbers more convenient for human communication, but the underlying logarithmic architecture is identical.

Beyond these classic physical scales, logarithmic models also arise in contexts such as the Fechner–Weber law in psychology (perceived stimulus intensity varies as the logarithm of the physical stimulus), learning curves (performance improves rapidly at first, then plateaus), and population ecology (species diversity as a function of habitat area often follows a logarithmic trend). In each case, the model captures a situation where the first few units of the input variable produce large changes in the output, while subsequent equal-sized increases in the input yield progressively smaller effects.

SECTION 6

Worked Example — Fitting a Logarithmic Model

A biologist measuring the number of distinct plant species S in forest plots of various areas A (in km²) collects the following two data points: a 1 km² plot contains 40 species, and a 100 km² plot contains 120 species. She conjectures that S follows a logarithmic model of the form S = a + b · ln(A). Determine the model and predict the species count for a 50 km² plot.

Logarithmic Species-Area Model

Step 1 — Write the General Model

The proposed model is S = a + b · ln(A). We have two unknowns (a and b) and two data points, so we can form a 2 × 2 system.

Step 2 — Substitute the First Data Point (A = 1, S = 40)

Substituting: 40 = a + b · ln(1). Since ln(1) = 0, this simplifies immediately.
a = 40

Step 3 — Substitute the Second Data Point (A = 100, S = 120)

Substituting: 120 = 40 + b · ln(100). We compute ln(100) = ln(10²) = 2 · ln(10) ≈ 2 × 2.3026 = 4.6052. Therefore 120 − 40 = b × 4.6052, giving 80 = 4.6052b.
b = 80 / 4.6052 ≈ 17.37

Step 4 — State the Complete Model

Combining the values of a and b, the fitted logarithmic model is:
S = 40 + 17.37 · ln(A)

Step 5 — Predict Species Count for A = 50 km²

Substitute A = 50: S = 40 + 17.37 · ln(50). We compute ln(50) ≈ 3.912, so S ≈ 40 + 17.37 × 3.912 ≈ 40 + 67.93.
S ≈ 108 species

Step 6 — Interpret the Result

The model predicts approximately 108 species in a 50 km² plot. Notice that the 50 km² plot is halfway between 1 and 100 in area but yields a species count much closer to the 100 km² value (120) than to the 1 km² value (40). This is the hallmark of logarithmic growth: large proportional increases in the input (from 50 to 100 is a doubling) produce relatively small changes in the output (108 to 120, only 12 additional species). The logarithmic model captures the ecological reality of diminishing species discovery as habitat area grows.
SECTION 7

Logarithmic vs. Other Growth Models

Choosing the correct model type is one of the most important decisions in applied algebra. A logarithmic model is only one option among several; understanding when it is appropriate—and when it is not—requires contrasting it with linear, exponential, and power models.

Comparison of common algebraic model types
FeatureLinear: y = mx + cExponential: y = abˣLogarithmic: y = a + b·ln(x)
Growth behaviorConstant rate of changeIncreasing (or decreasing) by a constant percentage per unitRapid early growth that slows and approaches a plateau
DomainAll real numbersAll real numbersx > 0 only
AsymptoteNoneHorizontal (y = 0 for b > 0)Vertical (x = 0)
Best forConstant-speed motion, simple budgets, arithmetic progressionsPopulation growth, compound interest, radioactive decayDiminishing-returns phenomena, sensory perception, information content
InverseAlso linearLogarithmicExponential
✦ WHEN TO CHOOSE A LOGARITHMIC MODEL
Imagine you are filling a notebook with new vocabulary words from a foreign language. On day one, every word is new and exciting—you learn 50 words. On day two, you still learn many, but some overlap with what you already know—maybe 35 new words. By day thirty, you are only picking up 5 new words per day because most words in the text are already familiar. This "diminishing returns" pattern—rapid gains early, slow gains later—is the signature of logarithmic growth. If a scatter plot of your data shows a steep initial rise that gradually levels off, and the data never decreases, a logarithmic model is a strong candidate.
SECTION 8

Connections to Advanced Theory

The logarithmic models encountered in College Algebra serve as a gateway to several advanced mathematical and scientific frameworks. Understanding where these models lead can deepen your appreciation for their structure and motivate further study.

How College Algebra logarithmic concepts extend into advanced coursework
College Algebra ConceptAdvanced ExtensionKey Idea
y = a + b · ln(x)Logarithmic regression (statistics)Least-squares fitting extends the two-point method to n data points, minimizing the sum of squared residuals.
log properties (product, quotient, power)Logarithmic differentiation (Calculus I)Taking ln of both sides allows differentiation of products, quotients, and variable exponents using the chain rule.
Change-of-base formulaEntropy and information (discrete math / CS)Changing from log₂ to ln converts between bits and nats, two fundamental units of information.
Logarithmic scaling (Richter, dB, pH)Semi-log and log-log plots (data science)Plotting data on logarithmic axes linearizes exponential and power-law relationships, enabling visual model identification.
Solving log equationsComplex logarithm (Complex Analysis)The logarithm extends to complex numbers as a multi-valued function: ln(z) = ln|z| + i·arg(z).

Perhaps the most immediate connection you will encounter is in Calculus I, where the natural logarithm emerges as an antiderivative: ∫(1/x) dx = ln|x| + C. This result explains why the natural logarithm (rather than log₁₀ or log₂) is the "natural" choice in continuous models—its derivative and integral have the simplest possible forms. In statistics, the log-normal distribution models data whose logarithm is normally distributed, appearing in income distributions, stock prices, and biological measurements. Mastering the algebraic properties of logarithms in this course equips you with the fluency needed to navigate these higher-level applications without stumbling over the mechanics.

SECTION 9

Practice Problems

PROBLEM 1 — CONCEPTUAL
Explain why every logarithmic function y = logb(x) with b > 1 passes through the point (1, 0) and has a vertical asymptote at x = 0. How does this contrast with the behavior of an exponential function y = bx?
PROBLEM 2 — BASIC CALCULATION
An earthquake registers a seismic amplitude 10,000 times the reference amplitude A₀. Using the Richter formula M = log₁₀(A / A₀), determine its magnitude.
PROBLEM 3 — INTERMEDIATE
A researcher models the number of website visitors V (in thousands) as a function of weeks since launch w using V = 12 + 8.5 · ln(w). (a) How many visitors does the model predict in week 1? (b) In what week does the model predict 40,000 visitors? Round to the nearest whole week.
PROBLEM 4 — APPLIED
A sound engineer measures 65 dB at a concert venue's mixing console and 95 dB at the front row. Using the decibel formula β = 10 · log₁₀(I / I₀), determine the ratio of the sound intensity at the front row to the sound intensity at the mixing console.
PROBLEM 5 — CRITICAL THINKING
A student proposes modeling city population P as a function of the city's area A using P = a + b · ln(A). A classmate argues that a power model P = cAd would be more appropriate. (a) Describe how you could use a semi-log plot and a log-log plot to determine which model fits the data better. (b) Could both models be valid over different ranges of A? Justify your reasoning.
SUMMARY

Lesson Summary

Logarithmic models use the inverse of exponentiation to describe phenomena where the output changes rapidly at first and then progressively more slowly—a behavior called diminishing returns. The general form y = a + b · ln(x) has two parameters: a (the vertical shift) and b (the growth rate and stretch). Three foundational properties—the product, quotient, and power rules—allow algebraic manipulation of logarithmic expressions, while the change-of-base formula enables conversion between any two logarithmic bases.

Real-world applications abound: the Richter scale, decibel scale, and pH scale all compress vast ranges of physical quantities into compact numerical scales by applying a base-10 logarithm to a ratio. Fitting a logarithmic model to data requires substituting known data points, solving the resulting system for a and b, and interpreting the model's predictions in context. Compared to linear and exponential models, a logarithmic model is the right choice when data show rapid early growth that tapers off and when the meaningful quantity is relative (ratio-based) rather than absolute change.

Varsity Tutors • College Algebra • Logarithmic Models