Proving F = grad(f) with 3 Variables

  • Thread starter Thread starter jwxie
  • Start date Start date
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, \nabla\times\mathbf{F} = 0. This works out to three equations, not one, between the partial derivatives of the components of \mathbf{F}: \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.

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 f with \mathbf{F} = \nabla f by integration) together with Stokes's theorem.
 
Thank you very much!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top