ODE's for 2 space Heat equation

beetle2
Messages
110
Reaction score
0

Homework Statement


The Heat equation in two space is

\alpha ^2 \left[\frac{\partial ^2u}{\partial x^2}+\frac{\partial ^2u}{\partial y^2} \right]=\frac{\partial u}{\partial t}

Assuming separation solution of the form u(x,y,t)=F(x)G(y)H(t) find ordinary differential equations satisfied by F,G and H.




Homework Equations



Heat Equation

The Attempt at a Solution



Because we can assume u(x,y,t)=F(x)G(y)H(t)

Is the first step that we require that


\alpha^2\frac{F''}{F}+\alpha^2\frac{G''}{G}=\frac{H'}{H}

therefore we need to solve


F''+\frac{k}{\alpha^2}F+G''+\frac{k}{\alpha^2}G=0

and

H'-kH=0


Is this right so far?
 
Physics news on Phys.org
beetle2 said:



The Attempt at a Solution



Because we can assume u(x,y,t)=F(x)G(y)H(t)

Is the first step that we require that


\alpha^2\frac{F''}{F}+\alpha^2\frac{G''}{G}=\frac{H'}{H}

therefore we need to solve


F''+\frac{k}{\alpha^2}F+G''+\frac{k}{\alpha^2}G=0

and

H'-kH=0


Is this right so far?


No. F"/F is a function of x, F"/F=f(x). Similarly, G"/G=g(y) and H"/H=h(t)

α2(f(x)+g(y)) = h(t) holds only when f, g, h are all constant functions: f(x)=K, g(y)=L, h(t)=M

with the condition that α2(K+L)=M
Can you proceed from here?

ehild
 
Do I have to try to combine the first functions and set the right side to = 0 ?

My examples in my notes are all of the form

\alpha^2\frac{F''}{F}=\frac{ G'}{G}
 
Last edited:
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