How can I check if a given force is conservative or not?
Is there a mathematical way of doing the same?
How can I check if a given force is conservative or not?
Is there a mathematical way of doing the same?
Let the given force be $F = F_x \hat{i} + F_y \hat{j} + F_z\hat{k}$ , where $F_x$ ,$F_y$ and $F_z$ are functions of any of these three variables $x$, $y$, $z$ .
For this force to be conservative, it must satisfy these conditions:
1) $ \frac{\partial F_x}{\partial y} = \frac{\partial F_y}{\partial x}$
2) $ \frac{\partial F_x}{\partial z} = \frac{\partial F_z}{\partial x}$
3) $ \frac{\partial F_y}{\partial z} = \frac{\partial F_z}{\partial y}$
If these are satisfied then the given force is conservative.
PROOF: Do let me know if I'm wrong somewhere. Let $\overrightarrow{F}$ = $(F_x , F_y, F_z)$ and $\overrightarrow{dr}$ = $(dx, dy, dz)$ . Using $W = \int\overrightarrow{F} . \overrightarrow{dr}$, we get $W = \int (F_xdx + F_ydy + F_zdz)$ .
Let's say we integrate this from some point Q to some point P. This means that if the force is conservative, then what matters to us only the final and the initial position. So, the value for the above integral will equate to some function so,
$W = \int (F_xdx + F_ydy + F_zdz) = C(x_P, y_P, z_P) - C(x_Q, y_Q, z_Q)$ where $C(x, y, z)$ is that some function that satisfies the integral.
Generally, $x=x(t), y=y(t)$ and $z=z(t)$, that is, they're a function of time.
We can write $dx = \frac{dx(t)}{dt}dt$, $dy = \frac{dy(t)}{dt}dt$, $dz = \frac{dz(t)}{dt}dt$.
Now, we can write $$W = \int (F_x\frac{dx(t)}{dt}dt + F_y\frac{dy(t)}{dt}dt + F_z\frac{dz(t)}{dt}dt) = C(x_P, y_P, z_P) - C(x_Q, y_Q, z_Q)$$
Now if, $F_x = \frac{\partial{C}}{\partial{x}}$, $F_y = \frac{\partial{C}}{\partial{y}}$ and $F_z = \frac{\partial{C}}{\partial{z}}$ then,
$$W = \int (\frac{\partial{C}}{\partial{x}}\frac{dx(t)}{dt}dt + \frac{\partial{C}}{\partial{y}}\frac{dy(t)}{dt}dt + \frac{\partial{C}}{\partial{z}}\frac{dz(t)}{dt}dt) = C(x_P, y_P, z_P) - C(x_Q, y_Q, z_Q)$$
Using the chain rule for partial derivatives, we get:
$$\int\frac{dC}{dt}dt = \int{dC} = C(x_P, y_P, z_P) - C(x_Q, y_Q, z_Q)$$
Do not forget that I'm integrating the function from the point Q to P.
As our "if" assumption works, this means that if a force is conservative then it must satisfy $F_x = \frac{\partial{C}}{\partial{x}}$, $F_y = \frac{\partial{C}}{\partial{y}}$ and $F_z = \frac{\partial{C}}{\partial{z}}$ .
Using that, we can write ${F_x}{\partial{x}} = \partial{C} = {F_y}{\partial{y}}$ . From here, we get $$ \frac{\partial F_x}{\partial y} = \frac{\partial F_y}{\partial x}$$.
Similarly, we can also show $ \frac{\partial F_x}{\partial z} = \frac{\partial F_z}{\partial x}$ and $ \frac{\partial F_y}{\partial z} = \frac{\partial F_z}{\partial y}$ .
Definition of a conservative force: The work done by the force doesn’t depend on the path taken but only on endpoints.
Consider the image at bottom:
If the work done (electrical work, gravitational work, etc.) in moving something from the point A to point B through the path shown (purple path) is represented as $$ W_{A~to~B} = \int_{A}^{B} \mathbf{F} \cdot d\mathbf{l}$$
And work done in moving the same thing from B to A through some other path (shown by red in figure) is represented as $$ W_{B~to~A} = \int_{B}^{A} \mathbf{F} \cdot d\mathbf{l} $$.
If we consider $\mathbf{F}$ as a conservative force then: $$ W_{A~to~B} = - W_{B~to~A} $$
(As you have said that you're in 11th standard, I tried to keep things as simple as possible, but here I have to make a little point: F is being considered a field going from A to B)
$$ W_{A~to~B} + W_{B~to~A} =0$$ $$ \int_{A}^{B} \mathbf{F} \cdot d\mathbf{l} + \int_{B}^{A} \mathbf{F} \cdot d\mathbf{l} = 0$$
$$ \oint \mathbf{F} \cdot d\mathbf{l} = 0$$
And this is precisely the mathematical definition of a conservative force, i.e. a force field (I cannot write this without using the word field) is conservative if its line integral (the integral the dot product of force field with the element of path) around any closed loop is zero.
However, it is more useful or customary to write it as $$ \nabla \times \mathbf{F} = 0$$ as a necessary condition for F to be a conservative force field. This form can be derived using Stokes' law which you will learn in your vector calculus courses.
P.S.: A field is just a thing which is defined at every point in space. Whenever I said force field I meant that force is caused due to a field.
This is the curl of the force.
Via the Helmholtz-decomposition theorem (which you should learn about in Electrodynamics), if the curl of a vector field is zero, then this field possesses a scalar potential. Scalar potential fields are conservative force fields.