Age Diffusion Theory and Fourier Transforms

ajhunte
Messages
12
Reaction score
0
I am attempting to solve a second order differential, but I am have never done anything like this. I was told that it was a good Idea to think about Fourier transforms.

\frac{d^{2}q}{dx^{2}}=\frac{dq}{dt}

Boundary Conditions:
q(+/-\infty,t)=0
q(x,0)=S_{0}\delta(x)

Apparently the final solution is:

q(x,t)=\frac{S_{0}exp[\frac{-x^{2}}{4t}]}{\sqrt{4(\pi)t}}

If you were wondering the problem statement:
Determine the slowing down density established by a monoenergetic plane source at the origin of an infinite moderating medium as given by age-diffusion theory.
 
Physics news on Phys.org
This is one of the simplest PDE you can solve via Fourier Transform which accounts for two physical problem of interest, i mean heat equation and Schroedinger equation.
We start with PDE

<br /> \partial^2_x u(x,t) = \partial_t u(x,t)<br />

First start with projecting the equation on Fourier space (with respect to x), we get

<br /> - k^2 \hat{u}(k,t) = \partial_t \hat{u}(k,t)<br />

This is a first order ODE in t for unknown \hat{u}(k,t) its solution can be found by separation of variables and reads

<br /> \hat{u}(k,t) = f(k) e^{- t k^2}<br />

for some unknown f(k) constant in time. To recover u(x,t) we simply use inverse Fourier transform

<br /> u(x,t) = \frac{1}{\sqrt{2 \pi}} \int_{- \infty}^{\infty} \hat{u}(k,t) e^{ i k x} dk = \frac{1}{\sqrt{2 \pi}} \int_{- \infty}^{\infty} f(k) e^{- t k^2} e^{ i k x} dk<br /> <br />

thus

<br /> u(x,0) = \frac{1}{\sqrt{2 \pi}} \int_{- \infty}^{\infty} f(k) e^{ i k x} dk<br />

hence f(k) is just the Fourier transform of the initial condition of the PDE. In our case

<br /> f(k) = \frac{1}{\sqrt{2 \pi}} \int_{- \infty}^{\infty} u(x,0) e^{- i k x} dx = \frac{1}{\sqrt{2 \pi}} \int_{- \infty}^{\infty} S_0 \delta(x) e^{- i k x} dx = \frac{S_0}{\sqrt{2 \pi}} <br />

So we find the solution by evaluating the integral

<br /> u(x,t) = \frac{1}{\sqrt{2 \pi}} \int_{- \infty}^{\infty} \frac{S_0}{\sqrt{2 \pi}} e^{-t k^2} e^{i k x} dk = \frac{S_0}{2 \pi} \int_{- \infty}^{\infty} e^{-t k^2 + i k x} dk = \frac{S_0}{2 \pi} \int_{- \infty}^{\infty} e^{-t ( k^2 + i \frac{k x} {t} + \frac{i^2 x^2} {4 t^2} - \frac{i^2 x^2} {4 t^2} ) } dk = \frac{S_0 e^{- \frac{x^2} {4 t}}} {2 \pi} \int_{- \infty}^{\infty} e^{- t ( k + \frac{i x} {2 t} )^2 } dk =<br />
<br /> = \frac{S_0 e^{- \frac{x^2} {4 t}}} {2 \pi} \int_{- \infty - \frac{i x} {2 t} }^{\infty - \frac{i x} {2 t} } e^{- t p^2 } dp = \frac{S_0 e^{- \frac{x^2} {4 t}}} {2 \pi} \sqrt{\frac{\pi}{t}} = \frac{S_0} {\sqrt{4 \pi t}} e^{- \frac{x^2} {4 t}}<br />

Hope this can help, ask if some steps are not clear. bye.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top