Linear first-order diffeq system for radioactive decay chain

clynne21
Messages
9
Reaction score
0

Homework Statement


Given the followin[Sg decay chain- X→Y→Z
Solve for Nx(t), Ny(t), Nz(t) for the case of Rx(t)=\alphat and assuming Ny(t)=Nz(t)=0

Homework Equations


dNx(t)/dt = -\lambdaxNx(t) + Rx(t)
dNy(t)/dt = -\lambdayNy(t) +\lambdaxNx(t)
dNz(t)/dt = -\lambdazNz(t) +\lambdayNy(t)

The Attempt at a Solution


I know these would be solved with bateman equations and without the Rx(t)=\alphat term I could do these. The production term throws me off and I'm not sure exactly how to go about this.
I have this for Nx(t) = Nx(0)e-\lambdaxt + ∫t0 dt'Rx(t')e\lambdax(t'-t) (the integral is from 0 to t, but the itex wasn't working for me to do that)
So how does Rx(t)=\alphat integrate and where does it go in the other two equations? Thanks!
 
Last edited:
Physics news on Phys.org
Excuse me but are you saying that you are trying to solve a system of differential equations but do not know how to integrate \alpha t? The integral of \alpha t with respect to t is \alpha t^2/2. That is usually one of the first integrals you learn.
 
Last edited by a moderator:
Haha- no, that's cake LOL

It's really more this term ∫dt'Rx(t')eλx(t'-t) (from 0 to t) that confuses me- I'm not sure where the primes came from and what it is indicating. It was the first step given for a solution. It seemed odd since the αt should be, like you said, extremely simple.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top