Consider the problem where PDE given with boundary and initial conditions:
$u_{tt}+2\alpha u_t-u_{xx} = 0, \ 0<x<\pi, \ t>0 \\ u(x,0)=f(x), \ u_t(x,0)=0,\ 0<x<\pi \\ u(0,t)=u(\pi,t)=0 \ t>0 \\$
I used method of separable variables and stuck at the point assumption of alpha, how I have to proceed?
$u(x,t)=X(x)T(t)\\ XT''+2\alpha XT'-X''T=0 \\ \frac{X''}{X}=\frac{T''+2\alpha T'}{T}=\lambda\\$
To avoid trivial solutions we set $X(0)=X(\pi)=0$ due to boundary conditions, then we solve the cases of $\lambda$ for X(x) and found out that we get solution when $\lambda$ is negative. $\lambda= -\mu^2 <0 $ where $\mu=n,\ n=1,2,3..$.
then solution for X is $X_n=sin(nx)$ for $n=1,2,3...$
then I plugged the value of $\lambda$ for equation of T and I got $T''+2\alpha T'+n^2 T=0$
when I am solving this equation I got $r^2+2\alpha r+n^2=0$ what kind of assumption I need take in consideration? thanks a lot. After founding out with roots I will get series of cosine and sine then I need to find coefficients of Fourier series by giving initial conditions above.