BobbyBear
- 162
- 1
I have to solve:
<br /> x(y^2 - z^2) \frac{\partial z}{\partial x} + y(z^2 - x^2) \frac{\partial z}{\partial y} + z(x^2 - y^2)<br />
So, I write out the characteristic system of ODEs:
<br /> \frac{dx}{x(y^2 - z^2)} = \frac{dy}{y(z^2 - x^2)} = \frac{dz}{z(x^2 - y^2)} <br />
Now, the variables aren't separated so I can't integrate two pairs seperately, so what I did was use the componendo et dividendo rule for fractions to write :
<br /> \frac{dx}{x(y^2 - z^2)} = \frac{dy}{y(z^2 - x^2)} = \frac{dz}{z(x^2 - y^2)} = <br /> \frac{yzdx+xzdy+xydz}{xyz(y^2 - z^2)+xyz(z^2 - x^2)+xyz(x^2 - y^2)} = <br /> \frac{yzdx+xzdy+xydz}{0}<br />
Thus
<br /> yzdx+xzdy+xydz=0<br />
which is in integrable Pfaffian Equation, and its integration yields:
<br /> xyz=C_1<br />
ie. I have one of the constants of integration of the characteristic system of ODEs.
But now I'm stuck because I don't know how to obtain the other :S
I thought to use one pair of the ODE system, eg,
<br /> \frac{dx}{x(y^2 - z^2)} = \frac{dy}{y(z^2 - x^2)}<br />
and substitute
<br /> z=C_1/(xy)<br />
from the first integration, so that I'd be left with an ode:
<br /> \frac{dx}{x(y^2 - C_1^2/(xy)^2)} = \frac{dy}{y(C_1^2/(xy)^2) - x^2)}<br />
from which in theory we could obtain a second integration constant, but this is too hard to solve (I think), so there must be an easier way to get the second integration constant, ie.
<br /> g(x,y,z)=C_2<br />
And the general solution of the PDE would be
<br /> F[xyz,g(x,y,z)]=0, <br />
with F an arbitrary function.
Anyone have any ideas please?:P
Thank you :)
<br /> x(y^2 - z^2) \frac{\partial z}{\partial x} + y(z^2 - x^2) \frac{\partial z}{\partial y} + z(x^2 - y^2)<br />
So, I write out the characteristic system of ODEs:
<br /> \frac{dx}{x(y^2 - z^2)} = \frac{dy}{y(z^2 - x^2)} = \frac{dz}{z(x^2 - y^2)} <br />
Now, the variables aren't separated so I can't integrate two pairs seperately, so what I did was use the componendo et dividendo rule for fractions to write :
<br /> \frac{dx}{x(y^2 - z^2)} = \frac{dy}{y(z^2 - x^2)} = \frac{dz}{z(x^2 - y^2)} = <br /> \frac{yzdx+xzdy+xydz}{xyz(y^2 - z^2)+xyz(z^2 - x^2)+xyz(x^2 - y^2)} = <br /> \frac{yzdx+xzdy+xydz}{0}<br />
Thus
<br /> yzdx+xzdy+xydz=0<br />
which is in integrable Pfaffian Equation, and its integration yields:
<br /> xyz=C_1<br />
ie. I have one of the constants of integration of the characteristic system of ODEs.
But now I'm stuck because I don't know how to obtain the other :S
I thought to use one pair of the ODE system, eg,
<br /> \frac{dx}{x(y^2 - z^2)} = \frac{dy}{y(z^2 - x^2)}<br />
and substitute
<br /> z=C_1/(xy)<br />
from the first integration, so that I'd be left with an ode:
<br /> \frac{dx}{x(y^2 - C_1^2/(xy)^2)} = \frac{dy}{y(C_1^2/(xy)^2) - x^2)}<br />
from which in theory we could obtain a second integration constant, but this is too hard to solve (I think), so there must be an easier way to get the second integration constant, ie.
<br /> g(x,y,z)=C_2<br />
And the general solution of the PDE would be
<br /> F[xyz,g(x,y,z)]=0, <br />
with F an arbitrary function.
Anyone have any ideas please?:P
Thank you :)