BUSINESS CALCULUS • DIFFERENTIAL EQUATIONS (BUSINESS MODELS)

Exponential Growth/Decay Models — Exponential Growth/Decay Differential Equation Models

How the differential equation dy/dt = ky models continuous growth and decay across business and economics.

Historical Context & Motivation

The mathematical study of exponential growth traces its origins to problems in population dynamics, compound interest, and radioactive decay — domains where the rate of change of a quantity is proportional to the quantity itself. Long before the formal language of calculus was established, merchants in Renaissance Italy recognized that continuously compounding interest led to a characteristic curve, one that accelerated without bound as time progressed. This intuitive observation would eventually crystallize into one of the most widely applied differential equations in mathematics, economics, and the natural sciences.

The question that motivated centuries of mathematical development is deceptively simple: if a quantity changes at a rate proportional to its current size, what function describes that quantity over time? The answer — the exponential function — required the independent invention of calculus by Newton and Leibniz, the identification of the constant e by Euler, and the formalization of differential equations as a mathematical discipline. Today, this model underpins critical business applications from investment valuation to depreciation schedules and market adoption curves.

1614
Napier's Logarithms
John Napier publishes tables of logarithms, implicitly encoding exponential relationships and giving merchants powerful tools for compound interest calculations.
1683
Discovery of e
Jacob Bernoulli investigates continuous compounding of interest and discovers the limiting value (1 + 1/n)n → e ≈ 2.71828, the natural base of exponential growth.
1798
Malthusian Growth Model
Thomas Malthus models population growth as an exponential process, arguing that unchecked populations grow geometrically while resources grow arithmetically.
1903
Radioactive Decay Laws
Rutherford and Soddy formalize exponential decay in radioactive substances, establishing the concept of half-life and validating dy/dt = −ky in physical science.
Modern Era
Business & Financial Modeling
The exponential differential equation becomes foundational in business calculus for modeling continuous compounding, asset depreciation, market saturation, and growth of digital platforms.

The central question this lesson addresses is both mathematical and practical: given a business quantity whose rate of change is proportional to its current value, how do we set up, solve, and interpret the resulting exponential differential equation model? Mastering this framework allows you to move from observing that 'revenue is growing at 8% per year' to writing a precise predictive equation, computing future values, and estimating the time required for a quantity to double or halve.

Core Principles & Definitions

At the heart of exponential models lies a single, elegant assumption: the instantaneous rate of change of a quantity is directly proportional to the quantity's current value. This proportionality assumption distinguishes exponential models from linear ones, where the rate of change is constant regardless of the current value. Understanding when this assumption is reasonable — and when it breaks down — is the key to applying these models correctly in business contexts.

1

The Proportionality Assumption

The rate of change dy/dt is proportional to the current value y. Mathematically: dy/dt = ky, where k is the growth/decay constant. When k > 0, the quantity grows; when k < 0, it decays.
2

Initial Condition y₀

Every exponential model requires an initial value y(0) = y₀ to pin down the particular solution from the general family of exponentials. In business, this is the starting revenue, initial investment, or current asset value.
3

Continuous vs. Discrete

Exponential differential equations model continuous processes. Discrete compounding (monthly, quarterly) approximates the continuous model. As the compounding frequency increases, discrete models converge to the continuous solution y = y₀eᵏᵗ.
4

Doubling Time & Half-Life

For growth (k > 0), the doubling time T₂ = ln(2)/k. For decay (k < 0), the half-life T₁/₂ = ln(2)/|k|. These constants are independent of y₀ and provide intuitive benchmarks for the model's behavior.
KEY TAKEAWAY
Think of exponential growth like a snowball rolling downhill: the bigger the snowball (the current value), the more snow it picks up per revolution (the rate of change). A snowball twice as large collects twice as much snow in the same distance. This is precisely the proportionality assumption dy/dt = ky — the rate at which the quantity changes scales with how much of it there already is. In business, this mirrors a company whose revenue growth rate is a fixed percentage of current revenue, or an asset whose depreciation each year is a fixed fraction of its present book value.

Visual Explanation — Growth vs. Decay Curves

The following diagram illustrates the fundamental behavior of the exponential model y = y₀eᵏᵗ for both positive and negative values of the growth constant k. When k > 0, the curve sweeps upward with increasing steepness — a hallmark of exponential growth. When k < 0, the curve descends toward zero but never reaches it, exhibiting exponential decay. Both curves share the same initial value y₀ at t = 0, emphasizing that the sign of k alone determines whether the quantity increases or diminishes over time.

Both curves share the initial value y₀ at t = 0 (purple dot). The cyan growth curve (k > 0) accelerates upward, while the pink decay curve (k < 0) approaches zero asymptotically but never reaches it.

Notice two critical features in the diagram. First, the growth curve becomes steeper as y increases — this is the visual manifestation of the proportionality assumption, since a larger y produces a larger dy/dt. Second, the decay curve flattens as y approaches zero, reflecting the fact that a smaller quantity decays more slowly in absolute terms even though the proportional rate remains constant. This asymptotic behavior means that in theory, an exponentially decaying quantity never fully reaches zero, though for practical business purposes (such as depreciation), we may treat it as negligible once it falls below a threshold.

Mathematical Framework — Solving dy/dt = ky

The exponential growth/decay model begins with a first-order, separable ordinary differential equation (ODE). The derivation below proceeds via separation of variables, one of the most fundamental techniques in differential equations. Understanding this derivation not only produces the solution formula but also illuminates why the exponential function is the unique function proportional to its own derivative.

EXPONENTIAL GROWTH/DECAY ODE
dy/dt = ky
where y = quantity at time t, k = proportionality constant (k > 0 for growth, k < 0 for decay), and t = time.

Derivation via Separation of Variables

To solve this ODE, we separate the variables y and t to opposite sides of the equation, integrate both sides, and apply the initial condition y(0) = y₀ to determine the constant of integration.

STEP 1 — SEPARATE VARIABLES
(1/y) dy = k dt
Divide both sides by y (assuming y ≠ 0) and multiply both sides by dt to isolate dy with y-terms and dt with t-terms.
STEP 2 — INTEGRATE BOTH SIDES
ln|y| = kt + C
The left side integrates to ln|y| and the right side to kt + C, where C is the constant of integration.
STEP 3 — EXPONENTIATE AND APPLY INITIAL CONDITION
y(t) = y₀ eᵏᵗ
Exponentiating both sides gives |y| = ekt+C = eC × eᵏᵗ. Setting t = 0 yields y₀ = eC, so the particular solution is y(t) = y₀eᵏᵗ.

Doubling Time & Half-Life Formulas

DOUBLING TIME (GROWTH)
T₂ = ln(2) / k ≈ 0.693 / k
Set y = 2y₀ in the solution: 2y₀ = y₀eᵏᵀ → 2 = eᵏᵀ → T₂ = ln(2)/k. This is the time required for the quantity to double, independent of y₀.
HALF-LIFE (DECAY)
T₁/₂ = ln(2) / |k| ≈ 0.693 / |k|
Set y = ½y₀: ½y₀ = y₀eᵏᵀ → ½ = eᵏᵀ → T₁/₂ = −ln(2)/k = ln(2)/|k| (since k < 0 in decay). This is the time for the quantity to halve.
💡 Connecting k to Percentage Rates
In business contexts, growth or decay is often stated as a percentage rate. If revenue grows at a continuous rate of 8% per year, then k = 0.08. If an asset depreciates continuously at 12% per year, then k = −0.12. Be careful to distinguish continuous rates from annual percentage rates (APR) used in discrete compounding. The relationship is: reffective = eᵏ − 1, where reffective is the equivalent annual rate.

Detailed Breakdown — Business Applications of the Model

The exponential differential equation model appears throughout business and economics. The table below catalogs the most common applications, mapping each to the appropriate sign of k and identifying the business interpretation of the model parameters. Following the table, a detailed diagram illustrates how the same mathematical framework applies to two contrasting business scenarios: investment growth and asset depreciation.

Common business applications of y(t) = y₀eᵏᵗ
Business Contexty(t) RepresentsSign of kExample k Value
Continuous Compound InterestAccount balance ($)k > 0k = 0.05 (5% annual)
Revenue GrowthRevenue ($)k > 0k = 0.10 (10% growth)
Asset DepreciationBook value ($)k < 0k = −0.15 (15% decay)
Customer ChurnActive subscribersk < 0k = −0.03 (3% monthly)
Startup User GrowthMonthly active usersk > 0k = 0.20 (20% monthly)
Left panel: a $10,000 investment growing at a continuous rate of 6% per year reaches $18,221 in 10 years with a doubling time of ~11.55 years. Right panel: $50,000 equipment depreciating at a continuous rate of 15% per year falls to $11,157 in 10 years with a half-life of ~4.62 years.

The side-by-side comparison reinforces a key insight: the same differential equation dy/dt = ky produces fundamentally different business outcomes depending solely on the sign and magnitude of k. The investment panel demonstrates how even a modest 6% continuous rate leads to significant compounding over a decade, while the depreciation panel shows how a 15% continuous decay rate can erode nearly 78% of an asset's value in the same period. Both the doubling time and half-life serve as practical benchmarks that managers and analysts can communicate without requiring the audience to evaluate exponential functions directly.

Worked Example — Continuous Revenue Growth

A technology startup reports annual revenue of $2.4 million at the beginning of 2024. Its revenue has been growing at a continuous rate of 18% per year. Management wants to know: (a) what the projected revenue will be at the start of 2029, and (b) when revenue will first exceed $10 million. We model revenue R(t) using the exponential differential equation dR/dt = 0.18R with R(0) = 2.4 (in millions of dollars) and t measured in years.

Projecting Revenue with y(t) = y₀eᵏᵗ
1
Step 1 — Identify the Model ParametersThe problem states that revenue grows at a continuous rate of 18% per year. This gives us the differential equation dR/dt = 0.18R. The initial condition is R(0) = 2.4 million dollars. Therefore: y₀ = 2.4, k = 0.18, and the general solution is R(t) = 2.4e0.18t.
R(t) = 2.4e0.18t
2
Step 2 — Compute Revenue at t = 5 (Part a)For the start of 2029, t = 5 years. Substitute into the model: R(5) = 2.4e0.18 × 5 = 2.4e0.90 = 2.4 × 2.4596 ≈ 5.903. Revenue is projected at approximately $5.90 million by the start of 2029.
R(5) ≈ $5.90 million
3
Step 3 — Set Up the Equation for $10 Million (Part b)We need to find t such that R(t) = 10. Setting up: 10 = 2.4e0.18t. Divide both sides by 2.4: 10/2.4 = e0.18t, which simplifies to 4.1667 = e0.18t.
4
Step 4 — Solve Using Natural LogarithmTake ln of both sides: ln(4.1667) = 0.18t. Compute ln(4.1667) ≈ 1.4271. Therefore t = 1.4271 / 0.18 ≈ 7.93 years. Revenue is projected to exceed $10 million approximately 7.93 years after the start of 2024, which corresponds to late 2031.
t ≈ 7.93 years (late 2031)
5
Step 5 — Compute the Doubling TimeAs a useful reference: T₂ = ln(2)/0.18 = 0.6931/0.18 ≈ 3.85 years. Revenue doubles roughly every 3 years and 10 months. This is consistent with our results: starting at $2.4M, the first doubling to $4.8M occurs around year 3.85, and the next doubling to $9.6M occurs around year 7.70 — close to when we reach $10M.
Doubling time ≈ 3.85 years

Strengths and Limitations of the Exponential Model

While the exponential differential equation model is remarkably versatile and mathematically elegant, it rests on assumptions that may not hold indefinitely in real business environments. Recognizing where the model excels and where it breaks down is essential for applying it responsibly and for knowing when to transition to more sophisticated frameworks.

Strengths vs. Limitations of the exponential growth/decay model
StrengthsLimitations
Analytically solvable — produces a closed-form expression y₀eᵏᵗ that is easy to compute, differentiate, and integrate.Assumes a constant proportional rate k, which rarely holds over long horizons in competitive markets.
Requires only two parameters (y₀ and k), making it straightforward to calibrate from minimal data.Unbounded growth predictions — the model predicts y → ∞ as t → ∞, ignoring market saturation, resource constraints, and competition.
Doubling time and half-life provide intuitive, communicable summaries of the model's behavior.No mechanism for capturing slowing growth as a company matures (S-curve behavior); for this, logistic models are needed.
Broadly applicable across domains: finance, marketing, depreciation, population, and natural resource depletion.Sensitive to the value of k — small errors in estimating the growth/decay rate compound over time, leading to significant forecast errors.
⚠️ WHEN TO USE — AND WHEN TO UPGRADE
The exponential model is your best first approximation whenever a quantity changes at a roughly constant percentage rate over the time horizon of interest. Think of it as the 'straight-line' model of proportional change — just as a tangent line approximates a curve near its point of tangency, the exponential ODE approximates reality well over short-to-medium time horizons. For longer horizons where growth naturally plateaus (e.g., market penetration approaching 100%), consider upgrading to the logistic differential equation dy/dt = ky(1 − y/L), which introduces a carrying capacity L.

Connection to Advanced Models

The exponential growth/decay equation dy/dt = ky is not an isolated result — it sits at the foundation of a hierarchy of increasingly sophisticated differential equation models used in business analytics and mathematical modeling. Understanding how it connects to these advanced frameworks helps you appreciate both its power and its role as a building block for more realistic models.

Comparison of exponential, logistic, and Gompertz growth models
FeatureExponential ModelLogistic ModelGompertz Model
ODEdy/dt = kydy/dt = ky(1 − y/L)dy/dt = ky ln(L/y)
Carrying CapacityNone (unbounded)L (symmetric S-curve)L (asymmetric S-curve)
Long-Term Behaviory → ∞ (growth) or y → 0 (decay)y → L (saturation)y → L (slower approach)
Parametersy₀, ky₀, k, Ly₀, k, L
Best ForShort-run projections, compound interest, depreciationMarket adoption, epidemics, product lifecyclesTumor growth, slow-saturation processes

Observe that the logistic model reduces to the exponential model when y is much smaller than the carrying capacity L, since the factor (1 − y/L) ≈ 1 in that regime. This means the exponential equation accurately describes the early phase of logistic growth, before saturation effects become significant. In practice, many business analysts begin with an exponential model for initial forecasting and only introduce carrying capacity once evidence of slowing growth emerges. This modular approach — starting simple and adding complexity as data warrants — is a hallmark of effective quantitative modeling in business.

🔭 Looking Ahead
In more advanced courses, you will encounter systems of differential equations where multiple quantities (e.g., revenue and costs, or competing products' market shares) interact. The single-variable exponential model you are learning here is the essential prerequisite: if you can solve dy/dt = ky confidently, you can handle the eigenvalue methods and matrix exponentials that arise in linear systems of ODEs.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why the exponential model y(t) = y₀eᵏᵗ predicts that the absolute rate of change (dy/dt in dollars per year) is larger when y is larger, even though the proportional rate k remains constant. How does this distinguish the exponential model from a linear model where y grows by a fixed dollar amount each year?
PROBLEM 2BASIC CALCULATION
A savings account has $5,000 deposited and earns interest at a continuous rate of 4% per year. Write the differential equation and its solution, then compute the account balance after 8 years. Round to the nearest cent.
PROBLEM 3INTERMEDIATE
A company's fleet of delivery trucks was purchased for $320,000 and depreciates continuously. After 3 years, the fleet is appraised at $245,000. Find the continuous depreciation rate k, write the model, and determine the fleet's value after 7 years.
PROBLEM 4APPLIED
A subscription-based SaaS company has 50,000 active subscribers at the start of Q1. Data indicates that subscribers churn (cancel) at a continuous rate of 2.5% per month, but the company simultaneously acquires new subscribers at a constant rate of 1,800 per month. Set up a differential equation that models net subscriber count S(t), solve it, and determine the long-run equilibrium subscriber count.
PROBLEM 5CRITICAL THINKING
A venture capital analyst observes that a startup's monthly active users (MAU) grew from 10,000 to 85,000 in 12 months. She fits the exponential model y(t) = 10000eᵏᵗ and projects that MAU will reach 5 million within 3 years. Critically evaluate this projection. Under what conditions is the exponential model appropriate for this forecast? What alternative model might be more realistic, and why? Quantify the discrepancy if the total addressable market is 2 million users.

Lesson Summary

The exponential growth/decay differential equation dy/dt = ky captures any process in which the rate of change is proportional to the current value. Its solution, y(t) = y₀eᵏᵗ, is derived via separation of variables and depends on just two parameters: the initial value y₀ and the growth/decay constant k. When k > 0, the model describes continuous growth (compound interest, revenue expansion, user acquisition); when k < 0, it describes continuous decay (depreciation, customer churn, radioactive decline).

Key derived quantities include the doubling time T₂ = ln(2)/k for growth and the half-life T₁/₂ = ln(2)/|k| for decay — both independent of the initial value and invaluable for intuitive communication of model behavior. While the exponential model is powerful for short-to-medium-run projections, its assumption of a constant proportional rate and its prediction of unbounded growth make it inappropriate for long-horizon forecasting in saturating markets. In such cases, the logistic differential equation introduces a carrying capacity to produce more realistic S-curve behavior. Mastering the exponential ODE is the essential first step toward this broader family of business differential equation models.

Varsity Tutors • Business Calculus • Exponential Growth/Decay Models — Exponential Growth/Decay Differential Equation Models