I am working on this problem: Solve the following IVP using characteristic method. $$u_t + (u_x)^2 = t,\quad (x,t) \in \mathbb{R} \times (0, \infty)$$ $$u(x,0) = x, \quad x \in \mathbb{R}, t = 0$$
I rewrote it as $F(p,z,x) = (u_x ,1)p - t = 0$ and had some difficulty in selecting $s$ and $x^0$. Can anyone help me? Thanks in advance!