CAF123
Gold Member
- 2,918
- 87
Homework Statement
1)Consider the potential V(x) = -3x2+5x4. A particle of mass m has initial velocity v at the origin x = 0. Can the particle reach positions that are infinitely far from the origin? If not, find it's maximum distance from the origin.
2)A particle of mass m, which is on the -ve x-axis is moving towards the origin with constant velocity u. When the particle reaches the origin, it starts experiencing a force F = -kx2, where k is +ve constant. How far does the particle get along the +ve x axis?
The Attempt at a Solution
1) Since as x → ∞, V → ∞ the particle will always be confined to the potential. So there exists a maximal distance. I am not sure how to find this distance however. I have however, found the equilibrium point of the potential, velocity at the point where the force vanishes etc.. I think this may help here but I am not sure how.
2) So, $$\frac{1}{2}mv_f^2 - \frac{1}{2}mu^2 = \Delta V = \int \underline{F} \cdot \underline{dx}.$$ If ##v_f## = 0, then we have $$-\frac{1}{2}mu^2 = \int_o^x -kx^2 dx$$ and solving for x gives ##x = \left(\frac{3mu^2}{2k}\right)^{1/3}.##
OR
set up a diff eqn: ##m \ddot{x} = -kx^2\,\Rightarrow\, mv \frac{dv}{dx} = -kx^2##, which is separable.
Integrating both sides: $$\int_u^v v dv = \int_0^x -kx^2 dx \,\Rightarrow\, \frac{1}{2}\left(mv^2 - mu^2 \right) = -\frac{k}{3}x^3$$ which yields the same answer.
Does this seem fine? I have a couple of questions: Even though the particle is restricted to 1D, it is under the influence of a force and so we can associate a potential with this force. This potential varies with x, and so I cannot say that V=0, right?
This somewhat confuses me because previously I have done problems where a body has undergone a force in 1D, but I have set the potential to be arbritarily zero.
Does this make sense? Where have I gone wrong in thinking there is some kind of contradiction?
Many thanks.