Exponential & Logarithmic Modeling Lab
Investigate exponential growth, decay, and logarithmic relationships with interactive graphs. Fit models to real data, compare R² values, and discover when each function type is the best choice.
Guided Experiment: Growth vs Decay Investigation
How does changing the base b from greater than 1 to between 0 and 1 affect the shape of y = a·b^x? What happens to half-life and doubling time?
Write your hypothesis in the Lab Report panel, then click Next.
Exponential Function y = a·b^x
Adjust a and b to explore growth and decay. The horizontal asymptote y = 0 is shown in red.
Controls
Results
Data Table
(0 rows)| # | Trial | Model | a | b / k | R² | t½ / t₂ | Residual Sum |
|---|
Reference Guide
Exponential Growth & Decay
An exponential function models quantities that change by a constant percentage each period.
When b > 1 the function grows without bound. When 0 < b < 1 it decays toward zero. The initial value is a (the y-intercept at x = 0).
Half-Life & Doubling Time
These time constants describe how fast an exponential process unfolds.
Half-life is the time for a decaying quantity to reach half its value. Doubling time is the time for a growing quantity to double. Both depend only on b, not on the starting value a.
Logarithmic Functions
The natural logarithm is the inverse of the exponential function.
The domain is x > 0 with a vertical asymptote at x = 0. Logarithmic models fit data that increases rapidly then levels off (decibel scales, learning curves, diminishing returns).
Linearization & Curve Fitting
Linearization transforms a nonlinear relationship into a linear one for regression analysis.
For exponential fits, plot ln(y) vs x. For logarithmic fits, plot y vs ln(x). The R² value (coefficient of determination) measures how well the model explains the data. Values closer to 1 indicate a better fit.