Answered step by step
Verified Expert Solution
Question
1 Approved Answer
We will plot the responses of many systems in this course, and it is crucial that your plots' titles contain key parameters of the
We will plot the responses of many systems in this course, and it is crucial that your plots' titles contain key parameters of the particular system whose response you are showing. The free response of an underdamped SDOF oscillator to initial conditions x(0)=x, and x(0) = v is x(t) = et V+w, xo sin(@t) xo cos(at)++* @d where w = 0,1-2 is the damped natural frequency of the system. Using the above @d equation, plot the response x(t) versus time for a system with natural frequency @ = 5 rad/sec and damping ratio = 0.06 subject to initial conditions x(0) = 0 cm and v = 3 cm/s. Use the linspace command (see Prob. 1 above) to create a time vector with exactly 749 points between t=0 and t = 10 sec. The four parameters must be entered automatically in the title, and you may not use a loop to calculate the response. Also, report clearly the value of 700th position in your x(t) vector. Basically, it is expected that you create a time vector and evaluate the equation above for all time with one command. You must turn in both your code and your plot.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started