Question

1. A football has a mass of mp = 0.413 kg. It can be approximated as an ellipsoid 6 in diameter and 12 in long. A Hail Mary

0 0
Add a comment Improve this question Transcribed image text
Answer #1

MATLAB CODE for forward Euler Method

eulerMethodProjectile.m

% MATLAB CODE for simulating projectile motion
clc; clear all; close;
% intial values/ intial condition
t0=0;
x0=0;
y0=1.8288;
u0=17.3858;
v0=17.3858;
%time step
h=0.0001;
t_last=3.50387;
N=(t_last-t0)/h;

t(1)=t0;
x(1)=x0;
y(1)=y0;
u(1)=u0;
v(1)=v0;

% constant values
m=0.413;
g=9.81;
Cd=0.13;
rho=1.22;
D=0.1524;

for i=1:N
% x,y,u,v calculated using euler method
x(i+1)=x(i)+h*u(i);
  
y(i+1)=y(i)+h*v(i);
% height calculation using euler method
F(i)=(Cd*rho/2)*(pi*D^2/4)*(u(i)^2+v(i)^2);
W=m*g;
theta(i)=atand(v(i)/u(i));
  
u(i+1)=u(i)-h*F(i)*cosd(theta(i))/m;
  
v(i+1)=v(i)-h*(F(i)*sind(theta(i))+W)/m;
% time increment
t(i+1)=t(i)+h;
end


% Plotting
% height vs time
figure(1)
plot(t,x,'LineWidth',1.5);
xlabel('time (sec)');
ylabel('x (m)');
title('Horizontal distance vs time')

figure(2)
plot(t,y,'LineWidth',1.5);
xlabel('time (sec)');
ylabel('y (m)');
title(' Vertical Height vs time')

figure(3)
plot(t,u,'LineWidth',1.5);
xlabel('time (sec)');
ylabel('u (m/s)');
title('X velocity vs time')
figure(4)
plot(t,v,'-b','LineWidth',1.5);

xlabel('time (sec)');
ylabel('v (m/s)');
title('Y velocity vs time')

% Answer for part c
Hori_distance=x(end);
fprintf('Horizontal distance treavelled = %f m',Hori_distance);

MaxVertdist=max(y);
fprintf('\nVertical max height = %f m',MaxVertdist);

timeTaken=t(end);
fprintf('\nTime required to hit ground = %f s',timeTaken);

Summary

Horizontal distance treavelled 54.434652 m
Vertical max height 15.996795 m
Time required to hit ground 3.5038 s
Add a comment
Know the answer?
Add Answer to:
1. A football has a mass of mp = 0.413 kg. It can be approximated as...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 4. A football weighs 0.91 lbf (density ρ 0.00238 slug/ft ). It can be approximated as...

    4. A football weighs 0.91 lbf (density ρ 0.00238 slug/ft ). It can be approximated as an ellipsoid 6 in diameter and 12 in long. A 'Hail Mary' pass is thrown upward at a 45 angle with an initial velocity if 80 ft/s. Neglecting spin on the ball and also lift.

  • 1. A ball of mass m is thrown with speed vo at an angle 0 with...

    1. A ball of mass m is thrown with speed vo at an angle 0 with respect to the horizontal. Let the drag force from the air take the form f Newton's second law, the r- and y-components of the acceleration of the ball are given by = mav where a is a constant and v is the speed of the ball. By du (t) = -av,(t), dt de,(t) ay(t)= -g-au,(t), dt where ug (t) and v,(t) are the x-...

  • The temperature T (K) of a steel ball in a hot stream of air can be modeled with the tollowing t ...

    The temperature T (K) of a steel ball in a hot stream of air can be modeled with the tollowing t order ordinary differential equation of temperature T (K) with respect to time t (seconds) dT where p is the mass density (7854 kg/m3) c is the specific heat (434 J/(kg-K) Lc is the characteristic length (m) havg is the average convection heat transfer coefficient (25 W/(m2-K) Tin is the temperature of the surrounding fluid (75 K) The characteristic length...

  • 3.5 continues at other page tically upward. 60.0° position and me. (b) What is 45.0 cm/s...

    3.5 continues at other page tically upward. 60.0° position and me. (b) What is 45.0 cm/s 0 for the first 1.06 m inarian with m above the shoots hori- ee in a vain muzzle ve- e the mon 8.75 m . Kicking an Extra Point. In Canadian football, chdown the team has the opportunity to earn one more goal posts. The 3.58 kicking the ball over the bar between the o ft above the ground, and the ball is kicked...

  • 1. Constant Acceleration -1g Spaceship. Imagine that a spaceship can accelerate (starting from rest) at a...

    1. Constant Acceleration -1g Spaceship. Imagine that a spaceship can accelerate (starting from rest) at a sustained 1 g (9.8 m/sec') for any desired length of time. Make a table as follows Elapsed time 1 minute 1 hour dadayS 1 week (7 days) 1 month (30 days) m/sec km/sec km/sec km/sec km/sec Distance Travel meters kilometers millions of kilometers billions of kilometers billions of kilometers For each listed time, calculate both the attained velocity and the distance traveled. (The numbers...

  • please tell me the answer and tell me why you chose it please help me!! i...

    please tell me the answer and tell me why you chose it please help me!! i would appreciate it This page LUNClusions on the back of C) 9.8 m/s o D) 10 miles per hour 18) Calculate the velocity acciate the velocity at time t=2s for a ball the A) 10.1 m/s B) -5.2 m/s C) 0.3 m/s D) 4.6 m/s straight up with an initial velocity of 15 m 19) A rock is tossed skyward at an angle of...

  • Please answer the following physic questions. Thank you! 1. A dog sees a flowerpot sail up...

    Please answer the following physic questions. Thank you! 1. A dog sees a flowerpot sail up and then back past a window 5.0 ft high. If the total time the pot is in sight is 1.0 seconds, find the height above the window that the pot rises. 2. An elevator ascends with an upward acceleration of 4.0 ft/s2. At the instant its upward speed is 8.0 ft/s, a loose bolt drops from the ceiling of the elevator 9.0 ft from...

  • P4 Date_97/19 Name_Gulay eling A 50 gram superball is thrown horizontally in the negative-x direction against...

    P4 Date_97/19 Name_Gulay eling A 50 gram superball is thrown horizontally in the negative-x direction against a brick wall so that it bounces directly back after hitting the wall. (The verticat motion of the ball during the throw is negligible.) The horizontal position of the ball's center of mass as a function of time is described in the data table below. x-position relative 25 20 15 10 6 10 14 18 22 to wall (centimeters) (milliseconds) 02 14 16 18...

  • Solve exactly if possible. Express all decimals to 4 significant figures. 1) 2) 3) 4) 5)...

    Solve exactly if possible. Express all decimals to 4 significant figures. 1) 2) 3) 4) 5) 6) 7) What are Newton's Laws of motion? What is a "frame of reference"? What is a coordinate system? Express the point x-3, y-4 using polar coordinates. What is the SI unit for force? How is it defined using SI base units? What are the four fundamental forces in the universe? What is the approximate gravitational acceleration, g, near the Earth's surface? If this...

  • Instructions for PHY 2048 Problem Set (PSET): (1) Please NEATLY write your name and your solutions....

    Instructions for PHY 2048 Problem Set (PSET): (1) Please NEATLY write your name and your solutions. (2) You must use blank 8"x11" printer paper. (3) Begin each problem on a new page, and put your name on each page. Staple your pages together. 4) Only write on one side of the page. (5) You must write up your solutions independently (i.e. don't copy anyone else's solutions), using your own words and thought process. You must show all of your work....

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT