2

Solve the PDE

$2U_x -3U_y=x$

$u=u(x,y)$

I wanted to make sure my solution is correct:

characteristic lines: $3x+2y=d$

Change of variables

$w=3x+2y$

$z=y$

The PDE then becomes the ODE: $V_z= w+2z$

Thus the solution is $u(x,y)= (3x+2y)y + y^2 + C(3x+2y)$

doraemonpaul
  • 16,178
  • 3
  • 31
  • 75
Khanak
  • 403

2 Answers2

1

Just use the method of characteristic. Here is the final answer

$$ u \left( x,y \right) =\frac{1}{4}\,{x}^{2}+{F} \left( y+\frac{3}{2}\,x \right). $$

0

Simply use method of characteristics.

  • 2
    Welcome to MSE! I would recommend adding more details to your answer as it may not be clear to the OP. Regards – Amzoti Feb 17 '13 at 04:32