shyta
- 56
- 0
Homework Statement
A point mass m moving along the z axis experiences a time dependent force and a fricitional force. Solve the equation of motion
m\ddot{z} = -m\gamma\dot{z} + F(t)
to find v(t) = \dot{z}(t) for the initial velocity \dot{z}(0) = v_0
Hint: what is the time derivative of e^{\gamma t}v(t)
The Attempt at a Solution
So I made use of the hint and got e^{\gamma t} (\ddot{z}(t) + \gamma\dot{z}(t) )
Manipulating the equation of motion, I got e^{\gamma t} (\ddot{z}(t) + \gamma\dot{z}(t) ) = e^{\gamma t} 1/m F(t)
Subbing in the hint and integrating: \dot{z}(t) = e^{-\gamma t}/m \int e^{\gamma t} F(t) dt
Just wondering if this is correct? and how do I make use of the initial condition v_0?