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.
  1. 'Rate' is dPdt\dfrac{dP}{dt}; 'proportional to its size' is kPkP. So dPdt=kP\dfrac{dP}{dt} = kP.
  2. Separate: dPP=kdt\dfrac{dP}{P} = k\,dt.
  3. Integrate both sides: dPP=kdtlogP=kt+c\displaystyle\int\dfrac{dP}{P} = \int k\,dt \Rightarrow \log P = kt + c.
Answer:dPdt=kP\dfrac{dP}{dt} = kP, which integrates to logP=kt+c\log P = kt + c.
Practice this conceptself-check · 4 quick reps

Try it yourself

A substance loses mass at a rate proportional to the mass present. Write the differential equation and integrate it.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Model: 'population grows proportional to itself'.
  2. 2.
    Model: 'radioactive mass decays proportional to mass'.
  3. 3.
    Separate dPdt=kP\dfrac{dP}{dt}=kP.
  4. 4.
    Integrate dPP=kdt\dfrac{dP}{P}=k\,dt.

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.
  1. General solution: P=500ektP = 500\,e^{kt}.
  2. At t=4t=4: 1500=500e4ke4k=31500 = 500\,e^{4k} \Rightarrow e^{4k} = 3.
  3. At t=8t=8: P=500e8k=500(e4k)2=50032=4500P = 500\,e^{8k} = 500\,(e^{4k})^2 = 500\cdot 3^2 = 4500.
Answer:P(8)=4500P(8) = 4500
Practice this conceptself-check · 4 quick reps

Try it yourself

The population of a town increases proportionally to itself, from 40,000 to 80,000 in 40 years. Find the population after another 40 years.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    P=P0ektP = P_0 e^{kt}, P0=10P_0=10, e5k=2e^{5k}=2. Find PP at t=15t=15.
  2. 2.
    e2k=32e^{2k}=\tfrac32. Value of e4ke^{4k}?
  3. 3.
    P0=4P_0=4 lakh grows to 6 lakh in 20 yr. e20k=e^{20k}=?
  4. 4.
    Solve dydx=y\dfrac{dy}{dx}=y, y(0)=3y(0)=3. Find y(log2)y(\log 2).

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?
  1. Doubling time T=8T=8 h. In 24 hours there are 24/8=324/8 = 3 doubling periods.
  2. Each period multiplies by 2: N23=8NN \cdot 2^3 = 8N.
Answer:8N8N
Practice this conceptself-check · 4 quick reps

Try it yourself

A culture starts at 1000 bacteria and rises 20% in 2 hours. When does it reach 2000?

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Doubles every 5 h. Factor after 20 h?
  2. 2.
    Convert 'rises 25%' to a growth factor.
  3. 3.
    N=N0ektN=N_0 e^{kt}: 10410^4 at t=3t=3, 41044\cdot10^4 at t=5t=5. Find kk.
  4. 4.
    Same data: find N0N_0.

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?
  1. Number of half-lives: 15/5=315/5 = 3.
  2. Each half-life halves the mass: 643216864 \to 32 \to 16 \to 8 g.
  3. Equivalently m=64(12)3=8m = 64\left(\tfrac12\right)^3 = 8 g.
Answer:88 g
Practice this conceptself-check · 4 quick reps

Try it yourself

A substance of half-life hh days and initial mass m0m_0 has what initial decay rate?

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Half-life 1600 yr, start 60 g. Amount after 3200 yr?
  2. 2.
    Half-life 15 min. Fraction left after 30 min?
  3. 3.
    Rate constant for half-life hh?
  4. 4.
    27 g decays to 8 g in 3 h. mm after 1 more hour?

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)
  1. A=PertA = P e^{rt} with P=2000P=2000, r=0.10r = 0.10, t=5t=5.
  2. rt=0.10×5=0.5rt = 0.10\times 5 = 0.5, so A=2000e0.5=2000×1.648A = 2000\,e^{0.5} = 2000\times 1.648.
  3. A=3296A = 3296.
Answer:₹3296
Practice this conceptself-check · 4 quick reps

Try it yourself

The principal doubles in 10 years under continuous compounding. Find the rate x%x\%. (log2=0.6931\log 2 = 0.6931)

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    P=200P=200, doubles to 400 in 6 yr. AA at 33 yr?
  2. 2.
    Write 8% per year as rr.
  3. 3.
    Doubles in 20 yr. Rate x%x\%? (log2=0.693\log 2=0.693)
  4. 4.
    A=PertA = P e^{rt}: e6r=2e^{6r}=2. A/PA/P at t=12t=12?

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?
  1. dPdt=kPlogPN=kt\dfrac{dP}{dt} = -kP \Rightarrow \log\dfrac{P}{N} = -kt. Half lost in 1 hour: log12=kk=log2\log\tfrac12 = -k \Rightarrow k = \log 2.
  2. 99% lost means P=0.01NP = 0.01N, i.e. PN=1100\dfrac{P}{N} = \tfrac{1}{100}.
  3. log1100=ktt=log100k=2log10log2\log\tfrac{1}{100} = -kt \Rightarrow t = \dfrac{\log 100}{k} = \dfrac{2\log 10}{\log 2}.
Answer:t=2log10log2t = \dfrac{2\log 10}{\log 2} hours.
Practice this conceptself-check · 4 quick reps

Try it yourself

Solve dPdt=0.5P450\dfrac{dP}{dt} = 0.5P - 450 with P(0)=850P(0) = 850, and find the time when P=0P = 0.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Loses half in 1 h. Time to lose 90%?
  2. 2.
    kk if half is lost per hour.
  3. 3.
    Factor 0.5P4500.5P - 450.
  4. 4.
    Integrate dPP900=0.5dt\dfrac{dP}{P-900}=0.5\,dt.

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
  • 2\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?
  1. dxdt=kx2x=kt+c\dfrac{dx}{dt} = -k\sqrt x \Rightarrow 2\sqrt x = -kt + c.
  2. At t=0, x=25t=0,\ x=25: 25=cc=102\cdot 5 = c \Rightarrow c = 10.
  3. At t=2, x=6.25t=2,\ x=6.25: 22.5=2k+105=2k+10k=522\cdot 2.5 = -2k + 10 \Rightarrow 5 = -2k+10 \Rightarrow k = \tfrac52.
  4. Bankrupt when x=0x=0: 0=52T+10T=40 = -\tfrac52 T + 10 \Rightarrow T = 4 years.
Answer:T=4T = 4 years
Practice this conceptself-check · 4 quick reps

Try it yourself

Water drains from a tank at a rate proportional to depth\sqrt{\text{depth}}. Depth is 16 m at t=0t=0 and 4 m at t=2t=2 h. Find the depth at t=3.5t=3.5 h.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Integrate dxdt=kx\dfrac{dx}{dt}=-k\sqrt x.
  2. 2.
    Assets 10 lakh → 10000 in 3 yr (\sqrt{} rate). Bankrupt when?
  3. 3.
    Raindrop, dV/dtSdV/dt \propto S. What law does rr obey?
  4. 4.
    Raindrop r=3r=3 at t=0t=0, r=2r=2 at t=1t=1. r(t)r(t)?

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)

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1Differential EquationsMODERATE
The rate of increase of the population of a city is proportional to the population present at that instant. In the period of 40 years the population increased from 30,000 to 40,000. At any time tt the population is (a)(b)t40(a)(b)^{\frac{t}{40}}. Then the values of a and bb are respectively

[Q111 · 25 April Shift II · 2025]

Example 2Differential EquationsMODERATE
The rate at which the population of a city increases varies as the population. In a period of 20 years, the population increased from 4 lakhs to 6 lakhs. In another 20 years the population will be

[Q104 · 25 April Shift I · 2025]

Example 3Differential EquationsHARD
In a certain culture of bacteria, the rate of increase is proportional to the number present. If there are 10410^4 at the end of 3 hours and 41044\cdot10^4 at the end of 5 hours, then there were _____ in the beginning.

[Q145 · 9th May Shift 2 · 2023]

Example 4Differential EquationsEASY
An ice ball melts at the rate which is proportional to the amount of ice at that instant. Half of the quantity of ice melts in 15 minutes. x0x_0 is the initial quantity of ice. If after 30 minutes the amount of ice left is kx0kx_0, then the value of k is

[Q104 · 11th May Shift 2 · 2023]

Example 5Differential EquationsMODERATE
The money invested in a company is compounded continuously. ₹ 400 invested today becomes ₹800 in 6 years, then at the end of 33 years, it will become. (2=1.4142)(\sqrt{2}= 1.4142)

[Q131 · 20 April Shift I · 2025]

Drill every past-year question on this subtopic

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

Related notes