ATLAB. Please Calculate the final velocity (v) and calculate the time of travel (t). Display the result of the calculation. Use the formula below for the final velocity and travel time. Assume the acceleration due to gravity g = 32.1.  Save program as LE9-2.m and flowchart/pseudo-code as LE9-2.png or LE9-2.txt..

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section6.1: Function And Parameter Declarations
Problem 6E
icon
Related questions
Question

 .MATLAB. Please Calculate the final velocity (v) and calculate the time of travel (t). Display the result of the calculation. Use the formula below for the final velocity and travel time. Assume the acceleration due to gravity g = 32.1.

 Save program as LE9-2.m and flowchart/pseudo-code as LE9-2.png or LE9-2.txt.. 

 

Perform the following exercises in MATLAB.
Write a program that will calculate the final velocity and time of travel of a baseball that is thrown
downward from a tower of a certain height and initial speed. The program will ask the user to
enter height (h) and initial velocity (v.). Calculate the final velocity (v) and calculate the time of
travel (t). Display the result of the calculation. Use the formula below for the final velocity and
travel time. Assume the acceleration due to gravity g = 32.1.
Save program as LE9-2.m and flowchart/pseudo-code as LE9-2.png or LE9-2.txt.
Final Velocity:
v² =v²+2ac(s— so)
s- so = h
ac = g
V= √v+2gh
Travel Time:
v = vo + act
t =
v-Vo
9
Transcribed Image Text:Perform the following exercises in MATLAB. Write a program that will calculate the final velocity and time of travel of a baseball that is thrown downward from a tower of a certain height and initial speed. The program will ask the user to enter height (h) and initial velocity (v.). Calculate the final velocity (v) and calculate the time of travel (t). Display the result of the calculation. Use the formula below for the final velocity and travel time. Assume the acceleration due to gravity g = 32.1. Save program as LE9-2.m and flowchart/pseudo-code as LE9-2.png or LE9-2.txt. Final Velocity: v² =v²+2ac(s— so) s- so = h ac = g V= √v+2gh Travel Time: v = vo + act t = v-Vo 9
Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Concept of Flowchart
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr