Answered step by step
Verified Expert Solution
Link Copied!

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 MATLAB/Simulink 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 drag/friction 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_1 and its derivatives. The tell-tale for y_1 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 (i.e. a script file), and the Simulink
diagram, using the Display icons.% parameter_FSS.m
% this script file contains all the parameter values for the racquetball:
m=30454**32.2;% mass of racquetball in slugs (In the CGS system, it is 30g)
g=32.2,;% acceleration of gravity in fts???2
b=0.00097**1,;% air friction in lbffts
% STOP SIMULATION
y_stop =1250;% y final value, used to stop simulation, ft
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Quantum Mechanics

Authors: J.J Sakurai

Revised Edition

9781108499996, 201539292, 978-0201539295

More Books

Students also viewed these Mechanical Engineering questions

Question

Describe the criteria for an effective budget.

Answered: 1 week ago

Question

6. What is moral hazard? How do banks reduce this problem? LOP8

Answered: 1 week ago