I need to show, that the following PDE does not have a solution:
\begin{align} u_x + u_t &= 0 \\ u(x,t) &= x , \forall x,t: x^2 + t^2 = 1 \end{align}
My attempt:
It's first-order linear PDE with constant coefficients, so I thought about using the basic method of characteristics:
\begin{align} u(x,t) &= f(bx - ay)\\ u(x,t) &= f(x - t) = x \end{align}
But, it implies, that $t = 0$. And there is the problem, I guess, but I'm not sure about this part.
So, how can I prove, that this equation does not have a solution?