Proving F = grad(f) with 3 Variables

  • Thread starter Thread starter jwxie
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 5K views
jwxie
Messages
278
Reaction score
0

Homework Statement



For two variables, F = grad(f) if only if partial P / partial y is equal to partial Q / partial x
where, P and Q represent the x, y function, P(x,y) and Q(x,y)

For example:
F(x,y) = P(x,y) + Q(x,y)

Now the question is, for three variables, I have P + Q + R.
Is proving partial P / partial y = partial Q / partial x enough to say that F = grad(f)? If not, what is the approach to prove it for a 3 variables?

Thank you
 
Physics news on Phys.org
The condition for a vector field in three-space to be the gradient of some scalar field is a generalization of the condition in the plane: the vector field must have zero curl, [tex]\nabla\times\mathbf{F} = 0[/tex]. This works out to three equations, not one, between the partial derivatives of the components of [tex]\mathbf{F}[/tex]: [tex]\frac{\partial F_x}{\partial y} - \frac{\partial F_y}{\partial x} = \frac{\partial F_x}{\partial z} - \frac{\partial F_z}{\partial x} = \frac{\partial F_z}{\partial y} - \frac{\partial F_y}{\partial z} = 0[/tex].

The proof of this fact uses the same argument as in the plane case (a gradient vector field is one whose integral around a closed loop is always zero, so you can construct a potential function [tex]f[/tex] with [tex]\mathbf{F} = \nabla f[/tex] by integration) together with Stokes's theorem.
 
Thank you very much!