Consider the wave equation $ u_{tt}=a^2 u_{xx} $ and a separated solution
$u(x,t)=T(t) \varphi (x) $, with boundary condition $u(0,t)=c, \ u(1,t)=d$.
Then I want to show that all separated solutions are periodic in both $x$ and $t$. From lectures I know its true for $c=d=0$ so I can assume one is non zero. Thus assume $c \neq 0$.
By plugging in the separated solution to our pde we get
$- \frac{ \varphi''(x)}{ \varphi (x)}=-\frac{T''(t)}{a^2 T(t)}=\lambda $
This gives two associated odes
$\varphi''(x)+\lambda \varphi(x)=0 \quad T''(t)+\lambda a^2 T(t)=0 $
one can easily show that $\lambda >0$ thus set $\lambda = \beta^2$. One can also easily show that our two solutions are
$\varphi(x)=A \cos(\beta x)+B \sin(\beta x), \quad T(t)=C \cos(\beta a t)+D \sin(\beta at),$
My problem is that my boundary conditions don't give me much to work with, they give the following:
$u(0,t)=A(t) \varphi (0)=A \cdot T(t)=c \ $ and $ \ u(1,t)=\varphi (1) T(t)=d$
I cant really use these to much, and I get the hint that I should see that $T(t)$ is a periodic function or $T(t) \rightarrow \pm \infty$ for $t \rightarrow \infty$. I believe my problems lies in understanding the boundaries conditions, or maybe I have made some mistake?