Exponential and Logarithmic Models
Exponential and logarithmic models describe how quantities change over time in predictable patterns. They show up constantly in science, finance, and engineering because so many real-world processes follow these mathematical behaviors. This section covers how to use these models, when to choose one over another, and how the natural base ties everything together.

Exponential and Logarithmic Models
Applications of exponential models
Exponential growth describes quantities that increase by a constant percentage over equal time intervals.
- General form:
- = initial amount
- = growth rate (as a decimal)
- = time
- Example: A bacteria colony starts at 500 and doubles every hour. With (100% growth per hour), after 3 hours you'd have bacteria.
Exponential decay describes quantities that decrease by a fixed percentage over equal time intervals.
- General form:
- = initial amount
- = decay rate (as a decimal)
- = time
- Example: A car worth $20,000 depreciates 15% per year. After 4 years: .
The key difference between growth and decay is the base of the exponential: if , the function grows; if , it decays.
Real-world applications span many fields:
- Biology: tumor growth, spread of infectious diseases
- Physics: cooling of objects, capacitor discharge
- Chemistry: reaction rates, the pH scale (which is logarithmic)
- Finance: compound interest, asset depreciation, inflation

Newton's Law of Cooling problems
Newton's Law of Cooling models how an object's temperature changes as it approaches the temperature of its surroundings. The closer the object's temperature gets to the ambient temperature, the slower it changes.
Formula:
- = temperature of the object at time
- = surrounding (ambient) temperature
- = initial temperature of the object
- = positive cooling constant (depends on the object and environment)
- ensures the difference between the object and surroundings shrinks over time
Solving a typical problem:
- Identify your known values: , , and usually one data point (a temperature at a specific time).
- Substitute the data point into the formula to solve for .
- Once you have , use the complete equation to find the unknown (usually a time or a temperature).
Example: A cup of coffee at 190°F is placed in a 70°F room. After 10 minutes it's 150°F. To find when it reaches 100°F:
- First, solve for using , which gives , so .
- Then solve for .
Applications include forensic science (estimating time of death from body temperature), food safety, and engineering (cooling of electronic components).
Logistic growth in populations
Logistic growth models what happens when a population can't grow forever because resources are limited. Unlike pure exponential growth, logistic growth has a built-in ceiling.
Formula:
- = population at time
- = initial population
- = carrying capacity (the maximum population the environment can sustain)
- = growth rate
The behavior unfolds in three phases:
- Early on, when is much smaller than , growth looks nearly exponential.
- Mid-phase, growth slows as resources become scarcer.
- Long-term, the population levels off and approaches asymptotically.
This produces the characteristic S-shaped (sigmoid) curve.
How the parameters affect the model:
- A higher raises the ceiling the population approaches.
- A larger makes the population reach that ceiling faster (steeper middle section of the S-curve).
- determines where on the curve you start.
Applications include animal populations in ecosystems, bacteria growing in a petri dish with limited nutrients, and modeling the spread of diseases through a finite population.

Model Selection and Analysis
Model selection for data sets
Choosing the right model depends on the pattern in your data and the real-world context.
How to decide:
- Look at the data pattern. Calculate the ratio between consecutive values. If the ratio is roughly constant, that suggests exponential behavior. If growth starts fast then clearly levels off, think logistic.
- Consider the context. Are there limiting factors (finite resources, maximum capacity)? If yes, logistic is more appropriate. If growth or decay appears unrestricted over the relevant time frame, exponential fits better.
- Check your fit. Use regression tools (exponential regression, logistic regression) on your calculator or software to see which model fits the data more closely.
Know the limitations of each model:
- Exponential models assume unlimited growth or decay, which is rarely realistic over long time periods. They work well for short-to-medium term predictions.
- Logistic models are more realistic for populations but simplify complex dynamics (they don't account for predator-prey cycles, seasonal effects, etc.).
- Logarithmic models (covered below) fit data that increases quickly at first then grows more and more slowly, without a strict upper bound.
Always justify your choice by connecting the math to the situation. A model that fits the numbers but doesn't make sense in context isn't a good model.
Natural base e in exponential models
You can convert any exponential model into a form using the natural base , which is especially useful for calculus and for comparing different growth/decay processes on equal footing.
Converting between forms:
To go from to , set .
For decay, becomes where , and will be negative.
Interpreting the continuous form :
- = initial amount (same as before)
- = continuous rate: positive means growth, negative means decay
- = time
Why use the form?
- It simplifies calculus operations (derivatives and integrals are cleaner).
- Natural log properties make solving for straightforward: just take of both sides.
- It provides a universal format, so you can directly compare rates across different models.
Common models already written in this form:
- Continuously compounded interest:
- Newton's Law of Cooling:
- Radioactive decay:
Analyzing exponential and logarithmic models
Exponential models ( or ):
- Doubling time: the time for a growing quantity to double. Set and solve: . For example, if , the doubling time is time units.
- Half-life: the time for a decaying quantity to drop to half. Set and solve: . The formula is the same structure because doubling and halving are inverse processes.
- Horizontal asymptote at for decay models (the quantity approaches zero but never reaches it). Growth models have no upper bound.
Logarithmic models ():
- These are the inverse of exponential functions. They grow quickly for small values, then increase more and more slowly.
- They have a vertical asymptote at (the function is undefined for ), not a horizontal one.
- Useful for modeling phenomena like the Richter scale (earthquakes) or decibel scale (sound intensity), where each unit increase represents a multiplicative change in the underlying quantity.
Don't confuse the asymptote types: exponential functions have horizontal asymptotes, while logarithmic functions have vertical asymptotes. This distinction comes directly from the fact that they're inverses of each other.