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

πŸ“ Radioactive decay differential equation (37 MCQs)

πŸ“– From Calculus β€’ 9. Mathematical Modelling with Differential Equations β€’ 37 questions available

What is Radioactive decay differential equation?

Definition:
Radioactive decay follows dNdt=βˆ’Ξ»N\frac{dN}{dt} = -\lambda N where Ξ»\lambda is decay constant, yielding N(t)=N0eβˆ’Ξ»tN(t) = N_0 e^{-\lambda t} describing exponential decrease in unstable nuclei count.

Example:
Carbon-14 with Ξ»=0.000121\lambda = 0.000121/year: from 1000 atoms, after 1000 years N(1000)=1000eβˆ’0.121β‰ˆ886N(1000) = 1000e^{-0.121} \approx 886 atoms remain.

Reason:
This model enables radiometric dating and nuclear physics calculations, crucial for archaeology and understanding atomic stability.

4
Easy
22
Medium
11
Hard

πŸ“ All Radioactive decay differential equation MCQs

Q1. A researcher models radioactive decay using y(t)=y0ekty(t) = y_0 e^{kt}. If experimental data shows the substance decreases by 30% every 10 years, which error would result from incorrectly setting k=βˆ’0.3k = -0.3 instead of deriving it properly?

A.The model would predict complete decay in 33 years rather than asymptotic approach to zero
B.The half-life calculation would be underestimated by approximately 40% βœ…
C.The initial amount y0y_0 would need to be adjusted upward to fit data
D.The differential equation would change from first-order to second-order
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Setting k=βˆ’0.3k = -0.3 assumes linear decay rather than exponential. The correct approach solves 0.7=e10k0.7 = e^{10k}, giving k=ln⁑(0.7)/10β‰ˆβˆ’0.0357k = \ln(0.7)/10 \approx -0.0357. Using -0.3 overestimates the decay rate by nearly a factor of 8, causing the calculated half-life T=ln⁑(2)/∣k∣T = \ln(2)/|k| to be roughly 2.3 years instead of the true ~19.4 years. This represents a fundamental misunderstanding of how percentage loss relates to the continuous decay constant in exponential models.

Q2. Two samples contain equal masses of different isotopes. Isotope A has half-life TAT_A and Isotope B has half-life TB=2TAT_B = 2T_A. At what time tt will their remaining masses be equal again after starting with identical amounts?

A.They will never be equal again for t>0t > 0 βœ…
B.At t=TAt = T_A
C.At t=TBt = T_B
D.At t=TATBt = \sqrt{T_A T_B}
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Since both samples start with identical mass y0y_0 and decay exponentially as yA=y0eβˆ’kAty_A = y_0 e^{-k_A t} and yB=y0eβˆ’kBty_B = y_0 e^{-k_B t}, setting them equal gives eβˆ’kAt=eβˆ’kBte^{-k_A t} = e^{-k_B t}. This implies kA=kBk_A = k_B, which contradicts TB=2TAT_B = 2T_A. Because exponential functions with different decay constants are strictly ordered for all t>0t > 0, the curves never intersect again. Students often mistakenly assume symmetry or geometric mean relationships between half-lives.

Q3. In carbon dating, if the measured fraction of C-14 is ff, the age is computed as t=βˆ’1kln⁑(f)t = -\frac{1}{k}\ln(f). If measurement uncertainty causes ff to have relative error Ο΅\epsilon, how does this affect age uncertainty?

A.Age uncertainty is proportional to Ο΅\epsilon
B.Age uncertainty is proportional to Ο΅/f\epsilon / f βœ…
C.Age uncertainty is independent of ff
D.Age uncertainty decreases as ff decreases
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: Differentiating t=βˆ’1kln⁑(f)t = -\frac{1}{k}\ln(f) gives dt=βˆ’1kfdfdt = -\frac{1}{kf} df. Thus absolute error in age scales as ∣dt∣=∣df∣kf|dt| = \frac{|df|}{kf}. Since relative error in ff is Ο΅=∣df∣/f\epsilon = |df|/f, we get ∣dt∣=Ο΅/k|dt| = \epsilon/k. However, for older samples where ff is small, the same absolute measurement error produces larger relative error in ff, making age determination increasingly uncertain. This explains why carbon dating becomes unreliable beyond ~50,000 years when f<0.01f < 0.01.

Q4. A student claims that since half-life is constant, the time to decay from 100g to 50g equals the time from 50g to 25g, so average decay rate is constant. What is flawed in this reasoning?

A.Half-life constancy only applies to large samples
B.Average decay rate actually increases over time
C.Confusing constant fractional rate with constant absolute rate βœ…
D.The statement is actually correct with no flaw
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: While the half-life is indeed constant and the times are equal, the average decay rate (grams per unit time) is not constantβ€”it decreases as the sample diminishes. The differential equation dy/dt=βˆ’kydy/dt = -ky shows the instantaneous rate depends on current amount. The student conflates the constant relative decay rate kk with absolute decay rate. This misconception leads to incorrect predictions about total decay time and misinterpretation of decay curves as linear segments rather than exponential.

Q5. Given a graph of ln⁑(y)\ln(y) versus time for radioactive decay that shows slight upward curvature instead of perfect linearity, what physical interpretation is most plausible?

A.Measurement error in logarithmic transformation
B.Sample contains mixture of two isotopes with different half-lives βœ…
C.Decay follows power law rather than exponential
D.Background radiation was not subtracted
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: Pure exponential decay yields ln⁑(y)=ln⁑(y0)βˆ’kt\ln(y) = \ln(y_0) - kt, a straight line. Upward curvature indicates slower-than-expected decay at later times, characteristic of a longer-lived contaminant dominating after the primary isotope decays away. Initially, the shorter half-life component drives rapid decay (steeper slope), but as it depletes, the longer-lived component's gentler slope prevails, bending the semilog plot upward. This multi-component analysis is essential in nuclear forensics and environmental radioactivity assessment where pure samples are rare.

Q6. If a radioactive substance decays according to y&#039; = -ky and we define activity as A = -y&#039;, which relationship correctly describes how activity changes relative to remaining mass?

A.Activity decreases linearly while mass decreases exponentially
B.Activity and mass maintain constant ratio kk βœ…
C.Activity decreases faster than mass initially then slower
D.Activity remains constant until critical threshold
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Since A=βˆ’dy/dt=kyA = -dy/dt = ky, activity is directly proportional to remaining mass with proportionality constant kk. Both quantities follow identical exponential decay patterns: A(t)=ky0eβˆ’kt=A0eβˆ’ktA(t) = k y_0 e^{-kt} = A_0 e^{-kt}. Their ratio A/y=kA/y = k remains invariant throughout decay. This fundamental property enables radiometric datingβ€”measuring current activity immediately reveals remaining fraction without knowing initial amount. Students sometimes confuse activity with count rate, forgetting detector efficiency factors, but the intrinsic physical relationship remains strictly proportional.

Q7. When solving dy/dt=βˆ’kydy/dt = -ky with initial condition y(0)=y0y(0) = y_0, a student writes y=y0ekty = y_0 e^{kt} (positive exponent). Beyond being mathematically wrong, what conceptual error does this reveal?

A.Misunderstanding integration constant placement
B.Confusing growth and decay processes fundamentally βœ…
C.Incorrect application of chain rule during separation
D.Failure to recognize boundary conditions
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Using positive exponent ekte^{kt} describes unbounded exponential growth rather than decay toward zero. This suggests the student hasn't internalized that negative feedback (loss proportional to amount) produces decay, while positive feedback produces growth. In radioactive contexts, this could lead to absurd predictions like infinite radiation. The error likely stems from memorizing formulas without connecting sign conventions to physical mechanisms. Proper understanding requires recognizing that k>0k > 0 in y&#039; = -ky explicitly encodes the dissipative nature of spontaneous nuclear disintegration.

Q8. Compare Euler’s method approximation of radioactive decay yn+1=ynβˆ’kynΞ”ty_{n+1} = y_n - k y_n \Delta t with exact solution. For fixed step size, how does relative error behave as simulation progresses?

A.Relative error accumulates linearly with time βœ…
B.Relative error remains bounded and periodic
C.Relative error grows exponentially with time
D.Relative error converges to zero asymptotically
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Euler’s method introduces local truncation error O(Ξ”t2)O(\Delta t^2) per step. Over N=t/Ξ”tN = t/\Delta t steps, global error accumulates as O(Ξ”t)O(\Delta t). For decay problems, the numerical solution yn=y0(1βˆ’kΞ”t)ny_n = y_0(1 - k\Delta t)^n approximates y0eβˆ’kty_0 e^{-kt}. Taking logarithms shows the discrepancy in decay rate is constant, leading to relative error that grows linearly with elapsed time. Unlike oscillatory systems where errors may cancel, dissipative systems exhibit monotonic error accumulation. Reducing Ξ”t\Delta t improves accuracy proportionally but never eliminates systematic drift.

Q9. A laboratory measures residual C-14 as 92% of original. Using half-life 5730 years, they compute age β‰ˆ 689 years. If actual half-life were 5800 years due to calibration updates, what is the corrected age estimate?

A.Approximately 697 years βœ…
B.Approximately 681 years
C.Exactly 689 years unchanged
D.Cannot determine without original mass
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Age formula t=βˆ’Tln⁑2ln⁑(f)t = -\frac{T}{\ln 2} \ln(f) shows t∝Tt \propto T for fixed fraction ff. Scaling factor is 5800/5730β‰ˆ1.01225800/5730 \approx 1.0122. Multiplying original 689 years gives β‰ˆ 697 years. This demonstrates sensitivity of dating results to half-life precision. Many students incorrectly apply corrections additively or assume insensitivity because percentage seems small. Understanding proportional relationships in logarithmic transformations is crucial for interpreting scientific revisions. Calibration curves in archaeology exist precisely because nominal half-values require adjustment based on tree-ring and ice-core cross-validation.

Q10. Which modification to standard decay model y&#039; = -ky best accounts for continuous production of isotope at rate PP alongside natural decay?

A.y&#039; = -k(y - P)
B.y&#039; = -ky + P βœ…
C.y&#039; = -(k + P)y
D.y&#039; = -ky/P
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Production adds material independently of existing quantity, appearing as source term +P+P. Loss remains proportional to current amount βˆ’ky-ky. Combined: y&#039; = -ky + P. This linear nonhomogeneous equation approaches equilibrium y=P/ky = P/k asymptotically. Option A incorrectly couples production to decay; C makes decay rate dependent on production; D creates dimensional inconsistency. Real-world applications include cosmogenic nuclide buildup in atmosphere and reactor fuel breeding. Recognizing superposition of independent processes is key to modeling open systems versus closed decay-only scenarios.

Q11. If doubling time for growth is Tg=ln⁑(2)/kT_g = \ln(2)/k and half-life for decay is Td=ln⁑(2)/kT_d = \ln(2)/k, why do these symmetric formulas describe opposite phenomena?

A.They don’tβ€”sign convention distinguishes direction βœ…
B.Mathematical coincidence with no physical basis
C.Logarithm properties force symmetry regardless of process
D.Time reversal symmetry in fundamental physics
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Both formulas derive from solving |y&#039;/y| = k. Growth uses y&#039; = +ky yielding TgT_g; decay uses y&#039; = -ky yielding TdT_d. The identical form reflects that magnitude of relative rate determines characteristic timescale, while sign determines direction. This symmetry aids memory but students must track signs carefully. Confusion arises when textbooks define decay constant as positive number in y=y0eβˆ’Ξ»ty = y_0 e^{-\lambda t}, hiding the negative sign. Explicitly writing differential equations prevents misapplication across growth/decay contexts.

Q12. An artifact shows C-14 activity 25% of modern standard. Without calculator, estimate its age given half-life β‰ˆ 5700 years.

A.About 5700 years
B.About 11400 years βœ…
C.About 17100 years
D.About 2850 years
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: Each halving reduces activity by 50%. From 100% β†’ 50% takes one half-life (5700 yr). From 50% β†’ 25% takes another half-life. Total: two half-lives = 11,400 years. This tests conceptual grasp of half-life meaning beyond formula plugging. Students who select 5700 confuse 25% with 50%; those choosing 17100 miscount halvings. Mental estimation reinforces intuition that exponential decay proceeds through discrete multiplicative steps. Such reasoning validates computational results and catches gross errors in automated calculations where input mistakes yield numerically plausible but physically impossible ages.

Q13. In separation of variables for dy/dt=βˆ’kydy/dt = -ky, dividing by yy assumes yβ‰ 0y \neq 0. Why is excluding y=0y = 0 physically acceptable in radioactive decay?

A.Zero mass violates conservation laws
B.Equilibrium solution y=0y = 0 is unstable
C.Real samples always contain finite atoms; zero is asymptotic limit βœ…
D.Mathematical singularity invalidates entire model
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: While y=0y = 0 satisfies the differential equation mathematically, physical samples consist of discrete atoms. Continuous model approximates behavior until few atoms remain, after which stochastic effects dominate. The exclusion reflects modeling domain validity, not mathematical deficiency. Asymptotic approach to zero captures macroscopic behavior accurately. Students worrying about division by zero miss that idealizations have ranges of applicability. Recognizing when continuum assumptions break down connects calculus to atomic reality and prevents overinterpreting smooth curves near extinction thresholds where quantum granularity matters.

Q14. Graph shows remaining mass vs. time for unknown isotope. Curve passes through (0, 100) and (10, 37). Estimate half-life without regression tools.

A.Between 5 and 6 years
B.Between 7 and 8 years βœ…
C.Between 9 and 10 years
D.Between 3 and 4 years
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: After one half-life, mass reaches 50; after two, 25. Value 37 lies between 50 and 25, closer to 50, suggesting elapsed time slightly exceeds one half-life but less than two. Linear interpolation on semilog scale: ln⁑(37/100)β‰ˆβˆ’0.994\ln(37/100) \approx -0.994, ln⁑(0.5)β‰ˆβˆ’0.693\ln(0.5) \approx -0.693. Ratio β‰ˆ 1.43 half-lives in 10 years β‡’ half-life β‰ˆ 7 years. Visual estimation develops number sense for exponential scales. Students selecting 9–10 confuse 37% with 50%; those picking 3–4 underestimate decay speed. Graph literacy complements analytical skills for quick field assessments.

Q15. Why can’t carbon dating reliably date dinosaur fossils despite measurable C-14 detection limits extending to ~60,000 years?

A.Dinosaurs predate atmospheric C-14 formation
B.Contamination overwhelms genuine signal after ~50,000 years
C.C-14 half-life too short; residual amount below detection threshold βœ…
D.Geological processes reset isotopic clocks
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: With half-life 5730 years, after 10 half-lives (~57,000 yr) only ~0.1% remains. Dinosaurs went extinct 65 million years agoβ€”over 11,000 half-livesβ€”reducing original C-14 by factor 2110002^{11000}, far below any conceivable detection. Any measured C-14 in such samples indicates contamination from younger carbon. This illustrates practical limits of exponential decay: theoretical detectability differs from reliable quantification amid background noise. Understanding orders-of-magnitude constraints prevents misapplication of techniques beyond valid temporal windows, a critical skill in evaluating scientific claims about ancient artifacts.

Q16. Student computes age using t=ln⁑(y0/y)kt = \frac{\ln(y_0/y)}{k} but obtains negative value. Which mistake is most probable?

A.Used natural log instead of base-10 log
B.Swapped numerator arguments: should be ln⁑(y/y0)\ln(y/y_0)
C.Forgot negative sign in decay constant definition
D.Measured y>y0y > y_0 due to contamination βœ…
πŸ’‘ Difficulty: medium | βœ… Correct: D

πŸ“– Explanation: Formula t=βˆ’1kln⁑(y/y0)=1kln⁑(y0/y)t = -\frac{1}{k}\ln(y/y_0) = \frac{1}{k}\ln(y_0/y) requires y<y0y < y_0 for positive age. Negative result implies y>y0y > y_0, physically impossible for closed-system decay. Most likely cause is sample contamination introducing fresh C-14, inflating measured activity above expected relic level. Other options produce wrong magnitudes but not sign reversals. Diagnosing anomalous results demands considering experimental realities alongside mathematics. This error-analysis skill distinguishes competent practitioners who validate outputs against physical plausibility before accepting computational results uncritically.

Q17. For mixture of two isotopes with decay constants k1>k2k_1 > k_2, total activity A(t)=A1eβˆ’k1t+A2eβˆ’k2tA(t) = A_1 e^{-k_1 t} + A_2 e^{-k_2 t}. How does effective half-life evolve over time?

A.Remains constant weighted average
B.Decreases monotonically toward shorter component
C.Increases monotonically toward longer component βœ…
D.Oscillates between component values
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: Initially, faster-decaying component dominates activity, making effective decay rate close to k1k_1. As eβˆ’k1te^{-k_1 t} vanishes relative to eβˆ’k2te^{-k_2 t}, slower component governs long-term behavior, shifting effective rate toward k2k_2. Since k2<k1k_2 < k_1, corresponding half-life ln⁑(2)/keff\ln(2)/k_{eff} increases over time. Semilog plots show curved trajectories reflecting this transition. Assuming single exponential for mixtures causes systematic dating errors. Recognizing multi-exponential signatures enables deconvolution of complex sources in nuclear medicine, environmental monitoring, and astrophysical nucleosynthesis studies.

Q18. Which scenario violates assumption underlying simple exponential decay model y&#039; = -ky?

A.Small sample with few hundred atoms βœ…
B.Constant temperature environment
C.Homogeneous material composition
D.Isolated system with no external influences
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Exponential decay emerges statistically from large ensembles where probabilistic behavior averages smoothly. With few hundred atoms, stochastic fluctuations become significant; actual decay deviates randomly from smooth curve. Discrete atom counts introduce Poisson statistics where variance equals mean. Continuum approximation fails when yy approaches unity. Other conditions support model validity: temperature independence reflects nuclear (not chemical) process; homogeneity ensures uniform kk; isolation prevents production/loss terms. Understanding statistical foundations prevents misapplying deterministic calculus to regimes requiring probabilistic treatment.

Q19. If decay constant kk has 2% uncertainty and measured fraction ff has 3% uncertainty, approximate combined relative uncertainty in computed age t=βˆ’ln⁑(f)/kt = -\ln(f)/k.

A.0.01
B.0.025
C.0.036000000000000004 βœ…
D.0.05
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: Error propagation for t=g(k,f)t = g(k,f): (Ξ΄t/t)2β‰ˆ(Ξ΄k/k)2+(Ξ΄f/(fln⁑f))2(\delta t/t)^2 \approx (\delta k/k)^2 + (\delta f/(f \ln f))^2. But simpler: since t∝1/kt \propto 1/k and t∝ln⁑ft \propto \ln f, relative errors combine quadratically. For small uncertainties, Ξ΄(ln⁑f)β‰ˆΞ΄f/f\delta(\ln f) \approx \delta f / f. Thus (Ξ΄t/t)2β‰ˆ(0.02)2+(0.03)2=0.0013(\delta t/t)^2 \approx (0.02)^2 + (0.03)^2 = 0.0013, so Ξ΄t/tβ‰ˆ0.0013β‰ˆ0.036\delta t/t \approx \sqrt{0.0013} \approx 0.036 or 3.6%. Independent errors add in quadrature, not linearly. This statistical combination principle is vital for reporting credible intervals in experimental science rather than overstating precision.

Q20. Comparing numerical methods for simulating decay: why might implicit Euler yn+1=yn/(1+kΞ”t)y_{n+1} = y_n/(1 + k\Delta t) outperform explicit Euler for large step sizes?

A.Implicit method preserves positivity unconditionally βœ…
B.Implicit method achieves higher order accuracy
C.Implicit method exactly matches analytical solution
D.Implicit method requires fewer computations
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Explicit Euler yn+1=yn(1βˆ’kΞ”t)y_{n+1} = y_n(1 - k\Delta t) yields negative values if kΞ”t>1k\Delta t > 1, violating physical constraint yβ‰₯0y \geq 0. Implicit formulation rearranges yn+1βˆ’yn=βˆ’kyn+1Ξ”ty_{n+1} - y_n = -k y_{n+1} \Delta t to yn+1=yn/(1+kΞ”t)y_{n+1} = y_n/(1 + k\Delta t), always positive for k,Ξ”t>0k,\Delta t > 0. While both are first-order accurate, unconditional stability allows larger steps without nonphysical oscillations or blowup. This matters in stiff systems spanning multiple timescales. Choosing appropriate integrators reflects deeper understanding of numerical analysis beyond mere formula application.

Q21. Archaeologist finds bone with 60% original C-14. Historian argues site occupation dates to 3000 BCE. Given current year 2024 CE and half-life 5730 yr, evaluate consistency.

A.Consistent within typical dating uncertainty
B.Bone is significantly younger than claimed βœ…
C.Bone is significantly older than claimed
D.Insufficient information to assess
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: Compute expected fraction for 5024 years (3000 BCE to 2024 CE): f=eβˆ’ln⁑(2)β‹…5024/5730β‰ˆeβˆ’0.607β‰ˆ0.545f = e^{-\ln(2) \cdot 5024/5730} \approx e^{-0.607} \approx 0.545 or 54.5%. Measured 60% corresponds to age t=βˆ’5730ln⁑(0.6)/ln⁑(2)β‰ˆ4220t = -5730 \ln(0.6)/\ln(2) \approx 4220 years before present, placing origin around 2200 BCE. Discrepancy ~800 years exceeds typical Β±40 yr measurement uncertainty. Either historical attribution is wrong, sample contaminated, or stratigraphic association misleading. Cross-disciplinary evaluation integrates mathematical results with archaeological context, demonstrating that quantitative analysis informsβ€”but doesn’t replaceβ€”holistic scholarly judgment.

Q22. Why does plotting yy vs. tt on linear axes obscure differences between isotopes with similar half-lives, while semilog plot reveals them clearly?

A.Linear plots compress early-time dynamics
B.Semilog transforms exponentials to lines with distinct slopes βœ…
C.Human perception better discerns straight lines
D.Linear plots amplify measurement noise
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: On linear axes, exponentials with close decay constants appear visually similar, especially over limited ranges. Semilog transformation ln⁑y=ln⁑y0βˆ’kt\ln y = \ln y_0 - kt converts each to straight line with slope βˆ’k-k. Even small slope differences become apparent as diverging lines over extended domains. Slope directly encodes decay constant, enabling precise comparison. This visualization strategy exploits mathematical structure to enhance perceptual discrimination. Mastery of appropriate graphical representations is as important as analytical competence for extracting meaningful patterns from data in experimental sciences.

Q23. Student derives half-life formula by setting y(T)=y0/2y(T) = y_0/2 in y=y0eβˆ’kty = y_0 e^{-kt}, obtaining T=ln⁑(2)/kT = \ln(2)/k. Then claims tripling time for growth is ln⁑(3)/k\ln(3)/k. Is this analogy valid?

A.Yes, derivation parallels exactly βœ…
B.No, tripling requires different base
C.Only if initial conditions match
D.Invalid because growth and decay aren’t symmetric
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: For growth y=y0ekty = y_0 e^{kt}, setting y=3y0y = 3y_0 gives 3=ekTβ‡’T=ln⁑(3)/k3 = e^{kT} \Rightarrow T = \ln(3)/k. Mathematical structure is identical; only sign of exponent differs. Characteristic timescales universally follow ln⁑(ratio)/∣k∣\ln(\text{ratio})/|k|. This unified framework simplifies learning: whether doubling, halving, or any fold-change, formula adapts via numerator. Students benefit from recognizing pattern generality rather than memorizing separate cases. Transferable reasoning accelerates problem-solving across diverse exponential phenomena in biology, finance, and physics beyond just radioactivity.

Q24. In deriving decay law via separation of variables, integrating ∫dy/y=βˆ«βˆ’kdt\int dy/y = \int -k dt yields ln⁑∣y∣=βˆ’kt+C\ln|y| = -kt + C. Why can absolute value be dropped for radioactive substances?

A.Mass cannot be negative by physical definition βœ…
B.Integration constant absorbs sign ambiguity
C.Absolute value only matters for complex numbers
D.Calculus rules permit removal for definite integrals
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Radioactive mass y(t)y(t) represents physical quantity inherently non-negative. Initial condition y(0)=y0>0y(0) = y_0 > 0 combined with continuity ensures y(t)>0y(t) > 0 for all finite tt. Thus ∣y∣=y|y| = y throughout domain. While mathematically rigorous to retain absolute value initially, physical context justifies simplification. Acknowledging this bridge between abstract mathematics and concrete reality prevents pedantic complications while maintaining correctness. Students should learn when physical constraints streamline mathematical expressions without sacrificing validityβ€”a hallmark of applied mathematical thinking.

Q25. Suppose measured decay data fits y=Aeβˆ’k1t+Beβˆ’k2ty = Ae^{-k_1 t} + Be^{-k_2 t} poorly, but adding third term Ceβˆ’k3tCe^{-k_3 t} dramatically improves fit. What caution is warranted?

A.Third component definitely exists physically
B.Overfitting may capture noise rather than signal βœ…
C.Three-component models are always superior
D.Original two-component assumption was fundamentally wrong
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Adding parameters invariably improves fit metrics like RΒ², but risks modeling random fluctuations as real components. Physical justification required before accepting additional terms. Statistical criteria (AIC, BIC) penalize complexity to guard against overfitting. Blindly chasing better fits leads to spurious conclusions. Parsimony principle favors simplest adequate explanation. In practice, confirmatory evidence from independent measurements or known nuclear properties should support multi-component hypotheses. Critical evaluation balances goodness-of-fit with model plausibility, avoiding seduction by numerical optimization divorced from scientific reasoning.

Q26. If cosmic ray flux doubled permanently, how would carbon dating methodology require adjustment?

A.No change needed; ratio remains self-calibrating
B.Recalibrate atmospheric C-14/C-12 baseline ratio βœ…
C.Adjust half-life value in calculations
D.Shift reference epoch forward
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Carbon dating assumes steady-state atmospheric C-14 production balancing decay. Increased flux raises equilibrium concentration, altering initial ratio y0y_0 in living organisms. Existing calibration curves based on tree rings already account for historical variations, but permanent shift would necessitate new baseline measurements. Half-life is nuclear property unaffected by production rate. Misconception that method is self-correcting ignores dependence on assumed initial conditions. Understanding underlying assumptions enables proper adaptation when environmental parameters change, distinguishing robust methodology from fragile dogma.

Q27. Why is activity A=Ξ»NA = \lambda N preferred over mass mm in safety regulations for radioactive materials?

A.Activity directly correlates with biological hazard βœ…
B.Mass measurements are less precise
C.Activity is conserved in reactions
D.Regulatory tradition without scientific basis
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Biological damage depends on ionizing events per second (activity), not total mass. Different isotopes emit varying energies per decay; same mass of alpha emitter poses greater risk than beta emitter. Activity normalizes hazard potential across nuclides. Mass alone ignores specific activity differences spanning orders of magnitude. Regulatory frameworks prioritize health protection, making activity the relevant metric. Connecting mathematical quantities to real-world consequences demonstrates applied understanding beyond symbolic manipulation. Safety-conscious professionals translate abstract decay rates into tangible risk assessments guiding handling protocols.

Q28. Student observes that after 3 half-lives, 12.5% remains, concluding decay is β€œessentially complete” after 10 half-lives (0.1%). Critique this judgment.

A.Correct; negligible residue justifies approximation
B.Flawed; significance depends on initial quantity and toxicity βœ…
C.Incorrect; exponential never truly reaches zero
D.Valid only for medical isotopes, not geological
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: β€œEssentially complete” is context-dependent. For 1 kg of benign material, 1 g residue may be irrelevant. For highly toxic plutonium-239, even nanogram quantities pose hazards. Initial inventory magnitude and substance potency determine practical completeness. Mathematical asymptote β‰  operational clearance. Blanket thresholds ignore risk-specific considerations. Responsible decision-making integrates quantitative residuals with qualitative hazard assessment. This nuanced perspective separates academic exercises from professional practice where consequences of premature declarations include environmental contamination or public health crises.

Q29. Given differential equation y&#039; = -ky + r modeling decay with constant replenishment, find equilibrium solution and interpret physically.

A.y=r/ky = r/k; balance between input and loss βœ…
B.y=k/ry = k/r; inverse relationship
C.y=0y = 0; eventual depletion despite input
D.No equilibrium exists; perpetual growth
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Setting y&#039; = 0 yields 0=βˆ’ky+rβ‡’y=r/k0 = -ky + r \Rightarrow y = r/k. Physically, inflow rate rr exactly offsets decay loss kyky at this level. Below equilibrium, net gain raises yy; above, net loss reduces it. Stable attractor independent of initial conditions. Applications include radon accumulation in buildings, tracer kinetics in medicine, and stellar nucleosynthesis equilibria. Identifying steady states reveals system’s long-term behavior without solving full transient dynamics. Equilibrium analysis provides intuitive checkpoints validating dynamic simulations and informing control strategies.

Q30. Which feature in semilog plot of decay data most reliably indicates presence of background radiation contamination?

A.Upward deviation from linearity at late times βœ…
B.Downward curvature throughout
C.Parallel offset from expected line
D.Increased scatter at early times
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: True decay follows straight line on semilog axes. Background adds constant count rate BB, so observed signal S=y0eβˆ’kt+BS = y_0 e^{-kt} + B. At late times when yβ‰ͺBy \ll B, Sβ‰ˆBS \approx B, flattening curve upward away from extrapolated decay line. Early-time data dominated by strong signal masks background. Detecting this tail deviation enables background subtraction. Misidentifying curvature causes underestimation of half-life or false multi-component interpretations. Careful residual analysis distinguishes instrumental artifacts from genuine physics, exemplifying meticulous data hygiene essential in low-signal measurements.

Q31. If decay constant kk were temperature-dependent contrary to established nuclear physics, how would carbon dating results be affected for samples from varying thermal histories?

A.Dates would scatter inconsistently with stratigraphy βœ…
B.All dates would shift uniformly older
C.All dates would shift uniformly younger
D.No effect if calibration standards experienced same temperatures
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Temperature dependence would make decay rate history-dependent. Samples heated post-deposition would lose C-14 faster, appearing older; cooled samples retained more, appearing younger. Stratigraphic sequences would show erratic, non-monotonic age inversions contradicting depositional order. Uniform shifts occur only if all samples share identical thermal profiles, unlikely across diverse sites. Observed chronological consistency across global archives empirically validates temperature independence. Hypothetical violations illustrate how internal consistency checks validate foundational assumptions. Scientific confidence rests on multiple converging lines of evidence, not isolated assertions.

Q32. Why does integrating factor method fail for nonlinear decay models like y&#039; = -ky^2?

A.Integrating factors only work for linear equations βœ…
B.Nonlinear equations lack closed-form solutions
C.Square term prevents variable separation
D.Method works but yields implicit solutions
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Integrating factor technique specifically solves linear ODEs y&#039; + p(x)y = q(x). Nonlinear forms like y&#039; = -ky^2 require separation of variables instead: dy/y2=βˆ’kdtdy/y^2 = -k dt. Attempting integrating factor on nonlinear equation doesn’t yield exact derivative structure. Recognizing equation class guides appropriate solution strategy. Confusion between methods wastes effort and generates errors. Taxonomic classification of differential equations is prerequisite skill preceding technique selection. Fluency in matching problem structure to solution toolbox distinguishes proficient problem-solvers from mechanical formula-appliers.

Q33. In error analysis of age determination, why is relative error in age larger for older samples even with identical measurement precision?

A.Older samples have smaller ff, amplifying ln⁑(f)\ln(f) sensitivity βœ…
B.Detector efficiency degrades over measurement duration
C.Statistical counting errors increase with sample age
D.Calibration standards deteriorate chronologically
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Age t=βˆ’ln⁑(f)/kt = -\ln(f)/k. Derivative dt/df=βˆ’1/(kf)dt/df = -1/(kf). Absolute error Ξ΄t=∣δf∣/(kf)\delta t = |\delta f|/(kf). For fixed Ξ΄f\delta f, error inversely proportional to ff. Older samples have smaller ff, magnifying age uncertainty. At f=0.01f = 0.01, same Ξ΄f\delta f causes 10Γ— larger Ξ΄t\delta t than at f=0.1f = 0.1. Fundamental limitation of logarithmic inversion, not instrumental flaw. Explains practical upper bound ~50,000 years for C-14 dating. Quantitative error analysis guides experimental design and honest reporting of confidence intervals.

Q34. Student graphs y=y0eβˆ’kty = y_0 e^{-kt} and labels y-intercept as β€œhalf-life.” What misconception does this reveal?

A.Confusing initial value with characteristic timescale βœ…
B.Misunderstanding axis labeling conventions
C.Believing half-life varies with initial amount
D.Thinking graphs must pass through origin
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Y-intercept is y(0)=y0y(0) = y_0, the initial quantity. Half-life is x-value where y=y0/2y = y_0/2, found horizontally from midpoint. Student conflates vertical intercept with horizontal feature. Basic graph literacy essential for interpreting exponential behavior. Such errors propagate into misreading experimental data or miscommunicating results. Reinforcing coordinate geometry fundamentals prevents persistent misunderstandings. Visual representation competency complements algebraic fluency; together they form complete quantitative reasoning capability necessary for scientific communication and collaborative problem-solving.

Q35. For Olympic-level challenge: Prove that for any exponential decay, the area under curve from t=0t=0 to ∞\infty equals y0/ky_0/k, and explain physical significance.

A.Represents total integrated exposure or cumulative decays βœ…
B.Equals initial mass divided by half-life
C.Has no physical meaning; purely mathematical artifact
D.Corresponds to average lifetime multiplied by initial quantity
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Integral ∫0∞y0eβˆ’ktdt=y0/k\int_0^\infty y_0 e^{-kt} dt = y_0/k. Physically, if yy is activity, area is total decays (= initial atoms N0N_0). If yy is concentration, area represents cumulative dose. Also, mean lifetime Ο„=1/k\tau = 1/k, so area = y0Ο„y_0 \tau. Elegant connection between calculus, probability (mean of exponential distribution), and physics. Advanced insight recognizes integral as Laplace transform at s=0, linking time-domain behavior to frequency-domain analysis. Such synthesis exemplifies deep mathematical maturity transcending routine computation.

Q36. Mixed concept: Combine logistic growth and decay. Population PP grows logistically with carrying capacity KK but also experiences constant per-capita radioactive mortality kk. Write governing equation.

A.P&#039; = rP(1-P/K) - kP βœ…
B.P&#039; = rP(1-P/K) - k
C.P&#039; = (r-k)P(1-P/K)
D.P&#039; = rP(1-P/K) - kK
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Logistic growth rP(1βˆ’P/K)rP(1-P/K) modified by additional loss term. Radioactive mortality removes individuals proportionally to population: βˆ’kP-kP. Combined: P&#039; = rP(1-P/K) - kP = P[r(1-P/K) - k]. Effective growth rate reduced; new equilibrium solves r(1βˆ’Pβˆ—/K)=kβ‡’Pβˆ—=K(1βˆ’k/r)r(1-P^*/K) = k \Rightarrow P^* = K(1 - k/r) if k<rk < r; extinction if kβ‰₯rk \geq r. Integrating ecology and nuclear physics demonstrates interdisciplinary modeling. Complex systems often involve competing processes; superposition principles enable tractable formulations capturing essential dynamics.

Q37. Scenario-based: Nuclear accident releases iodine-131 (half-life 8 days). Health officials advise sheltering for 80 days. Evaluate adequacy of this recommendation.

A.Appropriate; 10 half-lives reduce activity to ~0.1% βœ…
B.Excessive; 5 half-lives (40 days) sufficient for safety
C.Insufficient; should extend to 160 days for margin
D.Depends entirely on initial release magnitude
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: After 80 days = 10 half-lives, fraction remaining (1/2)10β‰ˆ0.001(1/2)^{10} \approx 0.001. Reduction by factor 1000 typically brings levels below intervention thresholds regardless of initial release (unless catastrophic). Extending further yields diminishing returns; 5 half-lives leaves 3%, possibly still hazardous. Recommendation balances protection with societal disruption. Context-aware application of exponential decay informs public policy. Quantitative literacy empowers citizens to evaluate official guidance critically rather than accept or reject blindly. Science communication bridges technical knowledge and civic decision-making.

πŸ”— Related Topics (MCQs)