christopnz said:
Homework Statement
find \int 3x^2 dx +2yz dy + y^2 dz between the points A=(0,1,2) and b=(1,-1,7) by finding a suitable f
Homework Equations
3. attempt
Isnt f just the partial intergral of the above equation?
f =x^3 + zy^2 + zy^2
but solution for f is f =x^3 + zy^2why is the y^2 term left out
You have zy
2 twice: f(x,y,z)= x
3+ 2zy
2. You should be able to see by differenting that df= 3x
2dx+ 4zy dy+ 2y
2dz which is
not what you want!
No, you do NOT just integrate the dx, dy, and dz parts separately- in this particular example, you get both the dy and dz functions from the
same expression.
You know that \partial f/\partial x= 3x^2 so you know that f= x
3 "plus a constant". But since you are using "partial" integration, that "constant" could be any function of y and z: if f(x,y,z)= x
3+ g(y,z), for g
any function of y and z, the f
x= 3x
2.
You also know that, for the same f, f
y= g
y(y,z)= 2yz. From that, g(y,z)= y
2z +
some function of z only! If g(y,z)= y
2z+ h(z), for h any function of z only, then g
y= 2yz.
Again, for that same g, g
z= y
2+ h'(z)= y
2 so h'(z)= 0. That is, h(z) really is a constant: C. Then g(y,z)= y
2z+ C and so f(x,y,z)= x
3+ y
2z.