Heat Equation - Trouble Finding a General Solution

The_Chromer
Messages
15
Reaction score
0

Homework Statement


Solve:

Ut=kUxx
U(x,0)=e^3x


Homework Equations


The Heat Equation:
48b739a375dd1fc340c8fe456f9e165c.png


The Attempt at a Solution



g(y) in the heat equation for this problem is e^3y. I'm having serious trouble solving this because my professor hasn't taught us the method, and it isn't in the book. I've considered trying a change of variables by taking z=x-y, but this has led me to nowhere. I am lost, and I am not just fishing for a result.

I actually want to know how to solve this damn thing. There's a few pages worth of **** in my notebook, and now I need some guidance.

Thank you for your time.
 
Physics news on Phys.org
The integral that you have to do is known as a Gaussian integral. A standard result, explained, for example, at http://en.wikipedia.org/wiki/Gaussian_integral is

\int_{-\infty}^\infty \exp\left( - A u^2\right) du = \sqrt{\frac{\pi}{A}}.~~~(1)

In your case, you must integrate

\int_{-\infty}^\infty \exp\left( - \frac{(x-y)^2}{4kt} + 3y \right) dy.

The technique needed is known as "completing the square," namely we attempt to write the quadratic expression in y as a sum of a square plus a constant term:

-A y^2 + B y + C = -a (y+b)^2 + c . ~~~(2)

Here, a,b,c will possibly be functions of x,t,k, but do not depend on y, so the resulting integral can be done by substituting u = y +b and then using the formula (1).

You should probably start with equation (2) and determine a,b,c in terms of A, B,C.
 
I just wanted to let you know that I haven't given up on the problem and am still working at it.

I'll be back with results whenever I solve it.
 
Thank you so much for your help. I reached the final solution. I'll upload the results to show you as soon as I can.

I have a final question as to what happened with a negative sign when I did a substitution, if you don't mind.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top