A particle moves with force
$$F(x) = -kx +\frac{kx^3}{A^2}$$
Where k and A are positive constants.
if $KE_o$ at x = 0 is $T_0$ what is the total energy of the system?
$$ \Delta\ KE(x) + \Delta\ U(x) = 0$$
$$F(x) = -\frac{dU}{dx} = m\frac{dv}{dt} = m v\frac{dv}{dx}$$
Integrating to get U(x) and 1/2mv^2 I get
$$\Delta\ U(x) = \frac{kx^2}{2} - \frac{kx^4}{4A^2}$$
$$\Delta\ KE(x) = -\frac{kx^2}{2} + \frac{kx^4}{4A^2}$$
Which Makes sense. But how do I find the function KE(x) where KE(0) = $T_0$? Do I Even need to? The total energy in the system is $T_0$ Correct?
Also a kind of side note. What is really confusing me, is when should I add limits of integration and under what circumstances should I just use an indefinite Integral?