a.) Derive the equations of motion for the mass.
b.) Use MATLAB ode45 to plot the displacement (x) as a function of time for alpha = 0.1,1,10 and for C = 0 and 5 N-s/m over a 3 second interval (i.e., six curves).
c.) When C = 0 you can analytically compute the distance the mass travels until it first stops. Compute this distance analytically (for various alpha) and compare those analytic results with those obtained from the matlab simulation. Describe the effect of increasing C and alpha on the stopping distance. (Note. For C not equal to 0, there is no analytic solution.)
d.) The parameter alpha represents the strength of the nonlinearity of the bungy spring (if alpha = 0 the spring is a linear spring). For the linear system, the frequency of oscillation (f) is given by 2 Pi f = square root(K_0/ M) = 10 corresponding to a period of 0.628 s. Determine the period of oscillation for the computed time histories and compare to 0.628 s -- discuss the effect of alpha on the nonlinear period of oscillation.