Question

In: Electrical Engineering

A rocket is launched straight into the air with initial velocity 200 ft/s. Assume the launch...

  1. A rocket is launched straight into the air with initial velocity 200 ft/s. Assume the launch is instantaneous. How high will it go, and how long will that take (use time increments of 0.01 seconds)? G= - 32.2 ft/s2 , H0=0 (the ground)

V(t)=V0 + g t

H(t)= H0 + V0 t + ½ g t2

The rocket deploys a parachute after 9 seconds and descends at a constant rate of 20 ft/sec. How long does it take to reach the ground?write that by matlab program only

Plot the velocity and the height as functions of time on a single plot. Fully format the figure.

By matlab program please

Solutions

Expert Solution

Explanation:

MATLAB code:

clc;clear all;
V_0 = 200; % ft/s
H_0 = 0; % from ground
g = -32.2; % ft/s^2
t_upward = 9; % after 9 seconds parachute is deployed
t_final = t_upward+4.9634;
t=(0:0.01:t_final)';
time = zeros(length(t),1);
V = zeros(length(t),1);
H = zeros(length(t),1);
for i=1:length(t)
time(i)=t(i);
if time(i)<=t_upward
V(i) = V_0+g*time(i);
H(i) = H_0+V_0*time(i)+0.5*g*(time(i)^2);
else
V(i) = V(t_upward)-20+g*time(i);
H(i) = H(t_upward)-20*(time(i)-t_upward)+0.5*g*(time(i)-t_upward)^2;
end
end
max_point = find(H==max(H));
Max_height = H(max_point);
Time_at_max_height = t(max_point);
disp('Maximum height (in ft) the rocket reached in the air is:')
disp(Max_height)
disp('Time taken (in seconds) to reach the maximum height is:')
disp(Time_at_max_height)
H_downward = H(length(H));
disp('The distance to be travelled by the rocket to reach ground (after the parachute is deployed) is:')
disp( H_downward)
disp('time (in sec) taken to reach ground after the parachute is deployed is:')
disp(t_final-t_upward)
  
plot(t,V,'r')
hold on
plot(t,H,'b')
title('Velocity V (red) versus time t and Height H (blue) versus time t (in seconds)')
xlabel('time t in seconds')
ylabel('Velocity V (red) in ft/s and Height H (blue) in ft')
grid on

MATLAB result:

Maximum height (in ft) the rocket reached in the air is:
621.1180

Time taken (in seconds) to reach the maximum height is:
6.2100

The distance to be traveled by the rocket to reach ground (after the parachute is deployed) is:
-479.3888

time (in sec) taken to reach ground after the parachute is deployed is:
4.9634

MATLAB plot:


Related Solutions

An object is launched with an initial velocity of 50.0 m/s at a launch angle of...
An object is launched with an initial velocity of 50.0 m/s at a launch angle of 36.9∘ above the horizontal. Determine x-values at each 1 s from t = 0 s to t = 6 s. Determine y-values at each 1 s from t = 0 s to t = 6 s. Determine vx-values at each 1 s from t = 0 s to t = 6 s. Determine vy-values at each 1 s from t = 0 s to...
An object is launched with an initial velocity of 50.0 m/s at a launch angle of...
An object is launched with an initial velocity of 50.0 m/s at a launch angle of 36.9? above the horizontal. A.Determine x-values at each 1 s from t = 0 s to t = 6 s. B.Determine y-values at each 1 s from t = 0 s to t = 6 s. C.Determine vx-values at each 1 s from t = 0 s to t = 6 s. D.Determine vy-values at each 1 s from t = 0 s to...
1. A model rocket is launched straight upward with an initial space of 50.0 m/s. It...
1. A model rocket is launched straight upward with an initial space of 50.0 m/s. It accelerates with constant upward acceleration of 2.00 m/s^2 until its engines stop at an altitude of 150m. (a) how long does it take for the engines to stop? (b) what is the velocity of the rocket when its engine stop? (c) draw a graph for acceleration versus time (be careful to label your axis correctly). (d) what is the maximum height reached by the...
A model rocket is launched straight upward with an initial speed of 42.0 m/s. It accelerates...
A model rocket is launched straight upward with an initial speed of 42.0 m/s. It accelerates with a constant upward acceleration of 2.50 m/s2 until its engines stop at an altitude of 160 m. (a) What can you say about the motion of the rocket after its engines stop?. (b) What is the maximum height reached by the rocket? (c) How long after liftoff does the rocket reach its maximum height? (d) How long is the rocket in the air?
An arrow is shot straight up in the air with an initial speed of 240 ft/s....
An arrow is shot straight up in the air with an initial speed of 240 ft/s. If on striking the ground it embeds itself 8.00 in into the ground, find the magnitude of the acceleration (assumed constant) required to stop the arrow, in units of feet/second^2.
A projectile is launched vertically from a launch pad with an unknown initial velocity, V0. An...
A projectile is launched vertically from a launch pad with an unknown initial velocity, V0. An unknown time, T, later, an observer is in a pickup which is traveling in such a way that the angle of elevation to the projectile is 22° and increasing at 2° per second. When the pickup is 750 m away from the launch pad, it is moving away from the launch pad at 25 m/sec. A) Find the initial velocity, V0. B) Find the...
a model rocket is launched straight upward with an innitial speed of 11.0 m/s. it accelerates...
a model rocket is launched straight upward with an innitial speed of 11.0 m/s. it accelerates with a constant upward acceleration of 22 m/s^2 until its engines stop 3.0 seconds later. it then continues on as a free fall particle until it hits the ground. (a) draw and label a diagram of the above and below information (b) find the velocity (in m/s ) of the rocket at the instant it runs out if fuel. (c)find the max height (in...
1) A projectile is launched from the floor with an initial velocity of 5.0 m/s at...
1) A projectile is launched from the floor with an initial velocity of 5.0 m/s at an angle of 30 degrees upward of horizontal. a) For how long is the projectile in the air, as measured by the observer who launches the projectile? b) How far away horizontally from the launch point does the projectile land, as measured by the observer who launched it? c) It turns out that this projectile was launched and landed inside of a vehicle that...
A 1000 kg weather rocket is launched straight up. The rocket motor provides a constant acceleration...
A 1000 kg weather rocket is launched straight up. The rocket motor provides a constant acceleration for 16 s, then the motor stops. The rocket altitude 20 s after launch is 3600 m. You can ignore any effects of air resistance. What was the rocket's acceleration during the first 16 s?
A rocket is launched from rest and reaches a position of (65m, 185m) and a velocity...
A rocket is launched from rest and reaches a position of (65m, 185m) and a velocity of (195m/s, 555m/s) when it runs out of fuel. From this time, tbo, it flies a projectile motion path. Find the maximum height above the ground the rocket achieves after running out of fuel Find the time t and position x of the rocket when it hits the ground.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT