Find the value of the following PDE at $x=3$; $t=2$; $u(3,2)$
$$\frac{du}{dt} = (1-t)\frac{\partial^2{u}}{\partial^2{x}}$$
on the domain $-\infty< x < \infty$, $t\ge0$
For the given boundary conditions
$$u(x,0) = \frac{1}{1+x^2}$$
I have tried solving using fourier trasnform but apparently there is a method to get the value without having to solve for the complete solution ?
It is possible to get a convolution integral that solves the problem via fourier transform, namely
$$u(x,t) = \frac{1}{\sqrt{2 \pi}}\frac{1}{\sqrt{t(2-t)}}\int_{-\infty}^{\infty}\left( \frac{1}{1 + (x-y)^2} \right)\exp\left[{\frac{-y^2}{2t(2-t)}}\right]\, dy$$
It is readily seen, however, that this solution only exists for $0<t<2$, so the evaluation of the solution at $u(3,2)$ does not exist. Numerical evidence, however, seems to suggest that
$$\lim_{t\rightarrow 2^-} u(3,t) = \lim_{t\rightarrow 2^-}\frac{1}{\sqrt{2 \pi}}\frac{1}{\sqrt{t(2-t)}}\int_{-\infty}^{\infty}\left( \frac{1}{1 + (3-y)^2} \right)\exp\left[{\frac{-y^2}{2t(2-t)}}\right]\, dy = 1/10$$
EDIT: Note that $u(x,t) = u(x,2-t)$ from the above solution, so that it is clear that
$$\lim_{t \rightarrow 0^+} u(x,t) = u(x,0) = u(x,2) = \dfrac{1}{1+x^2}$$
Hence we can compute the limit explicitly to be
$$\lim_{t->2^-}u(3,t) = \dfrac{1}{10}$$