Question
Write a MATLAB M-file that solves the questions of Position and Velocity of a Free Falling Stone. A stone is dropped from the top of
Write a MATLAB M-file that solves the questions of Position and Velocity of a Free Falling Stone. A stone is dropped from the top of a tall building of 200 meters in height, i.e., the initial position of the object is 200 meters. The two equations used are h(t) = gt2 + v0t + h0 v(t) = gt + v0 where g is the acceleration due to gravity (-9.81 m/s2), h(t) is the position of the object, v(t) is the velocity of the object. h0 is the initial position of the object, v0 is the initial velocity of the object, t is the time. For a free falling object, v0 is 0. h0 here is 200 meters. Write MATLAB programs to solve the following problems.
a) After 2.00 sec of free fall, what is the position of the stone?
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