Consider the cannon model developed and discussed in class. Using the equations below, a launch speed of 12 m/s, a launch angle of 57.5o , and g = 9.81 m/s2 , answer the following questions
h(t)= vt sinØ -(1/2)gt^2
x(t)= vt cos Ø
a. Develop an algorithm to determine the time required to reach a
height of at least
2.8 meters. List the steps of the algorithm, do not solve the
equations.
b. Solve the equations to compute the time for the projectile to
reach a distance of
8.3 meters (x(t) = 8.3). Additionally, compute the height of the
projectile at that
calculated time. Do not forget to think about whether your
calculator wants the
angle in degrees or radians.
t (x=8.3) = __________, h(x=8.3) = __________
c. If we performed this experiment on Europa, a moon of Jupiter,
where g = 1.315
m/s2, which values would change in the above calculations?


Consider the cannon model developed and discussed in class. Using the equations below, a launch speed...
Q2. A) Projectile motion (General launch angle): Select any one of the options as answer A football kicker is attempting a field goal from 44 m out. The ball is kicked and just clears the lower bar with a time of flight of 2.9 s. If the angle of the kick was 45°, what was the initial speed(Vo) of the ball, assuming no air resistance? a) 21.5 m/s b) 19.7 m/s c) 2.2 m/s d) 39 m/s (Hint: x-Xo =...
Using MATLAB to plot the trajectory of a projectile: Consider a cannon launching a cannonball at initial velocity, v, towards a wall. With an elevation of launch angle, θ, distance to wall, D, and wall height, h. Write a MATLAB function to plot the trajectory of the cannonball and return information in the following form: >> [outcome, impact] = Q3 STNO(v,theta,D,h) where v, theta, D and h are the launch velocity (m/s), launch angle (radians), distance to wall (m) and...
THE EXPERIMENT The speed "." of a ball as it leaves the spring gun will be measured by projecting the ball horizontally (0-0) from a table top at a distance H above the floor. The gun is then elevated at a known angle 8. The position of the target is calculated using the measured value of v. calculated time of flight, and the equations of motion. A successful prediction with the projectile hitting the target means that the following concepts...
A cannonball is fired horizontally from the top of a cliff. The cannon is at height H = 70.0m above ground level, and the ball is fired with initial horizontal speed v0. Assume acceleration due to gravity to be g = 9.80m/s2 . Part A Assume that the cannon is fired at time t=0 and that the cannonball hits the ground at time tg. What is the y position of the cannonball at the time tg/2? Answer is 52.5 Part...
EXPLORE A projectile is launched with a launch angle of 30° with respect to the horizontal direction and with an initial speed of 40 m/s. (A) How do the vertical and horizontal components of the projectile's velocity vary with time? (B) How long does it remain in flight? (C) For a given launch speed, what launch angle produces the longest time of flight? CONCEPTUALIZE Consider the projectile to be a point mass that starts with an initial velocity, upward and...
A circus act consists of a performer (a "human cannonball") being launched from a cannon into a net at the other end of the stage. The performer (mass 60 kg) leaves the cannon at a speed of 25 m/s at an angle of 30o above horizontal. She comes out of the cannon at a height of 2 meters above the ground and lands in the net at a horizontal distance of 45 meters away from the launch point. Let +x...
1 2 A projectile PA is launched from point A towards the east with an initial launch velocity ves and an initial launch angle of 8aA. The impact point of the projectile Pa is a point B in a valley with an ordinate, you, located below the elevation of point A. The launch from point A is instantaneously detected at point B, and a counter projectile Pa ts launched simultaneously towards the west to intercept the incoming projectile PA. Projectile...
How to do this question using while loop only?
What happens if you try to pay less than $5 per month? In Chapter 1, we studied the problem of a projectile being launched at an angle of theta at an initial velocity of v. The equations for the height h and horizontal location x as functions of time t are as follows: h(t) = vt sin theta - 1/2 gt^2 x(t) = vt cos theta Write a MATLAB program to...
Using the kinematic equations, find the horizontal range (aka x-displacement) and the time it took for an object launched from a height of 5m with an initial velocity of 15m/s and at an angle of 20 to reach the ground. The object follows projectile motion. Ignore air resistance. Show all work. The answer given for the horizontal range is 23.4m and the time is 1.66s. However, when I try to calculate the time, I keep getting 0.52s. I used the...