Is F=-kx^2+ax^2+bx^4 Conservative?

AI Thread Summary
The discussion centers on determining whether the force function F = -kx^2 + ax^2 + bx^4 is conservative. Key methods to establish this include checking if the line integral around a closed path is zero, finding a potential function whose gradient matches the force, or verifying that the curl of the force is zero. The participants clarify that ideal spring forces are typically conservative, and they explore the implications of integrating the force to find the potential energy function. The conversation concludes with an emphasis on using the curl as a definitive method to confirm if the force is conservative, referencing Stokes' theorem for further understanding.
anikmartin
Messages
8
Reaction score
0
Hello everyone, I have a question about conservative forces.
I am given a function F = -kx^2 + ax^2 + bx^4, where a, b, and k are constants. I am asked to determine if this force is conservative or not, I don't know know how to prove this mathematically or theoretically. Please help!

In this particular example the force is a spring force, spring forces aren't always conservative are they?
Thanks
 
Physics news on Phys.org
You can use the fact that Work down by a conservative force in a closed path is zero.
I guess spring forces are always conservative if the spring is ideal.
 
anikmartin said:
I am asked to determine if this force is conservative or not, I don't know know how to prove this mathematically or theoretically.
There are several ways to mathematically test that a force is conservative. Here are a few:
(1) You can check that the line integral is zero along any closed path (equivalent to what rhia suggested).
(2) Or you can see if you can find a potential function whose -gradient equals the force function (hint: integrate).
(3) Or you can see if the curl of the force is zero.​
The last two checks should be easy. :smile:
 
Hi Doc AI,
Can you please explain the physical significance of the last two checks?
I don't understand things if I can't relate them to physical world.:(
Thanks a lot!
rhia
 
Okay I though that if the force was conservative, then the gradient could be used, I didn't know that it proves the force is conservative.

A correction in the force equation

F = -kx + ax^3 + bx^4

After integrating a found the potential equation to be
U = (kx^2)/2 - (ax^4)/4 - (bx^5)/5

using F = -dU/dx.

I found the gradient of U to be

grad(U) = (kx - ax^3 - bx^4)i

Is there a reason for the sign difference? I just learned gradients, in my Calc III class that I am taking right now, two weeks ago so I am still not comfortable with all of its properties.

Okay what if I have a force function of the type:

F = -kx^2y +(y^2)(z^2) + xyz ( I made this one up)

So took three integrals, with respect to x, y, and z seperately, to get the potential function in each direction. Then I found the gradient of the potential function to be

grad(U) = (kyx^2 - (y^2)(z^2) - xyz)i + (k(x^2)y - (y^2)(x^2) - xyz)j + (k(x^2)y - (y^2)(z^2) - xyz)k

To find if the gradient equals the force function, do I find the absolute value of grad(U) , to make it a scalar function? I am not sure how to find if these two are equivalent.

Okay I took a guess to convert the force function into a vector function. First I found the partial derivatives of F with respect to x, y, and z. Then I took the integral with respect to x, y, and z. I found

F = -(k(x^2)y - xyz)i - (k(x^2)y + (y^2)(z^2) + xyz)j + ((z^2)(y^2) +xyz)k

When I took the integral with respect to each I didn't add the Integral constant, so maybe that could account for the difference. According to the scalar function F, when x = O, F = (y^2)(z^2), when z = 0, F = -k(x^2)y . .so these could be the missing constants in my vector function F??
Thanks for all your help.
 
I think the simplest way, is the curl.

If \vec{F} = M(x,y,z)\vec{i} + N(x,y,z)\vec{j} + Q(x,y,z)\vec{k}, then

\vec{\nabla} \times \vec{F} = \left| \begin{array}{ccc}<br /> \vec{i} &amp; \vec{j} &amp; \vec{k} \\<br /> \partial/\partial x &amp; \partial/\partial y &amp; \partial/\partial z \\<br /> M &amp; N &amp; Q \end{array} \right| = 0<br />

The reason for this, is the Stokes theorem, which says:

Let be S a surface oriented with a normal vector \vec{n}, limited by a closed simple curve C. If \vec{F} is a vectorial field and its partial derivatives are continuous in that region, then:

\oint_{C} \vec{F}d\vec{r} = \iint_{S} (\vec{\nabla} \times \vec{F})\vec{n}dS

--

If the curl is equal to zero, then the right term is zero as well, and the definition of conservative field is that the left integral is equal to zero.
 
Thread 'Gauss' law seems to imply instantaneous electric field propagation'
Imagine a charged sphere at the origin connected through an open switch to a vertical grounded wire. We wish to find an expression for the horizontal component of the electric field at a distance ##\mathbf{r}## from the sphere as it discharges. By using the Lorenz gauge condition: $$\nabla \cdot \mathbf{A} + \frac{1}{c^2}\frac{\partial \phi}{\partial t}=0\tag{1}$$ we find the following retarded solutions to the Maxwell equations If we assume that...
Maxwell’s equations imply the following wave equation for the electric field $$\nabla^2\mathbf{E}-\frac{1}{c^2}\frac{\partial^2\mathbf{E}}{\partial t^2} = \frac{1}{\varepsilon_0}\nabla\rho+\mu_0\frac{\partial\mathbf J}{\partial t}.\tag{1}$$ I wonder if eqn.##(1)## can be split into the following transverse part $$\nabla^2\mathbf{E}_T-\frac{1}{c^2}\frac{\partial^2\mathbf{E}_T}{\partial t^2} = \mu_0\frac{\partial\mathbf{J}_T}{\partial t}\tag{2}$$ and longitudinal part...
Thread 'Recovering Hamilton's Equations from Poisson brackets'
The issue : Let me start by copying and pasting the relevant passage from the text, thanks to modern day methods of computing. The trouble is, in equation (4.79), it completely ignores the partial derivative of ##q_i## with respect to time, i.e. it puts ##\partial q_i/\partial t=0##. But ##q_i## is a dynamical variable of ##t##, or ##q_i(t)##. In the derivation of Hamilton's equations from the Hamiltonian, viz. ##H = p_i \dot q_i-L##, nowhere did we assume that ##\partial q_i/\partial...

Similar threads

Back
Top