Calc III Vector Fields: Finding Conservativity and Potential Function

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
mamma_mia66
Messages
51
Reaction score
0

Homework Statement



Show that the vector field given is conservative and find its potential function.

F(x, y, z)= (6x^2+4z^3)i +(4x^3y+4e^3z)j + (12xz^2+12ye^3z)k.



Homework Equations





The Attempt at a Solution


When I take partial derivative with respect of y for (6x^2+4z^3) and partial derivative with respect of x (4x^3y+4e^3z) they are not equal, then is not conservative. I don't need to check the rest of them , b/c if one fail then it's not concervative.

What about the potential function? I don't think i have to do anything any more in this problem.

I will appreciate any help. Thank you.
 
on Phys.org
Yes, that's true. This vector field is NOT conservative and so does not have a potential function.

Notice what would happen if you tried to find a potential function:
You are looking for a function, F(x,y,z) such that
[tex]\nabla F= \frac{\partial F}{\partial x}\vec{i}+ \frac{\partial F}{\partial y}\vec{j}+ \frac{\partial F}{\partial x}\vec{k}= (6x^2+ 4z^3)\vec{i}+ (4x^3y+4e^{3z})\vec{j}+ (12xz^2+12ye^{3z})\vec{k}[/tex]

So we must have
[tex]\frac{\partial F}{\partial x}= 6x^2+ 4z^3[/tex]
[tex]\frac{\partial F}{\partial y}= 4x^3y+ 4e^{3z}[/tex]
[tex]\frac{\partial F}{\partial z}= 12xz^2+ 12ye^{3z}[/tex]

From the first of those, [itex]F(x,y,z)= 3x^3+ 4xz^3+ g(y,z)[/itex] since the "constant of integration" may be a function of y and z. Differentiating that with respect to y,
[tex]\frac{\partial F}{\partial y}= \frac{\partial g}{\partial y}= 4x^3y+ 4e^{3z}[/tex]
but that's impossible since the left side is a function of y and z only while the right side depends on x.

I have to ask: are you sure you have copied the problem correctly? The problem asks "Show that the vector field given is conservative", not "determine whether or not it is conservative". If the coefficient of [itex]\vec{i}[/itex] were [itex]6x^2y^2+ 4z^3[/itex], then it would be conservative.
 
Thank you so much. I found a mistake, it is conservative and I found the potential function.