Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Throwing a ball: a ) Create a new script file in MATLAB and save it as throwBall.m . b ) Add some comments to the

Throwing a ball:
a) Create a new script file in MATLAB and save it as throwBall.m.
b) Add some comments to the top of the file identifying who you are and what the script is designed to do.
c) Next, define some constants (you can pick your own variable names).
i. Initial height of ball at release =1.5m.
ii. Gravitational acceleration =9.8ms???2.
iii. Velocity of ball at release =4ms.
iv. Angle of the velocity vector at time of release =45 degrees.
c. Next, make a time vector that has 1000 linearly spaced values between 0 and 1.
3
d. If x is distance and y is height, the equations below describe their dependence on time and all the other parameters (initial height h, gravitational acceleration g, initial ball velocity v, angle of velocity vector in degrees . Enter the following equations into MATLAB.
i.x(t)=v**cos(**180)t
ii.y(t)=h+v*sin(**180)t-12*g**t2
e. Run the script file. Copy only the first and last values of x and y into your completed document.
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

Separation process principles

Authors: J. D. Seader

2nd Edition

471464805, 978-0471464808

More Books

Students also viewed these Chemical Engineering questions

Question

Why should a consultants progress be regularly monitored?

Answered: 1 week ago