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

  • Context: Undergrad 
  • Thread starter Thread starter Superanden
  • Start date Start date
  • Tags Tags
    Air Ball Movement
Click For Summary
SUMMARY

To calculate the movement of a ball in air, the essential parameters include air density, the ball's cross-section area, current acceleration, current speed, mass, and location. The forces acting on the ball are the weight (W = g * M) and drag force (F_D = 0.5 * ρ * v² * C_D * A), where M is mass, g is gravitational acceleration, ρ is air density, v is velocity, C_D is the drag coefficient, and A is the cross-sectional area. The drag coefficient (C_D) is influenced by the shape of the object and its Reynolds number, making it crucial to research these values for accurate calculations. The discussion emphasizes the need to simplify calculations by focusing on one axis to avoid complex vector math.

PREREQUISITES
  • Understanding of basic physics principles, specifically Newton's laws of motion.
  • Familiarity with the Drag Equation and its components.
  • Knowledge of Reynolds number and its significance in fluid dynamics.
  • Basic mathematical skills for handling equations and calculations.
NEXT STEPS
  • Read the Wikipedia article on the Drag Equation to understand its application in calculating forces on a ball.
  • Study the Wikipedia article on Reynolds Number to grasp its impact on fluid dynamics and drag coefficient.
  • Search for experimental or computed values of drag coefficients (C_D) for spherical objects to apply in calculations.
  • Explore resources on one-dimensional motion to simplify the analysis of the ball's movement.
USEFUL FOR

Physics students, software developers creating physics simulations, and engineers involved in aerodynamics or projectile motion analysis will benefit from this discussion.

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:

[tex]W = g * M[/tex]

[tex]F_D = \frac{1}{2}\rho v^2 C_D A[/tex]

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.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
5
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
1K
  • · Replies 3 ·
Replies
3
Views
11K
  • · Replies 5 ·
Replies
5
Views
3K