Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Perform a simulation using MATLAB / Simulink that captures the dynamic behavior of dropping a racquetball from the top of a building ( similar to
Perform a simulation using MATLABSimulink that captures the dynamic behavior of dropping a
racquetball from the top of a building similar to the Empire State Building as shown below, using the
linear air dragfriction model. The goal is to determine: a the time that it takes the ball to hit the ground,
and b the velocity at which the ball hits the ground. You will need to perform the followings tasks:
a Derive a differential equation that describes the dynamic behavior of the ball, in terms of the
variable y and its derivatives. The telltale for y is located at the top of the building.
b Implement a solution for the differential equation that you derived using Simulink. Incorporate a
mechanism in the model so that the simulation stops when the ball hits the ground I recommend
that you do it without first looking at the Simulink implementation shown in the Reference
Section. And then, once you are finished, you can look at it to confirm Also use the Display
icon. It displays the value of the time variable when the simulation stops. Also the clock icon
produces the time variable during the simulation.
c Simulate the system. Make sure that you get the same results of the simulation shown in the
Reference section. Provide a screen shot of your parameter file ie a script file and the Simulink
diagram, using the Display icons. parameterFSSm
this script file contains all the parameter values for the racquetball:
; mass of racquetball in slugs In the CGS system, it is
; acceleration of gravity in
; air friction in
STOP SIMULATION
ystop ; y final value, used to stop simulation,
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