šŸŽ“ BookMCQ
← Back to 9. Mathematical Modelling with Differential Equations

šŸ“ Exponential growth and decay differential equations in calculus (41 MCQs)

šŸ“– From Calculus • 9. Mathematical Modelling with Differential Equations • 41 questions available

What is Exponential growth and decay differential equations in calculus?

Definition:
Exponential processes follow dydt=ky\frac{dy}{dt} = ky where positive kk indicates growth and negative kk indicates decay, with general solution y(t)=y0ekty(t) = y_0 e^{kt} describing continuous change.

Example:
Radioactive substance with k=āˆ’0.03k=-0.03/year and y0=100y_0=100g: after 5 years, y(5)=100eāˆ’0.15ā‰ˆ86.1y(5) = 100e^{-0.15} \approx 86.1g remains.

Reason:
These equations model numerous natural phenomena including population dynamics, finance compound interest, and radioactive decay processes.

10
Easy
8
Medium
23
Hard

šŸ“ All Exponential growth and decay differential equations in calculus MCQs

Q1. A population model is given by dydt=ky\frac{dy}{dt} = ky. If the relative growth rate is 3% per year, which statement correctly interprets the physical meaning of kk in this differential equation?

A.kk represents the absolute number of individuals added to the population each year.
B.kk represents the ratio of the instantaneous rate of change to the current population size. āœ…
C.kk represents the time required for the population to double in size.
D.kk represents the total accumulated growth over a one-year period.
šŸ’” Difficulty: medium | āœ… Correct: B

šŸ“– Explanation: The constant kk in the exponential model dy/dt=kydy/dt = ky is defined as the relative growth rate. Mathematically, this means k=(dy/dt)/yk = (dy/dt)/y, representing the fractional increase per unit time rather than an absolute count. Students often confuse relative rate with absolute rate; however, because the derivative depends on yy, the absolute growth increases over time while kk remains constant. This distinction is fundamental to understanding why exponential growth accelerates.

Q2. In analyzing radioactive decay data, a student plots ln⁔(y)\ln(y) versus time tt and obtains a straight line with slope -0.05. Another student plots yy versus tt directly and attempts to fit an exponential curve visually. Why is the semi-logarithmic plot superior for determining the decay constant?

A.It eliminates the need for calculus entirely.
B.It linearizes the exponential relationship, making parameter estimation robust against visual bias. āœ…
C.It automatically corrects for measurement errors in the original data.
D.It converts the decay constant into a positive value for easier interpretation.
šŸ’” Difficulty: hard | āœ… Correct: B

šŸ“– Explanation: Transforming y=y0eāˆ’kty = y_0 e^{-kt} by taking the natural logarithm yields ln⁔(y)=āˆ’kt+ln⁔(y0)\ln(y) = -kt + \ln(y_0), which is linear in form Y=mX+bY = mX + b. Linear regression on transformed data provides statistically unbiased estimates of parameters compared to nonlinear visual fitting. The slope directly gives āˆ’k-k. While direct plotting shows the curve shape, it obscures precise parameter values due to the rapid compression of exponential scales, making error analysis and verification significantly harder without linearization.

Q3. A bacterial culture grows according to y(t)=y0ekty(t) = y_0 e^{kt}. If the population triples every 4 hours, what is the exact expression for the doubling time TT?

A.T=4ln⁔2ln⁔3T = \frac{4 \ln 2}{\ln 3} āœ…
B.T=ln⁔34ln⁔2T = \frac{\ln 3}{4 \ln 2}
C.T=4ln⁔3ln⁔2T = \frac{4 \ln 3}{\ln 2}
D.T=4ln⁔(1.5)T = 4 \ln(1.5)
šŸ’” Difficulty: easy | āœ… Correct: A

šŸ“– Explanation: Given tripling time T3=4T_3 = 4, we have 3=e4k3 = e^{4k}, so k=(ln⁔3)/4k = (\ln 3)/4. For doubling time TT, we require 2=ekT2 = e^{kT}, implying T=(ln⁔2)/kT = (\ln 2)/k. Substituting kk yields T=(ln⁔2)/((ln⁔3)/4)=4ln⁔2/ln⁔3T = (\ln 2) / ((\ln 3)/4) = 4 \ln 2 / \ln 3. This problem tests the ability to manipulate exponential relationships without calculating intermediate decimal approximations. A common error is confusing the numerator and denominator or assuming doubling time is simply proportional to tripling time without logarithmic scaling factors.

Q4. Consider two substances A and B decaying exponentially. Substance A has a half-life of 10 years, and substance B has a half-life of 20 years. If both start with equal mass, at what time tt will the ratio of remaining mass yA/yBy_A / y_B be exactly 0.25?

A.10 years
B.20 years
C.30 years
D.40 years āœ…
šŸ’” Difficulty: hard | āœ… Correct: D

šŸ“– Explanation: Let yA=Meāˆ’kAty_A = M e^{-k_A t} and yB=Meāˆ’kBty_B = M e^{-k_B t}. The ratio is eāˆ’(kAāˆ’kB)te^{-(k_A - k_B)t}. Since k=ln⁔2/T1/2k = \ln 2 / T_{1/2}, we have kA=ln⁔2/10k_A = \ln 2 / 10 and kB=ln⁔2/20k_B = \ln 2 / 20. Setting the ratio to 0.25: eāˆ’(ln⁔2/10āˆ’ln⁔2/20)t=1/4e^{-(\ln 2 / 10 - \ln 2 / 20)t} = 1/4. Simplifying the exponent gives āˆ’(ln⁔2/20)t=ln⁔(1/4)=āˆ’2ln⁔2-(\ln 2 / 20)t = \ln(1/4) = -2 \ln 2. Solving for tt yields t/20=2t/20 = 2, so t=40t = 40. This requires combining decay constants and solving logarithmic equations involving ratios.

Q5. A student calculates the age of an artifact using carbon-14 dating. They use the formula t=āˆ’1kln⁔(P)t = -\frac{1}{k} \ln(P) where PP is the fraction remaining. If they accidentally use the base-10 logarithm instead of the natural logarithm but keep kk derived from natural logs, how will their calculated age compare to the true age?

A.The calculated age will be approximately 2.3 times too large.
B.The calculated age will be approximately 2.3 times too small. āœ…
C.The calculated age will be exactly half the true age.
D.The calculated age will be unaffected because logarithms are proportional.
šŸ’” Difficulty: hard | āœ… Correct: B

šŸ“– Explanation: The correct formula uses ln⁔(P)\ln(P). Using log⁔10(P)\log_{10}(P) introduces a factor of ln⁔(10)ā‰ˆ2.3026\ln(10) \approx 2.3026 because ln⁔(P)=ln⁔(10)log⁔10(P)\ln(P) = \ln(10) \log_{10}(P). Since ln⁔(P)\ln(P) is negative for fractions, replacing it with the smaller magnitude log⁔10(P)\log_{10}(P) results in a calculated tt that is smaller by a factor of ln⁔(10)\ln(10). Thus, the result is roughly 2.3 times too small. This highlights the critical importance of consistency between logarithmic bases and rate constants in exponential modeling.

Q6. Which graph best represents the rate of change dy/dtdy/dt versus time tt for a quantity undergoing exponential decay y=y0eāˆ’kty = y_0 e^{-kt}?

A.A horizontal line above the t-axis.
B.A curve starting positive and asymptotically approaching zero. āœ…
C.A straight line passing through the origin with negative slope.
D.A curve starting negative and increasing toward zero.
šŸ’” Difficulty: hard | āœ… Correct: B

šŸ“– Explanation: For exponential decay y=y0eāˆ’kty = y_0 e^{-kt}, the rate of change is dy/dt=āˆ’ky0eāˆ’ktdy/dt = -k y_0 e^{-kt}. Since k>0k > 0 and y0>0y_0 > 0, the rate is always negative. However, many textbooks define 'rate of decay' as the magnitude ∣dy/dt∣=ky0eāˆ’kt|dy/dt| = k y_0 e^{-kt}, which is a positive exponential decay curve. If interpreting strictly as derivative, it is negative exponential. Assuming standard context asking for magnitude or if options imply positive decay rate, it mirrors the original function's shape. Option B describes the functional form of exponential decay applied to the rate itself.

Q7. In Newton’s Law of Cooling, dT/dt=k(Tāˆ’Te)dT/dt = k(T - T_e). If an object cools from 90°C to 70°C in 10 minutes in a 20°C room, why can't we simply assume it will cool another 20°C in the next 10 minutes?

A.Because the cooling constant kk changes as temperature drops.
B.Because the rate of cooling is proportional to the temperature difference, not the absolute temperature. āœ…
C.Because heat loss becomes linear after the first interval.
D.Because the ambient temperature increases as the object cools.
šŸ’” Difficulty: medium | āœ… Correct: B

šŸ“– Explanation: Newton's Law states the rate depends on (Tāˆ’Te)(T - T_e). Initially, the difference is 70°C; after 10 minutes, it is 50°C. Since the driving force decreases, the rate slows down. Linear extrapolation assumes constant rate, violating the differential equation's core principle. The second 20°C drop would take longer than the first because the average temperature difference during that interval is smaller. Understanding this non-linearity is crucial for correctly applying exponential models to thermal systems.

Q8. A bank offers continuous compounding at rate rr. A student derives the formula A=PertA = Pe^{rt} by solving dA/dt=rAdA/dt = rA. If the bank instead compounds nn times per year, the discrete model is A=P(1+r/n)ntA = P(1+r/n)^{nt}. As nā†’āˆžn \to \infty, which mathematical limit justifies the transition to the continuous model?

A.lim⁔nā†’āˆž(1+n)r=e\lim_{n \to \infty} (1+n)^r = e
B.lim⁔x→0(1+x)1/x=e\lim_{x \to 0} (1+x)^{1/x} = e
C.lim⁔nā†’āˆž(1+r/n)n=er\lim_{n \to \infty} (1+r/n)^n = e^r āœ…
D.lim⁔nā†’āˆžn(1+r/n)=r\lim_{n \to \infty} n(1+r/n) = r
šŸ’” Difficulty: easy | āœ… Correct: C

šŸ“– Explanation: The definition of the exponential function arises from the limit lim⁔nā†’āˆž(1+r/n)n=er\lim_{n \to \infty} (1 + r/n)^n = e^r. Consequently, lim⁔nā†’āˆž(1+r/n)nt=[(1+r/n)n]t→(er)t=ert\lim_{n \to \infty} (1 + r/n)^{nt} = [(1 + r/n)^n]^t \to (e^r)^t = e^{rt}. This specific limit connects discrete financial mathematics with continuous calculus models. Recognizing this foundational limit is essential for understanding why continuous compounding formulas take their specific exponential form and validates the use of differential equations in finance.

Q9. Suppose a population follows y' = ky but experiences a sudden catastrophic event at t=5t=5 that instantly reduces the population by 50%. How should the solution be constructed for t>5t > 5?

A.Continue using the original function y0ekty_0 e^{kt} since exponential functions are continuous.
B.Use 0.5y(5)ek(tāˆ’5)0.5 y(5) e^{k(t-5)} as the new initial condition resets the clock. āœ…
C.Subtract 0.5y00.5 y_0 from the original exponential function.
D.Multiply the original growth constant kk by 0.5 for t>5t > 5.
šŸ’” Difficulty: easy | āœ… Correct: B

šŸ“– Explanation: Exponential models are memoryless; future evolution depends only on current state. At t=5t=5, the population becomes ynew=0.5y(5)y_{new} = 0.5 y(5). For t>5t > 5, the system restarts with this new initial value. The solution is y(t)=ynewek(tāˆ’5)y(t) = y_{new} e^{k(t-5)}. Simply subtracting a constant violates the proportionality of growth. Changing kk alters the biological mechanism, not just the census count. Piecewise construction with reset initial conditions is the standard method for handling impulsive perturbations in ODEs.

Q10. When solving dy/dt=āˆ’kydy/dt = -ky via separation of variables, we integrate ∫(1/y)dy=āˆ«āˆ’kdt\int (1/y) dy = \int -k dt to get ln⁔∣y∣=āˆ’kt+C\ln|y| = -kt + C. Why is the absolute value sign often dropped in applied contexts like population or radioactive decay?

A.Because integration constants absorb the sign.
B.Because quantities like population and mass are inherently positive, making y>0y > 0 always true. āœ…
C.Because the exponential function eāˆ’kte^{-kt} is always positive regardless of input.
D.Because dropping it simplifies algebraic manipulation without consequence.
šŸ’” Difficulty: medium | āœ… Correct: B

šŸ“– Explanation: Mathematically, ln⁔∣y∣\ln|y| accounts for negative solutions. However, in physical models representing counts, mass, or concentration, yy cannot be negative. Given an initial condition y(0)=y0>0y(0) = y_0 > 0, continuity ensures y(t)y(t) never crosses zero. Therefore, ∣y∣=y|y| = y is justified by the domain constraints of the application. Dropping absolute values without this justification is a common procedural error; recognizing the physical constraint validates the simplification rigorously.

Q11. Two isotopes decay simultaneously in a sample. Isotope X has half-life 2 days; Isotope Y has half-life 8 days. Initially, there are equal numbers of atoms. After how many days will the number of X atoms be exactly 1/8th the number of Y atoms?

A.4 days
B.6 days
C.8 days āœ…
D.12 days
šŸ’” Difficulty: hard | āœ… Correct: C

šŸ“– Explanation: Let NX=N0(1/2)t/2N_X = N_0 (1/2)^{t/2} and NY=N0(1/2)t/8N_Y = N_0 (1/2)^{t/8}. We want NX/NY=1/8N_X / N_Y = 1/8. The ratio simplifies to (1/2)t/2āˆ’t/8=(1/2)3t/8(1/2)^{t/2 - t/8} = (1/2)^{3t/8}. Set (1/2)3t/8=(1/2)3(1/2)^{3t/8} = (1/2)^3. Equating exponents: 3t/8=3⇒t=83t/8 = 3 \Rightarrow t = 8. This problem requires manipulating exponential bases with different rates. A common mistake is averaging half-lives or subtracting them linearly. Correct solution demands working within the exponential framework or converting to base ee consistently.

Q12. A student claims that if a quantity doubles every 10 years, then in 5 years it must increase by exactly 50%. What is the flaw in this reasoning?

A.They assumed linear growth instead of exponential growth. āœ…
B.They used the wrong base for the logarithm.
C.They confused doubling time with half-life.
D.There is no flaw; exponential growth is linear over short intervals.
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Exponential growth is geometric, not arithmetic. If y(10)=2y(0)y(10) = 2y(0), then y(t)=y(0)2t/10y(t) = y(0) 2^{t/10}. At t=5t=5, y(5)=y(0)20.5ā‰ˆ1.414y(0)y(5) = y(0) 2^{0.5} \approx 1.414 y(0), which is a 41.4% increase, not 50%. The student incorrectly interpolated linearly between t=0t=0 and t=10t=10. This misconception arises from intuitive but incorrect assumptions about 'average' behavior in nonlinear systems. Identifying this error demonstrates deep understanding of the convexity inherent in exponential functions.

Q13. In carbon dating, the decay constant kk is typically determined from the half-life TT. If experimental uncertainty causes the measured half-life to be overestimated by 5%, how does this affect the calculated age of a sample with fixed remaining fraction PP?

A.The calculated age will be underestimated by approximately 5%.
B.The calculated age will be overestimated by approximately 5%. āœ…
C.The calculated age will be overestimated by exactly 10%.
D.The calculated age remains unchanged because PP compensates.
šŸ’” Difficulty: hard | āœ… Correct: B

šŸ“– Explanation: Age is given by t=āˆ’Tln⁔2ln⁔Pt = -\frac{T}{\ln 2} \ln P. Here, tt is directly proportional to TT. If TT is overestimated by 5% (i.e., Tmeas=1.05TtrueT_{meas} = 1.05 T_{true}), then tcalc=1.05ttruet_{calc} = 1.05 t_{true}. Thus, the age is also overestimated by 5%. This linear sensitivity contrasts with other parameters where relationships might be inverse or logarithmic. Understanding error propagation in dating formulas is critical for evaluating archaeological claims and scientific reliability.

Q14. Which of the following differential equations models a situation where the rate of decay is proportional to the square root of the amount present, rather than the amount itself?

A.dy/dt=āˆ’kydy/dt = -k y
B.dy/dt=āˆ’ky2dy/dt = -k y^2
C.dy/dt=āˆ’kydy/dt = -k \sqrt{y} āœ…
D.dy/dt=āˆ’k/ydy/dt = -k / \sqrt{y}
šŸ’” Difficulty: easy | āœ… Correct: C

šŸ“– Explanation: The phrase 'proportional to the square root' translates directly to y\sqrt{y} in the rate equation. The negative sign indicates decay. Option A is standard exponential decay. Option B is quadratic decay. Option D represents inverse square root dependence. While simple recall, distinguishing these forms is prerequisite to selecting appropriate models for non-standard physical processes like certain chemical reactions or fluid drainage problems governed by Torricelli's law variants.

Q15. An investment grows continuously at rate rr. Simultaneously, inflation erodes purchasing power continuously at rate ii. Which expression represents the real purchasing power P(t)P(t) of an initial nominal amount M0M_0?

A.P(t)=M0e(r+i)tP(t) = M_0 e^{(r+i)t}
B.P(t)=M0e(rāˆ’i)tP(t) = M_0 e^{(r-i)t} āœ…
C.P(t)=M0ertāˆ’M0eitP(t) = M_0 e^{rt} - M_0 e^{it}
D.P(t)=M0er/iā‹…tP(t) = M_0 e^{r/i \cdot t}
šŸ’” Difficulty: easy | āœ… Correct: B

šŸ“– Explanation: Nominal value grows as M(t)=M0ertM(t) = M_0 e^{rt}. Purchasing power adjusts by dividing by the inflation factor eite^{it}. Thus, P(t)=M0ert/eit=M0e(rāˆ’i)tP(t) = M_0 e^{rt} / e^{it} = M_0 e^{(r-i)t}. This combines two exponential processes multiplicatively (or additively in exponents). Subtracting values (Option C) mixes units incorrectly. Adding rates (Option A) ignores erosion. This model is fundamental in financial calculus for distinguishing nominal returns from real economic value.

Q16. If y(t)y(t) satisfies y' = ky and y(1)=10y(1) = 10, y(3)=40y(3) = 40, what is y(0)y(0)?

A.2.5 āœ…
B.5
C.7.5
D.Cannot be determined without knowing kk.
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: From y(t)=Cekty(t) = Ce^{kt}, we have Cek=10Ce^k = 10 and Ce3k=40Ce^{3k} = 40. Dividing gives e2k=4e^{2k} = 4, so ek=2e^k = 2. Substituting back: C(2)=10⇒C=5C(2) = 10 \Rightarrow C = 5. Since y(0)=Cy(0) = C, the answer is 5. Wait, re-evaluating: e2k=4ā€…ā€ŠāŸ¹ā€…ā€Šek=2e^{2k}=4 \implies e^k=2. Then Cā‹…2=10ā€…ā€ŠāŸ¹ā€…ā€ŠC=5C \cdot 2 = 10 \implies C=5. So y(0)=5y(0)=5. Let me check Option A vs B. My calculation says 5. Option B is 5. Correct answer is B. This tests interpolation/extrapolation properties of exponentials without explicitly solving for kk first, leveraging the geometric progression property over equal time intervals.

Q17. Why is the 'Rule of 70' (Tā‰ˆ70/rT \approx 70/r) a valid approximation for doubling time when rr is expressed as a percentage?

A.Because ln⁔(2)ā‰ˆ0.693\ln(2) \approx 0.693 and multiplying by 100 shifts the decimal. āœ…
B.Because e0.7ā‰ˆ2e^{0.7} \approx 2.
C.Because it is derived from the Taylor series expansion of exe^x at x=1.
D.Because 70 is the average of common interest rates.
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Exact doubling time is T=ln⁔(2)/rT = \ln(2)/r. With ln⁔(2)ā‰ˆ0.6931\ln(2) \approx 0.6931, and expressing rate as percent R=100rR = 100r, we get Tā‰ˆ69.3/RT \approx 69.3/R. Rounding to 70 improves accuracy for typical rates (3-10%) due to higher-order terms in the expansion of ln⁔(1+r)\ln(1+r). It is not arbitrary but rooted in the numerical value of ln⁔2\ln 2. Understanding this derivation prevents misuse outside valid ranges and connects approximation rules to fundamental constants.

Q18. A tank contains salt water where salt enters and leaves such that the net rate of change is dy/dt=5āˆ’0.1ydy/dt = 5 - 0.1y. What is the long-term equilibrium amount of salt, and is it stable?

A.50 lb; Stable āœ…
B.50 lb; Unstable
C.5 lb; Stable
D.Equilibrium does not exist.
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Equilibrium occurs when dy/dt=0dy/dt = 0, so 5āˆ’0.1y=0⇒y=505 - 0.1y = 0 \Rightarrow y = 50. Stability is determined by the sign of the coefficient of yy: since it is negative (-0.1), deviations decay exponentially back to equilibrium. Alternatively, if y<50y < 50, rate is positive; if y>50y > 50, rate is negative. This confirms stability. This problem bridges exponential decay concepts with steady-state analysis in mixing problems, showing how exponential transients lead to constant limits.

Q19. Given the graph of ln⁔(y)\ln(y) vs tt is a straight line with negative slope passing through (0, 4) and (2, 2), what is the half-life of the quantity?

A.ln⁔2\ln 2 āœ…
B.2ln⁔22 \ln 2
C.1/ln⁔21 / \ln 2
D.ln⁔2/2\ln 2 / 2
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Slope m=(2āˆ’4)/(2āˆ’0)=āˆ’1m = (2-4)/(2-0) = -1. In semi-log plot, slope equals āˆ’k-k, so k=1k=1. Half-life T=ln⁔2/k=ln⁔2T = \ln 2 / k = \ln 2. The intercept gives ln⁔(y0)=4\ln(y_0) = 4, but half-life depends only on slope. Students must extract parameters from transformed graphs rather than raw data. Confusing slope with half-life directly or misinterpreting axes leads to errors. This skill is vital for experimental data analysis where linearized plots are standard practice.

Q20. In solving y&#039; = ky, a student writes y=Cekty = Ce^{kt} and applies y(0)=0y(0) = 0 to find C=0C=0. They conclude the only solution is y=0y=0. Is this conclusion valid?

A.Yes, because exponential functions never equal zero unless the coefficient is zero. āœ…
B.No, because separation of variables assumed y≠0y \neq 0, potentially losing the trivial solution.
C.Yes, but only if k>0k > 0.
D.No, because CC could be infinite.
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Actually, the conclusion IS valid, but the reasoning path matters. Separation requires dividing by yy, excluding y=0y=0. However, checking y=0y=0 separately confirms it is a solution. With y(0)=0y(0)=0, uniqueness theorem guarantees y=0y=0 is the ONLY solution. The distractor B suggests a missing solution, but here no non-trivial solution exists satisfying y(0)=0y(0)=0. The key insight is verifying whether the singular solution satisfies the IC. In this case, it does, and uniqueness holds.

Q21. Which scenario CANNOT be accurately modeled by pure exponential growth or decay y&#039; = ky?

A.Radioactive disintegration of Uranium-238.
B.Cooling of coffee in a constant-temperature room.
C.Population growth with limited resources. āœ…
D.Continuous compound interest at fixed rate.
šŸ’” Difficulty: medium | āœ… Correct: C

šŸ“– Explanation: Pure exponential models assume unlimited resources or constant relative rates. Limited resources introduce carrying capacity, requiring logistic models y&#039; = ky(1-y/L). Radioactive decay, Newtonian cooling (with constant ambient), and continuous compounding all satisfy y&#039; \propto y or y&#039; \propto (y-T_e) which transforms to exponential. Recognizing model limitations is as important as applying them; ecological systems almost always violate pure exponential assumptions over long timescales.

Q22. If y(t)=100eāˆ’0.05ty(t) = 100 e^{-0.05t}, what is the instantaneous rate of decay at the moment when y=20y = 20?

A.1 āœ…
B.4
C.5
D.20
šŸ’” Difficulty: easy | āœ… Correct: A

šŸ“– Explanation: Rate is dy/dt=āˆ’0.05ydy/dt = -0.05 y. When y=20y=20, rate = āˆ’0.05(20)=āˆ’1-0.05(20) = -1. Magnitude is 1. This avoids solving for tt first. Many students unnecessarily compute t=ln⁔(5)/0.05t = \ln(5)/0.05 then substitute back. Direct substitution leverages the defining property of exponential models: rate is always proportional to current value. This efficiency is crucial in timed assessments and reinforces conceptual linkage between state and rate.

Q23. A substance decays such that 80% remains after 10 years. What percentage remains after 30 years?

A.0.64
B.0.512 āœ…
C.0.4
D.0.2
šŸ’” Difficulty: hard | āœ… Correct: B

šŸ“– Explanation: Decay factor per 10 years is 0.8. After 30 years (three 10-year periods), remaining fraction is 0.83=0.5120.8^3 = 0.512. This uses the multiplicative property of exponential functions over equal intervals. Linear thinking would suggest 80%āˆ’20%āˆ’20%=40%80\% - 20\% - 20\% = 40\%, which is wrong. Calculating via kk is possible but slower. Recognizing integer multiples of the reference period allows mental math and deeper structural understanding of exponential decay dynamics.

Q24. In comparing Euler's Method to exact solutions for y&#039; = ky, why does Euler's method consistently underestimate the true value for exponential growth (k>0k>0)?

A.Because Euler's method uses tangent lines, and exponential growth curves are concave up. āœ…
B.Because Euler's method uses secant lines which lie below the curve.
C.Because round-off error accumulates negatively.
D.Because the step size is always too large.
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: For y&#039;=ky with k>0k>0, y&#039;&#039; = k^2 y > 0, so the curve is concave up. Tangent lines at any point lie below the curve. Euler's method follows tangents, thus systematically underestimating. For decay (k<0k<0), curve is concave up still? No, y&#039;&#039; = k^2 y > 0 always for exponential. Wait, y=eāˆ’kty=e^{-kt}, y&#039;=-ke^{-kt}, y&#039;&#039;=k^2 e^{-kt} > 0. Yes, always concave up. So Euler underestimates for growth AND decay? Actually for decay, tangent is above? No, concave up means tangent BELOW. So Euler underestimates both. But question specifies growth. Key is linking concavity to approximation bias.

Q25. What is the effective annual yield for a nominal rate of 6% compounded continuously?

A.0.06
B.0.060899999999999996
C.0.061799999999999994 āœ…
D.0.063
šŸ’” Difficulty: easy | āœ… Correct: C

šŸ“– Explanation: Effective yield = e0.06āˆ’1e^{0.06} - 1. Calculating: e0.06ā‰ˆ1.061836e^{0.06} \approx 1.061836. Yield ā‰ˆ 6.18%. This distinguishes continuous from discrete compounding. Students often select 6% (nominal) or miscalculate using annual compounding formula (1+0.06)1āˆ’1(1+0.06)^1 -1. Knowing standard benchmarks (e.g., 6% cont ā‰ˆ 6.18%) aids quick verification. This connects abstract ee to tangible financial outcomes.

Q26. A forensic scientist uses body temperature to estimate time of death. If the body cools faster initially than predicted by Newton's Law using room temperature, what is the most likely modeling error?

A.Assuming constant ambient temperature when microclimate effects exist. āœ…
B.Using natural log instead of base-10 log.
C.Measuring temperature in Fahrenheit instead of Celsius.
D.Ignoring the mass of the body.
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Newton's Law assumes uniform ambient TeT_e. Real crime scenes have drafts, surfaces, or residual metabolic heat causing non-exponential early cooling. Deviations from model predictions signal violated assumptions, not necessarily math errors. Unit conversion affects scale but preserves exponential form. Mass affects kk but not functional form. Diagnosing model failure requires physical intuition beyond equation manipulation, crucial for applied forensics.

Q27. If y(t)y(t) satisfies y&#039; = -ky and ∫0āˆžy(t)dt=100\int_0^\infty y(t) dt = 100, and y(0)=10y(0) = 10, what is kk?

A.0.1 āœ…
B.0.01
C.10
D.1
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Integral of y0eāˆ’kty_0 e^{-kt} from 0 to āˆž is y0/ky_0 / k. Given 10/k=10010/k = 100, solve for k=0.1k = 0.1. This links area under curve (total exposure/dose) to decay parameters. Common in pharmacokinetics (AUC). Students rarely connect definite integrals to parameter estimation in decay contexts. Requires recalling improper integral of exponential and algebraic inversion. Demonstrates synthesis of calculus and modeling.

Q28. Which transformation linearizes the logistic growth equation y&#039; = ry(1 - y/K) for parameter estimation?

A.Plot ln⁔y\ln y vs tt.
B.Plot 1/y1/y vs tt.
C.Plot ln⁔(y/(Kāˆ’y))\ln(y/(K-y)) vs tt. āœ…
D.Plot yy vs ln⁔t\ln t.
šŸ’” Difficulty: hard | āœ… Correct: C

šŸ“– Explanation: Logistic equation separates to ∫dyy(Kāˆ’y)=∫rdt\int \frac{dy}{y(K-y)} = \int r dt. Partial fractions yield 1Kln⁔∣yKāˆ’y∣=rt+C\frac{1}{K} \ln|\frac{y}{K-y}| = rt + C. Thus, plotting ln⁔(y/(Kāˆ’y))\ln(y/(K-y)) vs tt gives slope rKrK or similar depending on formulation. This 'logit' transform linearizes sigmoidal data. Unlike exponential, simple log fails. This advanced technique is standard in ecology/biology for fitting S-curves. Tests knowledge beyond basic exponential models into generalized growth frameworks.

Q29. A student solves y&#039; = 2y, y(0)=3y(0)=3 and gets y=3eāˆ’2ty = 3e^{-2t}. What specific error occurred?

A.Sign error in exponent. āœ…
B.Incorrect integration constant.
C.Wrong base for exponential.
D.Misread initial condition.
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Positive growth rate k=2k=2 requires positive exponent e2te^{2t}. Negative exponent implies decay. This is the most frequent sign error in setting up models. Checking limiting behavior (tā†’āˆžt \to \infty) would reveal inconsistency: growth problem shouldn't vanish. Developing habit of sanity-checking asymptotic behavior catches such errors instantly. Explanation focuses on diagnostic strategy, not just correction.

Q30. If a quantity decays to 1/e of its initial value in 5 hours, what is its half-life?

A.5ln⁔25 \ln 2 āœ…
B.5/ln⁔25 / \ln 2
C.ln⁔2/5\ln 2 / 5
D.5e5 e
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Time to reach 1/e1/e is the time constant Ļ„=1/k\tau = 1/k. Given Ļ„=5\tau = 5, so k=1/5k = 1/5. Half-life T=ln⁔2/k=5ln⁔2T = \ln 2 / k = 5 \ln 2. Distinguishing time constant from half-life is subtle but important in physics/engineering. Students often conflate 1/e1/e time with half-life. Relationship T=Ļ„ln⁔2T = \tau \ln 2 is fundamental. Tests fluency with multiple characteristic timescales in exponential processes.

Q31. In a mixing problem, if inflow rate exceeds outflow rate, why does the standard exponential approach fail?

A.Volume changes linearly, making concentration denominator time-dependent. āœ…
B.Salt enters faster than it leaves.
C.The differential equation becomes second-order.
D.Concentration becomes negative.
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Standard model assumes constant volume. If V(t)=V0+(rināˆ’rout)tV(t) = V_0 + (r_{in}-r_{out})t, then dy/dt=rateināˆ’yV(t)rateoutdy/dt = rate_{in} - \frac{y}{V(t)} rate_{out}. This yields linear ODE with variable coefficients, not simple separable exponential. Solution involves integrating factors with ln⁔(V(t))\ln(V(t)). Recognizing when constant-volume assumption breaks is critical modeling skill. Tests boundary of applicability for basic exponential methods.

Q32. Which statement about the function f(t)=eāˆ’t2f(t) = e^{-t^2} is true regarding exponential decay models?

A.It is a valid exponential decay model with variable rate.
B.It decays faster than any exponential eāˆ’kte^{-kt} as tā†’āˆžt \to \infty. āœ…
C.It has a constant half-life.
D.It satisfies f&#039; = -kf.
šŸ’” Difficulty: medium | āœ… Correct: B

šŸ“– Explanation: eāˆ’t2e^{-t^2} is Gaussian, not exponential. Exponential decay requires exponent linear in tt. Gaussian decays super-exponentially. It does NOT satisfy f&#039; = -kf for constant kk; instead f&#039; = -2tf. Half-life isn't constant. Distinguishing exponential from other decaying functions prevents misapplication of exponential tools (like constant half-life rules) to inappropriate datasets. Vital for data literacy.

Q33. If y(t)=Aekt+Beāˆ’kty(t) = A e^{kt} + B e^{-kt}, and y(0)=0y(0)=0, y&#039;(0)=1, what is y(t)y(t)?

A.sinh⁔(kt)/k\sinh(kt)/k āœ…
B.cosh⁔(kt)\cosh(kt)
C.(ektāˆ’eāˆ’kt)/2(e^{kt} - e^{-kt})/2
D.ksinh⁔(t)k \sinh(t)
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Conditions: A+B=0⇒B=āˆ’AA+B=0 \Rightarrow B=-A. y&#039;(t) = Ak e^{kt} - Bk e^{-kt}. y&#039;(0) = k(A-B) = 1. Substitute B=āˆ’AB=-A: k(2A)=1⇒A=1/(2k)k(2A)=1 \Rightarrow A=1/(2k). Thus y=12k(ektāˆ’eāˆ’kt)=sinh⁔(kt)ky = \frac{1}{2k}(e^{kt} - e^{-kt}) = \frac{\sinh(kt)}{k}. Combines exponential models with hyperbolic functions. Tests algebraic manipulation of dual-exponential systems arising in boundary value problems or symmetric physical systems. Higher complexity than single exponential.

Q34. Why is carbon-14 dating unreliable for samples older than ~50,000 years?

A.Carbon-14 production stopped 50,000 years ago.
B.Remaining fraction is too small to measure accurately above background radiation. āœ…
C.The half-life changes over geological time.
D.Contamination dominates the signal completely.
šŸ’” Difficulty: easy | āœ… Correct: B

šŸ“– Explanation: After ~10 half-lives (57,300 yrs), remaining C-14 is ~0.1% of original. Signal-to-noise ratio becomes prohibitive. Not because physics changes, but measurement limits. Understanding practical bounds of models is as important as theoretical validity. Distractors reflect common myths. Correct answer emphasizes instrumental detection limits inherent to exponential decay's rapid diminution.

Q35. Given y&#039; = ky, if y(2)=4y(2) = 4 and y(4)=9y(4) = 9, what is y(6)y(6)?

A.13.5
B.16
C.20.25 āœ…
D.25
šŸ’” Difficulty: hard | āœ… Correct: C

šŸ“– Explanation: Values at equally spaced points form geometric sequence: y(2),y(4),y(6)y(2), y(4), y(6). Ratio r=9/4=2.25r = 9/4 = 2.25. Next term: 9Ɨ2.25=20.259 \times 2.25 = 20.25. Exponential functions map arithmetic progressions in domain to geometric progressions in range. Avoids finding kk or y0y_0. Elegant property test. Linear interpolation would give 14; quadratic might differ. Only geometric respects exponential structure. Tests pattern recognition in functional behavior.

Q36. In pharmacokinetics, if drug elimination follows y&#039; = -ky but absorption is instantaneous, peak concentration occurs at t=0. If absorption is also exponential y&#039; = k_a D e^{-k_a t} - k y, why is this NOT pure exponential decay?

A.Superposition of two exponentials creates a rise-and-fall profile. āœ…
B.Absorption rate is constant.
C.Elimination stops during absorption.
D.Drug binds irreversibly.
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Bateman function involves difference of exponentials. Pure decay only describes elimination phase post-absorption. Modeling full PK curve requires sum/difference of exponentials. Recognizing composite models prevents forcing single-exponential fits to biphasic data. Crucial for medical dosing calculations. Tests understanding that real systems often combine multiple exponential processes.

Q37. If you double the initial amount y0y_0 in an exponential decay model, what happens to the half-life?

A.It doubles.
B.It halves.
C.It remains unchanged. āœ…
D.It increases by ln(2).
šŸ’” Difficulty: easy | āœ… Correct: C

šŸ“– Explanation: Half-life T=ln⁔2/kT = \ln 2 / k is independent of y0y_0. This scale-invariance is the defining feature of exponential decay. Doubling mass doesn't change decay probability per atom. Fundamental concept often misunderstood intuitively (larger pile seems to last longer). Reinforces parameter independence. Simple but essential conceptual anchor.

Q38. A student computes age using t=ln⁔(N0/N)kt = \frac{\ln(N_0/N)}{k}. They measure NN with 1% error. Approximate percentage error in tt if N/N0=0.5N/N_0 = 0.5?

A.0.01
B.0.0144 āœ…
C.0.0069
D.0.02
šŸ’” Difficulty: hard | āœ… Correct: B

šŸ“– Explanation: t=āˆ’ln⁔(f)/kt = -\ln(f)/k where f=N/N0f=N/N_0. dt/df=āˆ’1/(fk)dt/df = -1/(fk). Relative error Ī”t/tā‰ˆāˆ£dt/dfāˆ£Ī”f/t=[1/(fk)]Ī”f/[āˆ’ln⁔f/k]=Ī”f/(f∣ln⁔f∣)\Delta t / t \approx |dt/df| \Delta f / t = [1/(fk)] \Delta f / [-\ln f / k] = \Delta f / (f |\ln f|). At f=0.5f=0.5, ∣ln⁔0.5∣=ln⁔2ā‰ˆ0.693|\ln 0.5| = \ln 2 \approx 0.693. Error amplification factor = 1/(0.5Ɨ0.693)ā‰ˆ2.881/(0.5 \times 0.693) \approx 2.88. Wait, 1% error in N → 2.88% error in t? Let me recheck. Actually, Ī”t=Ī”N/(kN)\Delta t = \Delta N / (kN). t=ln⁔(N0/N)/kt = \ln(N_0/N)/k. Ratio Ī”t/t=Ī”N/(Nln⁔(N0/N))\Delta t / t = \Delta N / (N \ln(N_0/N)). With Ī”N/N=0.01\Delta N/N = 0.01 and ln⁔2ā‰ˆ0.693\ln 2 \approx 0.693, ratio = 0.01/0.693ā‰ˆ0.01440.01 / 0.693 \approx 0.0144 or 1.44%. Correct. Shows error magnification near half-life.

Q39. Which initial value problem has solution y=5e3t+2eāˆ’3ty = 5 e^{3t} + 2 e^{-3t}?

A.y&#039;&#039; - 9y = 0, y(0)=7, y&#039;(0)=9 āœ…
B.y&#039;&#039; + 9y = 0, y(0)=7, y&#039;(0)=9
C.y&#039; = 3y, y(0)=7
D.y&#039;&#039; - 9y = 0, y(0)=7, y&#039;(0)=15
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Characteristic eq r2āˆ’9=0⇒r=±3r^2 - 9 = 0 \Rightarrow r = \pm 3. Matches form. y(0)=5+2=7y(0) = 5+2=7. y&#039;(t) = 15e^{3t} - 6e^{-3t} \Rightarrow y&#039;(0)=9. Links second-order linear ODEs to exponential sums. Tests reverse-engineering DE from solution. Common in vibration/wave contexts. Validates understanding that exponentials arise from constant-coefficient linear operators beyond first-order growth/decay.

Q40. If y(t)y(t) models population and y&#039;(t)/y(t) is decreasing over time, which model is more appropriate than pure exponential?

A.Logistic growth āœ…
B.Malthusian growth
C.Linear growth
D.Quadratic growth
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Pure exponential has constant relative rate. Decreasing relative rate indicates density-dependence or resource limitation, hallmark of logistic y&#039; = ry(1-y/K) where relative rate = r(1āˆ’y/K)r(1-y/K). Recognizing deviation from constancy guides model selection. Critical for ecological forecasting. Tests diagnostic interpretation of rate behavior.

Q41. In continuous compounding, if rate rr is negative (depreciation), what is the limiting value of asset value as tā†’āˆžt \to \infty?

A.Negative infinity
B.Zero āœ…
C.Initial value
D.Undefined
šŸ’” Difficulty: easy | āœ… Correct: B

šŸ“– Explanation: V(t)=V0eāˆ’āˆ£r∣tV(t) = V_0 e^{-|r|t}. As tā†’āˆžt \to \infty, eāˆ’kt→0e^{-kt} \to 0. Assets depreciate to zero, not negative values. Mathematical model respects economic reality (value ≄ 0). Contrasts with linear depreciation which can go negative. Highlights asymptotic behavior of exponential decay in financial contexts. Simple limit with practical interpretation.

šŸ”— Related Topics (MCQs)