Gregg
- 452
- 0
Homework Statement
F(x,t) satisfies
\frac{\partial^2 F(x,t)}{\partial x^2}=\frac{\partial F(x,t)}{\partial t}
With the following boundary conditions
\frac{\partial F(0,t)}{\partial x}=\frac{\partial F(1,t)}{\partial x}
F(0,t) = F(1,t)
F(x,0) = x^2 \text{ for } x \in (0,1)
The Attempt at a Solution
I've assumed it's separation of variables but I am unsure if I can do this
If it is
F(x,t) = \phi(x) G(t)
I end up with
\frac{d^2\phi}{d x^2} +\lambda \phi = 0
\frac{dG}{dt} = -\lambda G
So
\phi(x) = c_1 \cos(x\sqrt{\lambda}) + c_2 \sin(x\sqrt{\lambda})
I also got that the constants are
c_1 = -\frac{1+\cos(\sqrt{\lambda})}{\sin(\sqrt{\lambda})}
c_2 = \frac{1+\cos(\sqrt{\lambda})}{\cos(\sqrt{\lambda})-1}
unsure where to go from here in terms of the function phi. lambda denotes eigenfunctions?