MHT-CET Maths · Differential Equations

Growth, Decay, and Continuous Models

When a quantity changes at a rate proportional to itself, it grows or decays exponentially. Set up dP/dt = kP, solve to P = P0 e^{kt}, fix k from two data points, and answer — the recurring MHT-CET application of differential equations.

Why this matters

This is the single densest applied subtopic in the chapter: 33 PYQs sit here (10 HARD, 17 MODERATE, 6 EASY), and MHT-CET repeats the same handful of stories — bacteria/population growth, radioactive/half-life decay, continuous bank compounding, moisture loss, and the special square-root and surface-area rate models — almost verbatim across years. Master one clean template (write the rate law, separate, integrate, fix the constant, fix k from a second data point) and you can answer every one. The traps are all in the setup: k is negative for decay, 'doubles' means P/P0 = 2 (not +2), and a percentage rate must become a decimal.

Concept 1 of 7

The Modelling Step — Rate Proportional to Quantity

Intuition

Almost every word problem in this subtopic hides the same sentence: 'the rate of change is proportional to the amount present.' Translate that one phrase into an equation — rate means dP/dt, proportional to the amount means kP — and the differential equation writes itself. This first step is where the marks are won or lost.

Definition

The phrase 'rate of change of P is proportional to P' translates directly to

dPdt=kP.\dfrac{dP}{dt} = kP.

  • k>0k > 0 gives growth (population, bacteria, invested principal).
  • k<0k < 0 gives decay (radioactivity, moisture loss, cooling) — write it as dPdt=kP\dfrac{dP}{dt} = -kP with k>0k>0 to keep signs honest.

This is a separable, first-order, first-degree equation. Separate the variables and integrate: dPP=kdt\displaystyle\int\dfrac{dP}{P} = \int k\,dt, giving logP=kt+c\log P = kt + c.

Rate proportional to quantity

dPdt=kPlogP=kt+c\dfrac{dP}{dt} = kP \quad\Longrightarrow\quad \log P = kt + c
  • Pthe changing quantity (mass, population, amount)
  • kproportionality constant — positive for growth, negative for decay
  • ttime

Worked example

Translate into a differential equation: 'a colony grows at a rate proportional to its size P', and separate the variables ready to integrate.
Practice this conceptself-check · 4 quick reps

Decay carries a negative sign

'Rate of reduction / decay / loss' means dPdt=kP\dfrac{dP}{dt} = -kP, not +kP+kP. Dropping the minus makes the quantity grow — the answer then heads the wrong way. Keep k>0k>0 and put the sign in front explicitly.

'Proportional to' is not 'equal to'

'Rate proportional to P' introduces a constant kk; it is dPdt=kP\dfrac{dP}{dt}=kP, not dPdt=P\dfrac{dP}{dt}=P. You must determine kk later from a data point — never assume k=1k=1.

Concept 2 of 7

The Exponential Solution P = P0 e^{kt} and Finding k

Intuition

Once you have dP/dt = kP, the answer is always the same shape: P starts at P0 and multiplies by e^{kt}. To pin the curve down you need TWO facts — the starting value gives P0, and a second (time, value) pair gives k. Everything after that is substitution.

Definition

Solving dPdt=kP\dfrac{dP}{dt} = kP with P(0)=P0P(0)=P_0 gives the master formula:

P=P0ekt.P = P_0\,e^{kt}.
Recipe:

  • The initial value fixes P0P_0.
  • A second data point (t1,P1)(t_1, P_1) fixes kk: P1P0=ekt1k=1t1logP1P0\dfrac{P_1}{P_0} = e^{kt_1} \Rightarrow k = \dfrac{1}{t_1}\log\dfrac{P_1}{P_0}.
  • Often you never need kk alone — dividing two instances of P0ektP_0 e^{kt} cancels P0P_0, and the ratio form P2P1=ek(t2t1)\dfrac{P_2}{P_1}=e^{k(t_2-t_1)} does all the work.

Exponential growth/decay solution

P=P0ekt,k=1t1log ⁣P1P0P = P_0\,e^{kt}, \qquad k = \dfrac{1}{t_1}\log\!\dfrac{P_1}{P_0}
  • P_0value at t=0t=0
  • krate constant, found from a second data point
y₀growth (k > 0)decay (k < 0)t →dy/dt = k y → y = y₀ e^{kt}

Worked example

A quantity follows dPdt=kP\dfrac{dP}{dt}=kP. It is 500 at t=0t=0 and 1500 at t=4t=4. Find PP at t=8t=8.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 2Differential EquationsMODERATE
The population of a town increases at a rate proportional to the population at that time. If the population increases from forty thousand to eighty thousand in 20 years, then the population in another 40 years will be

[Q123 · 22 April Shift I · 2025]

Cancel P0P_0 by dividing — don't solve for k first

For 'grows from A to B in time TT, find value after another TT', you never need kk or P0P_0 numerically. ekT=B/Ae^{kT} = B/A, and after 2T2T the value is A(B/A)2A(B/A)^2. Chasing k=1Tlog(B/A)k = \tfrac1T\log(B/A) and re-exponentiating wastes time and invites arithmetic slips.

The extra time is measured from the start

'In ANOTHER 40 years' when the first stage was already 40 years means the total elapsed time is t=80t=80, so P=P0e80kP=P_0 e^{80k}. Reading it as t=40t=40 again halves the exponent and drops a doubling.

Concept 3 of 7

Population and Bacteria — Doubling Time and Percentage Growth

Intuition

Bacteria and population problems are pure exponential growth with a story. If the quantity DOUBLES every fixed period, you can skip calculus and just count doublings; if it grows by a PERCENTAGE, convert the percent to a multiplying factor (1 + rate) first. Both reduce to P = P0 e^{kt}.

Definition

For growth P=P0ektP = P_0 e^{kt}:

  • Doubling in period TT: ekT=2e^{kT}=2. After nn such periods (t=nT)(t=nT), P=P02nP = P_0\cdot 2^{n}. No logs needed when tt is a whole multiple of TT.
  • Percentage increase: 'increases by p%p\% in time TT' means P(T)P0=1+p100\dfrac{P(T)}{P_0} = 1 + \dfrac{p}{100}. A 20% rise is a factor 65\tfrac65; a 10% rise is 1110\tfrac{11}{10}. Then ekT=1+p100e^{kT} = 1+\tfrac{p}{100} fixes kk.
  • Finding the start P0P_0: given two later readings, divide to get kk, then back-substitute one reading to recover P0P_0.

Doubling growth

ekT=2P=P02t/Te^{kT} = 2 \quad\Longrightarrow\quad P = P_0\,2^{\,t/T}
  • Tdoubling time
  • t/Tnumber of doubling periods elapsed

Worked example

Bacteria grow proportionally to their number and double every 8 hours. If the original number is NN, how many are present after 24 hours?
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 3Differential EquationsEASY
The bacteria increase at the rate proportional to the number of bacteria present. If the original number N doubles in 8 hours, then the number of bacteria in 24 hours will be

[Q113 · 11th May Shift 1 · 2023]

'Doubles' means the ratio is 2, not '+2'

'The population doubles' sets PP0=2\dfrac{P}{P_0}=2 (so ekT=2e^{kT}=2) — it does not mean P=P0+2P = P_0 + 2. Similarly 'triples' is a factor 3. Always translate the word into a multiplying ratio.

Turn a percentage into a factor before touching k

A '20% increase' is a factor of 65\tfrac65 (i.e. 1.21.2), NOT 0.200.20. Write ekT=1+p100e^{kT} = 1 + \tfrac{p}{100}; using 0.200.20 instead of 1.201.20 corrupts kk and every later value.

Concept 4 of 7

Radioactive Decay and Half-Life

Intuition

Radioactivity is exponential decay: mass falls at a rate proportional to itself. The half-life h is the time to lose half the mass, so it plays exactly the role a doubling time plays for growth — after n half-lives, only (1/2)^n of the mass survives. The rate constant is k = log 2 / h.

Definition

Decay model dmdt=km\dfrac{dm}{dt} = -km with solution m=m0ektm = m_0 e^{-kt}.

  • Half-life link: at t=ht=h, m=m02m = \tfrac{m_0}{2}, so ekh=12k=log2he^{-kh}=\tfrac12 \Rightarrow k = \dfrac{\log 2}{h}.
  • After nn half-lives (t=nh)(t = nh): m=m0(12)nm = m_0\left(\tfrac12\right)^{n}. Just count half-lives when tt is a whole multiple of hh.
  • Initial decay rate: dmdtt=0=km0=m0log2h\left.\dfrac{dm}{dt}\right|_{t=0} = -km_0 = -\dfrac{m_0\log 2}{h} — negative because mass is falling.

Half-life rate constant

k=log2h,m=m0(12)t/hk = \dfrac{\log 2}{h}, \qquad m = m_0\left(\tfrac12\right)^{t/h}
  • hhalf-life — time to lose half the mass
  • m_0initial mass at t=0t=0

Worked example

A radioactive sample has half-life 5 years and initial mass 64 g. How much is left after 15 years?
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 4Differential EquationsMODERATE
A radioactive substance, with initial mass m0m_0, has a half-life of hh days. Then its initial decay rate is given by

[Q140 · 13th May Shift 2 · 2024]

The initial decay rate is negative

Because mass decreases, dmdt=km0=m0log2h\dfrac{dm}{dt}=-km_0 = -\dfrac{m_0\log 2}{h} carries a MINUS sign. The positive-looking distractor m0hlog2\dfrac{m_0}{h}\log 2 is the classic trap — decay rates are negative.

Count half-lives only when time is a whole multiple

The shortcut m=m0(12)t/hm = m_0(\tfrac12)^{t/h} is easiest when t/ht/h is an integer (3 half-lives, etc.). If tt is not a clean multiple (e.g. 27 g → 8 g in 3 h, then 1 more hour), fall back to m=m0ektm = m_0 e^{-kt} with eke^{-k} found from the given step.

Concept 5 of 7

Continuous Compounding of Money

Intuition

When a principal grows 'continuously' at rate r, it obeys the same growth law as a population — dA/dt = rA — so A = P e^{rt}. The only new wrinkle is that the rate is quoted as a percentage per year and must be written as a decimal (10% ⇒ r = 0.1).

Definition

Continuous growth of a principal:

dAdt=rAA=Pert,\dfrac{dA}{dt} = rA \quad\Longrightarrow\quad A = P\,e^{rt},
where PP is the amount invested at t=0t=0 and rr is the annual rate written as a decimal.

  • 'Doubles in TT years' gives erT=2e^{rT}=2, so rT=log2rT = \log 2 — used to find either rr or a doubling-based amount.
  • 'Rate x%x\%, doubles in TT': x100T=log2x=100log2T\dfrac{x}{100}\cdot T = \log 2 \Rightarrow x = \dfrac{100\log 2}{T}.

Continuous compounding

A=Pert,erT=2 if the principal doubles in TA = P\,e^{rt}, \qquad e^{rT} = 2 \text{ if the principal doubles in } T
  • Pprincipal invested at t=0t=0
  • rannual rate as a decimal (x%x/100x\% \to x/100)

Worked example

₹2000 is invested at 10% per year compounded continuously. What is the amount after 5 years? (e0.5=1.648e^{0.5}=1.648)
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 5Differential EquationsMODERATE
The money invested in a company is compounded continuously. If Rs. 200 invested today becomes Rs. 400 in 6 years, then at the end of 33 years it will become Rs.

[Q104 · 14th May Shift 1 · 2024]

Convert the % rate to a decimal

10% per year is r=0.10r = 0.10, not r=10r = 10. Using 10 blows the exponent up by a factor of 100. Write r=x/100r = x/100 every time.

Continuous compounding uses erte^{rt}, not (1+r)t(1+r)^t

The word 'continuously' means A=PertA = Pe^{rt}. Reaching for the annual-compound formula A=P(1+r)tA = P(1+r)^t or simple interest is the intended distractor — it gives a different (wrong) number.

Concept 6 of 7

Moisture Loss and General First-Order Rate Models

Intuition

Moisture-loss problems are ordinary exponential decay dressed as a story: 'loses half in the first hour' fixes the rate exactly like a half-life. A slightly harder cousin adds a constant term — dP/dt = kP − c — which is still separable but needs a substitution before you integrate.

Definition

Pure proportional loss (moisture, cooling of the simplest kind): dPdt=kPlogPN=kt\dfrac{dP}{dt} = -kP \Rightarrow \log\dfrac{P}{N} = -kt. 'Loses half in the first hour' gives k=log2k = \log 2; then solve for the time to lose any fraction. Mixed model with a constant dPdt=kPc\dfrac{dP}{dt} = kP - c: rewrite as dPkPc=dt\dfrac{dP}{kP - c} = dt and integrate to 1klogkPc=t+C\dfrac1k\log|kP - c| = t + C. Fix CC from P(0)P(0), then substitute the target PP. (For dPdt=0.5P450\dfrac{dP}{dt}=0.5P-450, kPc=0.5(P900)kP-c = 0.5(P-900), so 2logP900=t+C2\log|P-900| = t + C.)

Fraction-lost time (pure decay)

logPN=kt,k=log2 if half is lost in unit time\log\dfrac{P}{N} = -kt, \qquad k = \log 2 \text{ if half is lost in unit time}
  • Ninitial content at t=0t=0
  • P/Nfraction remaining

Worked example

A wet sheet loses half its moisture in the first hour, at a rate proportional to the moisture present. In how many hours is 99% lost?
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 6Differential EquationsMODERATE
A wet substance in the open air loses its moisture at a rate proportional to the moisture content. If a sheet hung in the open air loses half its moisture during the first hour, then the time tt, in which 99% of the moisture will be lost, is

[Q146 · 4th May Shift 1 · 2023]

'99% lost' means the fraction LEFT is 0.01

Losing 99% leaves 1%: use P/N=0.01P/N = 0.01, giving log100\log 100 on top. Plugging in 0.99 (the fraction lost) instead of 0.01 (the fraction remaining) inverts the ratio and the answer.

The constant term needs factoring before you separate

dPdt=0.5P450\dfrac{dP}{dt}=0.5P-450 is NOT dPP=0.5dt\dfrac{dP}{P}=0.5\,dt. Factor to 0.5(P900)0.5(P-900) first, so the variable that integrates cleanly is P900P-900, not PP.

Concept 7 of 7

Special-Rate Models — Square-Root and Surface-Area Decay

Intuition

Two recurring non-standard rate laws break the 'proportional to itself' mould. Assets/tanks that change at a rate proportional to the SQUARE ROOT of the amount give dx/dt = −k√x, which integrates to 2√x = −kt + c (a straight line in √x). A raindrop evaporating proportionally to its SURFACE AREA collapses, after using V and S, to the simple linear dr/dt = −k.

Definition

Square-root rate (assets shrinking, tank draining): dxdt=kx\dfrac{dx}{dt} = -k\sqrt{x}. Separate dxx=kdt\dfrac{dx}{\sqrt x} = -k\,dt and integrate:

2x=kt+c.2\sqrt{x} = -kt + c.
Fix cc from x(0)x(0), fix kk from a second reading, then set x=0x=0 for 'empties / bankrupt'. Surface-area rate (spherical raindrop evaporating): dVdt=kS\dfrac{dV}{dt} = -kS. With V=43πr3, S=4πr2V = \tfrac43\pi r^3,\ S = 4\pi r^2, the 4πr24\pi r^2 cancels and it reduces to drdt=k\dfrac{dr}{dt} = -k, so the radius falls linearly: r=kt+cr = -kt + c.

Square-root and surface-area models

dxdt=kx2x=kt+c;dVdt=kSdrdt=k\dfrac{dx}{dt} = -k\sqrt{x} \Rightarrow 2\sqrt{x} = -kt + c; \qquad \dfrac{dV}{dt} = -kS \Rightarrow \dfrac{dr}{dt} = -k
  • 2x=kt+c2\sqrt{x} = -kt+cthe integrated square-root law — linear in x\sqrt{x}
  • dr/dt = -ksurface-area evaporation ⇒ radius shrinks at a constant rate

Worked example

A person's assets fall at a rate proportional to assets\sqrt{\text{assets}}. They drop from ₹25 lakh to ₹6.25 lakh in 2 years. When is he bankrupt?
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 7Differential EquationsHARD
The assets of a person are reduced in his business such that the rate of reduction is proportional to the square root of the existing assets. If the assets were initially ₹10,00,000 and due to loss they reduce to ₹10,000 after 3 years, then the number of years required for the person to go bankrupt will be

[Q144 · 16th May Shift 1 · 2023]

dxx=2x\int \dfrac{dx}{\sqrt x} = 2\sqrt x, not logx\log\sqrt x

The square-root rate separates to x1/2dxx^{-1/2}\,dx, whose integral is 2x2\sqrt x — a power-rule integral, NOT a logarithm. Reflexively writing log\log (as for dx/dt=kxdx/dt = -kx) is the number-one error in these problems.

Surface-area evaporation makes the RADIUS linear

For a raindrop, 'proportional to surface area' plus V=43πr3V=\tfrac43\pi r^3 forces drdt=k\dfrac{dr}{dt}=-k, so r=cktr = c - kt is linear in tt. Trying to make the volume or radius exponential misses the cancellation of 4πr24\pi r^2.

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (7)

Watch out for (14)

Drill every past-year question on this subtopic

33 questions from the bank — paginated, with cart and Word-export support.

Related notes