BUSINESS CALCULUS • DIFFERENTIAL EQUATIONS (BUSINESS MODELS)

Separable DEs: Growth/Decay — Separable Differential Equations in Growth/Decay Settings

Learn how separable differential equations model exponential growth and decay in revenue, depreciation, and market dynamics.

Historical Context & Motivation

The mathematical description of quantities that grow or shrink in proportion to their current size is one of the oldest and most consequential ideas in applied mathematics. Long before modern calculus was formalized, merchants and bankers intuitively understood that compound interest — where accumulated capital earns further returns — followed a pattern of exponential growth. The differential equation underlying this behavior, dy/dt = ky, became one of the first equations systematically solved using the technique of separation of variables. Today, separable differential equations remain indispensable in business modeling — from forecasting revenue trajectories and modeling asset depreciation to analyzing the diffusion of new products through a market.

1614
Napier's Logarithms
John Napier publishes his work on logarithms, providing the inverse operation essential for solving exponential equations. His tables dramatically simplified compound interest calculations for merchants and financiers.
1683
Jacob Bernoulli & Continuous Compounding
Jacob Bernoulli investigates the limit of (1 + 1/n)ⁿ as n → ∞ while studying compound interest, converging on the constant e ≈ 2.71828 — the natural base of exponential growth and decay.
1691
Leibniz's Separation of Variables
Gottfried Leibniz formally introduces the technique of separating variables in a first-order ODE, treating dy and dx as manipulable differentials. This method becomes the standard procedure for solving growth/decay equations.
1798
Malthus & Population Growth
Thomas Malthus applies the exponential growth model dP/dt = rP to population dynamics, demonstrating how the same differential equation governs biological, economic, and demographic systems.
1960s
Bass Diffusion Model
Frank Bass develops a separable ODE to model the adoption of new products, blending exponential growth with saturation effects. The model remains a cornerstone of marketing analytics and business forecasting.

The central question motivating this lesson is both practical and mathematical: when a business quantity — revenue, inventory, market share, or asset value — changes at a rate proportional to its current level, how do we derive an explicit formula for that quantity as a function of time? The answer lies in recognizing the equation as separable, splitting variables onto opposite sides of the equation and integrating each independently.

Core Principles & Definitions

Before diving into solution techniques, it is essential to establish the foundational vocabulary and structural features that make separable growth/decay models so broadly applicable. A differential equation is an equation relating a function to one or more of its derivatives. When the equation involves only one independent variable (typically time, t), it is called an ordinary differential equation (ODE). In business calculus, we almost exclusively encounter first-order ODEs — equations involving only the first derivative dy/dt — because they capture the instantaneous rate of change of a business quantity.

1

Separability

A first-order ODE dy/dt = f(t, y) is separable if it can be rewritten as dy/dt = g(t) · h(y), allowing all y-terms and dy to be moved to one side and all t-terms and dt to the other. This algebraic rearrangement is the gateway to integration.
2

Exponential Growth

When dy/dt = ky with k > 0, the quantity y increases at a rate proportional to itself. The solution y(t) = y₀eᵏᵗ models unlimited growth — applicable to early-stage revenue, viral adoption, or continuously compounded investments.
3

Exponential Decay

When dy/dt = ky with k < 0, the quantity y decreases proportionally. The solution y(t) = y₀eᵏᵗ (with k < 0) models depreciation of assets, declining brand recall, inventory depletion, or radioactive decay of materials in supply chains.
4

Initial Condition

The general solution to dy/dt = ky contains an arbitrary constant C. An initial condition y(0) = y₀ pins down C, yielding a unique particular solution that matches the real-world starting value of the business quantity.
5

Half-Life & Doubling Time

The doubling time t₂ = ln(2)/k measures how long a growing quantity takes to double; the half-life t₁/₂ = ln(2)/|k| measures how long a decaying quantity takes to halve. Both are derived directly from the exponential solution.
KEY TAKEAWAY
Think of a separable differential equation as a recipe that says 'split the ingredients into two bowls.' One bowl holds everything involving y (the output quantity), and the other holds everything involving t (time). You integrate each bowl independently, then combine the results. The growth/decay equation dy/dt = ky is the simplest recipe in this cookbook — it is analogous to a self-reinforcing feedback loop in engineering: the bigger the signal, the faster it grows (or the smaller it gets, the slower it shrinks).

Visual Explanation — Growth vs. Decay Curves

Both curves start at the same initial value y₀ (gold dot). The green growth curve accelerates upward when k > 0, while the pink decay curve asymptotically approaches zero when k < 0. The dashed gold lines illustrate the doubling time for the growth case.

The diagram above encapsulates the two fundamental behaviors of the separable equation dy/dt = ky. Observe that both the growth and decay solutions share the same mathematical form y(t) = y₀eᵏᵗ — the sign of the constant k determines the direction of change. In a business context, the green curve might represent early-stage revenue for a startup experiencing viral user acquisition, while the pink curve could model the declining book value of a piece of equipment subject to continuous depreciation. The key geometric insight is that exponential growth curves are concave up (the rate of increase itself increases), whereas exponential decay curves are concave up as well — the function decreases, but it does so at a decreasing rate, never quite reaching zero.

Mathematical Framework — Solving by Separation of Variables

The solution procedure for separable growth/decay ODEs is both elegant and mechanical. We begin with the general first-order separable form and specialize to the proportional-rate case. The technique relies on treating dy/dt as a ratio of differentials — a perspective inherited from Leibniz — so that we can algebraically isolate all y-dependence on one side and all t-dependence on the other before integrating.

GENERAL SEPARABLE FORM
dy/dt = g(t) · h(y) → (1/h(y)) dy = g(t) dt
Divide both sides by h(y) and multiply by dt to separate the variables. Then integrate: ∫(1/h(y)) dy = ∫g(t) dt + C.
PROPORTIONAL GROWTH/DECAY ODE
dy/dt = ky
Here g(t) = 1 and h(y) = y, so the equation is immediately separable. The constant k is the relative growth rate (units: 1/time). If k > 0, the quantity grows; if k < 0, it decays.

Derivation of the Exponential Solution

Starting from dy/dt = ky, we separate variables by dividing both sides by y (assuming y ≠ 0) and multiplying both sides by dt, obtaining (1/y) dy = k dt. Integrating both sides yields ln|y| = kt + C₁, where C₁ is the constant of integration. Exponentiating both sides gives |y| = e^(kt + C₁) = e^(C₁) · eᵏᵗ. Defining the positive constant A = e^(C₁) and absorbing the sign into A (allowing A to be any nonzero real), we arrive at the general solution y(t) = Aeᵏᵗ.

GENERAL SOLUTION
y(t) = Aeᵏᵗ
A is an arbitrary constant determined by the initial condition. When y(0) = y₀, substitution gives A = y₀.
PARTICULAR SOLUTION (INITIAL VALUE PROBLEM)
y(t) = y₀eᵏᵗ
y₀ = initial value of the quantity at t = 0; k = relative growth rate; t = time elapsed. This is the exponential growth/decay model.
💡 Why Not Just Memorize the Formula?
In business calculus, many students are tempted to skip the derivation and memorize y = y₀eᵏᵗ. While the formula is simple enough to remember, the separation-of-variables technique generalizes to far more complex models — modified growth equations with advertising terms, logistic saturation, and variable depreciation rates. Mastering the procedure now will equip you for those extensions later.

Detailed Breakdown — Business Applications of Growth/Decay

The exponential growth/decay model appears in a remarkable range of business contexts. Each application maps the abstract variables y, k, and t onto concrete business quantities. Understanding these mappings is critical for translating word problems into separable ODEs. The diagram below classifies the major business applications by whether they involve growth (k > 0) or decay (k < 0), and the table that follows provides quantitative details for each setting.

A classification tree of common business models that reduce to the separable equation dy/dt = ky. The left branch shows growth applications (k > 0), while the right branch shows decay applications (k < 0). Each box includes the specific form of the solution with context-appropriate variable names.
Mapping of abstract ODE variables to concrete business quantities
ApplicationBusiness Quantity y(t)Rate Constant kTypical Sign of k
Continuous CompoundingAccount balance A(t)r = annual interest ratek > 0 (growth)
Revenue GrowthRevenue R(t)g = revenue growth ratek > 0 (growth)
Asset DepreciationBook value V(t)−δ = depreciation ratek < 0 (decay)
Brand RecallRecall percentage B(t)−λ = forgetting ratek < 0 (decay)
Inventory DepletionUnits in stock I(t)−μ = consumption ratek < 0 (decay)

Notice that in every case, the structure of the differential equation is identical — only the interpretation of y, k, and t changes. This is one of the great strengths of mathematical modeling: a single technique, mastered once, unlocks solutions across an entire spectrum of business problems. The half-life and doubling time formulas provide quick benchmarks: for depreciation with a rate of δ = 0.10 per year, the half-life is t₁/₂ = ln(2)/0.10 ≈ 6.93 years, meaning the asset loses half its value roughly every seven years.

Worked Example — Continuous Depreciation of Equipment

A manufacturing company purchases a CNC milling machine for $120,000. The machine's value depreciates continuously at a rate proportional to its current value, with a depreciation rate constant of δ = 0.15 per year. We wish to (a) set up and solve the governing separable ODE, (b) determine the machine's value after 5 years, and (c) find the time at which the machine's value drops below $20,000.

Continuous Depreciation of a CNC Machine
1
Step 1 — Set Up the Differential EquationLet V(t) denote the value of the machine at time t (in years). The statement 'depreciates at a rate proportional to its current value' translates to dV/dt = −δV = −0.15V. The negative sign reflects that value is decreasing. The initial condition is V(0) = 120,000.
dV/dt = −0.15V, V(0) = 120,000
2
Step 2 — Separate VariablesDivide both sides by V and multiply both sides by dt to obtain (1/V) dV = −0.15 dt. All V-dependence is now on the left, and all t-dependence is on the right. This is valid provided V ≠ 0, which is physically guaranteed since the machine retains some positive value.
(1/V) dV = −0.15 dt
3
Step 3 — Integrate Both SidesIntegrating the left side with respect to V gives ln|V|. Integrating the right side with respect to t gives −0.15t + C₁. Therefore ln|V| = −0.15t + C₁.
ln|V| = −0.15t + C₁
4
Step 4 — Solve for V(t)Exponentiate both sides: V = e^(−0.15t + C₁) = e^(C₁) · e^(−0.15t) = A · e^(−0.15t), where A = e^(C₁) is a positive constant. Applying the initial condition V(0) = 120,000 gives A = 120,000.
V(t) = 120,000 · e^(−0.15t)
5
Step 5 — Evaluate V(5)Substituting t = 5: V(5) = 120,000 · e^(−0.75) = 120,000 × 0.4724 ≈ 56,688. After 5 years, the machine is worth approximately $56,688.
V(5) ≈ $56,688
6
Step 6 — Find When V(t) = 20,000Set 20,000 = 120,000 · e^(−0.15t). Divide both sides by 120,000: 1/6 = e^(−0.15t). Take the natural log: ln(1/6) = −0.15t, so t = −ln(1/6)/0.15 = ln(6)/0.15 ≈ 1.7918/0.15 ≈ 11.95 years.
t ≈ 11.95 years
Check Your Answer
A quick sanity check: the half-life is t₁/₂ = ln(2)/0.15 ≈ 4.62 years. So after about 4.6 years, the machine should be worth roughly $60,000 — our V(5) ≈ $56,688 is slightly below half, consistent with being just past the half-life. The answer is plausible.

Strengths, Limitations & Comparisons

The exponential growth/decay model is extraordinarily powerful in its simplicity, but no model is universally valid. Understanding where it excels and where it breaks down is essential for responsible quantitative analysis in business. The table below contrasts its strengths and limitations, and the key takeaway that follows places the model within the broader landscape of ODE-based business models.

Strengths and limitations of the exponential growth/decay model
StrengthsLimitations
Analytically solvable — the closed-form solution y₀eᵏᵗ requires no numerical methods or software.Assumes a constant relative growth rate k, which rarely holds over long time horizons in real markets.
Only one parameter (k) to estimate from data, making calibration straightforward with even minimal data.Exponential growth predicts unbounded increase — unrealistic for revenue, market share, or any quantity with natural capacity constraints.
Widely applicable across diverse business domains (finance, marketing, operations, HR).Exponential decay predicts the quantity never reaches zero, which may conflict with accounting conventions like full depreciation.
Provides closed-form expressions for derived quantities like doubling time and half-life.Cannot capture S-shaped adoption curves, seasonal effects, or competitive dynamics without modification.
🔍 WHERE DOES THIS MODEL FIT?
Think of the exponential model as the 'straight-line approximation' of more complex dynamics — much like how a tangent line approximates a curve near a point. It captures the dominant behavior over short-to-medium time horizons before secondary effects (market saturation, competition, regulatory changes) become significant. When those effects matter, practitioners graduate to the logistic equation (which adds a carrying capacity) or the Gompertz model (which allows asymmetric S-curves). But those extensions are still solved via separation of variables — they are more complex separable ODEs built on the same foundational technique.

Connection to Advanced Models

The separable growth/decay equation dy/dt = ky serves as the foundation upon which more sophisticated business models are constructed. Many of these advanced models modify the right-hand side of the ODE to incorporate real-world complexities while preserving the separable structure. Understanding the progression from simple exponential models to their extensions is essential for students who plan to work in data-driven business roles or pursue further coursework in quantitative methods.

Comparison of the basic exponential and logistic growth models
FeatureExponential Model (dy/dt = ky)Logistic Model (dy/dt = ky(1 − y/L))
Separable?YesYes (via partial fractions)
Long-term behaviorUnbounded growth or asymptotic approach to 0Approaches carrying capacity L
Parametersk (growth rate), y₀ (initial value)k, y₀, and L (carrying capacity)
Solution complexityDirect: y = y₀eᵏᵗRequires partial fraction decomposition
Business use caseShort-term forecasting, continuous compounding, depreciationProduct adoption with market saturation, subscriber growth

Beyond the logistic equation, other separable extensions include the modified decay model dy/dt = −δy + c (where c represents a constant inflow, such as regular investment added to a depreciating asset), the Gompertz model dy/dt = ky · ln(L/y) used in pharmaceutical sales forecasting, and the Bass diffusion model that separates adopters into innovators and imitators. Each of these can be solved by separation of variables — sometimes with more intricate integration steps — reinforcing why the technique you have learned in this lesson is so foundational.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why the equation dR/dt = 0.08R (where R is revenue) is classified as 'separable.' What does the constant 0.08 represent in this business context, and what does the sign of this constant tell you about the behavior of revenue over time?
PROBLEM 2BASIC CALCULATION
A company's brand recall decays continuously at a rate of 5% per month. Immediately after an advertising campaign, 80% of surveyed consumers recall the brand. Set up and solve the appropriate separable ODE to find the brand recall percentage B(t) as a function of time (months), and compute B(6).
PROBLEM 3INTERMEDIATE
A $50,000 investment grows via continuous compounding. After 4 years the investment is worth $61,070. Find the continuous annual interest rate r by solving the separable ODE dA/dt = rA, and then determine how long it takes for the investment to double.
PROBLEM 4APPLIED
A fleet management company owns 200 delivery trucks, each originally valued at $85,000. The trucks depreciate continuously with a half-life of 8 years. (a) Find the depreciation rate constant δ. (b) Write the value function V(t) for a single truck. (c) Determine the total fleet book value after 5 years. (d) At what time does each truck's value drop below the $15,000 salvage threshold?
PROBLEM 5CRITICAL THINKING
A tech startup's monthly recurring revenue (MRR) follows dR/dt = kR with R(0) = $25,000 and R(12) = $100,000 (after 12 months). (a) Find k. (b) The startup's CFO claims that at this rate, MRR will reach $10 million within 5 years. Verify or refute this claim. (c) Critically discuss why the exponential model will eventually fail as a predictor for this company's revenue, and suggest what type of differential equation might be more appropriate for long-term forecasting.

Lesson Summary

In this lesson, we explored how separable differential equations provide the mathematical foundation for modeling business quantities that change at a rate proportional to their current value. The core technique of separation of variables — isolating y-terms on one side and t-terms on the other, then integrating — yields the exponential solution y(t) = y₀eᵏᵗ. When k > 0, the model captures exponential growth (continuous compounding, early-stage revenue expansion, viral market adoption); when k < 0, it captures exponential decay (asset depreciation, brand recall erosion, inventory depletion).

Key derived quantities — the doubling time t₂ = ln(2)/k and the half-life t₁/₂ = ln(2)/|k| — offer quick, intuitive benchmarks for business decision-making. While the exponential model is limited by its assumption of a constant relative growth rate and cannot capture saturation or competitive effects, it serves as the essential building block for more advanced separable models, including the logistic and Gompertz equations. Mastering this foundational technique equips you with a transferable analytical skill that appears throughout quantitative business analysis, finance, and operations research.

Varsity Tutors • Business Calculus • Separable DEs: Growth/Decay