0

Solve $u_x+u_y+u=e^{x+2y}$ with $u(x,0)=0$

I try to let $x'=x+y, y'=x-y$ and reduced to $2u_{x'}+u=e^{0.5(3x'-y)}$

How to proceed to the next step? Any other methods to solve?

Thank you!

  • 2
    $$2u_{x'} + u = \exp \bigg( \frac{1}{2} (3x'-y) \bigg)$$ is an ODE in $x'$. You could use an integrating factor. Alternatively, you could solve the problem using the method of characteristics. – Matthew Cassell Dec 01 '16 at 14:07

1 Answers1

1

If you are familiar with the method of characteristics, see below.

A preliminary change of function makes easier the solving of the second characteristic ODE.

enter image description here

(A typo corrected).

JJacquelin
  • 66,221
  • 3
  • 37
  • 87