Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a program using python. The drag force, due to air resistance, on an object can be expressed as CopAV where p is the density

Create a program using python.
image text in transcribed
The drag force, due to air resistance, on an object can be expressed as CopAV where p is the density of the air, V is the velocity of the object, A is the cross-sectional area (normal to the velocity direction), and Cp is the drag coefficient, which depends heavily on the shape of the object and the roughness of the surface. The gravity force on an object with mass m is F, = mg, where g =9.81 m/s?. We can use the formulas for Fg and F, to study the importance of air resistance versus gravity when kicking a football. The density of air is p= 1.2 kg/m. We have A = na? for any ball with radius a. For a football, a = 11 cm and the mass is 0.43 kg. The drag coefficient Cp varies with the velocity and can be taken as 0.4. Make a program that computes the drag force and the gravity force on a football. Write out the forces with one decimal in units of Newton (N = kg m/s?). Also print the ratio of the drag force to the gravity force. Define Cp, P, A, V, m,g, Fa, and F, as variables, and put a comment with the corresponding unit. Use the program to calculate the forces on the ball for a hard kick, V = 120 km/h and for a soft kick, V = 30 km/h (it is easy to mix inconsistent units, so make sure you compute with V expressed in m/s)

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

Step: 3

blur-text-image

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

Harness The Power Of Big Data The IBM Big Data Platform

Authors: Paul Zikopoulos, David Corrigan James Giles Thomas Deutsch Krishnan Parasuraman Dirk DeRoos Paul Zikopoulos

1st Edition

0071808183, 9780071808187

More Books

Students also viewed these Databases questions