Pde Characteristics 53Df80
1. **State the problem:** Solve the partial differential equation (PDE) given by
$$y^2 (x - y) p + x^2 (y - x) q = z (x^2 + y^2)$$
where $p = \frac{\partial z}{\partial x}$ and $q = \frac{\partial z}{\partial y}$.
2. **Rewrite the PDE:** The equation can be written as
$$y^2 (x - y) \frac{\partial z}{\partial x} + x^2 (y - x) \frac{\partial z}{\partial y} = z (x^2 + y^2)$$
3. **Identify the method:** This is a first-order linear PDE. We use the method of characteristics, which involves solving the system of ODEs:
$$\frac{dx}{y^2 (x - y)} = \frac{dy}{x^2 (y - x)} = \frac{dz}{z (x^2 + y^2)}$$
4. **Simplify the characteristic equations:** Note that $y - x = -(x - y)$, so
$$\frac{dx}{y^2 (x - y)} = \frac{dy}{x^2 (y - x)} = \frac{dx}{y^2 (x - y)} = \frac{dy}{-x^2 (x - y)}$$
Therefore,
$$\frac{dx}{y^2 (x - y)} = \frac{dy}{-x^2 (x - y)}$$
5. **Separate variables:** Cancel $(x - y)$ (assuming $x \neq y$):
$$\frac{dx}{y^2} = -\frac{dy}{x^2}$$
6. **Integrate:**
$$\int \frac{dx}{y^2} = - \int \frac{dy}{x^2}$$
But $x$ and $y$ are variables, so treat $y$ as constant in the first integral and $x$ as constant in the second is not valid. Instead, rearrange:
$$x^2 dx + y^2 dy = 0$$
7. **Integrate the exact differential:**
$$\int x^2 dx + \int y^2 dy = C$$
which gives
$$\frac{x^3}{3} + \frac{y^3}{3} = C$$
or
$$x^3 + y^3 = 3C$$
8. **Second characteristic equation:** From the first equality,
$$\frac{dx}{y^2 (x - y)} = \frac{dz}{z (x^2 + y^2)}$$
Rewrite as
$$\frac{dz}{z} = \frac{(x^2 + y^2) dx}{y^2 (x - y)}$$
9. **Express $z$ in terms of $x,y$ and constant:** Integrate
$$\int \frac{dz}{z} = \int \frac{(x^2 + y^2)}{y^2 (x - y)} dx$$
This integral is complicated, but using the substitution from the first characteristic, the general solution is
$$F\left(x^3 + y^3, z \cdot \phi(x,y)\right) = 0$$
where $\phi(x,y)$ is an integrating factor found by solving the integral.
10. **Summary:** The solution involves the implicit function of two variables:
$$F\left(x^3 + y^3, z \cdot \exp\left(-\int \frac{(x^2 + y^2)}{y^2 (x - y)} dx\right)\right) = 0$$
This completes the solution outline.