Home / Expert Answers / Computer Science / 3-fill-in-lab05ex2-m-to-reproduce-fig-2-and-then-answer-the-following-questions-a-for-what-min-pa849

(Solved): 3. Fill in LAB05ex2.m to reproduce Fig. 2 and then answer the following questions. (a) For what min ...



3. Fill in LAB05ex2.m to reproduce Fig. 2 and then answer the following questions. (a) For what minimal time t1 will the mass-spring system satisfy |y(t)| < 0.06 for all t > t1? You can answer the question either by magnifying the MATLAB figure using the magnify button , or use the following MATLAB commands (explain): for i =1: length ( y ) M ( i )= max ( abs ( y ( i : end ))); end i = find (M <0.06); i = i (1) disp ([ '| y | <0.06 for t > t1 with ' num2str ( t (i -1)) ' < t1 < ' num2str ( t ( i ))]) (b) What is the largest (in magnitude) velocity attained by the mass, and when is it attained? Answer by using the magnify button. (c) How does the size of c affect the motion? To support your answer, run the file LAB05ex2.m for c = 20, c = 40, and c = 84. Include the corresponding graphs with a title indicating the value of c used. (d) Determine analytically the smallest (critical) value of c such that no oscillation ap- pears in the solution.



We have an Answer from Expert

View Expert Answer

Expert Answer


We have an Answer from Expert

Buy This Answer $5

Place Order

We Provide Services Across The Globe