One-Dimensional Heat Equation Problem

HansLee
Messages
4
Reaction score
0
Hi, I need help to solve this problem, about 1-D heat equation

\partialu / \partialt = k (\partial2u / \partialx2)-2u (0< x <1)

u(x,0)=e-x
u(0,t)=e-2t
u(1,t)=0

I need to solve it with separation variable
 
Physics news on Phys.org
Ok... what have you done so far? Do you know how to start a problem like this?
 
No, I have no idea how to start it, bcos it's non-homogeneous eq, can u help me?
 
I just realized that you don't actually have the heat equation in your first post. There should be no -2u term in the equation. Can you verify what you're supposed to be solving?

If you're actually trying to solve the heat equation, then start with u(x,t) = X(x)T(t) for some X and T functions and then try to separate the x's and the t's
 
Even with the "-2u" term, do exactly what Office Shredder says, just what you would normally do to "separate variables"- let u(x,t)= X(x)T(t) and put into the equation:

X\frac{du}{dt}= \kappa T\frac{d^2X}{dx^2}- 2XT

divided through by XT and see what happens.
 
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