Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Aim Given the initial speed ( m s e c ) and the launch angle ( in degrees ) of a point particle projectile calculate
Aim
Given the initial speed and the launch angle in degrees of a point particle projectile calculate the trajectory and
values, in meters as a function of time in the presence of air friction.
Background
This question is a generalization of project Friction Almost all instructions are valid here as well.
The equation in this case involves vectors:
mvecmghathat
where is air density, is the cross section area of the object, is a geometric constant.
The drag force the second term is always in opposite direction to the velocity.
List of Tasks
Your code should follow the same guidelines as sFriction but the angle in degrees and the initial velocity in ms have to be
inputted.
Your code should produce fricD dat file with two columns, and values in meters.
Hints
Remember that the math.sin and math.cos functions work only with angles in radians.
Check the example below and note the asymmetric trajectory due to the air drag.
Allowed Libraries
math
random
mathplotlib.pyplot or any other equizalent plotting library
for constants, see the links on top.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started