Exponential and Logarithmic Models

Construction of exponential models
Exponential models describe situations where a quantity grows or decays at a constant percentage rate over time. They show up everywhere: bacteria doubling in a petri dish, money compounding in a savings account, or a car losing value year after year.
The general form is , where:
- is the initial value (the y-intercept, or the output when )
- is the growth or decay factor
- If , you have growth. A value of means a 5% increase per unit time.
- If , you have decay. A value of means a 15% decrease per unit time.
- is the independent variable, usually representing time
To construct an exponential model from data:
- Identify the initial value from the y-intercept or the first data point (the value when ).
- Calculate the growth/decay factor by finding the ratio of consecutive y-values: . If the data is truly exponential, this ratio should be roughly constant across your data points.
- Write the model by substituting and into .
For example, if a bacterial colony starts at 200 cells and triples every hour, then and , giving you .
The correlation coefficient (often or from regression) tells you how well the exponential model fits the data. Values closer to 1 (or -1 for decay) indicate a stronger fit.

Development of logarithmic models
Logarithmic models are the inverse of exponential models. While an exponential model answers "what's the quantity after this much time?", a logarithmic model answers "how much time until the quantity reaches this value?"
The general form is , where is the base (the same as the growth or decay factor from the corresponding exponential model).
To convert an exponential model into a logarithmic one:
- Start with the exponential equation, say .
- Swap and to get .
- Apply to both sides: .
Logarithmic models are especially useful for:
- Finding doubling time or half-life (how long until a quantity doubles or halves)
- Scales that compress huge ranges of values into manageable numbers, like the Richter scale (earthquake magnitude) and the decibel scale (sound intensity). These use logarithmic scales because the raw quantities span many orders of magnitude.

Creation of logistic models
Not everything grows without bound. When there's a cap on growth (limited food, limited customers, limited resources), the logistic model is more realistic than a pure exponential. Growth starts fast, then slows as it approaches a maximum.
The logistic model takes the form:
- is the population (or quantity) at time
- is the carrying capacity, the maximum sustainable value
- is a constant determined by the initial condition
- is the growth rate, controlling how quickly approaches
To build a logistic model:
-
Identify the carrying capacity from context. This might be the total market size, the maximum population an environment supports, etc.
-
Find using the initial value: . For instance, if and , then .
-
Estimate by plugging in another known data point and solving.
Logistic growth has three distinct phases:
- Early phase: The population is small relative to , so growth looks nearly exponential.
- Middle phase: Growth slows as resources become scarcer. The inflection point (fastest growth rate) occurs at .
- Late phase: The population levels off, approaching asymptotically but never exceeding it.
Real-world examples include the spread of diseases through a population, adoption of new technology (like smartphones), and growth of invasive species in a new ecosystem.
Model Fitting and Analysis
Once you have data, you need to determine which model fits best and how to find it.
Regression analysis uses your calculator or software to find the equation that best matches a dataset. For exponential data, you'd use exponential regression (often labeled ExpReg on a graphing calculator). The least squares method works behind the scenes, minimizing the sum of squared differences between the actual data points and the values the model predicts.
Residuals are the differences between observed values and predicted values: . If your model is a good fit, residuals should be small and scattered randomly (no clear pattern). A pattern in the residuals suggests the wrong type of model was chosen.
Goodness of fit is measured by , which tells you what proportion of the variability in the data your model explains. An of 0.97 means the model accounts for 97% of the variation.
Data transformation is a useful technique for checking whether data is exponential. If you take the logarithm of the y-values and the resulting plot looks linear, the original data follows an exponential pattern. This works because taking of both sides of gives , which is a linear equation in and .