Suppose that $u$ is the solution to
$\begin{cases} u_t -u_{xx} =2 , &0<x<1, t>0 \\ u(x,0)=0, & 0\le x \le 1 \\ u(0,t) = u(1,t)=0, &t\ge0 \end{cases}$
Show that $u(x,t)\le x(1-x), 0\le x \le 1$
While I am studying heat equation, I think it looks trivial because, say $k(x,t)=x(1-x)$,
then
$\begin{cases} k_t -k_{xx} =2 , &0<x<1, t>0 \\ k(x,0) \ge0 = u(x,0), & 0\le x \le 1 \\ k(0,t) = k(1,t)=0, &t\ge0 \end{cases}$
So I think the inequality is satisfied, but I think it is not enough...
Am I wrong? Or any other solutions?