vladimir69
- 124
- 0
hi
i have been trying to solve the diffusion equation using separation of variables. i know the answer should turn out something like the normal probability density function but its just turns into a mess when i try it.
i am given the following information:
\frac{\partial p}{\partial t}=D\frac{\partial^2 p}{\partial x^2}
where p=p(x,t)
p(0,0)=1
p(L,t)=0
p(-L,t)=0
where D is a constant (its not specified whether its negative or positive). it would be safe to say the sign for D which gives the easiest solution is the right one.
now this is what i did
p(x,t)=T(t)X(x)
X\frac{dT}{dt}=DT\frac{d^2 X}{dx^2}
which gives 2 equations, namely
\frac{1}{DT}\frac{dT}{dt}=\lambda (1) and
\frac{1}{X}\frac{d^2X}{dx^2}=\lambda (2)
solving (1) and applying the initial conditions and boundary conditions i get
T(t)=\exp(D\lambda t)
for (2) i assumed \lambda>0 to get
X(x)=a \exp(\sqrt{\lambda}x)+b \exp(-\sqrt{\lambda}x)
then finally you plug all back into p(x,t)=T(t)X(x)
now I'm not sure where to go here, or how to apply the initial and boundary conditions and nor can i see how this would end up being something like a normal pdf (with an exp(-x^2) in there somwhere)
thanks in advance
i have been trying to solve the diffusion equation using separation of variables. i know the answer should turn out something like the normal probability density function but its just turns into a mess when i try it.
i am given the following information:
\frac{\partial p}{\partial t}=D\frac{\partial^2 p}{\partial x^2}
where p=p(x,t)
p(0,0)=1
p(L,t)=0
p(-L,t)=0
where D is a constant (its not specified whether its negative or positive). it would be safe to say the sign for D which gives the easiest solution is the right one.
now this is what i did
p(x,t)=T(t)X(x)
X\frac{dT}{dt}=DT\frac{d^2 X}{dx^2}
which gives 2 equations, namely
\frac{1}{DT}\frac{dT}{dt}=\lambda (1) and
\frac{1}{X}\frac{d^2X}{dx^2}=\lambda (2)
solving (1) and applying the initial conditions and boundary conditions i get
T(t)=\exp(D\lambda t)
for (2) i assumed \lambda>0 to get
X(x)=a \exp(\sqrt{\lambda}x)+b \exp(-\sqrt{\lambda}x)
then finally you plug all back into p(x,t)=T(t)X(x)
now I'm not sure where to go here, or how to apply the initial and boundary conditions and nor can i see how this would end up being something like a normal pdf (with an exp(-x^2) in there somwhere)
thanks in advance
Last edited: