Consider the PDE $$y^{2}u_x + x^{2}u_y=0$$ Derive the product solutions for u = u(x,y) and for unknown separation constant λ and let C denote some arbitary constant.
This is what I have so far:
---Define u = XY ---
---Sub into our original equation ---
$$ y^2 X'Y + x^2XY' = 0$$
--- Divide both sides by XY ---
$${y^2X' \over X} + {x^2Y' \over Y} = 0$$
---Rearranging---
$${y^2X' \over X} = - {x^2Y' \over Y} = \lambda$$
$${X' \over x^2X} = - {Y' \over y^2Y} = \lambda$$
---Split into two separate equations since we know $\lambda$ is constant ---
Equation 1:
$$ {X' \over (x^2X)} = \lambda$$
Equation 2:
$$ - {Y' \over (y^2Y)} = \lambda$$
This is where I am stuck. I don't know how to solve these two separate equations. Any help would be appreciated.
$X^\prime = \frac{dX}{dx}$ and $Y^\prime = \frac{dY}{dy}$. Then separate $X$ and $x$ in the first, and $Y$ and $y$ in the second.