embphysics
- 67
- 0
Homework Statement
Consider a mass m on the end of a spring of force constant k and constrained
to move along the horizontal x axis. If we place the origin at the spring’s equilibrium
position, the potential energy is U = 1/2kx^2 At time t = 0 the mass is sitting at the
origin and is given a sudden kick to the right so that it moves out to a maximum
displacement x_max = A and then continues to oscillate about the origin.
(a) Write down the equation for conservation of energy and solve it to give the
mass’s velocity \dot{x} in terms of the position x and the total energy E.
(b) Show that E = 1/2kA^2 and use this to eliminate E from your expression for \dot{x}. Find the time for the mass to move from the origin out to a position x.
(c) Solve the result of part (b) to give x as a function of t and show that the mass
executes simple harmonic motion with period 2 \pi \sqrt{m/k}
Homework Equations
The Attempt at a Solution
All right. I am currently trying to evaluate the integral, which was instructed of me to find in part (b).
Before I proceed any further, here is a little preliminary work:
\dot{x}(x) = kA^2 - \frac{k}{m} x^2
And I used this fact to find the integral: \dot{x} = \frac{dx}{dt} which becomes by separation of variables dt = \frac{dx}{\dot{x}}
Substituting in, and integrating both sides, this is the integral thus far:
\int_0^t dt' = \int_0 ^x \frac{dx}{\sqrt{kA^2 - \frac{k}{m}x^2 }}
kA^2 = (k^{1/2}A)^2 and \frac{k}{m}x^2= (\omega x)^2, where
\omega = \sqrt{\frac{k}{m}}. This leads to trigonometric substitution:
sin \theta = \frac{(k^{1/2}A)^2}{\sqrt{kA^2 -(\omega x)^2}}
The problem I have is finding how dx is equal to dθ. I tried using the fact that \cos \theta = \frac{( \omega x)^2}{(k^{1/k} A)^2}, then taking the arccos of this, and then taking the derivative of theta with respect to x. This didn't really seem helpful.
How can I get rid of dx, so that I might have an integral involving only theta?