Given Partial Differential equation is -
=p+q=1
Let p=∂t∂u ,q=∂x∂u
= ∂t∂u+∂x∂u=1
This gives the system of ODE's as -
=1dx=1dt=1du
which has corresponding equation equal to some constants from there integrals-
=x−t=c1
=u−x=c2
Which gives ,
u(x,t)=x+ϕ(x−t) , which is the required solution, where ϕ is an arbitrary function.
Comments