Understanding the Heat Equation and its Fundamental Solution

  • Thread starter Thread starter FrogPad
  • Start date Start date
  • Tags Tags
    Integral Weird
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 3K views
FrogPad
Messages
801
Reaction score
0
We are now studying the one space dimension heat equation [itex]u_t = u_{xx} [/tex]<br /> <br /> The fundamental solution is given as:<br /> [tex]u(t,x)=\int_{-\infty}^{\infty} \frac{1}{2\sqrt{\pi t}}e^{-(x-y)^2/4t}u_0(y)dy[/tex]<br /> <br /> I don't understand where the [itex]y[/itex] comes from. <br /> <br /> The example in this section is:<br /> If [itex]u_0(x)=1[/itex], the temperature stays at [itex]u =1[/itex] for all [itex]t[/itex].<br /> <br /> I wish I could see the solution, instead of just the answer. But that's the style of the book. I just don't see how to go from the fundamental solution, to the answer.[/itex]
 
Physics news on Phys.org
I'm not familiar with the heat equation but in this integral, y is just a dummy variable. You integrate with respect to y (although you can give it any other name, just not t or x to avoid confusion), but the y will vanish in the answer of course.
 
The y is a dummy variable; it is integrated out. If you want insight into the solution, try some other easily integrable cases. For example, what if u_0 is a delta function? Or try plotting the integrand for a sequence of different y's, then imagine them all added together.
 
Weird so it's kind of like a loop for the expression contained in the integral?

I'll have to play around with this. It's new to me. (or at least I can't remember doing this before).
 
If you did integrals in calculus, you used dummy variables:
[tex]\int_0^1 y dy= \frac{1}{2}y^2 \|_0^1= \frac{1}{2}[/itex]<br /> Do you see that there is no "y" in the result? Do you see that it doesn't matter what variable we use?<br /> <br /> If the solution to you differential equation had been given as<br /> [tex]u(t,x)=\int_{-\infty}^{\infty} \frac{1}{2\sqrt{\pi t}}e^{-(x-p)^2/4t}u_0(p)dp[/tex]<br /> or <br /> [tex]u(t,x)=\int_{-\infty}^{\infty} \frac{1}{2\sqrt{\pi t}}e^{-(x-z)^2/4t}u_0(z)dz[/tex]<br /> it would still be exactly the same.[/tex]
 
Yeah, I see how the 'y' disappears. And understand that it could be anything disappearing. I guess it's just how you "see" the problem sometimes. In the heat equation, the 'y' just seemed to come out of nowhere. I thought the problem only dealt with one spatial dimension, and then one dimension with time to track the temperatures at various locations. Then 'y' was introduced... and I didn't understand why that was even there.

I still have a question though regarding the example given in the book.
So we have:
[tex]u(t,x)=\int_{-\infty}^{\infty} \frac{1}{2\sqrt{\pi t}}e^{-(x-y)^2/4t}u_0(y)dy[/tex]

With BC [itex]u_0(x)=1 [/tex] for all [itex]x[/itex].<br /> <br /> So, when evaluting the integral, [itex]u_0(y)[/itex] from [itex]-\infty[/itex] to [itex]\infty[/itex] will evaluate to 1.<br /> <br /> Thus the fundental solution drops drops down to:<br /> [tex]\frac{1}{2\sqrt{\pi t}} \int_{-\infty}^{\infty} e^{-(x-y)^2/4t}dy[/tex]<br /> <br /> and this is supposed to evalutate to 1 for all t?<br /> <br /> I'm not sure if I'm doing this right. Am I?<br /> <br /> Thanks everyone.[/itex]
 
Last edited:
Correct.
Change your dummy variable y to u by
[tex]u=\frac{y-x}{2\sqrt{t}}[/tex]
We then have:
[tex]\frac{dy}{du}=2\sqrt{t}[/tex]
whereby your integral becomes:
[tex]\frac{1}{\sqrt{\pi}}\int_{-\infty}^{\infty}e^{-u^{2}}du[/tex]
 
Cool, thankyou!
Also, I was going to ask. The term "dummy variable"... that's not the "technical" name is it?