Let's say you have a 1D heat diffusion problem
[tex]
\dfrac{\partial u}{\partial t} = k \dfrac{\partial ^2u}{\partial x^2}[/tex]
where 0<=x<=L, and with Dirichlet boundary conditions
[tex]
u(0,t)=u(L,t)=0[/tex]
and initial temperature distribution
[tex]
u(x,0)=f(x)[/tex]
To SOV set:
[tex]
u(x,t)=\phi(x)T(t)[/tex]
We could set the separation constant [tex]-\lambda[/tex]
you get
[tex]
\dfrac{\phi^''}{\phi}=\dfrac{1}{k} \dfrac {T^'}{t}=- \lambda[/tex]
you end up having 2 ODEs
[tex]
\phi^{''}+\lambda \phi = 0[/tex]
and
[tex]
T^{'}+\lambda kt = 0[/tex]
[tex]\phi^{''}+\lambda \phi = 0[/tex] is the spatial ODE. it's the simplest form of Sturm-Liouville Eigenvalue problem.
we can prove that the only way to get nontrivial solution is when [tex]\lambda>0[/tex], and the general solution to the spatial problem is
[tex]
\phi(x)=c1 sin(\sqrt{\lambda}x)+c2 cos(\sqrt{\lambda}x)[/tex]
To satisfy the Dirichlet BC, it requires c2=0 and
[tex]
\lambda=(\dfrac{n \pi}{L})^2[/tex]
now you have
[tex]
\phi(x)= cn \sin(\dfrac{n\pi x}{L})[/tex]
the solution to T is
[tex]
T(t)=Bne^{-k \lambda t}[/tex]
Plug lambda into T(t) and apply principle of superposition you have
[tex]
u(x,t)=\sum _{n=1} ^{\infty} A_{n}sin \dfrac{n \pi x}{L}e^{-k(n \pi/L)^2t}[/tex]
Now you need to make u(x,t) satisfy the initial condition and determine the A_{n}. Let us know if you have further problems.
Benzoate said:
Should I let X= c1 cos ([tex]\mu[/tex] x) + c2 sin ([tex]\mu[/tex]x)
and k=-[tex]\mu[/tex]2 ; should I write T/T' in terms of c and k ?
What is the spatial ODE?
Not sure how to determined the eigenvalues