i'm struggling to prove solution uniqueness with this one. thanks for the assistance.
$$u_{tt}+u_{t}=u_{xx} $$ $$u_x(0,t)=u_x(\pi,t)=0 $$ $$u(x,0)=1$$ $$u_t(x,0)=\cos^2(x)$$
Prove the uniqueness of the solution
well, i defines two solutions, $$w(x,t)=u(x,t)-v(x,t) $$ in aim to show $$w(x,t)=0 $$ and therefore $$ u(x,t)=v(x,t)$$
i multiplied each side of the equation with $w$ and integrated it, to get: $$\int_0^\pi w(w_{tt}+w_{t}) dx=\int_0^\pi ww_{xx} dx$$ $$\int_0^\pi ww_{tt}+\int_0^\pi ww_{t} dx=\int_0^\pi ww_{xx} dx$$ where, $$ww_{t}=\frac{d}{dt}\big[\frac{1}{2}w^2\big] \rightarrow \frac{d}{dt}\frac{1}{2} \int_0^\pi w^2 dx $$ by integration by part i got the follows: $$E'(t) = \frac{d}{dt}\frac{1}{2} \int_0^\pi w^2 dx = \int_0^\pi w_t^2-w_x^2 dx$$
am i in the right way? asking your as guidance