How Do I Calculate the Movement of a Ball in Air for My Program?

  • Thread starter Thread starter Superanden
  • Start date Start date
  • Tags Tags
    Air Ball Movement
AI Thread Summary
To calculate the movement of a ball in air, key factors include air density, the ball's cross-section, mass, current acceleration, and speed. The gravitational force and drag force equations are essential for determining the ball's motion. The drag coefficient (CD) is crucial and varies based on the ball's shape and Reynolds number, which requires further research. Understanding the drag equation and Reynolds number will aid in accurate calculations. Simplifying the dynamics to one axis can help avoid complex vector math.
Superanden
Messages
2
Reaction score
0
Hi All.

Im trying to make a computer program that calculates the movement of a ball in the air.

i'll need information as:

- the air density
- the ball's crosssection
- the ball's current acceleration
- the balls current speed

is this enough to calculate the frictional force?

I'll also need:

- Ball's mass
- Ball's current location

Is this enough to completely determine the ball's acceleration.?

Will someone please help med figure out how to calculate the ball's movement.

There will be bo colisions, nor both a static and a dynamic frictional force from the air, and the air density will be the same no matter how high the ball is.

Please explain clearly as it's been a LONG time since my math and physics.
Maybe for simplicity, explain the dynamics in one axis to avoid using vector math.



Please help me and I'll be very greatful


/Andreas
 
Physics news on Phys.org
Technically, yes, it is enough, but computations are very complex.

You have two forces acting on the ball:

W = g * M

F_D = \frac{1}{2}\rho v^2 C_D A

Where M is mass, g is acceleration due to gravity, ρ is air density, v is velocity, CD is drag coefficient, and A is cross section area.

First is straight forward. Second is mostly straight forward, except for CD. Problem is that it depends on shape of the object and its Reynolds number.

So what you want to do is the following.
1) Read Wikipedia article on Drag Equation.
2) Read Wikipedia article on Reynolds Number.
3) Search Google for experimental/computed values of CD for object that matches your parameters in the Reynolds number ranges you are interested in.
 
Thanks a lot... I got it from here..

You're the best using your time to help us "physics ignorants".

PS: The cross-section of a ball is pretty simple when i neglitiate the airodynamics properties... so thanks a lot.
 
Hi there, im studying nanoscience at the university in Basel. Today I looked at the topic of intertial and non-inertial reference frames and the existence of fictitious forces. I understand that you call forces real in physics if they appear in interplay. Meaning that a force is real when there is the "actio" partner to the "reactio" partner. If this condition is not satisfied the force is not real. I also understand that if you specifically look at non-inertial reference frames you can...
This has been discussed many times on PF, and will likely come up again, so the video might come handy. Previous threads: https://www.physicsforums.com/threads/is-a-treadmill-incline-just-a-marketing-gimmick.937725/ https://www.physicsforums.com/threads/work-done-running-on-an-inclined-treadmill.927825/ https://www.physicsforums.com/threads/how-do-we-calculate-the-energy-we-used-to-do-something.1052162/
I have recently been really interested in the derivation of Hamiltons Principle. On my research I found that with the term ##m \cdot \frac{d}{dt} (\frac{dr}{dt} \cdot \delta r) = 0## (1) one may derivate ##\delta \int (T - V) dt = 0## (2). The derivation itself I understood quiet good, but what I don't understand is where the equation (1) came from, because in my research it was just given and not derived from anywhere. Does anybody know where (1) comes from or why from it the...
Back
Top