Given the equation:
x2(y−z)p+y2(z−x)q=z2(x−y) The equation is a Lagrange Linear PDE and it's of the form:
Pp+Qq=R with:
P=x2(y−z);Q=y2(z−x);R=z2(x−y) The auxiliary equation is in the form:
Pdx=Qdy=Rdz Thus:
x2(y−z)dx=y2(z−x)dy=z2(x−y)dz We proceed to solve the equation.
Using the multipliers x1,y1,z1
x(y−z)xdx=y(z−x)ydy=z(x−y)zdz Adding up we have:
xdx+ydy+zdz=0 Integrating through:
∫xdx+∫ydy+∫zdz=∫0lnx+lny+lnz=lncln(xyz)=lncc1=xyz
Using the multipliers x21,y21,z21 as another triplet such that the denominator vanishes:
y−zx2dx=z−xy2dy=x−yz2dz Adding up, we get:
x2dx+y2dy+z2dz=0 Integrating through:
∫x2dx+∫y2dy+∫z2dz=∫0−x1−y1−z1=c2c2=−(x1+y1+z1) Therefore the solution of the PDE is:
ϕ(c1,c2)=(xyz,−(x1+y1+z1))
Comments