Let's assume a solution I found to second order PDE using separation of variables for the wave equation.
The solution is expressed in series: $$u(x,t) = C_0 +\sum_{n=1}^{\infty}C_n \cos(\frac{n\pi t}{2})\cos(\frac{nx}{2}) $$
I found the cofficents $C_n$, and $\sum_{n=1}^{\infty} C_n $ converges. I need to show that this solution is not classical solution of the problem.
I guess I have to show that the at least one of the second order derivatives of $u : u_{xx}, u_{tt} $ does not exist. I'm not sure I know how to do that ? and I wonder what is the meaning of a non-classical solution ?
$C_0 = 0.25, C_n = 0$ for any even $n \in N$
$C_n = \frac{16}{\pi n(16-n^2)}$ for $ n = 1,5,9,\ldots$
$C_n = \frac{-16}{\pi n(16-n^2)}$ for $ n = 3,7,11,\ldots$
the original problem: $$ u_{tt} = \pi^2u_{xx} ; 0 < x < 2\pi,t>0 $$ $$ u(x,0) = f(x), u_t(x,0) = 0; 0 \leq x \leq 2\pi$$ $$u_x(0,t)=u_x(2\pi,t) = 0; t > 0$$ where $f(x) = sin^2(x)$ between $0$ and $\pi$, and $0$ between $\pi$ and $2\pi$