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.
 
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