I am trying to solve $$u_x + u_y + u = e^{x+2y} $$
I started this problem by using the coordinate method. I set $$t = x+y$$ $$p = x-y$$(Skipping a couple of steps) I got to $$u_t + \frac{1}{2}u = \frac{1}{2}e^{\frac{3}{2}t-\frac{1}{2}p}$$
and this is where I get stuck. My questions is: is this just an ODE for which I need to multiply by an integrating factor and then solve?