Answered step by step
Verified Expert Solution
Link Copied!

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 (msec) and the launch angle (in degrees) of a point particle projectile calculate the trajectory (x and z
values, in meters) as a function of time in the presence of air friction.
Background
This question is a generalization of project 5-Friction 10. Almost all instructions are valid here as well.
The equation in this case involves vectors:
mvec(a)(t)=-mghat(z)-12ACdv2hat(v)
where is air density, A is the cross section area of the object, Cd 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 s-Friction 10 but the angle (in degrees) and the initial velocity (in m/s) have to be
inputted.
Your code should produce 5-fric2D . dat file with two columns, x and z 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.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Excel As Your Database

Authors: Paul Cornell

1st Edition

1590597516, 978-1590597514

More Books

Students also viewed these Databases questions

Question

=+17.3. Extend Theorem 17.1 to R *.

Answered: 1 week ago

Question

Discuss the goals of financial management.

Answered: 1 week ago