AMME2500 Assignment 1
AMME2500 Assignment 1
AMME2500 Assignment 1
SID: 440376024
Date: 27/3/21
% Time increment
dt = 0.05;
% time period
t = 0:dt:(y/25);
% Vector with amount of time and vector with velocity at each time
s = zeros(1,length(t));
v = zeros(1,length(t));
Question 1.ii and 1.iii Graph the models and use the functions
% clear workspace
clear;
clc;
clf;
% Q1iii determine the maximum free fall possible using Q1i function
% complete for range 1000m to 4000m
% record the time taken to hit the ground for each simulation run
% two curves in one figure one using Model A and One Model B
Figure 1
Figure 2
Figure 3
Question 1.iv
Terminal velocity is the constant velocity attained when the forces of gravity are in equilibrium with
forces opposing and aiding an objects gravitational descent such as drag and atmospheric density
respectively.
Based on the plots found using Euler’s Integration method. It is evident that the amount of drag in
both models brings the sky diver to a constant terminal velocity of approx. -52m/s in model A.
further to this, Figure 1 Model B shows that reduced atmospheric density at higher altitudes has the
further effect of increasing the rate of descent of the sky diver in Model B. Further to this we see that
as the atmospheric density getting closer to the earth increases that rate of descent slows at a
constant rate from time 18s to 60s.
The parachute deployment at y=500m also has the immediate effect of increasing the drag of the
skydiver against gravity and hence changes the terminal velocity to a constant rate of approx. 7.5m/s,
at this point it is evident that the effect of Model B atmospheric density is now negligible. The
increase of drag at y = 500m is further emphasised in figure 2 as the steepness of the gradient in both
models change becoming less steep suggesting a slowly rate of descent.
In both figures 1 and 2 model B indicated that the effect of reduced atmospheric density reduces the
time taken for the skydiver to reach the ground. We can conclude model B to be a more accurate
depiction of the skydivers descent in terms of experience with both density and drag and its effect of
terminal velocity.