In python.
Projectile motion: Write a python program that will ask the user
for
an initial height y0, initial velocity
v, launch angle theta, and mass m.
Create two functions, one that
will calculate max height
of the projectile, and one that
will calculate the range. Ask the
user which one he/she would like to
calculate, then present them with
the answer. (use kg, m and m/s)
Question)
a) What is the theory of Projectile Motion Experiment?
b) What is the scientific concept of this Projectile Motion
Experiment? (Explain in 500 words)
c) What is the background information of the Projectile Motion
Experiment?
Turn a faucet on so that the stream of water is smooth (i.e. not
on too high when the flow is turbulent). What happens to the width
of the stream of water as it gets farther away from the faucet?
Explain what you see using some of the fluid concepts f
MATLAB
Write a user defined function for a projectile motion. If a ball
is launched from initial position(0,0) with a velocity v0 at angle
θ, determine your horizontal and vertical position. Please plot x
vs. t, y vs. t and y vs. x.
Suppose grades = [9, 7, 7, 10, 3, 9, 6, 6,
2]
Write in Python
An expression that evaluates to the number of 7
grades
A statement that changes the last grade to
4
An expression that evaluates to the maximum
grade
A statement that sorts the list grades
An expression that evaluates to the average
grade