kini.Amith said:
ok, but can u help me with how to generally solve problems of this kind which do have solutions.
say div f= (yz + 1) i +(xz + 1 )j + (xy + 1) k
the ans is obvious, but how to solve it methodically?
The method to solve it, is to solve the partial differential equations (assuming you meant grad instead of div).
In your example the first equation is:
f
x=yz + 1
The equations solve to respectively:
f(x,y,z) = xyz + x + g1(y,z)
f(x,y,z) = xyz + y + g2(x,z)
f(x,y,z) = xyz + z + g3(x,y)
where g1, g2, and g3 are arbitrary functions of the specified variables.
Combining these gives:
f(x,y,z) = xyz + x + y + z + C