$${\partial z \over \partial x}f(x,y,z)+{\partial z \over \partial y}g(x,y,z)=h(x,y,z) $$ $${\partial z \over \partial x}F(x,y,z)+{\partial z \over \partial y}G(x,y,z)=H(x,y,z) $$
$$f(x,y,z)={x-x_1 \over {\sqrt {(x-x_2)^2+(y-y_2)^2+(z-z_2)^2} }}-{x-x_2 \over {\sqrt {(x-x_2)^2+(y-y_2)^2+(z-z_2)^2} }} $$
$$g(x,y,z)={y-y_1 \over {\sqrt {(x-x_2)^2+(y-y_2)^2+(z-z_2)^2} }}-{y-y_2 \over {\sqrt {(x-x_2)^2+(y-y_2)^2+(z-z_2)^2} }} $$
$$h(x,y,z)={z-z_1 \over {\sqrt {(x-x_2)^2+(y-y_2)^2+(z-z_2)^2} }}-{z-z_2 \over {\sqrt {(x-x_2)^2+(y-y_2)^2+(z-z_2)^2} }} $$
$$F(x,y,z)=(y-y_1)(z-z_2)-(y-y_2)(z-z_1) $$ $$G(x,y,z)=(x-x_2)(z-z_1)-(x-x_1)(z-z_2) $$ $$ H(x,y,z)=(x-x_1)(y-y_2)-(x-x_2)(y-y_1) $$
$ x_1, y_1, z_1, x_2, y_2, z_2 $ Are constants
What is the standard approach to solving these equations? I've gone through my textbook, but the author has not discussed this case. Moreover, I'm not being able to word my problem correctly, as a consequence, the Google Searches on the Internet are resulting in utter failure. Please help
Thank You.
D[z[x,y],x]andD[z[x,y],y], and integrate the first with respect toxand the second with respect toy. The solutions will contain arbitrary functions ofyandxrespectively. Since the two solutions must be the same to be valid, choose the arbitrary functions to make the solutions equal. Note, however, that not all such systems of PDEs have solutions. – bbgodfrey Jan 07 '16 at 07:51