Conservative vector field or not?

kasse
Messages
383
Reaction score
1
To show that a vector field F=(P,Q,R) is conservative, is it enough to show that DP/DY = DQ/DX?
 
Physics news on Phys.org
Hi,

I believe you have to show that the curl of your vector field is the zero vector (this is really equating the mixed partials as you'll see when doing it). Moreover, the domain of the vector field must be simply connected. A simple proof of this is by using Stoke's theorem I believe.
 
Last edited:
I mean only showing that a certain vector field in R3 is conservative.
 
What is the definition of conservative (and just so we're clear: I know what it is, I'm not asking for my benefit)?
 
matt grime said:
What is the definition of conservative (and just so we're clear: I know what it is, I'm not asking for my benefit)?

A vector field Fvec is conservative if it has a potential function f, so that grad f = Fvec

My book says that in R2, you only have to check that DP/Dy=DQ/Dx. However, it doesn't say anything aboud conservative vector fields in R3.

Is it enough that DP/Dy=DQ/Dx here as well?
 
Clearly not. R^3 has x,y, and z. You can't just ignore the z. Where did the R go to? I suggest you operate with a nicer definition of conservative, for R^3, such as its curl is 0.
 
Last edited:
matt grime said:
Clearly not. R^3 has x,y, and z. You can't just ignore the z. Where did the R go to? I suggest you operate with a nicer definition of conservative, for R^3, such as its curl is 0.

We haven't learned about conservative fields in R^3 yet. Only in R^2, and then it's sufficent that DP/dy=DQ/Dy.

But the curl-definition is better.
 
I mean only showing that a certain vector field in R3 is conservative.

You can try figuring out the original scalar potential based on what your P,Q and R are:If grad(Phi(x,y,z)) = F = (P, Q, R) then:

P = dPhi/dx
Q = dPhi/dy
R = dPhi/dz

Integrate P with respect to x, Q with respect to y and R with respect to z (remember to add "constant" functions that are unknown but functions of the other two variables... so when integrating P w.r.t. x, you have to add G(y,z) to your answer).

It's likely you can eyeball the answer and figure out what the potential is without actually solving methodically the final part

Obviously this isn't as clean as taking the curl, but it's possibly the method you're intended to use
 
for R3
you need to check all
x: d/dy , d/dz
y: d/dx, d/dz
z: d/dx, d/dy
 
  • #10
To say that <P(x,y), Q(x,y), R(x,y)> is a conservative vector field (that's really physics terminology- I prefer saying that "P(x,y)dx+ Q(x,y)dy+ R(x,y)dz is an exact differential) means that there exist some function F(x,y,z) such that
dF= \frac{\partial F}{\partial x}dx+ \frac{\partial F}{\partial y}dy+ \frac{\partial F}{\partial z}dz= P(x,y)dx+ Q(x,y)dy+ R(x,y)dz

IF that is true, then look at the mixed second derivatives:
\frac{\partial^2F}{\partial x\partial y}= \frac{\partial Q}{\partial x}
must be equal to
\frac{\partial^2 F}{\partial y\partial x}= \frac{\partial P}{\partial y}

\frac{\partial^2 F}{\partial z\partial x}= \frac{\partial P}{\partial z}
must be equal to
\frac{\partial^2 F}{\partial x\partial z}= \frac{\partial R}{\partial x}

and
\frac{\partial^2 F}{\partial y\partial z}= \frac{\partial R}{\partial y}
must be equal to
\frac{\partial^2 F}{\partial z\partial y}= \frac{\partial Q}{\partial z}.

To be sure the field is "conservative" you must check all three of those equations.
 
Back
Top