Help with 1st order quasilinear PDE

  • Thread starter Thread starter BobbyBear
  • Start date Start date
  • Tags Tags
    Pde
BobbyBear
Messages
162
Reaction score
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 :)
 
Physics news on Phys.org
It seems to me that the general solution in implicit form to your PDE is as follows

\int_{-\infty}^ \infty F(z^2-x^2-y^2,c)(\frac{xy}{z})^c dc=0 ,

where F(a,c) is an arbitray function.
 
kosovtsov said:
It seems to me that the general solution in implicit form to your PDE is as follows

\int_{-\infty}^ \infty F(z^2-x^2-y^2,c)(\frac{xy}{z})^c dc=0 ,

where F(a,c) is an arbitray function.

Oh dear, how in the world did you get that?
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...

Similar threads

Back
Top