Let $u(x,t)$ be the solution of $u_{tt}-u_{xx}=1$, $x\in \mathbb{R}$, $t>0$ with $u(x,0)=0$ and $u_t(x,0)=0$, $x\in \mathbb{R}$. Then what is the value of $u(1/2,1/2)$?
I know the formula for $u_{tt}-u_{xx}=0$, $u(x,0)=f(x), u_t(x,0)=g(x)$. More precisely in general setting we have,
$$u(x,t)={f(x+ct)+f(x-ct)\over 2}+\frac{1}{2c}\int_{x-ct}^{x+ct}g(s)$$
But how do I solve it for non homogeneous case? In my case $f=0, g=0$
Thanks for help.