Heat/Diffusion Equation on the whole real line

  • Thread starter Thread starter eventhorizonof
  • Start date Start date
  • Tags Tags
    Line
eventhorizonof

Homework Statement



boundary conditions:

u(x,0) = exp[-((x-14)^2)/4

Homework Equations



u_t = u_xx

x \in R


The Attempt at a Solution



the problem says there is a way for this partial differential equation to be solved without computing any integrals. i know the general solution for the whole line is:

u(x,t) = 1 / sqrt(4kt) \int exp[-((x-y)^2)/4kt] * PHI(y) dy


where PHI(y) is the boundary conditions.

is there some kind of substitution or trick to be used here to not have to compute any integral?

Thanks.
 
Physics news on Phys.org
I'm under the impression that you are mixing a few things on the notation. You use k in the resulting integral, but that is nowhere defined. I know that sometimes the partial differential equation is written as:

a^2 \cdot \frac{\partial^2 u}{\partial x^2} = \frac{\partial u}{\partial t}

or:

k \cdot \frac{\partial^2 u}{\partial x^2} = \frac{\partial u}{\partial t}

In your case a² or k is equal to 1. However you still have it in the integral. There is also something wrong with a pi. I assume you mean that the solution has to be:

u(x,t)=\frac{1}{2a\sqrt{\pi t}} \cdot \int_{-\infty}^{\infty} f(y) e^{-\frac{(x-y)^2}{4a^2t}} dy

or in your case:

u(x,t)=\frac{1}{\sqrt{4 \pi t}} \cdot \int_{-\infty}^{\infty} f(y) e^{-\frac{(x-y)^2}{4t}} dy

Now as for the question, You can't do without the integral. However you can avoid having to calculate it explicitly by changing the argument of the exponential. This means that you need to write it as:

u(x,t)=\frac{1}{\sqrt{4 \pi t}} \cdot \int_{-\infty}^{\infty} e^{-\frac{(y-14)^2}{4}} e^{-\frac{(x-y)^2}{4t}} dy

And now transform the argument of the exponential to something like:

A+B\cdot (y-C)^2

The part with A can be put outside the integral and you need to use the following substitution:

\sqrt{B}(y-C)=p

Giving you a final integral as:

\int_{-\infty}^{\infty}e^{-p^2}dp

Which is equal to \sqrt{\pi}. So you do not need to calculate it, just rewriting it in another form.
 
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