Concept:
- The number of nuclei $N(t)$ obeys a first order linear differential equation with constant coefficients, $\frac{dN}{dt} + \lambda N = \alpha$, which can be solved directly with an integrating factor instead of separating variables.
- This equation has the same form as a capacitor charging through a resistor, so $N(t)$ rises from zero and approaches a steady value of $\alpha/\lambda$.
- Once $N(t)$ is known, the activity (decays per second) is $\lambda N(t)$, and each decay releases energy $E_0$ into the liquid, so power delivered links to temperature rise through $P = ms\frac{dT}{dt}$.
Step 1: Write the balance equation in standard linear form
Production minus decay gives $\frac{dN}{dt} = \alpha - \lambda N$, which rearranges to $\frac{dN}{dt} + \lambda N = \alpha$. This matches the standard linear form $\frac{dN}{dt} + P N = Q$ with $P = \lambda$ and $Q = \alpha$, both constants.
Step 2: Find and apply the integrating factor
The integrating factor is $IF = e^{\int \lambda \, dt} = e^{\lambda t}$. Multiplying the equation by $e^{\lambda t}$ gives $e^{\lambda t}\frac{dN}{dt} + \lambda e^{\lambda t} N = \alpha e^{\lambda t}$, and the left side is exactly $\frac{d}{dt}\left(N e^{\lambda t}\right)$.
Step 3: Integrate both sides using the initial condition
$\frac{d}{dt}\left(N e^{\lambda t}\right) = \alpha e^{\lambda t}$
Integrating from $0$ to $t$, with $N = 0$ at $t = 0$:
$N e^{\lambda t} = \frac{\alpha}{\lambda}\left(e^{\lambda t} - 1\right)$
$N(t) = \frac{\alpha}{\lambda}\left(1 - e^{-\lambda t}\right)$
Step 4: Convert nuclei count to activity, then to power
Activity (decays per second) is $R = \lambda N(t) = \alpha\left(1 - e^{-\lambda t}\right)$. Each decay releases energy $E_0$, so the power delivered to the liquid is $P = R E_0 = \alpha E_0\left(1 - e^{-\lambda t}\right)$.
Step 5: Convert power to rate of temperature rise
Using $P = ms\frac{dT}{dt}$:
$\frac{dT}{dt} = \frac{P}{ms} = \frac{\alpha E_0}{ms}\left(1 - e^{-\lambda t}\right)$
Final Answer: $\frac{\alpha E_0}{ms}\left(1 - e^{-\lambda t}\right)$